summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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...
2014-08-19Fixed message queue overload in Windows modality code.Pietro Gagliardi
2014-08-19Implemented new dialog box techniques on Windows... kinda.Pietro Gagliardi
2014-08-19Potentially resolved dialog issues on GTK+; will need to find out. Thanks to ↵Pietro Gagliardi
lazka in irc.gimp.net/#gtk+ for assistance.
2014-08-18Implemented the beginning of a potential solution to the Windows modality issue.Pietro Gagliardi
2014-08-18More TODOs.Pietro Gagliardi
2014-08-18Added OpenFile(), the first dialog to be added, and implemented it on ↵Pietro Gagliardi
Windows... mostly.
2014-08-18Fixed foreign events.Pietro Gagliardi
2014-08-18Added a test of foreign events. I see they do not work yet...Pietro Gagliardi
2014-08-18Added foreign events. Untested for now.Pietro Gagliardi
2014-08-18Implemented Table.Selected()/Select() on Mac OS X. Also more TODOs.Pietro Gagliardi
2014-08-18Implemented Table.Selected()/Select() on GTK+, more TODOs, and a quick ↵Pietro Gagliardi
Windows fix.
2014-08-18Added Table.Selected()/Table.Select() and implemented them on Windows.Pietro Gagliardi
2014-08-17More TODOsPietro Gagliardi
2014-08-17Adjusted future plans.Pietro Gagliardi
2014-08-17Improved Table's documentation.Pietro Gagliardi
2014-08-17Improved Table checkbox simulation on Windows.Pietro Gagliardi
2014-08-17More TODOs.Pietro Gagliardi
2014-08-17Fixed Windows Table checkboxes on Windows XP.Pietro Gagliardi
2014-08-17Finished the implementation of checkboxes on Windows Tables.Pietro Gagliardi
2014-08-17Implemented Windows Table checkbox clicking.Pietro Gagliardi
2014-08-17Fixed up hover handling. Thanks to Jonathan Potter on Stack Overflow.Pietro Gagliardi
2014-08-17Implemented hover-to-hot on Windows Table checkboxes.Pietro Gagliardi
2014-08-17Began implementing checkboxes in the Windows Table.Pietro Gagliardi