summaryrefslogtreecommitdiff
path: root/desktop/treeview.c
Commit message (Collapse)AuthorAgeFilesLines
* cw handle can't be const.Michael Drake2013-05-311-2/+2
|
* Rename treeview_walk --> treeview_walk_internal.Michael Drake2013-05-311-3/+4
|
* Call redraw function on clicks. Enable treewalker to skip the children of ↵Michael Drake2013-05-311-10/+21
| | | | collapsed nodes.
* Make node flags for expanded and selected. Start mouse action support. ↵Michael Drake2013-05-311-26/+79
| | | | (Little more than a stub.)
* Add first pass at new treeview.Michael Drake2013-05-311-0/+1104
Only supports creation, destruction, and redraw atm. TODO: input handling (mouse, keyboard), editing, using the node callbacks. Also includes new core_window.h.