summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* Add some TableView stuffAlexander Neumann2020-07-293-9/+136
* ContainerBase: Ensure InteractionEffect is redrawn when enabled changedAlexander Neumann2020-07-291-0/+8
* WindowBase: Invalidate and RequestLayout in SetSuspended only if the widget is set visibleAlexander Neumann2020-07-291-1/+1
* WidgetBase: Fix hasComplexBackgroundAlexander Neumann2020-07-291-2/+2
* Add PersonalPathAlexander Neumann2020-07-291-0/+4
* Some changes to determining if a widget should be focused after layoutAlexander Neumann2020-07-291-1/+5
* declarative/CheckBox: With TriState, init CheckState to CheckIndeterminate if it is nil or bound to dataAlexander Neumann2020-07-291-1/+1
* ToolTip: Add TTS_NOPREFIX styleAlexander Neumann2020-07-291-1/+1
* Some Label stuffAlexander Neumann2020-07-297-10/+31
* TableView: Display header tool tips for too narrow columnsAlexander Neumann2019-11-282-12/+63
* static: Use GET_[X|Y]_LPARAM to extract coordinates from LPARAMAlexander Neumann2019-11-281-1/+1
* static: Remove pointless codeAlexander Neumann2019-11-271-6/+0
* FormBase: Improve automatic resizing to accommodate childrenAlexander Neumann2019-11-271-3/+12
* tabWidgetLayoutItem: Make IdealSize the same as MinSizeAlexander Neumann2019-11-271-1/+1
* boxLayoutFlags: Use union of child flags without modificationAlexander Neumann2019-11-271-35/+12
* Label: Add EllipsisModeAlexander Neumann2019-11-216-29/+159
* reflectTableModel: Forward RowsChanged eventsAlexander Neumann2019-11-131-0/+4
* Attempt to focus a widget after layout to avoid glitchesAlexander Neumann2019-11-132-2/+12
* *Event: Add Once methodAlexander Neumann2019-11-1311-90/+281
* TableView: Prevent painting glitch that could occur on size changeAlexander Neumann2019-11-061-4/+25
* ImageList: Add DrawPixelsAlexander Neumann2019-11-061-0/+8
* Ensure synchronizing layout results of one form doesn't replace results of another formAlexander Neumann2019-11-043-23/+30
* TextEdit: Fix height when empty in compact height modeAlexander Neumann2019-10-311-0/+1
* TableView: Fix StretchLastColumn DPI change glitchAlexander Neumann2019-10-311-0/+7
* Merge pull request #643 from zx2c4-forks/jd/tableviewdpichangeAlexander Neumann2019-10-311-4/+6
|\
| * tableview: only recreate image list if one existsJason A. Donenfeld2019-10-311-4/+6
|/
* Icon: Switch to LoadIconWithScaleDown()Simon Rozman2019-10-311-12/+5
* TableView: Simplify SetHeaderHiddenAlexander Neumann2019-10-301-18/+2
* TableView: Fix ordering issue between SetScrollbarOrientation and SetHeaderHiddenAlexander Neumann2019-10-301-12/+14
* TableView: Fix StretchLastColumn regressions (again)Alexander Neumann2019-10-302-25/+75
* Canvas: Fix GradientFillRectanglePixels orientationAlexander Neumann2019-10-301-1/+6
* TableView: Fix StretchLastColumn regressionsAlexander Neumann2019-10-291-10/+11
* TableView: Implement width calculation of StretchLastColumn ourselvesAlexander Neumann2019-10-281-1/+25
* Table[Model|View]: Add [Publish]RowsChanged for more efficient update of a range of rowsAlexander Neumann2019-10-282-10/+33
* Merge pull request #640 from zx2c4-forks/jd/canvaspixAlexander Neumann2019-10-281-2/+2
|\
| * image: cleanup stale interface function nameJason A. Donenfeld2019-10-281-2/+2
* | Merge pull request #639 from rozmansi/pending/dpi-fun2-cleanupAlexander Neumann2019-10-282-19/+4
|\ \
| * | Metafile, DPI: CleanupSimon Rozman2019-10-262-19/+4
| |/
* | Merge pull request #636 from zx2c4-forks/jd/icondpiabuseAlexander Neumann2019-10-281-5/+4
|\ \
| * | form: abuse DPI handling for icon scaling betterJason A. Donenfeld2019-10-251-5/+4
| |/
* / TableView: Avoid flicker when updating itemsAlexander Neumann2019-10-281-2/+9
|/
* Merge pull request #635 from zx2c4-forks/scrolltableAlexander Neumann2019-10-242-2/+24
|\
| * TableView: allow disabling scrollbarsJason A. Donenfeld2019-10-242-2/+24
|/
* WindowBase: Don't ignore layout request only because the requesting window is invisibleAlexander Neumann2019-10-241-1/+1
* layout: Actually initialize Geometry.ConsumingSpaceWhenInvisibleAlexander Neumann2019-10-241-2/+5
* declarative/Action: Avoid icon to bitmap conversionAlexander Neumann2019-10-241-8/+17
* declarative/ToolBar: Set an initial ImageListAlexander Neumann2019-10-241-0/+6
* ToolBar: Use ImageList.AddImage to avoid icon to bitmap conversion + small fix and cleanupAlexander Neumann2019-10-241-12/+5
* ImageList: Add AddIcon and AddImageAlexander Neumann2019-10-241-0/+43
* TreeView: Enable performance improvements by not counting all childrenAlexander Neumann2019-10-232-3/+16