| Age | Commit message (Collapse) | Author |
|
show any items. Let's figure out why.
|
|
|
|
|
|
window's frame, to define the window size. The coordinate system being flipped is still not fixed.
|
|
fix the wrong rect issues...
|
|
The password entry field is outside the window for some reason; need to figure out how to place things in their proper place.
|
|
|
|
|
|
Before continuing, I'll get messageboxes working...
|
|
file to plan out how lists will be implemented/are being implemented.
|
|
|
|
preparation for Comboboxes and Listboxes.
|
|
|
|
no longer need the darwintest.
|
|
|
|
|
|
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.
|
|
|
|
|
|
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.
|
|
|
|
figure out why I can't resize windows myself...
|
|
working on Mac OS X. Woo!
|
|
delegate to the window.
|
|
|
|
|
|
information, they outright say the wrong information.
|
|
|
|
turns out the correct usage of objc_msgSend_stret() is not in the official docs...
|
|
|
|
program works so far!
|
|
appdelegateclass. Almost working...
|
|
|
|
the application loop run on the very first OS thread created, not just an any ordinary thread. To support this, your code must now be run by the UI init code. Windows and Unix builds still work fine; Mac OS X fails for reasons I now have to debug.
|
|
thread that calls -[NSApplication run] is NOT the main thread...
|
|
|
|
the rest of the errors...
|
|
|
|
hopefully?
|
|
|
|
|
|
|
|
clarity wrapper function objc_setDelegate().
|
|
|
|
sysData.preferredSize().
|
|
|
|
|
|
|
|
|
|
operations on the main thread anymore.
|