| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-01 | Started handling Spinbox events on Windows. | Pietro Gagliardi | |
| 2014-10-31 | More TODOs. | Pietro Gagliardi | |
| 2014-10-31 | More TODOs. | Pietro Gagliardi | |
| 2014-10-31 | Added 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-31 | Fixed Mac OS X Spinbox.SetValue(). Stupid bug =p | Pietro Gagliardi | |
| 2014-10-30 | Implemented the previous commit's stuff on Mac OS X. | Pietro Gagliardi | |
| 2014-10-30 | Implemented the previous commit's changes on Windows. | Pietro Gagliardi | |
| 2014-10-30 | Started 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-30 | Set up the NSNumberFormatter on Mac OS X Spinboxes in a better way. Untested. | Pietro Gagliardi | |
| 2014-10-30 | More TODOs. | Pietro Gagliardi | |
| 2014-10-30 | Fixed Windows Spinbox sizing for now. | Pietro Gagliardi | |
| 2014-10-30 | Okay, REALLY fixed the redraw issues now. A few wacky drawing issues remain, ↵ | Pietro Gagliardi | |
| but... not THIS. | |||
| 2014-10-30 | Switched 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-29 | More TODOs. | Pietro Gagliardi | |
| 2014-10-29 | Fixed Mac OS X Spinbox so that we have one that works now. Suboptimally, but ↵ | Pietro Gagliardi | |
| it works... | |||
| 2014-10-29 | More TODOs. | Pietro Gagliardi | |
| 2014-10-29 | More 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-29 | Added the initial implementaiton of Spinbox on Mac OS X. It doesn't quite ↵ | Pietro Gagliardi | |
| work yet. | |||
| 2014-10-28 | More Spinbox planning TODOs. | Pietro Gagliardi | |
| 2014-10-28 | More Mac Spinbox stuff. | Pietro Gagliardi | |
| 2014-10-28 | Wrote some notes on Mac OS X Spinbox. | Pietro Gagliardi | |
| 2014-10-28 | Added the initial Windows Spinbox code. | Pietro Gagliardi | |
| 2014-10-28 | Set 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-28 | More future compatibility stuff. | Pietro Gagliardi | |
| 2014-10-28 | Updated the README and TODO lists. | Pietro Gagliardi | |
| 2014-10-28 | Fixed Mac OS X issues. | Pietro Gagliardi | |
| 2014-10-27 | Restructured container on Mac OS X likewise. Still have to test. | Pietro Gagliardi | |
| 2014-10-27 | More TODOs. | Pietro Gagliardi | |
| 2014-10-27 | Migrated 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-27 | More TODOs. | Pietro Gagliardi | |
| 2014-10-27 | Fixed Group on Windows not sending events to children. I /think/ we're done ↵ | Pietro Gagliardi | |
| with container madness on the Windows backend... | |||
| 2014-10-27 | Removed the gouicontainer window class from the Windows backend; it is no ↵ | Pietro Gagliardi | |
| longer needed. | |||
| 2014-10-26 | Added sharedWndProc() to Tab on Windows. | Pietro Gagliardi | |
| 2014-10-26 | Removed container from SimpleGrid and Grid. This is necessary to do now, ↵ | Pietro Gagliardi | |
| alas; the Windows gouicontainers left over weren't being hidden, causing undesirable Tab behavior. | |||
| 2014-10-26 | De-container-ized Stack. | Pietro Gagliardi | |
| 2014-10-26 | Reverted to resizing all tabs equally; keeps code simple. | Pietro Gagliardi | |
| 2014-10-26 | Got rid of Tab's use of container on Windows. | Pietro Gagliardi | |
| 2014-10-26 | Reimplemented Control.containerShow()/Control.containerHide(). Will be ↵ | Pietro Gagliardi | |
| needed to fully move Tab on Windows away from container. | |||
| 2014-10-26 | More TODOs. | Pietro Gagliardi | |
| 2014-10-26 | Began migrating the Windows code away from using container entirely. This is ↵ | Pietro Gagliardi | |
| going to be a mess for Tab... hopefully only a short-term one. | |||
| 2014-10-25 | Laid out the groundwork for MORE improvement... | Pietro Gagliardi | |
| 2014-10-25 | Improved non-margined filled Group margins on Windows. | Pietro Gagliardi | |
| 2014-10-25 | More future plans. | Pietro Gagliardi | |
| 2014-10-24 | README typo fixes. | Pietro Gagliardi | |
| 2014-10-24 | README updates. | Pietro Gagliardi | |
| 2014-10-24 | Removed controlbase.sh; we don't need it anymore. | Pietro Gagliardi | |
| 2014-10-24 | Used the alignment rect instead of the frame for laying out and sizing ↵ | Pietro Gagliardi | |
| controls on Mac OS X. Also updated the future plans document. | |||
| 2014-10-24 | More TODOs. | Pietro Gagliardi | |
| 2014-10-24 | More critical TODOs. | Pietro Gagliardi | |
| 2014-10-24 | Added Mac OS X Textbox Go-side implementation. Doesn't quite work yet. | Pietro Gagliardi | |
