summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-05Fixed error in updateAll().Pietro Gagliardi
2015-01-22Expanded the widgetgallery README.Pietro Gagliardi
2015-01-22Added a README to the widgetgallery example after a number of people on IRC ↵Pietro Gagliardi
and in issues (see #73) tried to build it incorrectly.
2015-01-10G_ADD_PRIVATE() is too new; wrote in the correct form for GLib 2.32. Thanks ↵Pietro Gagliardi
to hergertme in irc.gimp.net/#gtk+.
2015-01-10Removed all the GUI stuff from the GTK+ date/time picker for now. Installed ↵Pietro Gagliardi
the date properties instead.
2015-01-10Added a mockup describing the planned GTK+ date/time picker.Pietro Gagliardi
2015-01-09More notes.Pietro Gagliardi
2015-01-09Added the beginning of an experimental date-time picker implementation for GTK+.Pietro Gagliardi
2015-01-08More update() reasoning and TODOs.Pietro Gagliardi
2015-01-08Added updateAll() and resolved WM_SETFONT to begin the final ↵Pietro Gagliardi
reasoning-through of update().
2015-01-08Minor correctness, consistency, and predictability changes.Pietro Gagliardi
2015-01-08Collected all of the metric updating stuff into a single update() function. ↵Pietro Gagliardi
Far from optimal, but much better.
2015-01-07Added tableSetRowCount.Pietro Gagliardi
2015-01-07Immediately give focus to the Table on startup in the test program.Pietro Gagliardi
2015-01-07Implemented checkbox notifications.Pietro Gagliardi
2015-01-07More TODOs.Pietro Gagliardi
2015-01-07Image cells now use notifications to get their bitmaps. Also split (almost) ↵Pietro Gagliardi
each cell type into a separate drawing function called from the main drawCell().
2015-01-07Implemented tableNotificationGetCellData et al for text columns.Pietro Gagliardi
2015-01-07Renamed notification codes.Pietro Gagliardi
2015-01-07Added facilities for notifications.Pietro Gagliardi
2015-01-07Switched the test program to make the Table an actual child window now that ↵Pietro Gagliardi
I'm about to implement actually getting data in the real world. Implemented focus grabbing. More TODOs.
2015-01-07Implemented image cells.Pietro Gagliardi
2015-01-07Split the actual test code from the main Table code.Pietro Gagliardi
2015-01-06Split out all Windows header file inclusion into a single ↵Pietro Gagliardi
wininclude_windows.h so all subdirectory files can be on the same page.
2015-01-06Removed stray TODO.Pietro Gagliardi
2015-01-06Removed checkboxstuff; we did all that already.Pietro Gagliardi
2015-01-06Merged wintable/new/ into wintable/.Pietro Gagliardi
2015-01-06Removed the initial implementation of the Windows Table. The new ↵Pietro Gagliardi
implementation has long since surpassed it.
2015-01-06More TODOs.Pietro Gagliardi
2015-01-06More TODOs.Pietro Gagliardi
2015-01-06Don't maintain the metaphor. The real listview doesn't, so we won't either. ↵Pietro Gagliardi
(Remember that we want to be as behavior-compatible with the real listview as possible.)
2015-01-04More TODOs.Pietro Gagliardi
2015-01-04Fixed get_accName().Pietro Gagliardi
2015-01-04Added the standard accessible object, added it to a few navigation-related ↵Pietro Gagliardi
places to make Inspect.exe's life easier, and added some more get_accName() debug stuff.
2015-01-04Removed refcount/WM_GETOBJECT debug spew. More TODOs.Pietro Gagliardi
2015-01-04Forgot to call AddRef() in QueryInterface(). Thanks to Jonathan Potter.Pietro Gagliardi
2014-12-25Even more accessibility debugging.Pietro Gagliardi
2014-12-25More accessibility debugging work.Pietro Gagliardi
2014-12-25More TODOs.Pietro Gagliardi
2014-12-25Added a testing implementation of IAccessible::get_accName().Pietro Gagliardi
2014-12-24Fixed other accessibility errors (partially thanks to Raymond Chen)Pietro Gagliardi
2014-12-24More accessibility.h changes.Pietro Gagliardi
2014-12-24More accessibility stubs.Pietro Gagliardi
2014-12-24Started actually writing the accessibility code. Does not work yet.Pietro Gagliardi
2014-12-24More notes on accessibility.Pietro Gagliardi
2014-12-23Draw whole selected row properly this time (full background on row, focus ↵Pietro Gagliardi
rect on cell). More TODOs.
2014-12-23More TODOs.Pietro Gagliardi
2014-12-23Optimized Table drawing by only drawing visible rows.Pietro Gagliardi
2014-12-22Changed the memory allocator used in util.h so that code will work on real ↵Pietro Gagliardi
Windowss because LocalAlloc() doesn't want to.
2014-12-22Converted the checkbox code to actually use drawCheckbox().Pietro Gagliardi