summaryrefslogtreecommitdiffstatshomepage
path: root/util.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Export some HIDPI related helpersAlexander Neumann2019-05-061-2/+2
* Avoid some ineffiency in layouts and factor out common stuff into LayoutBaseAlexander Neumann2019-05-011-0/+15
* Fix excessive space retention of nested containersAlexander Neumann2019-03-261-3/+3
* Nothing to see here. Move on.Alexander Neumann2019-02-251-5/+5
* Don't panic in property accessors if type assertion failsAlexander Neumann2018-12-051-0/+32
* Some layout improvementsAlexander Neumann2017-03-231-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
* Improve enabled propagationAlexander Neumann2015-08-121-3/+7
* Improve font propagationAlexander Neumann2015-08-061-3/+3
* Fix less utility function for descending sort orderAlexander Neumann2014-01-231-27/+79
* Reduce widgets footprint a bit by removing unneeded interface fieldsAlexander Neumann2013-07-261-9/+9
* Use win instead of go-winapi package and import qualifiedAlexander Neumann2013-07-251-4/+4
* Introduce Window and WindowBase as base for all windowsAlexander Neumann2013-07-241-5/+5
* Figure out number format chars more sanely, fixes #57 - thanks fur-qAlexander Neumann2013-06-161-21/+9
* Move body of tableReflectModel.Less to new less funcAlexander Neumann2013-05-161-0/+106
* Overhaul NumberEdit and some more stuffAlexander Neumann2013-05-131-32/+119
* Avoid many intermediate layout calculations during declarative setupAlexander Neumann2013-04-031-1/+5
* Expose FormatFloat and ParseFloatAlexander Neumann2013-04-031-3/+3
* Extend data binding with support for validators and error presentersAlexander Neumann2012-10-151-1/+1
* Propagate enabled state to child widgetsAlexander Neumann2012-10-011-0/+34
* Make widgets inherit font from their parentAlexander Neumann2012-10-011-0/+25
* Handle NaN, -Inf and +Inf when formatting floatsAlexander Neumann2012-09-191-0/+5
* Use localized number formatting.Alexander Neumann2012-09-021-0/+77
* Revert directory layout to what we had initiallyAlexander Neumann2012-02-201-0/+29