summaryrefslogtreecommitdiffstatshomepage
path: root/dateedit.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace newErr with newErrorAlexander Neumann2019-02-251-1/+1
* Don't panic in property accessors if type assertion failsAlexander Neumann2018-12-051-1/+1
* DateEdit: Avoid false changed eventsAlexander Neumann2018-02-051-11/+21
* More GraphicsEffects changesAlexander Neumann2017-11-211-1/+2
* Some more graphics effects workAlexander Neumann2017-11-201-0/+2
* 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-5/+46
* Use win instead of go-winapi package and import qualifiedAlexander Neumann2013-07-251-30/+30
* Use new in more placesAlexander Neumann2013-07-241-1/+1
* Group imports everywhereAlexander Neumann2013-07-241-1/+3
* Introduce Window and WindowBase as base for all windowsAlexander Neumann2013-07-241-1/+1
* DateEdit: s/[Set]Value[Changed]/[Set]Date[Changed]Alexander Neumann2013-07-161-11/+11
* Don't store Property values in widgetsAlexander Neumann2013-05-011-5/+2
* Change Property to be an interface, provide some implementations and adjust widgetsAlexander Neumann2013-04-301-3/+2
* DateEdit: Add NoneOptionAlexander Neumann2013-04-031-28/+44
* Remove remnants of old data binding codeAlexander Neumann2012-10-301-27/+0
* Add some properties to many widgetsAlexander Neumann2012-10-301-0/+13
* DateEdit: Add data binding supportAlexander Neumann2012-10-051-0/+27
* Use SendMessage method instead of func where possible.Alexander Neumann2012-09-161-4/+4
* Export InitWidget and InitChildWidgetAlexander Neumann2012-09-151-1/+1
* Export WndProcAlexander Neumann2012-09-151-2/+2
* Clean up handling of subclassed windows.Alexander Neumann2012-09-151-11/+0
* Some Splitter and layout improvementsAlexander Neumann2012-06-071-1/+5
* Run go fix; apply additional manual fixesAlexander Neumann2012-02-201-29/+24
* 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/+186