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
/
uitask_darwin.go
Age
Commit message (
Expand
)
Author
2015-12-11
LET'S GET THIS FINAL REWRITE EVER STARTED
Pietro Gagliardi
2014-08-30
...in with the new.
Pietro Gagliardi
2014-08-30
Out with the old...
Pietro Gagliardi
2014-07-03
Implemented Post() on Mac OS X.
Pietro Gagliardi
2014-07-03
Added the start() function and fixed compilation errors. Everything seems to ...
Pietro Gagliardi
2014-07-03
Removed uitask and made the Window creation functions only callable from the ...
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-07-01
Migrated the Mac OS X backend to the new uitask system.
Pietro Gagliardi
2014-06-30
Restored the previous new API. I'm going to change it so that events are call...
Pietro Gagliardi
2014-06-30
Rolled back all those changes; I'm stupid.
Pietro Gagliardi
2014-06-30
Converted the Mac OS X backend to use uitask() instead of uitask chan func().
Pietro Gagliardi
2014-06-30
Reverted everything back to the old API.
Pietro Gagliardi
2014-06-29
FIxed compilation errors in the Mac OS X build. It works, but I still need to...
Pietro Gagliardi
2014-06-29
Migrated sysdata_darwin.go and uitask_darwin.go to the new API. Now to just w...
Pietro Gagliardi
2014-06-11
Removed Mac OS X 10.6 support. Quite a hassle that version was...
Pietro Gagliardi
2014-06-10
Partial go fmt. Will do the rest over the next few commits. While I'm not too...
Pietro Gagliardi
2014-05-19
Set up the Mac OS X build to always target Mac OS X 10.6 regardless of the ho...
Pietro Gagliardi
2014-05-16
Decided not to move the initCocoa() function to a file init_darwin.go because...
Pietro Gagliardi
2014-05-16
Combined all the Objective-C headers into objc_darwin.h.
Pietro Gagliardi
2014-05-16
Removed bleh_darwin.m and the initBleh() function that it contained as its on...
Pietro Gagliardi
2014-05-15
Removed all the objc_getClass() and sel_getUid() calls from the Go code on Ma...
Pietro Gagliardi
2014-05-13
Removed the class creation at runtime stuff and its residue from the Go files...
Pietro Gagliardi
2014-05-13
Moved uitask_darwin.go to be Objective-C-based. Both delegate_darwin.go and u...
Pietro Gagliardi
2014-05-13
Started conversion of delegate_darwin.go to use Objective-C directly.
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-05
Moved all selector and class initialization for bleh_darwin.m into its own fu...
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-03-30
Attempted to add the Area bare bones and resizing code to the Mac OS X backen...
Pietro Gagliardi
2014-03-12
Separated file creation dates from the package comment.
Pietro Gagliardi
2014-03-12
Made programs go to the front of the screen on Mac OS X like other programs d...
Pietro Gagliardi
2014-03-05
Have ui.Go() return on main() return on Mac OS X.
Pietro Gagliardi
2014-03-02
Added the Mac OS X implementation of messageboxes.
Pietro Gagliardi
2014-03-01
Some error message and TODO changes related to the previous commit.
Pietro Gagliardi
2014-03-01
Attempted to fix the lack of resizable window borders by setting the NSApplic...
Pietro Gagliardi
2014-03-01
Fixed most errors. Now I just need to add a sysData pool.
Pietro Gagliardi
2014-03-01
Started to build a single global delegate object; now to fix issues.
Pietro Gagliardi
2014-03-01
Oops, accidentally removed the code that actually makes the appdelegateclass....
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
Added _setDelegate to the common Objective-C selectors list and added a clari...
Pietro Gagliardi
2014-02-28
Added the ui() for OS X.
Pietro Gagliardi