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
/
objc_darwin.go
Age
Commit message (
Expand
)
Author
2014-08-30
Out with the old...
Pietro Gagliardi
2014-07-02
Moved it all back; the preemptive multitaksing during an event handler kills ...
Pietro Gagliardi
2014-07-02
Moved everything out of the way pending rewrite.
Pietro Gagliardi
2014-05-19
Same as previous commit, but for Mac OS X now. The #cgo directives are in uit...
Pietro Gagliardi
2014-05-16
Fixed up a bunch of Mac OS X function names, mostly Listbox-related, to be mo...
Pietro Gagliardi
2014-05-16
Moved toBOOL() from sysdata_darwin.go to objc_darwin.go since it's used by ot...
Pietro Gagliardi
2014-05-15
Removed all the objc_getClass() and sel_getUid() calls from the Go code on Ma...
Pietro Gagliardi
2014-05-15
Migrated everything else to Objective-C native; fixed a few things I missed a...
Pietro Gagliardi
2014-05-13
Removed the class creation at runtime stuff and its residue from the Go files...
Pietro Gagliardi
2014-05-10
Added tracking areas to Area on Mac OS X so mouse move events can work; they ...
Pietro Gagliardi
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 the...
Pietro Gagliardi
2014-04-06
Added (untested; VM issues) code to handle Mac OS X Quit Dock menu items and ...
Pietro Gagliardi
2014-04-05
Removed NilClass from the shared Mac OS X files (objc_darwin.h and bleh_darwi...
Pietro Gagliardi
2014-04-04
Changed the way drawRect: was being added to our Mac OS X Area such that we n...
Pietro Gagliardi
2014-04-04
Changed the Area class on Mac OS X to use the new class creation code. This g...
Pietro Gagliardi
2014-04-04
Created a new, simpler, easier to work with, and consistent way to create the...
Pietro Gagliardi
2014-04-04
Removed objc_alloc(). This should be all of them. Now to redo how classes are...
Pietro Gagliardi
2014-04-04
Removed objc_msgSend_rect(). This also consolidates all initWithFrame: calls ...
Pietro Gagliardi
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 aren'...
Pietro Gagliardi
2014-04-04
Got rid of objc_addDelegate(); it was only called in one place (Mac OS X Wind...
Pietro Gagliardi
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, hopef...
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
Moved the Objective-C wrappers and helpers out of darwintest.
Pietro Gagliardi