summaryrefslogtreecommitdiff
path: root/events_notdarwin.go
AgeCommit message (Collapse)Author
2015-12-11LET'S GET THIS FINAL REWRITE EVER STARTEDPietro Gagliardi
2014-08-30...in with the new.Pietro Gagliardi
2014-08-30Out with the old...Pietro Gagliardi
2014-07-02Moved 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-02Moved everything out of the way pending rewrite.Pietro Gagliardi
2014-06-10More go fmt.Pietro Gagliardi
2014-05-23Finished the Area clicking stuff: formalized the behavior in documentation ↵Pietro Gagliardi
in area.go, pointed out that Mac OS X already behaves as expected, updated some comments, and removed the relevant TODO.
2014-05-23Implemented triple-clicks and up on Windows.Pietro Gagliardi
2014-05-23Added code that will replace the toolkit-internal double-click/triple-click ↵Pietro Gagliardi
handling in an effort to normalize click count handling.
2014-03-29Finished re-adding the numeric keypad keys and fixing up the GTK+ Area ↵Pietro Gagliardi
implementation to handle the new KeyEvent. Everything seems to work on this end...
2014-03-29Added the proper provision for numeric keypad entry.Pietro Gagliardi
2014-03-29Added the scancode->KeyEvent.Key mapping table.Pietro Gagliardi