summaryrefslogtreecommitdiffstatshomepage
path: root/groupbox.go (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-24ImageView: Default to transparent backgroundAlexander Neumann1-0/+2
2019-04-23Add NewIconFromBitmapAlexander Neumann1-4/+18
2019-04-23Bitmap: Also provide alpha in ToImageAlexander Neumann1-1/+2
2019-04-23ToolBar: Don't waste space for an image we don't displayAlexander Neumann1-0/+1
2019-04-17TableView: Add methods for checking and ensuring whether an item is visibleAlexander Neumann1-0/+10
2019-04-11Add missing MsgBoxStyle constantsAlexander Neumann1-20/+30
2019-04-11FileDialog: Set FilterIndex as selected by userAlexander Neumann1-0/+2
2019-04-10Icon: Add support for specifying the desired sizeAlexander Neumann1-21/+72
2019-03-29TableView: Apply parent font after creating list view controls, fixes #480Alexander Neumann1-0/+2
2019-03-26WidgetBase: Hide widget before removing from parentAlexander Neumann1-0/+2
2019-03-26Fix excessive space retention of nested containersAlexander Neumann4-32/+54
2019-03-25ScrollView: Ensure appropriate composite size after insert and removeAlexander Neumann2-9/+43
2019-03-25WindowBase: Remove stale logging codeAlexander Neumann1-2/+0
2019-03-21Window[Base]: Add VisibleChanged, fixes #474Alexander Neumann1-0/+10
2019-03-20Fixes for widgets implementing HeightForWidtherAlexander Neumann3-1/+33
2019-03-18Add Alt+Ctrl to modifiers2string, thanks Stephan VerbeeckAlexander Neumann1-0/+1
2019-03-11NumberEdit: Ignore mouse wheel and arrow keys if Increment is negative, thanks Stephan VerbeeckAlexander Neumann2-4/+4
2019-03-11TextEdit: Add ScrollToCaret, fixes #468Alexander Neumann1-0/+4
2019-02-28Remove some commented-out codeAlexander Neumann2-17/+0
2019-02-28By default center labels vertically instead of using GrowableVertAlexander Neumann3-12/+8
2019-02-27TableView: Fix key events not being publishedAlexander Neumann1-0/+5
2019-02-27Add support for alignment specified per widgetAlexander Neumann37-8/+93
2019-02-27[Line|Text]Edit: Rename [Set]Alignment to [Set]TextAlignmentAlexander Neumann4-8/+8
2019-02-27Add support for specifying widget alignment on layout levelAlexander Neumann4-13/+184
2019-02-26BoxLayout: Small refactoring after removing logging codeAlexander Neumann1-3/+1
2019-02-26Spacer: Add support for restricting greed locallyAlexander Neumann4-37/+67
2019-02-26declarative/Builder: Fix nested grid layout bugAlexander Neumann1-1/+7
2019-02-26Slider: Fix default LineSize + PageSizeAlexander Neumann1-2/+6
2019-02-26Slider: Add support for changing line and page sizeAlexander Neumann2-0/+20
2019-02-25AUTHORS: Add selfJason A. Donenfeld1-0/+1
2019-02-25Manifest: Revert tmpfile manifest loadingJason A. Donenfeld51-56/+378
2019-02-25Some more static fixesAlexander Neumann1-42/+56
2019-02-25Remove experimental run.dll performance improvement codeAlexander Neumann2-104/+17
2019-02-25Nothing to see here. Move on.Alexander Neumann8-97/+263
2019-02-25FormBase: Try to fix scrolling problems with initially focused descendantAlexander Neumann1-0/+15
2019-02-25Missed a file in some previous commitAlexander Neumann1-0/+24
2019-02-25NumberEdit: Add MinValue and MaxValue propertiesAlexander Neumann1-6/+38
2019-02-25Add ItemsInserted + ItemsRemoved to ListModel and support them in ComboBox + ListBoxAlexander Neumann4-4/+114
2019-02-25Replace some occurrences of Widget with *WidgetBaseAlexander Neumann3-44/+74
2019-02-25Add two-way binding for checked menu item to bool property via Action.CheckedAlexander Neumann4-6/+91
2019-02-25WhoopsAlexander Neumann1-0/+1
2019-02-25Replace newErr with newErrorAlexander Neumann6-9/+9
2019-02-25textlabel: Remove double comment layersJason A. Donenfeld1-4/+4
2019-02-25boolProperty: Accept source of type ExpressionAlexander Neumann2-1/+23
2019-02-25DataBinder: Some small fixesAlexander Neumann1-2/+4
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
2019-02-25notifyicon: Use mainwindow's window instead of creating ownJason A. Donenfeld2-29/+5