summaryrefslogtreecommitdiffstatshomepage
path: root/statusbar.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* DPI: CleanupSimon Rozman2019-09-271-0/+2
* DPI: Merge `SizePixels` to `Size`Simon Rozman2019-09-271-2/+2
* DPI: Reorganize metrics structs to approach client compatibilitySimon Rozman2019-09-261-6/+6
* DPI: Revise 1/96" to/from native pixel conversionsSimon Rozman2019-09-261-6/+6
* Run for your life or prepare to meet theAlexander Neumann2019-07-171-11/+17
* Initial DPI awareness support for images and drawingAlexander Neumann2019-05-141-1/+1
* More work on multi monitor HIDPIAlexander Neumann2019-05-071-1/+7
* handle statusbar click eventsU-ultrahorst\elmar2017-04-051-5/+31
* 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-9/+9
* Introduce Window and WindowBase as base for all windowsAlexander Neumann2013-07-241-1/+1
* Fix typoAlexander Neumann2013-06-091-12/+12
* Add StatusBar, fixes #48Alexander Neumann2013-06-091-0/+408