summaryrefslogtreecommitdiffstatshomepage
path: root/declarative (follow)
Commit message (Expand)AuthorAgeFilesLines
* ListBox: Add data binding supportAlexander Neumann2020-08-311-6/+12
* declarative/CheckBox: With TriState, init CheckState to CheckIndeterminate if it is nil or bound to dataAlexander Neumann2020-07-291-1/+1
* Some Label stuffAlexander Neumann2020-07-292-2/+16
* Label: Add EllipsisModeAlexander Neumann2019-11-211-0/+13
* declarative/Action: Avoid icon to bitmap conversionAlexander Neumann2019-10-241-8/+17
* declarative/ToolBar: Set an initial ImageListAlexander Neumann2019-10-241-0/+6
* Merge branch 'pending/dpi-fun2' of https://github.com/Amebis/walk into dpi-fun2Alexander Neumann2019-10-235-7/+14
|\
| * DPI: Merge `RectangleGrid` to `Rectangle`Simon Rozman2019-09-271-1/+1
| * DPI: Merge `RectanglePixels` to `Rectangle`Simon Rozman2019-09-271-1/+1
| * DPI, CustomWidget: Add support for native pixel paintingSimon Rozman2019-09-261-1/+8
| * DPI: Reorganize metrics structs to approach client compatibilitySimon Rozman2019-09-267-37/+31
| * DPI, Spacer: Make DPI-awareSimon Rozman2019-09-261-2/+2
| * DPI: Revise 1/96" to/from native pixel conversionsSimon Rozman2019-09-269-36/+42
* | Accessibility: Sort declarative properties alphabeticallySimon Rozman2019-10-0136-38/+38
* | Accessibility: Simplify declarative property typesSimon Rozman2019-10-012-30/+30
* | Accessibility: Add declarative supportSimon Rozman2019-09-2738-0/+230
|/
* Centralize retrieval of images from interface{}Alexander Neumann2019-09-193-33/+54
* global: don't do things in global init()Jason A. Donenfeld2019-09-042-9/+15
* TableView: Upgrade alternating row color to follow theme changesSimon Rozman2019-09-041-4/+2
* Add support for memory efficient horizontal and vertical gradient brushesAlexander Neumann2019-09-031-1/+18
* declarative/mainwindow: Add option to stay suspendedAlexander Neumann2019-08-261-4/+7
* Run for your life or prepare to meet theAlexander Neumann2019-07-173-6/+10
* Remove LineErrorPresenterAlexander Neumann2019-07-171-66/+0
* WhoopsAlexander Neumann2019-06-121-1/+1
* ListBox: Add support for owner drawing (WIP)Alexander Neumann2019-06-121-3/+12
* Initial DPI awareness support for images and drawingAlexander Neumann2019-05-141-6/+0
* More work on multi monitor HIDPIAlexander Neumann2019-05-072-4/+4
* Add DoubleBuffering getter and declarative stuffAlexander Neumann2019-05-0138-0/+43
* NumberEdit: Ignore mouse wheel and arrow keys if Increment is negative, thanks Stephan VerbeeckAlexander Neumann2019-03-111-1/+1
* By default center labels vertically instead of using GrowableVertAlexander Neumann2019-02-281-2/+4
* Add support for alignment specified per widgetAlexander Neumann2019-02-2734-0/+48
* [Line|Text]Edit: Rename [Set]Alignment to [Set]TextAlignmentAlexander Neumann2019-02-272-4/+4
* Add support for specifying widget alignment on layout levelAlexander Neumann2019-02-271-0/+20
* Spacer: Add support for restricting greed locallyAlexander Neumann2019-02-261-18/+26
* declarative/Builder: Fix nested grid layout bugAlexander Neumann2019-02-261-1/+7
* Slider: Fix default LineSize + PageSizeAlexander Neumann2019-02-261-2/+6
* Slider: Add support for changing line and page sizeAlexander Neumann2019-02-261-0/+4
* Add ItemsInserted + ItemsRemoved to ListModel and support them in ComboBox + ListBoxAlexander Neumann2019-02-251-0/+1
* Add two-way binding for checked menu item to bool property via Action.CheckedAlexander Neumann2019-02-251-2/+7
* boolProperty: Accept source of type ExpressionAlexander Neumann2019-02-251-0/+4
* TableView: Add support for custom column formatting functionsAlexander Neumann2019-02-251-0/+2
* Slider: Add ToolTipsHiddenAlexander Neumann2019-02-251-1/+5
* Fix label drawing when no background is set + add comment about dynamic line wrappingAlexander Neumann2018-12-051-1/+1
* Label reformAlexander Neumann2018-12-055-6/+257
* WhoopsAlexander Neumann2018-11-071-5/+0
* Add FlowLayoutAlexander Neumann2018-11-071-0/+26
* Add support for using the DataSource of a DataBinder in a data binding expressionAlexander Neumann2018-11-062-6/+25
* NumberEdit: Add Prefix and Suffix propertiesAlexander Neumann2018-11-061-9/+2
* Some TableView improvementsAlexander Neumann2018-10-102-19/+25
* (1)CommandStateChange event of DWebBrowser2.Invoke is splitted into 3 properties: ToolBarEnabled, CanGoBack, CanGoForward , preventing the use of constants in lxn/win package.ryujimiya2018-04-271-30/+38