summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-29More TODOs.Pietro Gagliardi
2014-03-29Finished re-adding the numeric keypad keys and fixing up the GTK+ Area implem...Pietro Gagliardi
2014-03-29Re-added the numeric keypad keys to ExtKey and removed predefkeys in area_uni...Pietro Gagliardi
2014-03-29Added the proper provision for numeric keypad entry.Pietro Gagliardi
2014-03-29Added numeric keypad question to Area planning document; also reformatted it ...Pietro Gagliardi
2014-03-29Updated the GTK+ implementation and test programs to reflect the new KeyEvent...Pietro Gagliardi
2014-03-29Added the scancode->KeyEvent.Key mapping table.Pietro Gagliardi
2014-03-29Removed the numpad constants pending re-evaluation of how to handle those.Pietro Gagliardi
2014-03-28Changed the definition of KeyEvent to be positional. The implementation has n...Pietro Gagliardi
2014-03-28Fixed Scan Codes Demystified article name in the Area planning document.Pietro Gagliardi
2014-03-28YES RESOLVED THE KEYBOARD INPUT PROBLEM WOO YEAH YAAAAAAAAAAAAAAAAAAAAAAAAAAA...Pietro Gagliardi
2014-03-27Added some of the ExtKeys to the keyboard layout test.Pietro Gagliardi
2014-03-27Added a flag to AreaHandler.Key()/Mouse() to indicate that a repaint is neede...Pietro Gagliardi
2014-03-27Added code to the keyboard test to draw the modifier keys.Pietro Gagliardi
2014-03-27Added the beginning of a keyboard input test to be written. Also more TODOs.Pietro Gagliardi
2014-03-27Put FreeBSD dependency installation notes in the README.Pietro Gagliardi
2014-03-27Fixed freebsd/386 VM problems; tested and works.Pietro Gagliardi
2014-03-27The latest go tip fixes cgo to not be confused by typedefs of incomplete type...Pietro Gagliardi
2014-03-26Printed the hardware_keycode on GTK+ Area key events... something came up so ...Pietro Gagliardi
2014-03-26Fixed import formatting on area_unix.go. I'm rereading the GLFW source; it ma...Pietro Gagliardi
2014-03-25Added Area mouse events on Windows. Also more TODOs.Pietro Gagliardi
2014-03-25Wrote the code to actually scroll Areas on Windows.Pietro Gagliardi
2014-03-25Added the actual scrolling to Windows Areas. Now to just adjust the cliprect ...Pietro Gagliardi
2014-03-25More TODOs (and some done TODO elimination).Pietro Gagliardi
2014-03-25Made the scrollbars on Windows Areas actually scroll. There are some kinks th...Pietro Gagliardi
2014-03-25Added scrollbars to Areas on Windows; they seem to respond properly to resize...Pietro Gagliardi
2014-03-24More TODOs.Pietro Gagliardi
2014-03-24Implemented Area painting on Windows.Pietro Gagliardi
2014-03-24Added GDI+ to the package's Windows version: DLL loaded, initialized, and shu...Pietro Gagliardi
2014-03-24Started the Windows implementation of Area.Pietro Gagliardi
2014-03-24Changed -qq to -y in the apt-get install line in .travis.yaml because I want ...Pietro Gagliardi
2014-03-24OK lets try doing cross-platform builds with Travis.ci again; also added mult...Pietro Gagliardi
2014-03-24Corrected a copy-paste fail in stdwndclass_windows.go that broke compilation ...Pietro Gagliardi
2014-03-23More TODOs.Pietro Gagliardi
2014-03-23Fixed the shrinking not working: the Cairo clip rect apparently can fall outs...Pietro Gagliardi
2014-03-23Fixed a slight documentation error in area.go.Pietro Gagliardi
2014-03-23Added Area resizing. Everything mostly works, but not making things smaller...Pietro Gagliardi
2014-03-23Added the tweets mentioned in one of the comments in area.go to the Area plan...Pietro Gagliardi
2014-03-23Added GDK_KEY_Alt_L/R to the modifier key handling in GTK+ key events.Pietro Gagliardi
2014-03-23Fixed modifier keys in GTK+ not being registered by KeyEvent on first press.Pietro Gagliardi
2014-03-23Added the GTK+ implementation of Area keyboard events. Seems to work fine for...Pietro Gagliardi
2014-03-23Had ExtKey start at 1 so KeyEvent.ExtKey can be 0.Pietro Gagliardi
2014-03-23Okay I'm done; fuck keyboards.Pietro Gagliardi
2014-03-23Update to previous commitPietro Gagliardi
2014-03-23Added loose ends to the Area keyboard planning. Hopefully I'll FINALLY write ...Pietro Gagliardi
2014-03-23Added some Cocoa-related notes noticed when writing an input test.Pietro Gagliardi
2014-03-22Filled out the keyboard planning table in the Area planning document some mor...Pietro Gagliardi
2014-03-22More Area key set planning.Pietro Gagliardi
2014-03-22Added a note about what package ui will do to a keypress it will not send out...Pietro Gagliardi
2014-03-22Added GDK common keys to the Area planning document. This also filters out so...Pietro Gagliardi