summaryrefslogtreecommitdiffstatshomepage
path: root/notifyicon.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* notifyicon: recreate when explorer.exe crashesJason A. Donenfeld2021-01-041-0/+42
* NotifyIcon: Don't destroy the associated windowAlexander Neumann2020-09-031-3/+0
* notifyicon: allow dpi changes in any form to update all notify iconsJason A. Donenfeld2019-05-161-11/+23
* notifyicon: track DPI before context menu popJason A. Donenfeld2019-05-151-0/+11
* notifyicon: don't presume that Shell_TrayWnd never changesJason A. Donenfeld2019-05-151-8/+9
* notifyicon: use tray DPI as the real DPIJason A. Donenfeld2019-05-151-1/+6
* menu: properly get DPI of enclosing windowJason A. Donenfeld2019-05-151-1/+1
* Merge branch 'master' of github.com:lxn/walkAlexander Neumann2019-05-141-4/+5
|\
| * notifyicon: only requires a FormBase, not a MainWindowJason A. Donenfeld2019-05-101-4/+5
* | Initial DPI awareness support for images and drawingAlexander Neumann2019-05-141-8/+25
|/
* notifyicon: remove balloon icon hackJason A. Donenfeld2019-05-061-9/+2
* notifyicon: receive events when user clicks popup balloonJason A. Donenfeld2019-05-051-8/+17
* notifyicon: allow showing custom iconsJason A. Donenfeld2019-05-051-12/+33
* notifyicon: Use mainwindow's window instead of creating ownJason A. Donenfeld2019-02-251-28/+4
* Add build tags to allow this library to be included in a cross platform program. This allows for several things:Joseph Watson2015-09-151-0/+2
* Use win instead of go-winapi package and import qualifiedAlexander Neumann2013-07-251-47/+47
* Group imports everywhereAlexander Neumann2013-07-241-2/+4
* Export MustRegisterWindowClassAlexander Neumann2012-09-151-1/+1
* Clean up window class registrationAlexander Neumann2012-09-151-3/+3
* NotifyIcon: Add support for balloon messages.Alexander Neumann2012-09-151-0/+49
* Run go fix; apply additional manual fixesAlexander Neumann2012-02-201-6/+5
* Remove winapi sub-package and use github.com/lxn/go-winapi insteadAlexander Neumann2012-02-201-1/+1
* Revert directory layout to what we had initiallyAlexander Neumann2012-02-201-0/+281