index
:
go.wit.com/dev/andlabs/ui.git
devel
guimaster
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
darwintest
Age
Commit message (
Expand
)
Author
2014-03-01
Now that we have everything up to and including Buttons up and running, we no...
Pietro Gagliardi
2014-02-28
Removed the NSNotificationCenter stuff since we're not using that to run UI o...
Pietro Gagliardi
2014-02-28
Split the actual delegate into a separate file; this simplifies even more thi...
Pietro Gagliardi
2014-02-28
Removed a leftover declaration in objc_darwin.h.
Pietro Gagliardi
2014-02-28
Cleaned up newtypes.go.
Pietro Gagliardi
2014-02-28
Moved some Objective-C stuff to objc_darwin.go, added some helper functions t...
Pietro Gagliardi
2014-02-28
Renamed bleh_darwin.go to objc_darwin.go so I can clean up Objective-C stuff ...
Pietro Gagliardi
2014-02-28
Quick wording fix in the bleh_darwin.m comments.
Pietro Gagliardi
2014-02-28
Added a .m file to handle the edge cases in objc_msgSend() wrappers that cann...
Pietro Gagliardi
2014-02-28
Split most of the objc_msgSend() wrappers into a C header file for convenienc...
Pietro Gagliardi
2014-02-28
Set up a NSAutoreleasePool for notify() to suppress memory leak warnings.
Pietro Gagliardi
2014-02-28
Changed the main thread signaling to use NSObject's performSelectorOnMainThre...
Pietro Gagliardi
2014-02-28
Added a notification system, hopefully allowing us to merge AppKit requests o...
Pietro Gagliardi
2014-02-28
Added a button bezel style to the darwintest button.
Pietro Gagliardi
2014-02-28
Added a button to the darwin test and had it respond to clicks. Committing as...
Pietro Gagliardi
2014-02-28
Built a window delegate and ran the event loop. It works!
Pietro Gagliardi
2014-02-27
Added code to create new Objective-C types at runtime, which will be importan...
Pietro Gagliardi
2014-02-27
And we now have a window in the darwin test! You can't really do much with it...
Pietro Gagliardi
2014-02-27
Wrote helper functions for objc_getClass() and sel_getUid().
Pietro Gagliardi
2014-02-27
Ported the runtime test to Go. It works in both 32-bit and 64-bit!
Pietro Gagliardi
2014-02-27
Now that I have a working Mac OS X setup, added the initial groundwork for th...
Pietro Gagliardi