summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 rec...Pietro Gagliardi
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 Wi...Pietro Gagliardi
2014-12-22Converted the checkbox code to actually use drawCheckbox().Pietro Gagliardi
2014-12-22Fixed up the rest of the checkbox event handlers. Now to convert to using the...Pietro Gagliardi
2014-12-22Mostly done with the implementation of checkboxes!Pietro Gagliardi
2014-12-22More checkbox mouse movement code.Pietro Gagliardi
2014-12-21Started writing the code for handling mouse moves and checkbox hovers.Pietro Gagliardi
2014-12-21Added mouse tracking code. Not used yet.Pietro Gagliardi
2014-12-21Made toCheckboxRect() take the xoff parameter too.Pietro Gagliardi
2014-12-20toItemContentRect() -> toCellContentRect() (consistency)Pietro Gagliardi
2014-12-20Wrote up toItemContentRect() and used that in drawCell(). More TODOs.Pietro Gagliardi
2014-12-20Started writing the checkbox drawing code. Just a red box again for now.Pietro Gagliardi
2014-12-19Added code for distinguishing column types to drawCell().Pietro Gagliardi
2014-12-19Removed unnecessary HTHEME parameter in getFrameControlCheckboxSize().Pietro Gagliardi
2014-12-18Still more TODOs.Pietro Gagliardi
2014-12-18More TODOs.Pietro Gagliardi
2014-12-18Added images and checkboxes to rowHeight(). Split out the text part into text...Pietro Gagliardi
2014-12-18More TODOs.Pietro Gagliardi
2014-12-18Moved around checkboxes.h pendig plans for that code.Pietro Gagliardi
2014-12-18New checkbox plan: because DrawThemeBackground() /might/ do AlphaBlend(), we'...Pietro Gagliardi
2014-12-18More critical TODOs.Pietro Gagliardi
2014-12-17Brought back the code to build checkbox images.Pietro Gagliardi
2014-12-17Fixed Page Down behavior. More TODOs.Pietro Gagliardi
2014-12-16Fixed deselection redraw.Pietro Gagliardi
2014-12-16More TODOs.Pietro Gagliardi
2014-12-16Actually return no selection in clientCoordToRowColumn() correctly. Part 2 of...Pietro Gagliardi
2014-12-16Don't try to scroll if we're deselecting. First part of mouse deselect fix.Pietro Gagliardi
2014-12-16Changed abort() in deftablePanic() to DebugBreak() for convenience (especiall...Pietro Gagliardi
2014-12-16Fixed some punctuation errors.Pietro Gagliardi
2014-12-16Added debugging checks for doselect() to spot illegal selections. Rewrote som...Pietro Gagliardi
2014-12-16Revert "Attempted to fix broken coordinate calculations for out-of-cell click...Pietro Gagliardi
2014-12-16Attempted to fix broken coordinate calculations for out-of-cell clicks...Pietro Gagliardi
2014-12-16Implemented keyboard selection. Now I need to fix /mouse/ selections that sel...Pietro Gagliardi
2014-12-16Added some links.Pietro Gagliardi
2014-12-16Punctuation fix.Pietro Gagliardi
2014-12-16Finished keyboard selection notes. Will implement later.Pietro Gagliardi
2014-12-15More keyboard selection notes.Pietro Gagliardi
2014-12-15More keyboard selection notes.Pietro Gagliardi
2014-12-15More TODOs.Pietro Gagliardi
2014-12-15Wrote up some notes on how to do keyboard selection.Pietro Gagliardi