summaryrefslogtreecommitdiffstatshomepage
path: root/toolbutton.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* DPI: Merge `SizeDBU` to `Size`Simon Rozman2019-09-271-1/+1
* DPI: Merge `SizePixels` to `Size`Simon Rozman2019-09-271-3/+3
* DPI: Reorganize metrics structs to approach client compatibilitySimon Rozman2019-09-261-3/+3
* DPI: Revise 1/96" to/from native pixel conversionsSimon Rozman2019-09-261-1/+1
* Run for your life or prepare to meet theAlexander Neumann2019-07-171-12/+23
* More GraphicsEffects changesAlexander Neumann2017-11-211-1/+2
* Some more graphics effects workAlexander Neumann2017-11-201-0/+2
* 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
* Don't ask...Alexander Neumann2015-06-251-1/+1
* Use win instead of go-winapi package and import qualifiedAlexander Neumann2013-07-251-5/+5
* Use new in more placesAlexander Neumann2013-07-241-1/+1
* Group imports everywhereAlexander Neumann2013-07-241-1/+3
* Introduce Window and WindowBase as base for all windowsAlexander Neumann2013-07-241-1/+1
* Add some properties to many widgetsAlexander Neumann2012-10-301-0/+2
* Export InitWidget and InitChildWidgetAlexander Neumann2012-09-151-1/+1
* Export WndProcAlexander Neumann2012-09-151-2/+2
* Clean up handling of subclassed windows.Alexander Neumann2012-09-151-11/+0
* ToolButton: Reduce sizeAlexander Neumann2012-08-101-1/+1
* Some Splitter and layout improvementsAlexander Neumann2012-06-071-0/+4
* ToolButton: Never display as default buttonAlexander Neumann2012-05-071-0/+9
* Add ToolButton widgetAlexander Neumann2012-05-071-0/+45