summaryrefslogtreecommitdiffstatshomepage
path: root/brush.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace newErr with newErrorAlexander Neumann2019-02-251-3/+3
* Fix label drawing when no background is set + add comment about dynamic line wrappingAlexander Neumann2018-12-051-0/+2
* Brush: Add simple method which tells us if we need to invalidate after scrollingAlexander Neumann2018-12-051-3/+29
* GradientBrush: Don't rely on SizeChanged for initial delegateAlexander Neumann2017-08-291-11/+16
* Add GradientBrushAlexander Neumann2017-08-061-8/+182
* Brushes: Add some weird kind of reference counting that will help us laterAlexander Neumann2017-08-031-0/+26
* Brushes: Factor common stuff out into brushBaseAlexander Neumann2017-08-031-60/+33
* TabWidget: Fix display glitches that occurred with non-themed appAlexander Neumann2017-04-241-0/+2
* declarative: Add support for BackgroundAlexander Neumann2017-04-171-9/+46
* BitmapBrush: Use CreatePatternBrush instead of CreateBrushIndirectAlexander Neumann2017-03-231-4/+2
* Improve background handlingAlexander Neumann2017-03-071-0/+4
* 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-44/+44
* Group imports everywhereAlexander Neumann2013-07-241-1/+3
* Add SystemColorBrushAlexander Neumann2012-09-171-0/+33
* Run go fix; apply additional manual fixesAlexander Neumann2012-02-201-7/+3
* 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/+182