summaryrefslogtreecommitdiffstatshomepage
path: root/declarative (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* declarative: Assign to AssignTo early, so it is available for event handlersAlexander Neumann2018-04-2635-150/+155
* TableView: Add support for custom header and item heights + header custom drawingAlexander Neumann2018-04-231-2/+4
* rename: OnTitleChanged -> OnDocumentTitleChangedryujimiya2018-04-171-14/+14
* - declarative/webview.go : The fields are sorted alphabetically.ryujimiya2018-04-151-64/+64
* WebViewryujimiya2018-04-081-3/+81
* [declarative/]TableView: Add support to hide header, fixes #377Alexander Neumann2018-04-041-0/+4
* TableView: Add support for frozen columnsAlexander Neumann2018-03-221-0/+4
* [declarative/]ComboBox: Add OnTextChanged and [On]EditingFinished, fixes #367Alexander Neumann2018-03-221-0/+8
* declarative/Builder: Add support for container delegationAlexander Neumann2018-02-051-1/+13
* declarative/Builder: Set Font earlierAlexander Neumann2018-02-051-9/+8
* declarative/CheckBox: In case of TriState default to indeterminate stateAlexander Neumann2018-02-051-0/+4
* declarative/DateEdit: Replace NoneOption with OptionalAlexander Neumann2018-02-051-2/+3
* CheckBox/RadioButton: Add support for having text on the left sideAlexander Neumann2017-12-122-2/+12
* More GraphicsEffects changesAlexander Neumann2017-11-2132-0/+37
* ImageView: Add support for specifying how to size and display imagesAlexander Neumann2017-11-141-0/+14
* declarative/Menu: Add Enabled + VisibleAlexander Neumann2017-11-091-24/+31
* Defer initial form size calculation until fully initializedAlexander Neumann2017-11-062-0/+2
* [declarative/]TreeView: Add [Set]ItemHeightAlexander Neumann2017-10-241-0/+5
* [Line|Number|Text]Edit: Add support for TextColor, fixes #328Alexander Neumann2017-10-173-0/+9
* Allow empty string as property sourceAlexander Neumann2017-10-091-0/+4
* Window[Base]: Add BoundsChanged eventAlexander Neumann2017-09-2635-17/+60
* declarative/[Gradient]Composite: Add Border optionAlexander Neumann2017-09-252-2/+14
* [Line|Text]Edit: Add text alignment supportAlexander Neumann2017-08-172-0/+10
* Add right to left supportAlexander Neumann2017-08-1735-608/+658
* Merge branch 'master' into gradientbrushAlexander Neumann2017-08-081-0/+67
|\
| * Add LinkLabelAlexander Neumann2017-08-081-0/+67
* | Add GradientBrushAlexander Neumann2017-08-061-0/+9
|/
* NumberEdit: Add ReadOnlyAlexander Neumann2017-07-271-0/+1
* Label: Add TextColor, fixes #21, #101, #196, #300Alexander Neumann2017-07-261-2/+5
* declarative/builder: Don't panic on Container w/o Layout, fixes #289Alexander Neumann2017-07-111-12/+14
* Use a version of govaluate we are compatible with, fixes #291Alexander Neumann2017-07-101-1/+1
* DataBinder: Add auto-submit delayAlexander Neumann2017-06-281-5/+8
* declarative/TextEdit: Add OnTextChangedAlexander Neumann2017-05-161-6/+11
* TextEdit: Apply scroll bar styles at creationAlexander Neumann2017-05-021-7/+14