summaryrefslogtreecommitdiffstatshomepage
path: root/imagelist.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix image list creation regressionAlexander Neumann2017-02-281-0/+6
|
* Add support for populating image lists from resource managerAlexander Neumann2017-02-271-0/+4
|
* ImageList: Expose HandleAlexander Neumann2016-08-011-0/+4
|
* 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
| | | | | | 1) Develop on something other then a windows box, and cross compile the program to target windows. 2) Develop a program that will run on the command line for any OS, but also have a gui when run on windows. 3) Use the walk library for the windows gui, and some other library for a gui on other platforms.
* ImageList: Use 32 bit color depthAlexander Neumann2015-08-311-2/+2
|
* Use win instead of go-winapi package and import qualifiedAlexander Neumann2013-07-251-20/+20
|
* Group imports everywhereAlexander Neumann2013-07-241-1/+3
|
* Add functions for managing image to image list index mapping and cachingAlexander Neumann2012-10-261-0/+91
|
* Run go fix; apply additional manual fixesAlexander Neumann2012-02-201-7/+3
|
* 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/+75