summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-23Implemented more/most of Area.OpenTextFieldAt() on Windows.Pietro Gagliardi
2014-08-23More fixes to Windows Area.OpenTextFieldAt(). Thanks to ↵Pietro Gagliardi
http://stackoverflow.com/questions/25462989/why-am-i-getting-wm-mouseactivate-when-i-click-on-my-child-window-i-have-it-cha
2014-08-23Fixed a lot of Area.OpenTextFieldAt(); thanks to mikeash in ↵Pietro Gagliardi
irc.freenode.net/#macdev.
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 ↵Pietro Gagliardi
on: we store the Area's width/height already; no need to get it back out from GTK+ itself.
2014-08-21Finished the Area.Repaint() test and fixed found bugs. There's some weird ↵Pietro Gagliardi
issue left in GTK+ Areas...
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
the need for our focus stuff.
2014-08-21Changed AreaHandler.Key() to return a boolean value indicating if the event ↵Pietro Gagliardi
was handled; implemented this on Windows. It does sledgehammer some edge cases I wanted to avoid, but it also avoids fussing about scrolling and focus and what not.
2014-08-20Cleaned up uimsgloop() in Windows. This will be important, as I'm going to ↵Pietro Gagliardi
be changing AreaHandler.Key()... again...
2014-08-20Implemented Table.OnSelected() on Mac OS X.Pietro Gagliardi
2014-08-20Changed tableOnSelection() to tableSelectionChanged() in the Windows files ↵Pietro Gagliardi
for parity with the GTK+ and (next commit) Mac OS X files.
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
OnSelected() event.
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
2014-08-20Added a test for TextField.Invalid() and implemented it on the GTK+ backend.Pietro Gagliardi
2014-08-20Added events and validity methods to TextField and implemented the events on ↵Pietro Gagliardi
the GTK+ backend.
2014-08-19Implemented the modal queue on the GTK+ backend to ensure proper queue ordering.Pietro Gagliardi
2014-08-19Split the modal queue stuff into its own files.Pietro Gagliardi
2014-08-19Fixed modality issues on Mac OS X.Pietro Gagliardi
2014-08-19More comments.Pietro Gagliardi
2014-08-19Implemented OpenFile() on Mac OS X.Pietro Gagliardi
2014-08-19Added note about MinGW dependencies.Pietro Gagliardi
2014-08-19Added the GTK+ implementation of OpenFile(). Also more TODOs.Pietro Gagliardi
2014-08-19More TODOs.Pietro Gagliardi
2014-08-19Fixed most of the other modality issues on Windows. Now all that's left is ↵Pietro Gagliardi
the re-enabling window order one...