index
:
go.wit.com/dev/andlabs/ui.git
devel
guimaster
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
2015-01-04
More TODOs.
Pietro Gagliardi
2015-01-04
Fixed get_accName().
Pietro Gagliardi
2015-01-04
Added the standard accessible object, added it to a few navigation-related pl...
Pietro Gagliardi
2015-01-04
Removed refcount/WM_GETOBJECT debug spew. More TODOs.
Pietro Gagliardi
2015-01-04
Forgot to call AddRef() in QueryInterface(). Thanks to Jonathan Potter.
Pietro Gagliardi
2014-12-25
Even more accessibility debugging.
Pietro Gagliardi
2014-12-25
More accessibility debugging work.
Pietro Gagliardi
2014-12-25
More TODOs.
Pietro Gagliardi
2014-12-25
Added a testing implementation of IAccessible::get_accName().
Pietro Gagliardi
2014-12-24
Fixed other accessibility errors (partially thanks to Raymond Chen)
Pietro Gagliardi
2014-12-24
More accessibility.h changes.
Pietro Gagliardi
2014-12-24
More accessibility stubs.
Pietro Gagliardi
2014-12-24
Started actually writing the accessibility code. Does not work yet.
Pietro Gagliardi
2014-12-24
More notes on accessibility.
Pietro Gagliardi
2014-12-23
Draw whole selected row properly this time (full background on row, focus rec...
Pietro Gagliardi
2014-12-23
More TODOs.
Pietro Gagliardi
2014-12-23
Optimized Table drawing by only drawing visible rows.
Pietro Gagliardi
2014-12-22
Changed the memory allocator used in util.h so that code will work on real Wi...
Pietro Gagliardi
2014-12-22
Converted the checkbox code to actually use drawCheckbox().
Pietro Gagliardi
2014-12-22
Fixed up the rest of the checkbox event handlers. Now to convert to using the...
Pietro Gagliardi
2014-12-22
Mostly done with the implementation of checkboxes!
Pietro Gagliardi
2014-12-22
More checkbox mouse movement code.
Pietro Gagliardi
2014-12-21
Started writing the code for handling mouse moves and checkbox hovers.
Pietro Gagliardi
2014-12-21
Added mouse tracking code. Not used yet.
Pietro Gagliardi
2014-12-21
Made toCheckboxRect() take the xoff parameter too.
Pietro Gagliardi
2014-12-20
toItemContentRect() -> toCellContentRect() (consistency)
Pietro Gagliardi
2014-12-20
Wrote up toItemContentRect() and used that in drawCell(). More TODOs.
Pietro Gagliardi
2014-12-20
Started writing the checkbox drawing code. Just a red box again for now.
Pietro Gagliardi
2014-12-19
Added code for distinguishing column types to drawCell().
Pietro Gagliardi
2014-12-19
Removed unnecessary HTHEME parameter in getFrameControlCheckboxSize().
Pietro Gagliardi
2014-12-18
Still more TODOs.
Pietro Gagliardi
2014-12-18
More TODOs.
Pietro Gagliardi
2014-12-18
Added images and checkboxes to rowHeight(). Split out the text part into text...
Pietro Gagliardi
2014-12-18
More TODOs.
Pietro Gagliardi
2014-12-18
Moved around checkboxes.h pendig plans for that code.
Pietro Gagliardi
2014-12-18
New checkbox plan: because DrawThemeBackground() /might/ do AlphaBlend(), we'...
Pietro Gagliardi
2014-12-18
More critical TODOs.
Pietro Gagliardi
2014-12-17
Brought back the code to build checkbox images.
Pietro Gagliardi
2014-12-17
Fixed Page Down behavior. More TODOs.
Pietro Gagliardi
2014-12-16
Fixed deselection redraw.
Pietro Gagliardi
2014-12-16
More TODOs.
Pietro Gagliardi
2014-12-16
Actually return no selection in clientCoordToRowColumn() correctly. Part 2 of...
Pietro Gagliardi
2014-12-16
Don't try to scroll if we're deselecting. First part of mouse deselect fix.
Pietro Gagliardi
2014-12-16
Changed abort() in deftablePanic() to DebugBreak() for convenience (especiall...
Pietro Gagliardi
2014-12-16
Fixed some punctuation errors.
Pietro Gagliardi
2014-12-16
Added debugging checks for doselect() to spot illegal selections. Rewrote som...
Pietro Gagliardi
2014-12-16
Revert "Attempted to fix broken coordinate calculations for out-of-cell click...
Pietro Gagliardi
2014-12-16
Attempted to fix broken coordinate calculations for out-of-cell clicks...
Pietro Gagliardi
[next]