summaryrefslogtreecommitdiffstatshomepage
path: root/walk.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Button: Add Image propertyAlexander Neumann2017-02-271-0/+8
* 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
* TabWidget: Add support for tab page image, fixes #74Alexander Neumann2013-11-221-0/+29
* Make key codes be of type Key and implement fmt.Stringer for itAlexander Neumann2013-05-091-180/+0
* Mirror key codes from go-winapi and fill in some blanksAlexander Neumann2013-05-081-0/+180
* Replace Initialize/Shutdown with some getters/setters and adjust examplesAlexander Neumann2012-10-231-10/+21
* Call OleInitialize/OleUninitialize from WebView code onlyAlexander Neumann2012-10-231-13/+0
* Call Gdiplus[Startup|Shutdown] in NewBitmapFromFile onlyAlexander Neumann2012-10-231-1/+0
* Initialize: go-winapi now calls runtime.LockOSThread for usAlexander Neumann2012-10-231-3/+0
* Add support for providing translated stringsAlexander Neumann2012-10-211-0/+12
* forgot package nameCary Cherng2012-07-241-1/+1
* Call OleInitialize() in Initialize()Cary Cherng2012-07-241-0/+5
* 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/+30