summaryrefslogtreecommitdiffstatshomepage
path: root/container.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* More work on multi monitor HIDPIAlexander Neumann2019-05-071-5/+5
* Export some HIDPI related helpersAlexander Neumann2019-05-061-4/+4
* Cache dpi to avoid repetitive calls to GetDpiForWindowAlexander Neumann2019-05-021-1/+4
* Avoid some ineffiency in layouts and factor out common stuff into LayoutBaseAlexander Neumann2019-05-011-0/+130
* Initial multi monitor HIDPI supportAlexander Neumann2019-04-301-0/+5
* Fix excessive space retention of nested containersAlexander Neumann2019-03-261-1/+1
* Fixes for widgets implementing HeightForWidtherAlexander Neumann2019-03-201-0/+8
* Remove experimental run.dll performance improvement codeAlexander Neumann2019-02-251-54/+1
* Nothing to see here. Move on.Alexander Neumann2019-02-251-13/+33
* Add support for widgets that trade height for width to layouts and do some refactoringAlexander Neumann2018-12-051-2/+142
* Add FlowLayoutAlexander Neumann2018-11-071-0/+21
* More GraphicsEffects changesAlexander Neumann2017-11-211-78/+42
* Some more graphics effects workAlexander Neumann2017-11-201-20/+11
* Get rid of Direct2DAlexander Neumann2017-11-201-122/+11
* Merge branch 'master' into graphicseffectsAlexander Neumann2017-10-171-2/+2
|\
| * [Line|Number|Text]Edit: Add support for TextColor, fixes #328Alexander Neumann2017-10-171-2/+2
* | Merge branch 'master' into graphicseffectsAlexander Neumann2017-09-281-0/+39
|\|
| * Fix layout scheduling problem that seems to occur for widgets w/o formAlexander Neumann2017-09-281-0/+39
* | We don't necessarily want focus effects on LinkLabelsAlexander Neumann2017-08-091-2/+5
* | ContainerBase: Suppress graphics effects other than focus on read-only widgetsAlexander Neumann2017-07-271-1/+10
* | Use Container interface in type switch instead of enumerating implementorsAlexander Neumann2017-05-081-1/+1
* | Don't apply focus effect to WebViewAlexander Neumann2017-05-031-4/+6
* | Don't apply drop shadow effect to Separator widgetsAlexander Neumann2017-05-021-1/+1
* | ContainerBase: Fix resizing glitch with transparent backgroundAlexander Neumann2017-04-171-0/+4
* | Merge branch 'master' into graphicseffectsAlexander Neumann2017-04-171-0/+4
|\|
| * First steps towards support for transparent TabWidgetsAlexander Neumann2017-04-161-0/+4
* | Add experimental support for graphics effectsAlexander Neumann2017-04-111-4/+225
|/
* Add a simple layout scheduling system to avoid pointless intermediate updatesAlexander Neumann2017-04-111-0/+28
* Improve background handlingAlexander Neumann2017-03-071-0/+5
* handle slider messagesU-ultrahorst\elmar2016-01-121-0/+6
* Add build tags to allow this library to be included in a cross platform program. This allows for several things:Joseph Watson2015-09-151-0/+2
* ContainerBase: Use default SizeHint implementation, which calls MinSizeHintAlexander Neumann2015-09-101-4/+0
* Improve enabled propagationAlexander Neumann2015-08-121-3/+3
* Propagate font to widget when adding it to a containerAlexander Neumann2015-08-101-0/+2
* Improve font propagationAlexander Neumann2015-08-061-3/+3
* Don't ask...Alexander Neumann2015-06-251-1/+1
* Remove pointless ContainerBase.init funcAlexander Neumann2013-09-241-4/+0
* Reduce widgets footprint a bit by removing unneeded interface fieldsAlexander Neumann2013-07-261-11/+7
* Use win instead of go-winapi package and import qualifiedAlexander Neumann2013-07-251-12/+12
* Group imports everywhereAlexander Neumann2013-07-241-2/+6
* Introduce Window and WindowBase as base for all windowsAlexander Neumann2013-07-241-17/+52
* Rename RootWidget to FormAlexander Neumann2013-07-161-5/+0
* Hopefully fix SetSuspended woes.Alexander Neumann2013-04-181-15/+1
* Avoid many intermediate layout calculations during declarative setupAlexander Neumann2013-04-031-1/+15
* Some fixes for changing the parent of a widget.Alexander Neumann2013-04-031-2/+6
* Begin replacing previous data binding system with a new one based on propertiesAlexander Neumann2012-10-301-3/+6
* Add initial support for data bindingAlexander Neumann2012-10-051-0/+41
* Propagate enabled state to child widgetsAlexander Neumann2012-10-011-13/+7
* WidgetBase: Rename hidden to visible and do necessary adjustmentsAlexander Neumann2012-10-011-1/+1
* Make widgets inherit font from their parentAlexander Neumann2012-10-011-0/+18