summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-06Let us end the scourge of vanilla MinGW once and for allPietro Gagliardi
2014-11-05More TODOs.Pietro Gagliardi
2014-11-05Split drawItems() into drawItems() and drawItem() in the Windows Table reimpl...Pietro Gagliardi
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 read-...Pietro Gagliardi
2014-11-05Implemented TextField.ReadOnly() on Mac OS X. Began standardizing window clas...Pietro Gagliardi
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 de...Pietro Gagliardi
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. Implementi...Pietro Gagliardi
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(); imp...Pietro Gagliardi
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
2014-10-30Switched from using SaveDC()/RestoreDC() to just calling SetWindowOrgEx() aga...Pietro Gagliardi
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
2014-10-29More TODOs.Pietro Gagliardi
2014-10-29More Mac OS X Spinbox refinements. Still not working, but if I have to do eve...Pietro Gagliardi
2014-10-29Added the initial implementaiton of Spinbox on Mac OS X. It doesn't quite wor...Pietro Gagliardi
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 as...Pietro Gagliardi
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 containers...Pietro Gagliardi