summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-25Started writing the framework for having each Table on Windows to maintain th...Pietro Gagliardi
2014-08-25Cleaned up the checkbox image list section of imagelist_winidows.c.Pietro Gagliardi
2014-08-25Added code for printing HRESULTs on Windows. (There is no HRESULT-to-string f...Pietro Gagliardi
2014-08-25Added error return checks to MessageBeep();Pietro Gagliardi
2014-08-24Split ymargin into top and bottom margins to accomodate Groups on Windows; fi...Pietro Gagliardi
2014-08-24Removed stray/leftover TODO.Pietro Gagliardi
2014-08-24Tested TextField.Invalid() beeps on GTK+. Works.Pietro Gagliardi
2014-08-24More TODOs.Pietro Gagliardi
2014-08-24Added beep to TextFIeld.Invalid() on Mac OS X.Pietro Gagliardi
2014-08-24Added error beep to GTK+ TextField.Invalid().Pietro Gagliardi
2014-08-23Update future plans.Pietro Gagliardi
2014-08-23Implemented more/most of Area.OpenTextFieldAt() on Windows.Pietro Gagliardi
2014-08-23More fixes to Windows Area.OpenTextFieldAt(). Thanks to http://stackoverflow....Pietro Gagliardi
2014-08-23Fixed a lot of Area.OpenTextFieldAt(); thanks to mikeash in irc.freenode.net/...Pietro Gagliardi
2014-08-22Started the Mac OS X implementation of Area.OpenTextFieldAt().Pietro Gagliardi
2014-08-22Began implementing Area.OpenTextFieldAt() on Windows.Pietro Gagliardi
2014-08-22Fixed focus-out bug in GTK+ Area TextField.Pietro Gagliardi
2014-08-22Slight behavior change to Area.OpenTextFieldAt().Pietro Gagliardi
2014-08-22More TODOs.Pietro Gagliardi
2014-08-22Fixed some flaws in GTK+ Area.OpenTextFieldAt().Pietro Gagliardi
2014-08-22Added Area.OpenTextFieldAt() and implemented it on GTK+.Pietro Gagliardi
2014-08-22Wrapped GTK+ Areas in a GtkOverlay in preparation for adding OpenTextFieldAt().Pietro Gagliardi
2014-08-22Cleaned up the future plans.Pietro Gagliardi
2014-08-21Fixed Area.Repaint() bugs on GTK+.Pietro Gagliardi
2014-08-21Quick update to Area GTK+ drawing in an attempt fo figure out what's going on...Pietro Gagliardi
2014-08-21Finished the Area.Repaint() test and fixed found bugs. There's some weird iss...Pietro Gagliardi
2014-08-21Started implementing a test of Area.RepaintAll()/Repaint().Pietro Gagliardi
2014-08-21Implemented Area.Repaint() on Mac OS X.Pietro Gagliardi
2014-08-21Fixed crashing bug in tab_windows.go.Pietro Gagliardi
2014-08-21Implemented Area.Repaint() on Windows.Pietro Gagliardi
2014-08-21Added Area.Repaint() and implemented it on GTK+. Untested as of yet.Pietro Gagliardi
2014-08-21Implemented the new AreaHandler.Key() on Mac OS X.Pietro Gagliardi
2014-08-21More TODOs.Pietro Gagliardi
2014-08-21Implemented the new AreaHandler.Key() behavior on the GTK+ backend, removing ...Pietro Gagliardi
2014-08-21Changed AreaHandler.Key() to return a boolean value indicating if the event w...Pietro Gagliardi
2014-08-20Cleaned up uimsgloop() in Windows. This will be important, as I'm going to be...Pietro Gagliardi
2014-08-20Implemented Table.OnSelected() on Mac OS X.Pietro Gagliardi
2014-08-20Changed tableOnSelection() to tableSelectionChanged() in the Windows files fo...Pietro Gagliardi
2014-08-20More TODOs.Pietro Gagliardi
2014-08-20Implemented Table.OnSelected() on the GTK+ backend.Pietro Gagliardi
2014-08-20Added Table.OnSelected() and implemented it on Windows.Pietro Gagliardi
2014-08-20Scrapped multiple-selection Tables.Pietro Gagliardi
2014-08-20Made Tables on Windows single-selection.Pietro Gagliardi
2014-08-20Added code to try to figure out the bheavior of WIndows Tables for adding an ...Pietro Gagliardi
2014-08-20More TODOs.Pietro Gagliardi
2014-08-20Implemented TextField.Invalid() on Mac OS X.Pietro Gagliardi
2014-08-20Updated previous commit to work on password fields as well.Pietro Gagliardi
2014-08-20Implemented TextField.OnChanged() on Mac OS X.Pietro Gagliardi
2014-08-20Implemented TextField.Invalid() on Windows.Pietro Gagliardi
2014-08-20Implemented TextField.OnChanged() on Windows.Pietro Gagliardi