| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-02-15 | Removed leftover debugging printf()s. | Pietro Gagliardi | |
| 2015-02-15 | Converted all GetLastError() calls in the Table accessible object to HRESULTs. | Pietro Gagliardi | |
| 2015-02-15 | Implemented most of Table accLocation(). More TODOs. | Pietro Gagliardi | |
| 2015-02-15 | Kinda sorta implemented Table accHitTest(). | Pietro Gagliardi | |
| 2015-02-15 | Implemented accDoDefaultAction() for Table. | Pietro Gagliardi | |
| 2015-02-14 | Our use of LresultFromObject() now requires us to release our initial ↵ | Pietro Gagliardi | |
| reference immediately to avoid a memory leak (as objects are created on the fly now); do it. | |||
| 2015-02-14 | Fixed the creation bug (incorrect empty doubly linked list handling; see ↵ | Pietro Gagliardi | |
| http://stackoverflow.com/questions/28520939/how-are-inspect-exe-ui-accessibility-checker-causing-my-program-to-gracefully-re). | |||
| 2015-02-14 | Now debugging why the accessible objects aren't being created anymore. Will ↵ | Pietro Gagliardi | |
| keep the linked list debugging stuff. Also fixed a small "error" in the call to CreateStdAccessibleObject() (not a compiler warning due to how void * works). | |||
| 2015-02-14 | Found one bug: forgot to update t->firstAcc in tableAccRelease(). | Pietro Gagliardi | |
| 2015-02-14 | Changed the Table accessibility objects to be a doubly linked list; updated ↵ | Pietro Gagliardi | |
| the Table code itself appropriately. Implemented RPC_E_DISCONNECTED handlers as well. Will test now. | |||
| 2015-02-14 | Added more test accessibility implementations. I'm going to need to ↵ | Pietro Gagliardi | |
| implement the save list now :S | |||
| 2015-02-14 | More accessibility utility definitions. | Pietro Gagliardi | |
| 2015-02-14 | Started the real accessibility implementation. Utility functions and role ↵ | Pietro Gagliardi | |
| system for now. | |||
| 2015-02-13 | More commentary. | Pietro Gagliardi | |
| 2015-02-13 | Fixed all real warnings. I need to figure out how to remove -Wparentheses ↵ | Pietro Gagliardi | |
| suggestions from qo. | |||
| 2015-02-13 | Replaced all the accessibility functions with implementations that defer ↵ | Pietro Gagliardi | |
| back up to the standard accessibility object for now. We'll replace them later. | |||
| 2015-02-12 | More of the previous commit; now builds. | Pietro Gagliardi | |
| 2015-02-12 | Started actually writing the accessibility code. | Pietro Gagliardi | |
| 2015-02-05 | Fixed error in updateAll(). | Pietro Gagliardi | |
| 2015-01-22 | Expanded the widgetgallery README. | Pietro Gagliardi | |
| 2015-01-22 | Added 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-10 | G_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-10 | Removed all the GUI stuff from the GTK+ date/time picker for now. Installed ↵ | Pietro Gagliardi | |
| the date properties instead. | |||
| 2015-01-10 | Added a mockup describing the planned GTK+ date/time picker. | Pietro Gagliardi | |
| 2015-01-09 | More notes. | Pietro Gagliardi | |
| 2015-01-09 | Added the beginning of an experimental date-time picker implementation for GTK+. | Pietro Gagliardi | |
| 2015-01-08 | More update() reasoning and TODOs. | Pietro Gagliardi | |
| 2015-01-08 | Added updateAll() and resolved WM_SETFONT to begin the final ↵ | Pietro Gagliardi | |
| reasoning-through of update(). | |||
| 2015-01-08 | Minor correctness, consistency, and predictability changes. | Pietro Gagliardi | |
| 2015-01-08 | Collected all of the metric updating stuff into a single update() function. ↵ | Pietro Gagliardi | |
| Far from optimal, but much better. | |||
| 2015-01-07 | Added tableSetRowCount. | Pietro Gagliardi | |
| 2015-01-07 | Immediately give focus to the Table on startup in the test program. | Pietro Gagliardi | |
| 2015-01-07 | Implemented checkbox notifications. | Pietro Gagliardi | |
| 2015-01-07 | More TODOs. | Pietro Gagliardi | |
| 2015-01-07 | Image 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-07 | Implemented tableNotificationGetCellData et al for text columns. | Pietro Gagliardi | |
| 2015-01-07 | Renamed notification codes. | Pietro Gagliardi | |
| 2015-01-07 | Added facilities for notifications. | Pietro Gagliardi | |
| 2015-01-07 | Switched 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-07 | Implemented image cells. | Pietro Gagliardi | |
| 2015-01-07 | Split the actual test code from the main Table code. | Pietro Gagliardi | |
| 2015-01-06 | Split 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-06 | Removed stray TODO. | Pietro Gagliardi | |
| 2015-01-06 | Removed checkboxstuff; we did all that already. | Pietro Gagliardi | |
| 2015-01-06 | Merged wintable/new/ into wintable/. | Pietro Gagliardi | |
| 2015-01-06 | Removed the initial implementation of the Windows Table. The new ↵ | Pietro Gagliardi | |
| implementation has long since surpassed it. | |||
| 2015-01-06 | More TODOs. | Pietro Gagliardi | |
| 2015-01-06 | More TODOs. | Pietro Gagliardi | |
| 2015-01-06 | Don'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-04 | More TODOs. | Pietro Gagliardi | |
