summaryrefslogtreecommitdiff
path: root/winapi_windows.h
AgeCommit message (Collapse)Author
2014-11-09Started the work to add accessibility to the new Windows Table. Also ↵Pietro Gagliardi
adjusted winapi_windows.h to accomodate this (defined CINTERFACE and included <oleacc.h>).
2014-11-06Clarification of previous commitPietro Gagliardi
2014-11-06Let us end the scourge of vanilla MinGW once and for allPietro Gagliardi
2014-11-05More Windows window class logic simplification. This will be needed for ↵Pietro Gagliardi
read-only TextFields, next.
2014-11-05Implemented TextField.ReadOnly() on Mac OS X. Began standardizing window ↵Pietro Gagliardi
class name access on Windows.
2014-11-05Started adding TextField.ReadOnly() and implemented it (mostly) on Windows.Pietro Gagliardi
2014-11-04Started the Windows ProgressBar implemetnation. There's still an important ↵Pietro Gagliardi
detail left over...
2014-11-02Started the work for Spinbox.OnChanged() on Windows with the edit control.Pietro Gagliardi
2014-11-01Started handling Spinbox events on Windows.Pietro Gagliardi
2014-10-30Fixed Windows Spinbox sizing for now.Pietro Gagliardi
2014-10-28Added the initial Windows Spinbox code.Pietro Gagliardi
2014-10-27Fixed Group on Windows not sending events to children. I /think/ we're done ↵Pietro Gagliardi
with container madness on the Windows backend...
2014-10-27Removed the gouicontainer window class from the Windows backend; it is no ↵Pietro Gagliardi
longer needed.
2014-10-18Merged new container/sizing stuff.Pietro Gagliardi
2014-08-30...in with the new.Pietro Gagliardi