summaryrefslogtreecommitdiffstatshomepage
path: root/flowlayout.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* DPI: Merge `RectanglePixels` to `Rectangle`Simon Rozman2019-09-271-2/+2
* DPI: Merge `SizePixels` to `Size`Simon Rozman2019-09-271-7/+7
* DPI: Merge `Pixel` to `int`Simon Rozman2019-09-271-14/+15
* DPI: Name 96dpi margins and spacing fields appropriatelySimon Rozman2019-09-261-27/+27
* DPI: Reorganize metrics structs to approach client compatibilitySimon Rozman2019-09-261-16/+16
* DPI, Layout: Fix spacing issuesSimon Rozman2019-09-261-2/+2
* DPI: Revise 1/96" to/from native pixel conversionsSimon Rozman2019-09-261-25/+34
* Expose more stuff from new layout system so external widgets can use itAlexander Neumann2019-07-301-12/+12
* Run for your life or prepare to meet theAlexander Neumann2019-07-171-122/+83
* Update layout of container that stayed the same size only if dirtyAlexander Neumann2019-06-041-0/+2
* More work on multi monitor HIDPIAlexander Neumann2019-05-071-2/+2
* Avoid some ineffiency in layouts and factor out common stuff into LayoutBaseAlexander Neumann2019-05-011-102/+26
* Initial multi monitor HIDPI supportAlexander Neumann2019-04-301-21/+34
* Add support for specifying widget alignment on layout levelAlexander Neumann2019-02-271-3/+22
* Add support for widgets that trade height for width to layouts and do some refactoringAlexander Neumann2018-12-051-26/+91
* FlowLayout: Always be greedyAlexander Neumann2018-11-071-30/+1
* FlowLayout: Fix section heights and marginsAlexander Neumann2018-11-071-4/+20
* WhoopsAlexander Neumann2018-11-071-19/+0
* Add FlowLayoutAlexander Neumann2018-11-071-0/+320