summaryrefslogtreecommitdiffstatshomepage
path: root/maptablemodel.go (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-25TableView: Add support for custom column formatting functionsAlexander Neumann3-32/+49
2019-02-25TableView: Some small fixesAlexander Neumann1-15/+11
2019-02-25Slider: Stop being greedyAlexander Neumann1-2/+2
2019-02-25Slider: Add ToolTipsHiddenAlexander Neumann2-3/+19
2018-12-06static: Invalidate after resizeAlexander Neumann1-0/+2
2018-12-06FormBase: Fix initial minimum size regressionAlexander Neumann1-0/+2
2018-12-06Labels: Let an embedded static control do the paintingAlexander Neumann5-50/+143
2018-12-05Label, TextLabel: Make sure to publish TextChanged events when changed through Text propertyAlexander Neumann2-4/+2
2018-12-05Fix label drawing when no background is set + add comment about dynamic line wrappingAlexander Neumann3-2/+4
2018-12-05Label reformAlexander Neumann13-58/+835
2018-12-05Add support for widgets that trade height for width to layouts and do some refactoringAlexander Neumann11-290/+665
2018-12-05WindowBase: Add persistence implementations that recursively call descendant'sAlexander Neumann1-0/+36
2018-12-05WindowBase: Add ForEachDescendantAlexander Neumann1-0/+22
2018-12-05Don't activate a window when it is made visibleAlexander Neumann1-1/+1
2018-12-05ScrollView: Invalidate only after scrolling is complete to avoid flickerAlexander Neumann1-2/+6
2018-12-05Brush: Add simple method which tells us if we need to invalidate after scrollingAlexander Neumann3-10/+48
2018-12-05WidgetBase: Add ForEachAncestorAlexander Neumann1-4/+14
2018-12-05Don't panic in property accessors if type assertion failsAlexander Neumann20-24/+57
2018-12-05reflectExpression: Return nil if value is invalidAlexander Neumann1-0/+4
2018-12-05Separator: Add Greedy layout flagsAlexander Neumann1-2/+2
2018-11-26TabWidget: Fix retrieval of current index on amd64, thanks jackyzy823 for reporting and providing the fix!Alexander Neumann1-3/+1
2018-11-22FileDialog: Reverted previous change and added Flags field insteadAlexander Neumann1-5/+6
2018-11-22FileDialog: Export show methodAlexander Neumann1-4/+4
2018-11-07FlowLayout: Always be greedyAlexander Neumann1-30/+1
2018-11-07FlowLayout: Fix section heights and marginsAlexander Neumann2-6/+20
2018-11-07WhoopsAlexander Neumann2-24/+0
2018-11-07Add FlowLayoutAlexander Neumann5-45/+394
2018-11-06Add support for using the DataSource of a DataBinder in a data binding expressionAlexander Neumann4-23/+95
2018-11-06NumberEdit: Add Prefix and Suffix propertiesAlexander Neumann2-10/+45
2018-11-06Fix weird ScrollView bugAlexander Neumann1-4/+1
2018-10-29Splitter: Respect min sizes when adding or removing widgetsAlexander Neumann1-1/+23
2018-10-25TabWidget: Add CurrentIndex propertyAlexander Neumann1-0/+9
2018-10-25Splitter: Hopefully finally fixing child removalAlexander Neumann1-4/+9
2018-10-23TreeView: Handle text retrieval via TVN_GETDISPINFO the same as for TableViewAlexander Neumann1-5/+7
2018-10-23TreeView: Use double buffer to remove flickerAlexander Neumann1-4/+3
2018-10-23TreeView: Speed up item insertionAlexander Neumann1-22/+3
2018-10-16TableView: Improvements for MultiSelection with frozen columnsAlexander Neumann1-1/+54
2018-10-10Some TableView improvementsAlexander Neumann7-156/+415
2018-10-10Splitter: Make removing child widgets workAlexander Neumann2-4/+18
2018-10-10GraphicsEffects: Soften border glowAlexander Neumann1-1/+1
2018-10-10CustomWidget: Fix SetClearsBackgroundAlexander Neumann2-4/+4
2018-08-27Fix Window.Focused property for widgets that have their own implementationAlexander Neumann1-1/+1
2018-08-21Now that we don't need them any more, remove .manifest and .syso files from examplesAlexander Neumann48-336/+0
2018-08-20Add gonutz to AUTHORS and add copyright to manifest.gogonutz2-0/+7
2018-08-20Create manifest file programmaticallyLars2-42/+49
2018-05-21Add GrowableHorz to Label to allow aligningAnthony Dong1-1/+1
2018-05-13Fix grid layout rectangle bounds checkAnthony Dong1-2/+2
2018-05-02TableView: Fix off-by-one error in VisibleColumnsInDisplayOrderAlexander Neumann1-1/+1
2018-04-30I modified to use walkDescendants to find WebViewsryujimiya1-24/+11
2018-04-27(1)CommandStateChange event of DWebBrowser2.Invoke is splitted into 3 properties: ToolBarEnabled, CanGoBack, CanGoForward , preventing the use of constants in lxn/win package.ryujimiya5-147/+167