summaryrefslogtreecommitdiffstatshomepage
path: root/dialog.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: replace class namesJason A. Donenfeld2019-02-281-1/+1
* 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