summaryrefslogtreecommitdiffstatshomepage
path: root/layout.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some changes to determining if a widget should be focused after layoutAlexander Neumann2020-07-291-1/+5
* Attempt to focus a widget after layout to avoid glitchesAlexander Neumann2019-11-131-0/+12
* Ensure synchronizing layout results of one form doesn't replace results of another formAlexander Neumann2019-11-041-1/+7
* layout: Actually initialize Geometry.ConsumingSpaceWhenInvisibleAlexander Neumann2019-10-241-2/+5
* DPI: Merge `RectanglePixels` to `Rectangle`Simon Rozman2019-09-271-1/+1
* DPI: Merge `SizePixels` to `Size`Simon Rozman2019-09-271-21/+29
* DPI: Merge `MarginsPixels` to `Margins`Simon Rozman2019-09-271-39/+2
* DPI: Merge `Pixel` to `int`Simon Rozman2019-09-271-7/+10
* Layout: Create layout in CreateLayoutItemsForContainerWithContext if nilSimon Rozman2019-09-271-1/+1
* DPI: Name 96dpi margins and spacing fields appropriatelySimon Rozman2019-09-261-6/+6
* DPI: Reorganize metrics structs to approach client compatibilitySimon Rozman2019-09-261-73/+63
* DPI: Revise 1/96" to/from native pixel conversionsSimon Rozman2019-09-261-22/+70
* Increased reliance on WindowGroup for storage of data with thread affinityJoshua Sjoding2019-09-161-1/+1
* Don't panic in CreateLayoutItemsForContainerWithContext if layout is nilAlexander Neumann2019-09-031-0/+4
* Stop piling up pointless synchronized applyLayoutResults callsAlexander Neumann2019-08-291-3/+1
* Unexport stopwatch stuffAlexander Neumann2019-08-261-5/+5
* Use local visible flag for layout item; Add ContainerLayoutItemBase.SetChildrenAlexander Neumann2019-08-261-2/+6
* Expose more stuff from new layout system so external widgets can use itAlexander Neumann2019-07-301-36/+40
* Avoid panic by checking if widget still exists when applying layout resultsAlexander Neumann2019-07-221-1/+6
* Add Stopwatch and use it in layout codeAlexander Neumann2019-07-181-5/+41
* Use unbuffered channels onlyAlexander Neumann2019-07-181-2/+2
* Fix deadlockAlexander Neumann2019-07-181-7/+1
* Run for your life or prepare to meet theAlexander Neumann2019-07-171-0/+753