summaryrefslogtreecommitdiffstatshomepage
path: root/splitter.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: replace class namesJason A. Donenfeld2019-02-281-1/+1
* Nothing to see here. Move on.Alexander Neumann2019-02-251-27/+71
* Add support for widgets that trade height for width to layouts and do some refactoringAlexander Neumann2018-12-051-5/+18
* Splitter: Hopefully finally fixing child removalAlexander Neumann2018-10-251-4/+9
* Splitter: Make removing child widgets workAlexander Neumann2018-10-101-1/+5
* Splitter: Ensure widgets have a non-zero size when setting them to be fixed sizeAlexander Neumann2018-02-051-0/+6
* WindowBase: Expose getState as ReadState and putState as WriteStateAlexander Neumann2017-12-121-2/+2
* More GraphicsEffects changesAlexander Neumann2017-11-211-2/+28
* Splitter: Compensate for implicit margins due to graphics effectsAlexander Neumann2017-04-261-0/+15
* Splitter: Fix layout with focus effectsAlexander Neumann2017-04-201-1/+14
* Add experimental support for graphics effectsAlexander Neumann2017-04-111-3/+16
* Splitter: Improve splitter handle visibility during draggingAlexander Neumann2017-03-231-0/+23
* Splitter: Use sizes instead of fractions and add support for fixed size widgetsAlexander Neumann2017-01-241-139/+157
* 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 win instead of go-winapi package and import qualifiedAlexander Neumann2013-07-251-4/+4
* Group imports everywhereAlexander Neumann2013-07-241-1/+3
* Introduce Window and WindowBase as base for all windowsAlexander Neumann2013-07-241-3/+3
* Splitter: Don't blow up in RestoreState if number of children changedAlexander Neumann2013-06-051-0/+12
* Splitter: Enforce a specific orientation at creation timeAlexander Neumann2013-05-201-2/+23
* Hopefully fix SetSuspended woes.Alexander Neumann2013-04-181-11/+0
* Splitter: Implement SetSuspended differently than ContainerBase.Alexander Neumann2013-04-171-0/+11
* Splitter: Restrict handle dragging to left mouse buttonAlexander Neumann2012-10-251-0/+4
* Splitter: Update cursor on splitter handles when changing orientationAlexander Neumann2012-10-051-0/+13
* Export InitWidget and InitChildWidgetAlexander Neumann2012-09-151-1/+1
* Export MustRegisterWindowClassAlexander Neumann2012-09-151-1/+2
* Clean up window class registrationAlexander Neumann2012-09-151-6/+2
* Some Splitter and layout improvementsAlexander Neumann2012-06-071-64/+74
* Run go fix; apply additional manual fixesAlexander Neumann2012-02-201-15/+14
* 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/+359