summaryrefslogtreecommitdiffstatshomepage
path: root/tabwidget.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* ui: allow manually drawing tab widgetad/pkg/walk/manual-draw-tabwidgetAnthony Dong2019-05-081-1/+68
* tabwidget: use DPI-dependent bitmap sizeJason A. Donenfeld2019-05-081-1/+1
* global: replace class namesJason A. Donenfeld2019-05-081-1/+1
* More work on multi monitor HIDPIAlexander Neumann2019-05-071-7/+8
* Fixes for widgets implementing HeightForWidtherAlexander Neumann2019-03-201-0/+20
* Don't panic in property accessors if type assertion failsAlexander Neumann2018-12-051-1/+1
* TabWidget: Fix retrieval of current index on amd64, thanks jackyzy823 for reporting and providing the fix!Alexander Neumann2018-11-261-3/+1
* TabWidget: Add CurrentIndex propertyAlexander Neumann2018-10-251-0/+9
* WindowBase: Expose getState as ReadState and putState as WriteStateAlexander Neumann2017-12-121-2/+2
* TabWidget: Remove some premature optimizationAlexander Neumann2017-11-151-15/+6
* TabWidget: Fix display glitches that occurred with non-themed appAlexander Neumann2017-04-241-24/+46
* TabWidget: Don't use transparent background by defaultAlexander Neumann2017-04-171-2/+0
* TabWidget: Draw image for current TabPageAlexander Neumann2017-04-171-0/+19
* TabWidget: Draw title for current TabPage + some cleanupAlexander Neumann2017-04-161-2/+14
* First steps towards support for transparent TabWidgetsAlexander Neumann2017-04-161-2/+137
* 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
* Improve enabled propagationAlexander Neumann2015-08-121-3/+5
* Propagate font to widget when adding it to a containerAlexander Neumann2015-08-101-0/+4
* Improve font propagationAlexander Neumann2015-08-061-3/+5
* TabWidget: Add support for tab page image, fixes #74Alexander Neumann2013-11-221-2/+46
* Use win instead of go-winapi package and import qualifiedAlexander Neumann2013-07-251-38/+38
* Group imports everywhereAlexander Neumann2013-07-241-1/+3
* Introduce Window and WindowBase as base for all windowsAlexander Neumann2013-07-241-1/+1
* TabWidget: Fix for Go 1.1 64 bitAlexander Neumann2013-05-011-1/+1
* Don't store Property values in widgetsAlexander Neumann2013-05-011-6/+5
* TabWidget: Add HasCurrentPage propertyAlexander Neumann2013-04-301-0/+7
* Hopefully fix SetSuspended woes.Alexander Neumann2013-04-181-4/+0
* declarative/TabPage: Call SetSuspended(false) when returning from Create.Alexander Neumann2013-04-171-2/+2
* Avoid many intermediate layout calculations during declarative setupAlexander Neumann2013-04-031-0/+4
* TabWidget: Fix inserting of pagesAlexander Neumann2012-11-231-6/+6
* TabWidget: Some improvement to page removalAlexander Neumann2012-11-101-4/+11
* Propagate enabled state to child widgetsAlexander Neumann2012-10-011-13/+7
* Make widgets inherit font from their parentAlexander Neumann2012-10-011-0/+18
* Export InitWidget and InitChildWidgetAlexander Neumann2012-09-151-1/+1
* Export MustRegisterWindowClassAlexander Neumann2012-09-151-1/+1
* Export WndProcAlexander Neumann2012-09-151-2/+2
* Clean up window class registrationAlexander Neumann2012-09-151-3/+3
* Run go fix; apply additional manual fixesAlexander Neumann2012-02-201-13/+12
* Remove winapi sub-package and use github.com/lxn/go-winapi insteadAlexander Neumann2012-02-201-1/+1
* Revert directory layout to what we had initiallyAlexander Neumann2012-02-201-0/+396