| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-13 | Removed the class creation at runtime stuff and its residue from the Go ↵ | Pietro Gagliardi | |
| files. This also cleans up the initialization stuff on the Go side too. | |||
| 2014-05-10 | Added tracking areas to Area on Mac OS X so mouse move events can work; they ↵ | Pietro Gagliardi | |
| work now. | |||
| 2014-04-13 | Consolidated NSScrollView code on Mac OS X to be all in one place. | Pietro Gagliardi | |
| 2014-04-07 | Fixed AppQuit on Mac OS X (forgot to set the NSApp delegate AND was using ↵ | Pietro Gagliardi | |
| the wrong selector). | |||
| 2014-04-06 | Added (untested; VM issues) code to handle Mac OS X Quit Dock menu items and ↵ | Pietro Gagliardi | |
| other related stuff that may happen in the future. Will drop the TODO after I can test it. | |||
| 2014-04-05 | Removed NilClass from the shared Mac OS X files (objc_darwin.h and ↵ | Pietro Gagliardi | |
| bleh_darwin.m) as the //export issue that required that no longer applies. | |||
| 2014-04-04 | Changed the way drawRect: was being added to our Mac OS X Area such that we ↵ | Pietro Gagliardi | |
| no longer need a separate function to add it to the class. | |||
| 2014-04-04 | Changed the Area class on Mac OS X to use the new class creation code. This ↵ | Pietro Gagliardi | |
| gets rid of ALL the class creation code from delegate_darwin.go. | |||
| 2014-04-04 | Created a new, simpler, easier to work with, and consistent way to create ↵ | Pietro Gagliardi | |
| the necessary Objective-C classes in our Go code, and converted the appDelegate class to use it. Now for goArea... | |||
| 2014-04-04 | Removed objc_alloc(). This should be all of them. Now to redo how classes ↵ | Pietro Gagliardi | |
| are handled... | |||
| 2014-04-04 | Removed objc_msgSend_rect(). This also consolidates all initWithFrame: calls ↵ | Pietro Gagliardi | |
| into a simple initWithDummyFrame(). | |||
| 2014-04-04 | Removed objc_msgSend_rect_uint_uint_bool(). | Pietro Gagliardi | |
| 2014-04-04 | Removed objc_msgSend_rect_bool(). | Pietro Gagliardi | |
| 2014-04-04 | Removed objc_msgSend_uint(). | Pietro Gagliardi | |
| 2014-04-04 | Removed objc_release(). | Pietro Gagliardi | |
| 2014-04-04 | Removed objc_new(). The idea is to remove all the objc_* functions that ↵ | Pietro Gagliardi | |
| aren't prefixed with C. (except objc_getClass()). | |||
| 2014-04-04 | Got rid of objc_addDelegate(); it was only called in one place (Mac OS X ↵ | Pietro Gagliardi | |
| Window creation). Also forgot to mention that the previous commit also disables mouse movements in Cocoa Areas for now; I need to replace the current code with one that uses tracking because mouse movements are system-global. | |||
| 2014-03-12 | Separated file creation dates from the package comment. | Pietro Gagliardi | |
| 2014-03-01 | Added initial Mac OS X sysData code. Almost ready for first test build, ↵ | Pietro Gagliardi | |
| hopefully? | |||
| 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 ↵ | Pietro Gagliardi | |
| clarity wrapper function objc_setDelegate(). | |||
| 2014-03-01 | Moved the Objective-C wrappers and helpers out of darwintest. | Pietro Gagliardi | |
