summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* DataBinder: Some small fixesAlexander Neumann2019-02-251-2/+4
* TableView: Add support for custom column formatting functionsAlexander Neumann2019-02-253-32/+49
* TableView: Some small fixesAlexander Neumann2019-02-251-15/+11
* Slider: Stop being greedyAlexander Neumann2019-02-251-2/+2
* Slider: Add ToolTipsHiddenAlexander Neumann2019-02-252-3/+19
* static: Invalidate after resizeAlexander Neumann2018-12-061-0/+2
* FormBase: Fix initial minimum size regressionAlexander Neumann2018-12-061-0/+2
* Labels: Let an embedded static control do the paintingAlexander Neumann2018-12-065-50/+143
* Label, TextLabel: Make sure to publish TextChanged events when changed through Text propertyAlexander Neumann2018-12-052-4/+2
* Fix label drawing when no background is set + add comment about dynamic line wrappingAlexander Neumann2018-12-053-2/+4
* Label reformAlexander Neumann2018-12-0513-58/+835
* Add support for widgets that trade height for width to layouts and do some refactoringAlexander Neumann2018-12-0511-290/+665
* WindowBase: Add persistence implementations that recursively call descendant'sAlexander Neumann2018-12-051-0/+36
* WindowBase: Add ForEachDescendantAlexander Neumann2018-12-051-0/+22
* Don't activate a window when it is made visibleAlexander 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-053-10/+48
* WidgetBase: Add ForEachAncestorAlexander Neumann2018-12-051-4/+14
* Don't panic in property accessors if type assertion failsAlexander Neumann2018-12-0520-24/+57
* reflectExpression: Return nil if value is invalidAlexander Neumann2018-12-051-0/+4
* Separator: Add Greedy layout flagsAlexander Neumann2018-12-051-2/+2
* TabWidget: Fix retrieval of current index on amd64, thanks jackyzy823 for reporting and providing the fix!Alexander Neumann2018-11-261-3/+1
* FileDialog: Reverted previous change and added Flags field insteadAlexander Neumann2018-11-221-5/+6
* FileDialog: Export show methodAlexander Neumann2018-11-221-4/+4
* FlowLayout: Always be greedyAlexander Neumann2018-11-071-30/+1
* FlowLayout: Fix section heights and marginsAlexander Neumann2018-11-072-6/+20
* WhoopsAlexander Neumann2018-11-072-24/+0
* Add FlowLayoutAlexander Neumann2018-11-075-45/+394
* Add support for using the DataSource of a DataBinder in a data binding expressionAlexander Neumann2018-11-064-23/+95
* NumberEdit: Add Prefix and Suffix propertiesAlexander Neumann2018-11-062-10/+45
* Fix weird ScrollView bugAlexander Neumann2018-11-061-4/+1
* Splitter: Respect min sizes when adding or removing widgetsAlexander Neumann2018-10-291-1/+23
* TabWidget: Add CurrentIndex propertyAlexander Neumann2018-10-251-0/+9
* Splitter: Hopefully finally fixing child removalAlexander Neumann2018-10-251-4/+9
* TreeView: Handle text retrieval via TVN_GETDISPINFO the same as for TableViewAlexander Neumann2018-10-231-5/+7
* TreeView: Use double buffer to remove flickerAlexander Neumann2018-10-231-4/+3
* TreeView: Speed up item insertionAlexander Neumann2018-10-231-22/+3
* TableView: Improvements for MultiSelection with frozen columnsAlexander Neumann2018-10-161-1/+54
* Some TableView improvementsAlexander Neumann2018-10-107-156/+415
* Splitter: Make removing child widgets workAlexander Neumann2018-10-102-4/+18
* GraphicsEffects: Soften border glowAlexander Neumann2018-10-101-1/+1
* CustomWidget: Fix SetClearsBackgroundAlexander Neumann2018-10-102-4/+4
* Fix Window.Focused property for widgets that have their own implementationAlexander Neumann2018-08-271-1/+1
* Now that we don't need them any more, remove .manifest and .syso files from examplesAlexander Neumann2018-08-2148-336/+0
* Merge pull request #411 from gonutz/masterAlexander Neumann2018-08-213-42/+56
|\
| * Add gonutz to AUTHORS and add copyright to manifest.gogonutz2018-08-202-0/+7
| * Create manifest file programmaticallyLars2018-08-202-42/+49
|/
* Merge pull request #388 from adongy/patch-1Alexander Neumann2018-05-211-2/+2
|\
| * Fix grid layout rectangle bounds checkAnthony Dong2018-05-131-2/+2
* | Merge pull request #392 from adongy/patch-2Alexander Neumann2018-05-211-1/+1
|\ \ | |/ |/|