summaryrefslogtreecommitdiffstatshomepage
path: root/tabwidget.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: replace class namesJason A. Donenfeld2021-01-211-1/+1
* TabWidget: Fix the fixAlexander Neumann2020-11-041-1/+1
* TabWidget: Fix MinSize calculationAlexander Neumann2020-11-041-10/+19
* TabWidget: Avoid infinite loop when there is no pageAlexander Neumann2020-09-011-1/+1
* TabWidget: Change automatic focus behavior on current page changeAlexander Neumann2020-08-271-21/+11
* tabWidgetLayoutItem: Make IdealSize the same as MinSizeAlexander Neumann2019-11-271-1/+1
* DPI, TabWidget: Revise adjustment calculatingSimon Rozman2019-10-231-17/+23
* DPI: Deal with some TODOsAlexander Neumann2019-10-231-4/+5
* Font: Use window instead of screen DPISimon Rozman2019-10-071-1/+2
* DPI: Merge `RectanglePixels` to `Rectangle`Simon Rozman2019-09-271-5/+7
* DPI: Merge `SizePixels` to `Size`Simon Rozman2019-09-271-6/+6
* DPI: Merge `PointPixels` to `Point`Simon Rozman2019-09-271-1/+1
* DPI: Merge `Pixel` to `int`Simon Rozman2019-09-271-9/+10
* DPI: Name 96dpi margins and spacing fields appropriatelySimon Rozman2019-09-261-4/+4
* DPI: Assume variable screen DPI and revise 96dpi functionsSimon Rozman2019-09-261-2/+2
* DPI: Reorganize metrics structs to approach client compatibilitySimon Rozman2019-09-261-14/+15
* DPI, Bitmap: Make bitmaps DPI-awareSimon Rozman2019-09-261-1/+2
* DPI: Revise 1/96" to/from native pixel conversionsSimon Rozman2019-09-261-11/+11
* global: don't do things in global init()Jason A. Donenfeld2019-09-041-2/+5
* Revert "TabWidget: Paint directly onto tab DC"Alexander Neumann2019-08-051-1/+11
* Expose more stuff from new layout system so external widgets can use itAlexander Neumann2019-07-301-7/+7
* TabWidget: Set focus to tab page when clicking tabAlexander Neumann2019-07-181-0/+20
* TabWidget: Avoid panic when a page has no layoutAlexander Neumann2019-07-181-2/+10
* TabWidget: Paint directly onto tab DCAlexander Neumann2019-07-171-11/+1
* Run for your life or prepare to meet theAlexander Neumann2019-07-171-81/+150
* TabWidget: When changing which page is the current one, set focus to one of its descendantsAlexander Neumann2019-05-241-0/+1
* Improve performance of applying DPI changeAlexander Neumann2019-05-161-2/+2
* TabWidget: Add missing DPI aware image stuffAlexander Neumann2019-05-151-3/+33
* Merge branch 'master' of github.com:lxn/walkAlexander Neumann2019-05-141-1/+1
|\
| * tabwidget: use DPI-dependent bitmap sizeJason A. Donenfeld2019-05-101-1/+1
* | Initial DPI awareness support for images and drawingAlexander Neumann2019-05-141-11/+19
|/
* 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