Commit Graph

10 Commits

Author SHA1 Message Date
Vincent Sanders ad343eccb1 remove unecessary utils/types.h
This cleans up this header and moves the functionality into more
useful places while reducing the include complexity but only pulling
in whats required.
2014-11-02 20:10:32 +00:00
Michael Drake e2fbd3a266 Avoid copying rectangle for redraw_request calls. 2013-08-30 11:38:02 +01:00
Michael Drake 1e27299cf1 Inform when textarea drag is happening. 2013-08-21 13:54:00 +01:00
Michael Drake 0e00654681 Mention behaviour when params are NULL in comment. 2013-08-19 14:03:36 +01:00
Michael Drake 15c1ad7eea Add move drag type. 2013-08-16 20:02:49 +01:00
Michael Drake 9ac58865a7 Remove unused function declaration. 2013-07-17 11:42:42 +01:00
Michael Drake 5aed142560 Document callbacks. 2013-07-17 11:42:20 +01:00
Michael Drake bc37046c6c Pass drag state to core window user. 2013-07-01 15:10:45 +01:00
Michael Drake cca6707585 Update documentation for update_size callback. 2013-06-30 17:52:55 +01:00
Michael Drake 55aa7af80f Add first pass at new treeview.
Only supports creation, destruction, and redraw atm.
TODO: input handling (mouse, keyboard), editing, using the node callbacks.

Also includes new core_window.h.
2013-05-31 10:05:15 +01:00