summaryrefslogtreecommitdiffstatshomepage
path: root/button.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Button: Fix weird BCM_GETIDEALSIZE issue with empty textAlexander Neumann2020-09-011-2/+7
* DPI: Merge `SizeDBU` to `Size`Simon Rozman2019-09-271-1/+1
* DPI: Merge `SizePixels` to `Size`Simon Rozman2019-09-271-5/+6
* DPI: Reorganize metrics structs to approach client compatibilitySimon Rozman2019-09-261-5/+5
* DPI: Revise 1/96" to/from native pixel conversionsSimon Rozman2019-09-261-1/+1
* Centralize retrieval of images from interface{}Alexander Neumann2019-09-191-24/+18
* Run for your life or prepare to meet theAlexander Neumann2019-07-171-10/+35
* Button: Update image on dpi changeAlexander Neumann2019-05-151-0/+6
* Some cleanupAlexander Neumann2019-05-151-20/+0
* Initial DPI awareness support for images and drawingAlexander Neumann2019-05-141-14/+26
* Initial multi monitor HIDPI supportAlexander Neumann2019-04-301-0/+9
* Don't panic in property accessors if type assertion failsAlexander Neumann2018-12-051-1/+1
* Cache widget text size calculation results to speed up layoutAlexander Neumann2018-04-231-2/+2
* WindowBase: Expose getState as ReadState and putState as WriteStateAlexander Neumann2017-12-121-3/+4
* CheckBox: Add persistence supportAlexander Neumann2017-03-071-0/+25
* Button: Add Image propertyAlexander Neumann2017-02-271-1/+44
* Add SplitButtonAlexander Neumann2016-08-011-3/+11
* 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
* CheckBox: Add support for 3-state modeAlexander Neumann2015-06-301-1/+5
* Don't ask...Alexander Neumann2015-06-251-0/+31
* Use win instead of go-winapi package and import qualifiedAlexander Neumann2013-07-251-10/+10
* Group imports everywhereAlexander Neumann2013-07-241-1/+3
* Introduce Window and WindowBase as base for all windowsAlexander Neumann2013-07-241-2/+2
* RadioButton: Add data binding supportAlexander Neumann2013-05-071-0/+4
* Button: Add CheckedChanged eventAlexander Neumann2013-05-071-6/+15
* Don't store Property values in widgetsAlexander Neumann2013-05-011-9/+4
* Change Property to be an interface, provide some implementations and adjust widgetsAlexander Neumann2013-04-301-11/+14
* Add some properties to many widgetsAlexander Neumann2012-10-301-0/+29
* Use SendMessage method instead of func where possible.Alexander Neumann2012-09-161-2/+2
* Export WndProcAlexander Neumann2012-09-151-2/+2
* Run go fix; apply additional manual fixesAlexander Neumann2012-02-201-5/+1
* 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/+72