summaryrefslogtreecommitdiffstatshomepage
path: root/customwidget.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: replace class namesJason A. Donenfeld2021-01-211-1/+1
* DPI: Merge `RectanglePixels` to `Rectangle`Simon Rozman2019-09-271-13/+6
* DPI, CustomWidget: Add support for native pixel paintingSimon Rozman2019-09-261-7/+48
* DPI: Revise 1/96" to/from native pixel conversionsSimon Rozman2019-09-261-7/+1
* global: don't do things in global init()Jason A. Donenfeld2019-09-041-1/+3
* Run for your life or prepare to meet theAlexander Neumann2019-07-171-9/+13
* CustomWidget: Fix SetClearsBackgroundAlexander Neumann2018-10-101-2/+2
* add screenshot apicsd01172016-03-131-2/+14
* CustomWidget: add missing SetViewportOrgEx callAttila Tajti2015-12-051-0/+3
* CustomWidget: add support for double buffered painting, fixes #155Attila Tajti2015-11-211-12/+83
* 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
* Use win instead of go-winapi package and import qualifiedAlexander Neumann2013-07-251-9/+9
* Group imports everywhereAlexander Neumann2013-07-241-1/+3
* Introduce Window and WindowBase as base for all windowsAlexander Neumann2013-07-241-1/+1
* Export InitWidget and InitChildWidgetAlexander Neumann2012-09-151-1/+1
* Export MustRegisterWindowClassAlexander Neumann2012-09-151-1/+1
* Export WndProcAlexander Neumann2012-09-151-2/+2
* Clean up window class registrationAlexander Neumann2012-09-151-3/+3
* Run go fix; apply additional manual fixesAlexander Neumann2012-02-201-6/+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/+119