summaryrefslogtreecommitdiff
path: root/desktop/core_window.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused function declaration.Michael Drake2013-07-171-4/+0
|
* Document callbacks.Michael Drake2013-07-171-3/+19
|
* Pass drag state to core window user.Michael Drake2013-07-011-0/+14
|
* Update documentation for update_size callback.Michael Drake2013-06-301-1/+7
|
* Add first pass at new treeview.Michael Drake2013-05-311-0/+51
Only supports creation, destruction, and redraw atm. TODO: input handling (mouse, keyboard), editing, using the node callbacks. Also includes new core_window.h.