summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-02Fixed Listbox and LineEdit borders on Windows. Also more TODOs.Pietro Gagliardi
2014-04-02More TODOs.Pietro Gagliardi
2014-04-02Forced Common Controls version 6 on Windows by embedding the needed manifest in.Pietro Gagliardi
2014-04-02Switched to calling the Windows MulDiv() function instead of reimplementing i...Pietro Gagliardi
2014-04-02Added a println() to the main test window to signal that window closing has h...Pietro Gagliardi
2014-04-02Not using PostThreadMessage() (a few commits back) seems to fix the weird Inv...Pietro Gagliardi
2014-04-02Fixed odd Listbox sizing on Windows. (Windows by default sizes List Box contr...Pietro Gagliardi
2014-04-01Control candidates document updates.Pietro Gagliardi
2014-04-01Changed the font loading on Windows to always load the control font unless a ...Pietro Gagliardi
2014-04-01Fixed Windows control sizing: turns out simply calling GetTextMetrics() was n...Pietro Gagliardi
2014-04-01More TODOs.Pietro Gagliardi
2014-04-01Remove TODO about GTK+ and Cocoa errors since we're just assuming errors are ...Pietro Gagliardi
2014-04-01Fixed the Windows stalling when scrolling an Area problem: messages were gett...Pietro Gagliardi
2014-04-01Separated initial text from sysData.make() on the Mac OS X backend, completin...Pietro Gagliardi
2014-04-01Made the sysData.make() change from the previous commit on the Windows backend.Pietro Gagliardi
2014-04-01Removed the initText parameter from sysData.make() and changed all invocation...Pietro Gagliardi
2014-04-01Got rid of gtkWidget and changed to using *C.GtkWidget everywhere. This gets ...Pietro Gagliardi
2014-04-01Removed winerrors.md because I screwed it ages ago.Pietro Gagliardi
2014-04-01Moved <stdlib.h> includes in the GTK+ backend to gtk_unix.h; organized that f...Pietro Gagliardi
2014-04-01More TODOs.Pietro Gagliardi
2014-04-01Changed the cSysData dummy functions to an interface that a dummy sysData ins...Pietro Gagliardi
2014-04-01Removed a stray TODO comment whose purpose is long forgotten.Pietro Gagliardi
2014-04-01Reordered each part of the Windows uitask so that it does things in the same ...Pietro Gagliardi
2014-04-01Added another row to the open/save dialog test table.Pietro Gagliardi
2014-04-01Added more stuff about file dialogs. Now mostly complete.Pietro Gagliardi
2014-03-31Added (incomplete) stuff about file dialogs to controlcandidates.md.Pietro Gagliardi
2014-03-30Another name in events_darwin.go (see previous commit).Pietro Gagliardi
2014-03-30Added right Command to events_darwin.go.Pietro Gagliardi
2014-03-30Marked Windows MouseEvent.Held as not done; oops.Pietro Gagliardi
2014-03-30Updated the documentation: Area now works on all platforms, Modifiers behavio...Pietro Gagliardi
2014-03-30Added key events to Mac OS X Areas. Now Area is feature-complete (but buggy) ...Pietro Gagliardi
2014-03-30Implemented Area mouse events on Mac OS X. Also fixed a few other things left...Pietro Gagliardi
2014-03-30Fixed flaky redraw in Mac OS X Areas.Pietro Gagliardi
2014-03-30Implement Mac OS X AreaHandler.Paint().Pietro Gagliardi
2014-03-30Fixed Mac OS X Area setAreaSize() not working: I was using the NSWindow setFr...Pietro Gagliardi
2014-03-30When we created our delegate and view classes on Mac OS X, it turned out we w...Pietro Gagliardi
2014-03-30Attempted to add the Area bare bones and resizing code to the Mac OS X backen...Pietro Gagliardi
2014-03-29Added the beginning of the Mac OS X Area implementation. Also fixed the long-...Pietro Gagliardi
2014-03-29More TODOs.Pietro Gagliardi
2014-03-29Added Alt+[key] and F10 handling to Windows Area key events. Also more TODOs.Pietro Gagliardi
2014-03-29Documented that the clip area in AreaHandler.Paint() more properly and indica...Pietro Gagliardi
2014-03-29More TODOs.Pietro Gagliardi
2014-03-29Implemented Area.SetSize() on Windows.Pietro Gagliardi
2014-03-29Added repaint after Area event on Windows.Pietro Gagliardi
2014-03-29Added part of keyboard input on Windows. Need to repaint the window on event ...Pietro Gagliardi
2014-03-29Added positions of all other keys to the keyboard test. Now ready for the Win...Pietro Gagliardi
2014-03-29Added the numeric keypad and function keys to the keyboard test.Pietro Gagliardi
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