summaryrefslogtreecommitdiffstatshomepage
path: root/scrollview.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: replace class namesJason A. Donenfeld2021-01-211-1/+1
* DPI: Deal with some TODOsAlexander Neumann2019-10-231-2/+2
* DPI: CleanupSimon Rozman2019-09-271-2/+2
* DPI, Window: Rename min and maxSize because they are 1/96"Simon Rozman2019-09-271-4/+4
* DPI: Merge `RectanglePixels` to `Rectangle`Simon Rozman2019-09-271-2/+2
* DPI: Merge `SizePixels` to `Size`Simon Rozman2019-09-271-11/+11
* DPI: Merge `Pixel` to `int`Simon Rozman2019-09-271-13/+14
* DPI: Reorganize metrics structs to approach client compatibilitySimon Rozman2019-09-261-11/+11
* DPI, Spacer: Make DPI-awareSimon Rozman2019-09-261-1/+2
* DPI: Revise 1/96" to/from native pixel conversionsSimon Rozman2019-09-261-16/+18
* global: don't do things in global init()Jason A. Donenfeld2019-09-041-1/+3
* Have RequestLayout reject requests if any window up to the form isn't readyAlexander Neumann2019-08-291-1/+1
* ScrollView: Some layout improvementsAlexander Neumann2019-08-261-5/+6
* Expose more stuff from new layout system so external widgets can use itAlexander Neumann2019-07-301-6/+6
* ScrollView: Improve handling of only one axis having a scroll barAlexander Neumann2019-07-301-6/+24
* Run for your life or prepare to meet theAlexander Neumann2019-07-171-134/+148
* WhoopsAlexander Neumann2019-06-121-0/+4
* scrollview: pass dpi change to compositeJason A. Donenfeld2019-05-211-0/+5
* More work on multi monitor HIDPIAlexander Neumann2019-05-071-14/+14
* Fix excessive space retention of nested containersAlexander Neumann2019-03-261-0/+4
* ScrollView: Ensure appropriate composite size after insert and removeAlexander Neumann2019-03-251-9/+13
* Add support for widgets that trade height for width to layouts and do some refactoringAlexander Neumann2018-12-051-1/+1
* ScrollView: Invalidate only after scrolling is complete to avoid flickerAlexander Neumann2018-12-051-2/+6
* Brush: Add simple method which tells us if we need to invalidate after scrollingAlexander Neumann2018-12-051-7/+1
* Add FlowLayoutAlexander Neumann2018-11-071-1/+7
* Fix weird ScrollView bugAlexander Neumann2018-11-061-4/+1
* More GraphicsEffects changesAlexander Neumann2017-11-211-14/+0
* Merge branch 'master' into graphicseffectsAlexander Neumann2017-09-281-3/+13
|\
| * ScrollView: Don't force repaint on scrolling for single color backgroundsAlexander Neumann2017-09-281-3/+13
* | Merge branch 'master' into graphicseffectsAlexander Neumann2017-09-251-1/+4
|\|
| * ScrollView: Don't askAlexander Neumann2017-09-251-1/+4
* | Add experimental support for graphics effectsAlexander Neumann2017-04-111-0/+14
|/
* Some ScrollView improvementsAlexander Neumann2017-04-111-21/+94
* Improve background handlingAlexander Neumann2017-03-071-0/+2
* ScrollView: Add support for specifying scrollable axesAlexander Neumann2017-01-241-11/+79
* Fix mouse eventsAlexander Neumann2015-09-211-0/+12
* 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
* ScrollView: Make persistable and usable as drop-in replacement for CompositeAlexander Neumann2015-07-071-0/+24
* Don't ask...Alexander Neumann2015-06-251-0/+194