| Age | Commit message (Expand) | Author |
| 2014-03-01 | Whoops, misspelled -[NSWindow frame] as -[NSWindow _frame]. Fixed; test progr... | Pietro Gagliardi |
| 2014-03-01 | Oops, accidentally removed the code that actually makes the appdelegateclass.... | Pietro Gagliardi |
| 2014-03-01 | Documentation and TODO changes. | Pietro Gagliardi |
| 2014-03-01 | Major code restructure to allow Cocoa to work correctly. Cocoa requires that ... | Pietro Gagliardi |
| 2014-03-01 | Fixed a minor startup failure on Mac OS X; now for a big one: apparently the ... | Pietro Gagliardi |
| 2014-03-01 | Fixed the compiler errors on Mac OS X; now to get it running... | Pietro Gagliardi |
| 2014-03-01 | Fixed Mac OS X sysData.setWindowSize() to get the window origin. Now to fix t... | Pietro Gagliardi |
| 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, hopef... | Pietro Gagliardi |
| 2014-03-01 | More TODOs. | Pietro Gagliardi |
| 2014-03-01 | Fixed typo in objc_darwin.h. | Pietro Gagliardi |
| 2014-03-01 | Changed package main to package ui in darwintest/ imports. | Pietro Gagliardi |
| 2014-03-01 | Added _setDelegate to the common Objective-C selectors list and added a clari... | Pietro Gagliardi |
| 2014-03-01 | Added objc_msgSend_ptr(), needed by uitask_darwin.go. | Pietro Gagliardi |
| 2014-03-01 | Added objc_msgSend_stret_size_noargs(), needed by the Mac OS X sysData.prefer... | Pietro Gagliardi |
| 2014-03-01 | Moved the Objective-C wrappers and helpers out of darwintest. | Pietro Gagliardi |
| 2014-03-01 | Added preferred size code for Mac OS X. | Pietro Gagliardi |
| 2014-02-28 | Added the final version of the Mac OS X delegate type code. | Pietro Gagliardi |
| 2014-02-28 | Added the ui() for OS X. | 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 | Added a helper script for building 32-bit darwin binaries. | 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 |
| 2014-02-26 | Added Grid.SetStretchy to allow one control in a Grid to fill the parent Cont... | Pietro Gagliardi |
| 2014-02-25 | Added a way to let Controls in a Grid be sized to fill their cells. | Pietro Gagliardi |
| 2014-02-25 | Updated a TODO in the control candidates document related to Windows Common C... | Pietro Gagliardi |
| 2014-02-25 | Rewrote the unstable warning at the top of README.md. | Pietro Gagliardi |
| 2014-02-25 | Lock Stack's mutex lock like with all other Controls. | Pietro Gagliardi |
| 2014-02-25 | No longer preliminary (I was going to wait until I started the OS X backend, ... | Pietro Gagliardi |
| 2014-02-25 | More documentation fixups. | Pietro Gagliardi |
| 2014-02-25 | Fixed up Grid and Space() documentation. | Pietro Gagliardi |
| 2014-02-25 | Wrote the Grid test and found/fixed one error in Grid's position calculations... | Pietro Gagliardi |
| 2014-02-25 | Added untested initial Grid. Now to write a test. | Pietro Gagliardi |