summaryrefslogtreecommitdiff
path: root/common_windows.c
AgeCommit message (Collapse)Author
2014-11-05Fixed up appearance of read-only TextFields on Windows.Pietro 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-10-30Switched from using SaveDC()/RestoreDC() to just calling SetWindowOrgEx() ↵Pietro Gagliardi
again in the WM_CTLCOLOR** shared handler. Doesn't fix performance the way I was hoping it would, but still better.
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