summaryrefslogtreecommitdiffstatshomepage
path: root/declarative/numberedit.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* declarative: removeJason A. Donenfeld2019-02-281-100/+0
* Add support for alignment specified per widgetAlexander Neumann2019-02-271-0/+1
* NumberEdit: Add Prefix and Suffix propertiesAlexander Neumann2018-11-061-9/+2
* declarative: Assign to AssignTo early, so it is available for event handlersAlexander Neumann2018-04-261-4/+4
* More GraphicsEffects changesAlexander Neumann2017-11-211-0/+1
* [Line|Number|Text]Edit: Add support for TextColor, fixes #328Alexander Neumann2017-10-171-0/+3
* Window[Base]: Add BoundsChanged eventAlexander Neumann2017-09-261-0/+1
* Add right to left supportAlexander Neumann2017-08-171-17/+18
* NumberEdit: Add ReadOnlyAlexander Neumann2017-07-271-0/+1
* declarative: Add support for BackgroundAlexander Neumann2017-04-171-0/+1
* declarative: Cleanup widgetsAlexander Neumann2017-04-171-32/+37
* Add build tags for the declarative packageJoseph Watson2015-09-161-0/+2
* Don't ask...Alexander Neumann2015-06-251-31/+32
* Overhaul NumberEdit and some more stuffAlexander Neumann2013-05-131-32/+36
* NumberEdit: Make spin buttons optional, hidden by defaultAlexander Neumann2013-05-101-27/+32
* Add KeyPress eventAlexander Neumann2013-05-091-2/+3
* Add KeyUp eventAlexander Neumann2013-05-081-2/+3
* Action: Support Condition for enabled/visible management; Implement visibility handling for actions in Menu and ToolBar; declarative: Change ContextMenuActions and friends to ContextMenuItemsAlexander Neumann2013-04-301-27/+27
* declarative: Some cleanup after data binding changesAlexander Neumann2012-10-301-13/+1
* declarative: Switch to new property based data bindingAlexander Neumann2012-10-301-7/+5
* declarative: Use Builder to create widgetsAlexander Neumann2012-10-281-3/+3
* declarative: Add ToolTipText fieldAlexander Neumann2012-10-261-2/+3
* declarative: Add support for some common eventsAlexander Neumann2012-10-251-2/+7
* Extend data binding with support for validators and error presentersAlexander Neumann2012-10-151-0/+5
* NumberEdit: Add data binding supportAlexander Neumann2012-10-051-0/+5
* declarative: Support Font across all widgetsAlexander Neumann2012-10-011-7/+3
* declarative: Add Disabled and Hidden fieldsAlexander Neumann2012-10-011-2/+4
* declarative: Replace ContextMenu with ContextMenuActionsAlexander Neumann2012-09-301-19/+19
* declarative: Rename Widget.CommonInfo to WidgetInfoAlexander Neumann2012-09-301-1/+1
* declarative: Add support for MinSize and MaxSizeAlexander Neumann2012-09-301-2/+4
* declarative: Add context menu supportAlexander Neumann2012-09-301-2/+3
* declarative: Rename "Widget" fields to "AssignTo".Alexander Neumann2012-09-301-3/+3
* declarative: Add NumberEditAlexander Neumann2012-09-291-0/+76