summaryrefslogtreecommitdiff
path: root/desktop/treeview.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Start optimising drop indicator redraw.Michael Drake2013-08-161-21/+37
|
* Begin move handling. Currently only moves the drop target indicator during ↵Michael Drake2013-08-161-8/+175
| | | | drags. Nothing actually gets moved.
* Slight refactor of drag end handling, for future handling of more types of drag.Michael Drake2013-08-161-9/+18
|
* Add comment.Michael Drake2013-08-161-0/+1
|
* Rename "section" to "part".Michael Drake2013-08-161-24/+23
|
* Inform front end when drag starts below nodes too.Michael Drake2013-08-161-0/+4
|
* Move old hotlist out of the way.Michael Drake2013-08-131-1/+3
|
* Expose treeview walker.Michael Drake2013-07-251-6/+38
|
* Make node delete callback msg differentiate between deletes caused by user ↵Michael Drake2013-07-151-5/+10
| | | | interaction and other deletes (e.g. treeview destruction).
* Cursor down moves to next after noncontinuous selections.Michael Drake2013-07-091-2/+5
|
* Cursor right toggles expansion.Michael Drake2013-07-091-5/+15
|
* A couple of tidyups.Michael Drake2013-07-091-33/+43
|
* Initial keyboard navigation support.Michael Drake2013-07-091-4/+122
|
* Move mix_colour macro out of treeview for other stuff to use.Michael Drake2013-07-081-13/+0
|
* Launch selection launches entries within contracted folders.Michael Drake2013-07-081-1/+1
|
* Improve doc comments.Michael Drake2013-07-081-0/+14
|
* Return key launches current selection.Michael Drake2013-07-081-1/+54
|
* Change how nodes are deleted.Michael Drake2013-07-061-161/+298
|
* Make tree walker use nserror.Michael Drake2013-07-031-30/+68
|
* Typedefs for internal treeview and treeview_node structs.Michael Drake2013-07-031-51/+51
|
* Treeview walker now takes two callback function pointers. One called in fwd ↵Michael Drake2013-07-031-13/+25
| | | | direction, one called in bwd direction.
* Implement DEL_EMPTY_DIRS flag.Michael Drake2013-07-031-2/+20
|
* Allow empty folders to be open.Michael Drake2013-07-031-3/+4
|
* Make READ_ONLY flag a combinator for NO_MOVES and NO_DELETES. Implement ↵Michael Drake2013-07-031-5/+26
| | | | NO_DELETES.
* Add treeview behaviour flags.Michael Drake2013-07-031-1/+5
|
* Make flags for suppress resize.Michael Drake2013-07-021-4/+4
|
* Add quite param to insertion calls to suppress treeview height callback.Michael Drake2013-07-011-4/+6
|
* Pass drag state to core window user.Michael Drake2013-07-011-0/+7
|
* Delete and backspace keys delete selected nodes.Michael Drake2013-07-011-2/+39
|
* Start keypress handling.Michael Drake2013-07-011-0/+48
|
* Handle mouse action below last node.Michael Drake2013-07-011-8/+84
|
* Update ancestor heights on node deletion.Michael Drake2013-06-301-0/+8
|
* Inform front end when treeview height changes.Michael Drake2013-06-301-3/+16
|
* Document static functions.Michael Drake2013-06-181-4/+26
|
* More documentation.Michael Drake2013-06-181-42/+43
|
* Say which functions are documented in the header.Michael Drake2013-06-181-10/+21
|
* Remove unused function.Michael Drake2013-06-181-9/+0
|
* Add support for selection drags. Not yet implemented move drags.Michael Drake2013-06-181-9/+208
|
* Reduce redraw area.Michael Drake2013-06-041-2/+2
|
* Fixup and remove unused defines.Michael Drake2013-06-041-4/+1
|
* Enable double click to launch from treeview.Michael Drake2013-06-041-2/+8
|
* Add support for clicking node expansion toggle.Michael Drake2013-06-041-6/+28
|
* Allow ctrl + select to toggle selection.Michael Drake2013-06-041-1/+3
|
* Make releationship enum meanings clearer.Michael Drake2013-06-041-4/+4
|
* Different text colour for an expanded entries' fields.Michael Drake2013-06-041-14/+36
|
* Store inset on node.Michael Drake2013-06-041-15/+12
|
* Get line height from font size.Michael Drake2013-06-031-4/+10
|
* Remove selected area styles.Michael Drake2013-06-031-20/+0
|
* Don't pass INT_MAX to redraw_request. RO WIMP doesn't like it.Michael Drake2013-06-031-4/+7
| | | | TODO: Make treeview aware of the window size.
* Include full expanded entry height in clip test.Michael Drake2013-06-031-1/+1
|