summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-05More TODOs.Pietro Gagliardi
2014-11-05Split drawItems() into drawItems() and drawItem() in the Windows Table ↵Pietro Gagliardi
reimplementation. This will make rewriting drawItem() easier.
2014-11-05Updated README.Pietro Gagliardi
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-05Implemented TextField.ReadOnly() on GTK+.Pietro Gagliardi
2014-11-05Started adding TextField.ReadOnly() and implemented it (mostly) on Windows.Pietro Gagliardi
2014-11-04Updated README.Pietro Gagliardi
2014-11-04Fixed up Spinbox appearance on Windows.Pietro Gagliardi
2014-11-04More TODOs.Pietro Gagliardi
2014-11-04Implemented ProgressBar on Mac OS X.Pietro Gagliardi
2014-11-04Started the Windows ProgressBar implemetnation. There's still an important ↵Pietro Gagliardi
detail left over...
2014-11-04Actually added GTK+ ProgressBar this time.Pietro Gagliardi
2014-11-04Added ProgressBar and implemented it on GTK+.Pietro Gagliardi
2014-11-04More future plans.Pietro Gagliardi
2014-11-03Finished implementing Windows Spinbox.OnChanged().Pietro Gagliardi
2014-11-03More Windows Spinbox.OnChanged() processing.Pietro Gagliardi
2014-11-02Started the work for Spinbox.OnChanged() on Windows with the edit control.Pietro Gagliardi
2014-11-02Fixed Windows Spinbox.OnChanged() being out of range.Pietro Gagliardi
2014-11-01Started handling Spinbox events on Windows.Pietro Gagliardi
2014-10-31More TODOs.Pietro Gagliardi
2014-10-31More TODOs.Pietro Gagliardi
2014-10-31Added Spinbox.OnChanged() and implemented it on GTK+ and Mac OS X. ↵Pietro Gagliardi
Implementing it on Windows is going to be a pain...
2014-10-31Fixed Mac OS X Spinbox.SetValue(). Stupid bug =pPietro Gagliardi
2014-10-30Implemented the previous commit's stuff on Mac OS X.Pietro Gagliardi
2014-10-30Implemented the previous commit's changes on Windows.Pietro Gagliardi
2014-10-30Started fleshing out the Spinbox interface. Added Value() and SetValue(); ↵Pietro Gagliardi
implemented on GTK+. Added min and max to the constructor; implemented on GTK+.
2014-10-30Set up the NSNumberFormatter on Mac OS X Spinboxes in a better way. Untested.Pietro Gagliardi
2014-10-30More TODOs.Pietro Gagliardi
2014-10-30Fixed Windows Spinbox sizing for now.Pietro Gagliardi
2014-10-30Okay, REALLY fixed the redraw issues now. A few wacky drawing issues remain, ↵Pietro Gagliardi
but... not THIS.
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-29More TODOs.Pietro Gagliardi
2014-10-29Fixed Mac OS X Spinbox so that we have one that works now. Suboptimally, but ↵Pietro Gagliardi
it works...
2014-10-29More TODOs.Pietro Gagliardi
2014-10-29More Mac OS X Spinbox refinements. Still not working, but if I have to do ↵Pietro Gagliardi
everything the manual way then at least I can do so cleanly now.
2014-10-29Added the initial implementaiton of Spinbox on Mac OS X. It doesn't quite ↵Pietro Gagliardi
work yet.
2014-10-28More Spinbox planning TODOs.Pietro Gagliardi
2014-10-28More Mac Spinbox stuff.Pietro Gagliardi
2014-10-28Wrote some notes on Mac OS X Spinbox.Pietro Gagliardi
2014-10-28Added the initial Windows Spinbox code.Pietro Gagliardi
2014-10-28Set up the absolute basic Spinbox and implemented it on GTK+. This is easy ↵Pietro Gagliardi
as it's one control on GTK+; now we have to do it on Windows and Mac OS X. And on those platforms, those are two separate controls (a standard edit control and an up-down/NSSpinner).
2014-10-28More future compatibility stuff.Pietro Gagliardi
2014-10-28Updated the README and TODO lists.Pietro Gagliardi
2014-10-28Fixed Mac OS X issues.Pietro Gagliardi
2014-10-27Restructured container on Mac OS X likewise. Still have to test.Pietro Gagliardi
2014-10-27More TODOs.Pietro Gagliardi
2014-10-27Migrated the GTK+ backend to the new new container system in which ↵Pietro Gagliardi
containers are no longer full controls but are still used to hold more than one control and handle the resizing entirely on their own.
2014-10-27More TODOs.Pietro Gagliardi