| Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
things. I think we're as clean as we can go... should probably start writing the real backend now :D
|
|
|
|
|
|
there too, and cleaned up runtimetest.go.
|
|
into it.
|
|
|
|
cannot be easily expressed otherwise.
|