| Age | Commit message (Collapse) | 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-02 | Moved it all back; the preemptive multitaksing during an event handler kills ↵ | Pietro Gagliardi | |
| us on all platforms. Going to have to restrict ALL GUI accss to happening from one t hread, so going to need to drop uitask entirely and have just a start() callback for startup code and a post() function for posting requests to windows (like channel sends but into a perpetual buffer). | |||
| 2014-07-02 | Moved everything out of the way pending rewrite. | Pietro Gagliardi | |
| 2014-06-10 | More go fmt. | Pietro Gagliardi | |
| 2014-06-06 | Added Help key handling (as Insert) on Mac OS X. | Pietro Gagliardi | |
| 2014-05-31 | Removed kVK_ANSI_KeypadClear from events_darwin.go; this is a holdover from ↵ | Pietro Gagliardi | |
| early Mac keyboards that had a Clear key where Num Lock is on an IBM keyboard (for example, http://upload.wikimedia.org/wikipedia/commons/4/4e/Apple_Macintosh_Plus_Extended_Keyboard.jpg (via Psy| in irc.freenode.net/#macdev)) and is irrelevant to our usage. | |||
| 2014-05-16 | Implemented the Super and order changes on Mac OS X. Meta is irrelevant here. | Pietro Gagliardi | |
| 2014-03-30 | Another name in events_darwin.go (see previous commit). | Pietro Gagliardi | |
| 2014-03-30 | Added right Command to events_darwin.go. | Pietro Gagliardi | |
| 2014-03-30 | Added key events to Mac OS X Areas. Now Area is feature-complete (but buggy) ↵ | Pietro Gagliardi | |
| on all platforms :D Also more TODOs. | |||
