summaryrefslogtreecommitdiff
path: root/desktop/core_window.h
Commit message (Collapse)AuthorAgeFilesLines
* remove unecessary utils/types.hVincent Sanders2014-11-021-2/+1
| | | | | | This cleans up this header and moves the functionality into more useful places while reducing the include complexity but only pulling in whats required.
* Avoid copying rectangle for redraw_request calls.Michael Drake2013-08-301-2/+2
|
* Inform when textarea drag is happening.Michael Drake2013-08-211-0/+1
|
* Mention behaviour when params are NULL in comment.Michael Drake2013-08-191-2/+2
|
* Add move drag type.Michael Drake2013-08-161-1/+2
|
* 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.