summaryrefslogtreecommitdiffstatshomepage
path: root/toolbar.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* ToolBar: Use ImageList.AddImage to avoid icon to bitmap conversion + small fix and cleanupAlexander Neumann2019-10-241-12/+5
* DPI: Merge `SizePixels` to `Size`Simon Rozman2019-09-271-5/+5
* DPI: Merge `Pixel` to `int`Simon Rozman2019-09-271-4/+4
* DPI: Name 96dpi margins and spacing fields appropriatelySimon Rozman2019-09-261-4/+4
* DPI: Assume variable screen DPI and revise 96dpi functionsSimon Rozman2019-09-261-2/+2
* DPI: Reorganize metrics structs to approach client compatibilitySimon Rozman2019-09-261-10/+11
* DPI: Revise 1/96" to/from native pixel conversionsSimon Rozman2019-09-261-10/+12
* Menu/ToolBar/WindowBase: Clear action lists when disposed ofAlexander Neumann2019-07-231-0/+2
* Menu/ToolBar: Remove unused action2bitmap mapAlexander Neumann2019-07-231-3/+1
* ToolBar: Dispose of image listAlexander Neumann2019-07-231-0/+9
* Run for your life or prepare to meet theAlexander Neumann2019-07-171-51/+68
* ToolBar: Fix ApplyDPIAlexander Neumann2019-05-201-5/+0
* Improve performance of applying DPI changeAlexander Neumann2019-05-161-2/+3
* Initial DPI awareness support for images and drawingAlexander Neumann2019-05-141-4/+61
* More work on multi monitor HIDPIAlexander Neumann2019-05-071-2/+2
* Merge branch 'master' of github.com:lxn/walkAlexander Neumann2019-05-061-2/+6
|\
| * ui: show tooltips for buttons with no textJason A. Donenfeld2019-05-051-2/+6
* | Export some HIDPI related helpersAlexander Neumann2019-05-061-1/+1
|/
* Initial multi monitor HIDPI supportAlexander Neumann2019-04-301-2/+12
* ToolBar: Don't waste space for an image we don't displayAlexander Neumann2019-04-231-0/+1
* ToolBar: Invalidate on some eventsAlexander Neumann2017-04-111-0/+6
* ToolBar: Improve sizingAlexander Neumann2017-01-241-6/+34
* 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
* ToolBar: Add support for button stylesAlexander Neumann2015-08-061-16/+40
* Use win instead of go-winapi package and import qualifiedAlexander Neumann2013-07-251-56/+56
* Group imports everywhereAlexander Neumann2013-07-241-1/+3
* Introduce Window and WindowBase as base for all windowsAlexander Neumann2013-07-241-1/+1
* ToolBar: Add support for drop-down buttonsAlexander Neumann2013-05-301-10/+56
* Menu/ToolBar: Implement automatic updating of separator visibilityAlexander Neumann2013-05-281-1/+5
* ToolBar: Fix for ReactOS/Wine, where clicking a disabled button would trigger an actionAlexander Neumann2013-05-261-1/+1
* ToolBar: Add shortcut to button textAlexander Neumann2013-05-091-1/+9
* Menu, ToolBar: Leave action changed handlers alone if only visibility changedAlexander Neumann2013-05-081-11/+23
* Action: Support Condition for enabled/visible management; Implement visibility handling for actions in Menu and ToolBar; declarative: Change ContextMenuActions and friends to ContextMenuItemsAlexander Neumann2013-04-301-21/+39
* ToolBar: Add separator supportAlexander Neumann2012-10-031-0/+4
* Use SendMessage method instead of func where possible.Alexander Neumann2012-09-161-12/+11
* 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
* Some Splitter and layout improvementsAlexander Neumann2012-06-071-0/+4
* Run go fix; apply additional manual fixesAlexander Neumann2012-02-201-14/+13
* 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/+334