| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-04-15 | Split all OS backends into their own folders. | Pietro Gagliardi | |
| 2015-04-14 | More TODOs. | Pietro Gagliardi | |
| 2015-04-14 | Made the necessary previous commits changes on the Mac OS X backend. ↵ | Pietro Gagliardi | |
| Untested yet. | |||
| 2015-04-13 | Converted and fixed the Mac OS X code for uiParent. I'm still not happy, but ↵ | Pietro Gagliardi | |
| this is DEFINITELY a step in the right direction... Perhaps automatic deletion is a pipe dream :/ I should also really nail the parenting/unparenting logic, but for that I need to add one more method. | |||
| 2015-04-12 | Some more uiParent migration. | Pietro Gagliardi | |
| 2015-04-11 | Implemented show/hide/enable/disable on Mac OS X new controls. | Pietro Gagliardi | |
| 2015-04-10 | More of the previous commit. More TODOs. | Pietro Gagliardi | |
| 2015-04-10 | Started to implement proper destruction logic for Mac OS X controls. | Pietro Gagliardi | |
| 2015-04-09 | Migrated the Mac OS X code to the new uiControl/uiSizing system. | Pietro Gagliardi | |
| 2015-04-09 | Decided to split control removal from parent into its own method ↵ | Pietro Gagliardi | |
| removeParent() rather than automatically doing it in setParent(). | |||
| 2015-04-08 | And implemented proper control showing on Mac OS X. | Pietro Gagliardi | |
| 2015-04-08 | Decided not to turn new control scrolling parameters into a bitfield. | Pietro Gagliardi | |
| 2015-04-08 | Built up a better system for handling data cleanup on Mac OS X; thanks to ↵ | Pietro Gagliardi | |
| http://stackoverflow.com/questions/29522715/is-there-a-reliable-way-to-destroy-private-data-structures-when-a-standard-nsvie. | |||
| 2015-04-08 | Cleaned out some of that gunk. I can't avoid subclassing the standard ↵ | Pietro Gagliardi | |
| controls, but making it so that the uiControl returned by uiDarwinNewControl() can be freed by the caller will help. | |||
| 2015-04-08 | Wrote up cleanup gunk on Mac OS X. Really gunk; I don't like what all this ↵ | Pietro Gagliardi | |
| does but I don't think there's another way. | |||
| 2015-04-07 | Decided to remove containerShow() and containerHide() for now. | Pietro Gagliardi | |
| 2015-04-07 | Implemented new control preferredSize() on Mac OS X. Now that Stack works ↵ | Pietro Gagliardi | |
| everywhere, I can resolve TODOs. | |||
| 2015-04-07 | Fixed compiler errors and bugs. uiButton on Mac OS X works! | Pietro Gagliardi | |
| 2015-04-07 | Added the Mac OS X uiContainer. Added it to uiWindow. Added the Mac OS X ↵ | Pietro Gagliardi | |
| coordinate system mirroring to the new control logic. Renamed *_darwin.c to *_darwin.m. | |||
