summaryrefslogtreecommitdiffstatshomepage
path: root/dialog.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: replace class namesJason A. Donenfeld2021-01-211-1/+1
* DPI: Merge `RectanglePixels` to `Rectangle`Simon Rozman2019-09-271-3/+4
* DPI: Merge `SizePixels` to `Size`Simon Rozman2019-09-271-2/+2
* DPI: Merge `Pixel` to `int`Simon Rozman2019-09-271-1/+1
* 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/+2
* global: don't do things in global init()Jason A. Donenfeld2019-09-041-1/+3
* Dialog: Remove pointless variableAlexander Neumann2019-08-261-5/+5
* Dialog: Fix default and cancel button handlingAlexander Neumann2019-07-301-0/+21
* Dialog: Fix initial bounds for the case of having no ownerAlexander Neumann2019-07-221-8/+10
* Run for your life or prepare to meet theAlexander Neumann2019-07-171-20/+27
* Widget[Base]: Add *Pixel variants of MinSize, MaxSize and SetMinMaxSizeAlexander Neumann2019-05-071-1/+1
* More work on multi monitor HIDPIAlexander Neumann2019-05-071-4/+4
* Cache dpi to avoid repetitive calls to GetDpiForWindowAlexander Neumann2019-05-021-2/+0
* Fix glitch where the initially focused LineEdit would scroll part of its content out of viewAlexander Neumann2017-04-111-51/+0
* Move disabling of owner before running message loop from Dialog to FormBaseAlexander Neumann2017-02-271-4/+0
* TableView: Don't display focus rectangleAlexander Neumann2017-01-241-3/+0
* dialog: avoid dialog hanging off screen when possibleAttila Tajti2016-08-081-2/+37
* 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
* Dialog: Remove WS_EX_DLGMODALFRAME to fix system menu for fixed size dialogAlexander Neumann2015-08-201-1/+1
* Dialog: Add support for fixed sizeAlexander Neumann2015-08-191-1/+9
* Dialog: Change firstFocusableDescendant to return a WindowAlexander Neumann2013-07-261-6/+6
* Use win instead of go-winapi package and import qualifiedAlexander Neumann2013-07-251-27/+27
* Group imports everywhereAlexander Neumann2013-07-241-1/+3
* Introduce Window and WindowBase as base for all windowsAlexander Neumann2013-07-241-6/+13
* Rename RootWidget to FormAlexander Neumann2013-07-161-1/+1
* Rename TopLevelWindow to FormBaseAlexander Neumann2013-07-161-5/+5
* Dialog: Fix centering in owner when calling Show.Alexander Neumann2013-04-171-5/+15
* Dialog: Add Result method, default to DlgCmdNoneAlexander Neumann2012-10-141-1/+6
* Use SendMessage method instead of func where possible.Alexander Neumann2012-09-161-1/+1
* Export InitWidget and InitChildWidgetAlexander Neumann2012-09-151-1/+1
* Export MustRegisterWindowClassAlexander Neumann2012-09-151-1/+1
* Clean up window class registrationAlexander Neumann2012-09-151-3/+3
* Dialog: Move size initialization from Run to Show methodAlexander Neumann2012-08-071-6/+6
* Make sure standalone dialogs start up with appropriate size.Alexander Neumann2012-05-061-0/+2
* Some fixes for amd64 - WebView still buggy on amd64Alexander Neumann2012-02-211-1/+1
* Run go fix; apply additional manual fixesAlexander Neumann2012-02-201-4/+3
* 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/+216