index
:
interesting/andlabs-ui
devel
guimaster
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wintable
/
new
/
draw.h
Age
Commit message (
Expand
)
Author
2014-12-23
Draw whole selected row properly this time (full background on row, focus rec...
Pietro Gagliardi
2014-12-23
Optimized Table drawing by only drawing visible rows.
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-21
Started writing the code for handling mouse moves and checkbox hovers.
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-14
Unified all column width accesses to a columnWidth() function.
Pietro Gagliardi
2014-12-13
Resolved some TODOs.
Pietro Gagliardi
2014-12-13
Fixed up some TODOs
Pietro Gagliardi
2014-12-13
Started to lay down the groundwork for handling selection.
Pietro Gagliardi
2014-12-12
Added vscroll to the drawing code. Now to figure out why it stops early...
Pietro Gagliardi
2014-12-12
Started tying all the threads together in the drawing loop for real.
Pietro Gagliardi
2014-12-11
Fixed twitchy text.
Pietro Gagliardi
2014-12-11
Mostly finisshed up horizontal scrolling by hooking it up to everything else....
Pietro Gagliardi
2014-12-09
Reimplemented tableAddColumn for real.
Pietro Gagliardi
2014-12-08
More TODOs.
Pietro Gagliardi
2014-12-08
Began the implementation of the new Windows Table's drawCell().
Pietro Gagliardi
2014-12-08
Readded rowHeight(). Also tested font helper functions.
Pietro Gagliardi
2014-12-08
Fixed up WM_PRINTCLIENT stuff.
Pietro Gagliardi
2014-12-08
Filled in the draw() function for testing header resizes (when that is implem...
Pietro Gagliardi
2014-12-08
Added drawing scaffolds to the new Windows Table.
Pietro Gagliardi