summaryrefslogtreecommitdiffstatshomepage
path: root/mainwindow.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* add NewMainWindowWithName(); ensure name is passed to CreateWindowExAman Gupta2017-10-311-0/+5
* TableView: Don't display focus rectangleAlexander Neumann2017-01-241-3/+0
* MainWindow: Fix layout with StatusBar #215Alexander Neumann2016-08-041-1/+4
* MainWindow, Menu: Fix menu bar not being redrawn when inserting or removing an itemAlexander Neumann2016-01-111-1/+1
* 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
* Improve font propagationAlexander Neumann2015-08-061-0/+12
* MainWindow: Allow replacing the main ToolBarAlexander Neumann2015-08-061-7/+24
* MainWindow: Move standard bars out of clientCompositeAlexander Neumann2013-08-041-0/+21
* Use win instead of go-winapi package and import qualifiedAlexander Neumann2013-07-251-21/+21
* Introduce Window and WindowBase as base for all windowsAlexander Neumann2013-07-241-114/+2
* Rename TopLevelWindow to FormBaseAlexander Neumann2013-07-161-6/+6
* MainWindow: Change order of RestoreState callsAlexander Neumann2013-07-101-2/+2
* Add StatusBar, fixes #48Alexander Neumann2013-06-091-2/+24
* MainWindow: Don't ignore SetMenu return valueAlexander Neumann2013-05-261-1/+3
* MainWindow: Delegate ContextMenu to clientCompositeAlexander Neumann2013-05-081-0/+8
* MainWindow: Include clientComposite in state persistenceAlexander Neumann2013-05-051-0/+16
* MainWindow: Add fullscreen support, fixes #42Alexander Neumann2013-04-181-1/+64
* Add some properties to many widgetsAlexander Neumann2012-10-301-0/+2
* MainWindow: In SetVisible call TopLevelWindow.SetVisibleAlexander Neumann2012-10-221-1/+1
* MainWindow: Avoid menu/layout glitch when using SetVisible instead of ShowAlexander Neumann2012-10-221-5/+7
* MainWindow: Improve auto-sizingAlexander Neumann2012-10-061-0/+36
* Use SendMessage method instead of func where possible.Alexander Neumann2012-09-161-2/+2
* Export InitWidget and InitChildWidgetAlexander Neumann2012-09-151-1/+1
* Export MustRegisterWindowClassAlexander Neumann2012-09-151-1/+1
* Export WndProcAlexander Neumann2012-09-151-2/+2
* Clean up window class registrationAlexander Neumann2012-09-151-3/+3
* MainWindow: Ensure correct initial menu displayAlexander Neumann2012-08-071-2/+4
* MainWindow: Update layout before running message loopAlexander Neumann2012-06-121-0/+8
* Run go fix; apply additional manual fixesAlexander Neumann2012-02-201-7/+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/+125