summaryrefslogtreecommitdiffstatshomepage
path: root/window.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* WindowBase: Add persistence implementations that recursively call descendant'sAlexander Neumann2018-12-051-0/+36
* WindowBase: Add ForEachDescendantAlexander Neumann2018-12-051-0/+22
* Don't activate a window when it is made visibleAlexander Neumann2018-12-051-1/+1
* Fix Window.Focused property for widgets that have their own implementationAlexander Neumann2018-08-271-1/+1
* Cache widget text size calculation results to speed up layoutAlexander Neumann2018-04-231-2/+56
* WindowBase: Fix reported button for MouseUp event, fixes #364Alexander Neumann2018-02-071-5/+19
* WindowBase: Cache dialogBaseUnits results to speed up layout calculationsAlexander Neumann2018-02-051-6/+18
* Expose ApplyFonter and SetWindowFontAlexander Neumann2018-02-051-2/+12
* WindowBase: Expose getState as ReadState and putState as WriteStateAlexander Neumann2017-12-121-2/+2
* Merge branch 'master' into graphicseffectsAlexander Neumann2017-11-131-3/+11
|\
| * Merge branch 'mainwindow-icon-title' of https://github.com/tmm1/walk into prsAlexander Neumann2017-11-131-3/+11
| |\
| | * add NewMainWindowWithName(); ensure name is passed to CreateWindowExAman Gupta2017-10-311-1/+6
| | * load custom app icon provided by rsrc if availableAman Gupta2017-10-311-1/+4
| | * use win.MAKEINTRESOURCE helperAman Gupta2017-10-311-2/+2
* | | Merge branch 'master' into graphicseffectsAlexander Neumann2017-11-061-0/+6
|\| |
| * | WindowBase: When changing visibility, also publish VisibleChanged events for descendentsAlexander Neumann2017-11-061-0/+6
| |/
* | Merge branch 'master' into graphicseffectsAlexander Neumann2017-10-171-0/+9
|\|
| * Add variants of MustRegisterWindowClass that allow specifying the styleAlexander Neumann2017-10-171-0/+9
* | Merge branch 'master' into graphicseffectsAlexander Neumann2017-10-171-21/+45
|\|
| * [Line|Number|Text]Edit: Add support for TextColor, fixes #328Alexander Neumann2017-10-171-21/+45
* | Merge branch 'master' into graphicseffectsAlexander Neumann2017-09-271-2/+6
|\|
| * WindowBase: Guard against widget w/o form in WM_CONTEXTMENU handlerAlexander Neumann2017-09-271-2/+6
* | Merge branch 'master' into graphicseffectsAlexander Neumann2017-09-261-0/+10
|\|
| * Window[Base]: Add BoundsChanged eventAlexander Neumann2017-09-261-0/+10
* | Merge branch 'master' into graphicseffectsAlexander Neumann2017-08-221-7/+51
|\|
| * Add right to left supportAlexander Neumann2017-08-171-7/+51
* | Merge branch 'master' into graphicseffectsAlexander Neumann2017-08-091-3/+25
|\|
| * Merge branch 'master' into gradientbrushAlexander Neumann2017-08-081-1/+1
| |\
| | * Label: Stop the nonsense and fix #303 alreadyAlexander Neumann2017-08-081-1/+1
| * | Add GradientBrushAlexander Neumann2017-08-061-0/+14
| * | Brushes: Add some weird kind of reference counting that will help us laterAlexander Neumann2017-08-031-2/+10
| |/
* | Merge branch 'master' into graphicseffectsAlexander Neumann2017-07-261-1/+10
|\|
| * Label: Add TextColor, fixes #21, #101, #196, #300Alexander Neumann2017-07-261-1/+10
* | Merge branch 'master' into graphicseffectsAlexander Neumann2017-07-101-1/+3
|\|
| * Fix some widgets that failed to honor Background, fixes #292Alexander Neumann2017-07-101-1/+3
* | Add experimental support for graphics effectsAlexander Neumann2017-04-111-2/+32
|/
* Fix background handling for disabled editable ComboBoxAlexander Neumann2017-04-111-6/+16
* Add ToolTipErrorPresenterAlexander Neumann2017-04-111-0/+4
* Remove unneeded importAlexander Neumann2017-04-111-1/+0
* Some Bitmap / WindowBase.Screenshot refactoringAlexander Neumann2017-04-111-30/+5
* Some layout improvementsAlexander Neumann2017-03-231-0/+6
* Improve background handling to support all types of brushesAlexander Neumann2017-03-231-15/+38
* Improve background handlingAlexander Neumann2017-03-071-2/+44
* Use pre-existing window handle in InitWindowAlexander Neumann2017-02-271-15/+19
* WindowBase: Use window field instead of windowFromHandle in dialogBaseUnitsAlexander Neumann2017-02-271-5/+3
* MainWindow: Fix layout with StatusBar #215Alexander Neumann2016-08-041-2/+3
* add screenshot apicsd01172016-03-131-0/+41
* handle slider messagesU-ultrahorst\elmar2016-01-121-0/+6
* Clean up dropfiles apiU-ultrahorst\elmar2015-12-061-7/+3
* add support for dropfile events to the main windowU-ultrahorst\elmar2015-11-271-1/+15