summaryrefslogtreecommitdiffstatshomepage
path: root/groupbox.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: replace class namesJason A. Donenfeld2021-01-211-1/+1
* GroupBox: Fix size calculation and do some cleanupAlexander Neumann2020-11-101-6/+2
* GroupBox: Fix title clippingAlexander Neumann2020-09-011-8/+5
* DPI: Merge `RectanglePixels` to `Rectangle`Simon Rozman2019-09-271-4/+4
* DPI: Merge `SizePixels` to `Size`Simon Rozman2019-09-271-3/+3
* DPI: Merge `PointPixels` to `Point`Simon Rozman2019-09-271-2/+2
* DPI: Merge `Pixel` to `int`Simon Rozman2019-09-271-3/+3
* DPI, GroupBox: Make padding DPI-awareSimon Rozman2019-09-261-3/+4
* DPI: Reorganize metrics structs to approach client compatibilitySimon Rozman2019-09-261-12/+12
* DPI: Revise 1/96" to/from native pixel conversionsSimon Rozman2019-09-261-7/+7
* global: don't do things in global init()Jason A. Donenfeld2019-09-041-1/+3
* GroupBox: Fix checkable and maybe moreAlexander Neumann2019-08-271-1/+11
* GroupBox: Use appropriate ideal sizeAlexander Neumann2019-08-261-1/+3
* Expose more stuff from new layout system so external widgets can use itAlexander Neumann2019-07-301-3/+3
* Run for your life or prepare to meet theAlexander Neumann2019-07-171-54/+75
* WhoopsAlexander Neumann2019-06-121-0/+4
* GroupBox: Don't ignore border width in HeightForWidth calculationAlexander Neumann2019-05-221-1/+3
* groupbox: remove excess top paddingJason A. Donenfeld2019-05-211-3/+4
* groupbox: apply dpi to childrenJason A. Donenfeld2019-05-201-0/+10
* Improve performance of applying DPI changeAlexander Neumann2019-05-161-2/+2
* More work on multi monitor HIDPIAlexander Neumann2019-05-071-5/+5
* GroupBox: Use left margin from layout for check box offsetAlexander Neumann2019-04-291-1/+7
* GroupBox: Fix overdrawing of contained composite with double bufferingAlexander Neumann2019-04-291-5/+13
* 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
|\
| * [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
* 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