summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-22Updated TODO on modifier keys handling in KeyEvent.Pietro Gagliardi
2014-05-21Updated a TODO with a The Old New Thing blog post link posted today (!) that ...Pietro Gagliardi
2014-05-21Removed TODO about pixel alignment of scrollviews on Mac OS X; mikeash in irc...Pietro Gagliardi
2014-05-20Updated TODOs after confirming that Windows and Mac do have MouseEvent.Held[]...Pietro Gagliardi
2014-05-20Removed 10.6 build issues from TODO now that that's done.Pietro Gagliardi
2014-05-20Fixed the whole NSApplication.h thing so now the project builds with both 10....Pietro Gagliardi
2014-05-20Changed #include to #import on the Objective-C files to settle the whole incl...Pietro Gagliardi
2014-05-20Fixed the Mac OS X 10.6 building using a rather hackish approach... Now it wo...Pietro Gagliardi
2014-05-19Set up the Mac OS X build to always target Mac OS X 10.6 regardless of the ho...Pietro Gagliardi
2014-05-19Same as previous commit, but for Mac OS X now. The #cgo directives are in uit...Pietro Gagliardi
2014-05-19Removed the extra #cgo directives from the Unix files. cgo collects directive...Pietro Gagliardi
2014-05-19Moved gtk_main() such that uitask_unix.go calls it directly via cgo. This is ...Pietro Gagliardi
2014-05-19TODO file update.Pietro Gagliardi
2014-05-18Removed TODO about buttons 1+3 causing a button 2 click on Mac OS X Areas... ...Pietro Gagliardi
2014-05-17Made drawing of NSScrollView backgrounds explicit on Mac OS X. This is what I...Pietro Gagliardi
2014-05-17More TODOs (see previous commit).Pietro Gagliardi
2014-05-17Decided to unconditionally redraw everything on a window resize on Mac OS X. ...Pietro Gagliardi
2014-05-17Fixed variable names in Area drawing code on Unix to reflect that image.Recta...Pietro Gagliardi
2014-05-17More clarification on the previous commit.Pietro Gagliardi
2014-05-17Removed TODO about not using bad-for-tracking features of NSEvent in Areas on...Pietro Gagliardi
2014-05-17Added experimental code that tried, and failed, to combat combobox autoselect...Pietro Gagliardi
2014-05-17Added the Stack Overflow link for Mac OS X Listbox insertion autoselection an...Pietro Gagliardi
2014-05-17Found a method in NSArrayController via Stack Overflow which lets me suppress...Pietro Gagliardi
2014-05-16Started working on a blog post of NSTableView creation in code, so removed th...Pietro Gagliardi
2014-05-16Fixed up a bunch of Mac OS X function names, mostly Listbox-related, to be mo...Pietro Gagliardi
2014-05-16Moved toBOOL() from sysdata_darwin.go to objc_darwin.go since it's used by ot...Pietro Gagliardi
2014-05-16Decided not to move the initCocoa() function to a file init_darwin.go because...Pietro Gagliardi
2014-05-16Moved some old documents out of the top-level directory and into a folder old...Pietro Gagliardi
2014-05-16Implemented the Super and order changes on Mac OS X. Meta is irrelevant here.Pietro Gagliardi
2014-05-16Added proper Super handling on Windows. Meta isn't used here and the modifier...Pietro Gagliardi
2014-05-16Added (most of) the Super and Meta changes for GTK+. The Modifiers were alrea...Pietro Gagliardi
2014-05-16Changed the meaning of the Modifiers keys to be positional, added Super, and ...Pietro Gagliardi
2014-05-16Removed Objective-C runtime TODOs from todo.md.Pietro Gagliardi
2014-05-16Updated the README for the Objective-C change.Pietro Gagliardi
2014-05-16Organized the dummyRect declarations/definitions/etc. in the Objective-C file...Pietro Gagliardi
2014-05-16Resolved the TODO about one of the functions in sysdata_darwin.m not being pr...Pietro Gagliardi
2014-05-16Combined all the Objective-C headers into objc_darwin.h.Pietro Gagliardi
2014-05-16Whoops, forgot to add objc_darwin.m to git!Pietro Gagliardi
2014-05-16Cleaned up objc_darwin.h and changed all instances of int64_t in the wrapper ...Pietro Gagliardi
2014-05-16Removed bleh_darwin.m and the initBleh() function that it contained as its on...Pietro Gagliardi
2014-05-15Removed the dummy NSEvent code from bleh_darwin.m and rewrote it in Objective...Pietro Gagliardi
2014-05-15Removed some residual drawRect: stuff from bleh_darwin.m. So close...Pietro Gagliardi
2014-05-15Removed the Area drawing code from bleh_darwin.m and rewrote it in Objective-...Pietro Gagliardi
2014-05-15Removed the event point translation from bleh_darwin.m and rewrote it in Obje...Pietro Gagliardi
2014-05-15Removed the control font code from bleh_darwin.m and rewrote it in Objective-...Pietro Gagliardi
2014-05-15Removed the stray applicationShouldTerminate: stuff from bleh_darwin.m. (dele...Pietro Gagliardi
2014-05-15Removed the sole objc_msgSendSuper() wrapper from bleh_darwin.m.Pietro Gagliardi
2014-05-15Removed bleh_darwin.m's tracking area logic and rewrote it in Objective-C in ...Pietro Gagliardi
2014-05-15Removed most, if not all, of the objc_msgSend() wrappers.Pietro Gagliardi
2014-05-15Removed all the objc_getClass() and sel_getUid() calls from the Go code on Ma...Pietro Gagliardi