summaryrefslogtreecommitdiffstatshomepage
path: root/label.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* By default center labels vertically instead of using GrowableVertAlexander Neumann2019-02-281-8/+0
* Labels: Let an embedded static control do the paintingAlexander Neumann2018-12-061-2/+10
* Label, TextLabel: Make sure to publish TextChanged events when changed through Text propertyAlexander Neumann2018-12-051-2/+1
* Label reformAlexander Neumann2018-12-051-50/+20
* Don't panic in property accessors if type assertion failsAlexander Neumann2018-12-051-1/+1
* Add GrowableHorz to Label to allow aligningAnthony Dong2018-05-211-1/+1
* Cache widget text size calculation results to speed up layoutAlexander Neumann2018-04-231-2/+2
* Add NewLabelWithStyleAlexander Neumann2018-02-051-1/+5
* Label: Support mouse events, fixes #301Alexander Neumann2017-08-031-0/+3
* Label: Add TextColor, fixes #21, #101, #196, #300Alexander Neumann2017-07-261-0/+11
* Fix some widgets that failed to honor Background, fixes #292Alexander Neumann2017-07-101-0/+2
* 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-5/+5
* Use new in more placesAlexander Neumann2013-07-241-1/+1
* Group imports everywhereAlexander Neumann2013-07-241-1/+3
* Introduce Window and WindowBase as base for all windowsAlexander Neumann2013-07-241-3/+3
* 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-4/+7
* Remove remnants of old data binding codeAlexander Neumann2012-10-301-28/+1
* Add some properties to many widgetsAlexander Neumann2012-10-301-0/+13
* Label: Add data binding supportAlexander Neumann2012-10-051-0/+27
* Export InitWidget and InitChildWidgetAlexander Neumann2012-09-151-1/+1
* Export WndProcAlexander Neumann2012-09-151-2/+2
* Clean up handling of subclassed windows.Alexander Neumann2012-09-151-11/+0
* Some Splitter and layout improvementsAlexander Neumann2012-06-071-1/+1
* Make sure labels get repainted when resizedAlexander Neumann2012-05-171-0/+9
* Run go fix; apply additional manual fixesAlexander Neumann2012-02-201-6/+2
* 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/+69