| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-03 | Fixed selection grabbing and also append/insert/removal crashes: all were ↵ | Pietro Gagliardi | |
| selector name typos. Also some TODOs Now to make this scroll/confine it to a scroll view... | |||
| 2014-03-02 | Fixed the compiler errors. The Mac OS X Listboxes are created!... but don't ↵ | Pietro Gagliardi | |
| show any items. Let's figure out why. | |||
| 2014-03-02 | Added untested Mac OS X Listbox code. Won't compile yet... | Pietro Gagliardi | |
| 2014-03-02 | Finished the implementation of Combobox on Mac OS X. | Pietro Gagliardi | |
| 2014-03-02 | Added the other Combobox modification functions to the Mac OS X backend. ↵ | Pietro Gagliardi | |
| Before continuing, I'll get messageboxes working... | |||
| 2014-03-01 | Expanded documentation for previous commit. | Pietro Gagliardi | |
| 2014-03-01 | Fixed the preferredSize() stall. Dumb Intel ABI optimizations. Good thing ↵ | Pietro Gagliardi | |
| with 10.6 minimum I won't have to worry about PowerPC compatibility... but if ARM ever comes to the desktop all bets are off. | |||
| 2014-03-01 | Attempted to fix the lack of resizable window borders by setting the ↵ | Pietro Gagliardi | |
| NSApplication activation policy. This fixed it, and also fixed a bunch of other things, such as the application being seen as part of Terminal, lack of dock icon, lack of application menu, etc. | |||
| 2014-03-01 | Fixed most errors. Now I just need to add a sysData pool. | Pietro Gagliardi | |
| 2014-03-01 | Reworded a comment in bleh_darwin.m: the docs don't imply the wrong ↵ | Pietro Gagliardi | |
| information, they outright say the wrong information. | |||
| 2014-03-01 | Added a TODO marker to the last commit. | Pietro Gagliardi | |
| 2014-03-01 | Fixed 32-bit Mac OS X builds (and also got rid of clang's current warnings): ↵ | Pietro Gagliardi | |
| turns out the correct usage of objc_msgSend_stret() is not in the official docs... | |||
| 2014-03-01 | Fixed Mac OS X sysData.setWindowSize() to get the window origin. Now to fix ↵ | Pietro Gagliardi | |
| the rest of the errors... | |||
| 2014-03-01 | Fixed various Mac OS X compilation errors. | Pietro Gagliardi | |
| 2014-03-01 | Added initial Mac OS X sysData code. Almost ready for first test build, ↵ | Pietro Gagliardi | |
| hopefully? | |||
| 2014-03-01 | Added objc_msgSend_stret_size_noargs(), needed by the Mac OS X ↵ | Pietro Gagliardi | |
| sysData.preferredSize(). | |||
| 2014-03-01 | Moved the Objective-C wrappers and helpers out of darwintest. | Pietro Gagliardi | |
