summaryrefslogtreecommitdiffstatshomepage
path: root/groupbox.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for widgets that trade height for width to layouts and do some refactoringAlexander Neumann2018-12-051-0/+17
|
* Don't panic in property accessors if type assertion failsAlexander Neumann2018-12-051-1/+1
|
* More GraphicsEffects changesAlexander Neumann2017-11-211-14/+0
|
* Merge branch 'master' into graphicseffectsAlexander Neumann2017-10-171-1/+1
|\ | | | | | | | | # Conflicts: # window.go
| * [Line|Number|Text]Edit: Add support for TextColor, fixes #328Alexander Neumann2017-10-171-1/+1
| |
* | Merge branch 'master' into graphicseffectsAlexander Neumann2017-05-171-0/+17
|\|
| * GroupBox: Remove accidentally committed codeAlexander Neumann2017-05-171-14/+0
| |
| * GroupBox: Enable persistence of descendentsAlexander Neumann2017-05-171-0/+31
| |
* | Add experimental support for graphics effectsAlexander Neumann2017-04-111-0/+14
|/
* Improve background handlingAlexander Neumann2017-03-071-0/+7
|
* GroupBox: Fix SetTitle having no visible effect, fixes #162, thanks CodyGuo for reportingAlexander Neumann2015-10-151-2/+19
|
* Fix mouse eventsAlexander Neumann2015-09-211-0/+12
|
* 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
| | | | | | 1) Develop on something other then a windows box, and cross compile the program to target windows. 2) Develop a program that will run on the command line for any OS, but also have a gui when run on windows. 3) Use the walk library for the windows gui, and some other library for a gui on other platforms.
* GroupBox: Include internal CheckBox in font applicationAlexander Neumann2015-08-191-0/+4
|
* GroupBox: Fix enabled handlingAlexander Neumann2015-08-191-3/+15
|
* GroupBox: Add optional CheckBox to enable/disable itselfAlexander Neumann2015-08-121-11/+90
|
* Improve enabled propagationAlexander Neumann2015-08-121-0/+12
|
* GroupBox: Fix font applicationAlexander Neumann2015-08-111-5/+9
|
* Improve font propagationAlexander Neumann2015-08-061-9/+5
|
* Don't ask...Alexander Neumann2015-06-251-0/+2
|
* Use win instead of go-winapi package and import qualifiedAlexander Neumann2013-07-251-11/+11
|
* Use new in more placesAlexander Neumann2013-07-241-1/+1
|
* Group imports everywhereAlexander Neumann2013-07-241-2/+6
|
* Introduce Window and WindowBase as base for all windowsAlexander Neumann2013-07-241-5/+9
|
* GroupBox: Change child creation order to fix display on ReactOS/WineAlexander Neumann2013-05-261-6/+6
|
* GroupBox: Use MinSizeHint as SizeHintAlexander Neumann2013-05-141-2/+2
|
* Don't store Property values in widgetsAlexander Neumann2013-05-011-5/+2
|
* Change Property to be an interface, provide some implementations and adjust widgetsAlexander Neumann2013-04-301-6/+9
|
* GroupBox: Fix MinSizeHintAlexander Neumann2013-04-191-4/+2
|
* Hopefully fix SetSuspended woes.Alexander Neumann2013-04-181-0/+6
|
* Add some properties to many widgetsAlexander Neumann2012-10-301-2/+15
|
* Add initial support for data bindingAlexander Neumann2012-10-051-0/+8
|
* Export InitWidget and InitChildWidgetAlexander Neumann2012-09-151-1/+1
|
* Export MustRegisterWindowClassAlexander Neumann2012-09-151-1/+1
|
* Export WndProcAlexander Neumann2012-09-151-3/+3
|
* Clean up window class registrationAlexander Neumann2012-09-151-3/+3
|
* Run go fix; apply additional manual fixesAlexander Neumann2012-02-201-8/+5
|
* 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/+162