summaryrefslogtreecommitdiffstatshomepage
path: root/gridlayout.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initial multi monitor HIDPI supportAlexander Neumann2019-04-301-24/+43
* Add support for alignment specified per widgetAlexander Neumann2019-02-271-2/+7
* Add support for specifying widget alignment on layout levelAlexander Neumann2019-02-271-2/+44
* Spacer: Add support for restricting greed locallyAlexander Neumann2019-02-261-9/+11
* Replace some occurrences of Widget with *WidgetBaseAlexander Neumann2019-02-251-27/+54
* Add support for widgets that trade height for width to layouts and do some refactoringAlexander Neumann2018-12-051-83/+95
* Fix grid layout rectangle bounds checkAnthony Dong2018-05-131-2/+2
* Merge branch 'master' into graphicseffectsAlexander Neumann2017-11-061-7/+12
|\
| * Honor MaxSize even if smaller than MinSizeHint, fixes #339Alexander Neumann2017-11-061-7/+12
* | GridLayout: Add back what was lost in the recent embarrassing incidentAlexander Neumann2017-07-271-0/+12
|/
* GridLayout: Fix size calculation when spanning over empty sectionAlexander Neumann2017-07-271-6/+10
* Revert "GridLayout: Fix size calculation when spanning over empty section"Alexander Neumann2017-07-271-22/+6
* GridLayout: Fix size calculation when spanning over empty sectionAlexander Neumann2017-07-271-6/+22
* Some ScrollView improvementsAlexander Neumann2017-04-111-0/+2
* Add a simple layout scheduling system to avoid pointless intermediate updatesAlexander Neumann2017-04-111-1/+14
* Some layout improvementsAlexander Neumann2017-03-231-0/+10
* GridLayout: Avoid gaps when widgets are invisibleAlexander Neumann2016-08-011-3/+20
* GridLayout: Avoid an index out of range panic, fixes #194Alexander Neumann2016-03-241-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
* Use stable sort everywhereAlexander Neumann2015-08-041-1/+1
* Don't ask...Alexander Neumann2015-06-251-6/+16
* Use win instead of go-winapi package and import qualifiedAlexander Neumann2013-07-251-5/+5
* Group imports everywhereAlexander Neumann2013-07-241-2/+6
* Introduce Window and WindowBase as base for all windowsAlexander Neumann2013-07-241-5/+5
* GridLayout: Do not return an error from Update just because container is nilAlexander Neumann2013-03-131-1/+1
* Some Splitter and layout improvementsAlexander Neumann2012-06-071-17/+5
* GridLayout: Some span improvementsAlexander Neumann2012-05-061-33/+31
* GridLayout: Add support for spans.Alexander Neumann2012-05-061-57/+145
* Run go fix; apply additional manual fixesAlexander Neumann2012-02-201-11/+8
* 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/+603