summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* ui: allow manually drawing tab widgetad/pkg/walk/manual-draw-tabwidgetAnthony Dong2019-05-082-1/+81
* mainwindow: exit in response to ENDSESSION_CLOSEAPPJason A. Donenfeld2019-05-081-0/+8
* tabwidget: use DPI-dependent bitmap sizeJason A. Donenfeld2019-05-081-1/+1
* webview: removeJason A. Donenfeld2019-05-088-1719/+0
* global: replace class namesJason A. Donenfeld2019-05-0817-17/+17
* declarative: removeJason A. Donenfeld2019-05-0849-5503/+0
* Merge pull request #510 from zx2c4-forks/jd/forgottableviewcolumnAlexander Neumann2019-05-081-0/+1
|\
| * tableviewcolumn: do DPI conversion in create() tooJason A. Donenfeld2019-05-071-0/+1
|/
* Widget[Base]: Add *Pixel variants of MinSize, MaxSize and SetMinMaxSizeAlexander Neumann2019-05-077-11/+61
* More work on multi monitor HIDPIAlexander Neumann2019-05-0731-156/+315
* Merge branch 'master' of github.com:lxn/walkAlexander Neumann2019-05-071-9/+2
|\
| * Merge pull request #509 from zx2c4-forks/jd/notifyicon-hack-fixAlexander Neumann2019-05-071-9/+2
| |\
| | * notifyicon: remove balloon icon hackJason A. Donenfeld2019-05-061-9/+2
| |/
* | Merge branch 'master' of github.com:lxn/walkAlexander Neumann2019-05-068-24/+240
|\|
| * Merge pull request #503 from zx2c4-forks/jd/notifyicon-iconsAlexander Neumann2019-05-061-20/+50
| |\
| | * notifyicon: receive events when user clicks popup balloonJason A. Donenfeld2019-05-051-8/+17
| | * notifyicon: allow showing custom iconsJason A. Donenfeld2019-05-051-12/+33
| * | Merge pull request #502 from zx2c4-forks/jd/defawlt-yes-i-know-how-to-spell-but-default-is-a-reserved-keyword-in-golangAlexander Neumann2019-05-062-0/+82
| |\ \
| | * | action: allow menu actions to have MFS_DEFAULT specifiedJason A. Donenfeld2019-05-042-0/+82
| | |/
| * | Merge pull request #507 from zx2c4-forks/jd/tooltip-mixed-toolbuttonAlexander Neumann2019-05-061-2/+6
| |\ \
| | * | ui: show tooltips for buttons with no textJason A. Donenfeld2019-05-051-2/+6
| | |/
| * | Merge pull request #506 from zx2c4-forks/jd/shortcutactionAlexander Neumann2019-05-061-0/+14
| |\ \
| | * | actionlist: provide means of attaching shortcuts to windowsJason A. Donenfeld2019-05-051-0/+14
| * | | Merge pull request #504 from zx2c4-forks/jd/tooltip-lengthAlexander Neumann2019-05-061-2/+4
| |\ \ \
| | * | | tooltip: increase max lengthJason A. Donenfeld2019-05-051-2/+4
| | |/ /
| * | | Merge pull request #500 from dfbag7/add-font-mem-resourceAlexander Neumann2019-05-062-0/+84
| |\ \ \ | | |/ / | |/| |
| | * | Replace call to deprecated StringToUTF16Ptr() with UTF16PtrFromString()Dmitry Bagdanov2019-05-021-1/+6
| | * | Update AUTHORS fileDmitry Bagdanov2019-05-021-0/+1
| | * | Rewrite implementation to much walk's approachDmitry Bagdanov2019-05-021-6/+21
| | * | add FontMemResource type which allows to load fonts from the application's resourcesDmitry Bagdanov2019-05-021-0/+63
* | | | Export some HIDPI related helpersAlexander Neumann2019-05-065-23/+23
|/ / /
* | | Merge branch 'master' of github.com:lxn/walkAlexander Neumann2019-05-021-0/+4
|\ \ \
| * \ \ Merge pull request #499 from zx2c4-forks/jd/tabbpagelistAlexander Neumann2019-05-021-0/+4
| |\ \ \ | | |/ / | |/| |
| | * | TabPageList: Recalculate layout on additionJason A. Donenfeld2019-05-021-0/+4
| |/ /
* / / Cache dpi to avoid repetitive calls to GetDpiForWindowAlexander Neumann2019-05-024-29/+45
|/ /
* | Avoid some ineffiency in layouts and factor out common stuff into LayoutBaseAlexander Neumann2019-05-018-312/+221
* | Add DoubleBuffering getter and declarative stuffAlexander Neumann2019-05-0139-0/+53
* | Merge pull request #497 from zx2c4-forks/jd/tableviewAlexander Neumann2019-05-011-7/+22
|\ \ | |/ |/|
| * tableview: allow efficiently selecting all indicesJason A. Donenfeld2019-05-011-7/+22
|/
* Update example manifest files for multi monitor hidpiAlexander Neumann2019-04-3024-72/+144
* Initial multi monitor HIDPI supportAlexander Neumann2019-04-3016-141/+275
* GroupBox: Use left margin from layout for check box offsetAlexander Neumann2019-04-291-1/+7
* GroupBox: Fix overdrawing of contained composite with double bufferingAlexander Neumann2019-04-291-5/+13
* Merge pull request #494 from zx2c4-forks/jd/dbAlexander Neumann2019-04-291-0/+10
|\
| * window: allow setting double bufferingJason A. Donenfeld2019-04-271-0/+10
* | Merge pull request #493 from zx2c4-forks/masterAlexander Neumann2019-04-291-6/+7
|\ \ | |/ |/|
| * form: don't use Go heap for MSGJason A. Donenfeld2019-04-271-6/+7
|/
* ImageView: Default to transparent backgroundAlexander Neumann2019-04-241-0/+2
* Add NewIconFromBitmapAlexander Neumann2019-04-231-4/+18
* Bitmap: Also provide alpha in ToImageAlexander Neumann2019-04-231-1/+2