summaryrefslogtreecommitdiffstatshomepage
path: root/icon.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* make it possible to create an icon from an existing HICONzema2017-05-121-0/+4
* Icon: Refactor loading from resourceAlexander Neumann2017-02-271-16/+12
* 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
* Don't ask...Alexander Neumann2015-06-251-6/+33
* Use win instead of go-winapi package and import qualifiedAlexander Neumann2013-07-251-22/+22
* Use new in more placesAlexander Neumann2013-07-241-1/+0
* Group imports everywhereAlexander Neumann2013-07-241-1/+3
* Add stock icons, fixes #61Alexander Neumann2013-07-231-4/+33
* support dynamic bitmap, image and cursor creation from standard imagesAttila Tajti2012-10-161-0/+41
* Add doc comment for NewIconFromResourceAlexander Neumann2012-06-181-0/+1
* add NewIconFromResource, loading a named icon resource from the executableMichael Teichgraeber2012-06-151-0/+14
* Run go fix; apply additional manual fixesAlexander Neumann2012-02-201-3/+2
* 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/+55