summaryrefslogtreecommitdiff
path: root/desktop/treeview.c
Commit message (Expand)AuthorAgeFilesLines
...
* Ensure correct field is edited when more than one hidden field is editable.Michael Drake2013-09-051-1/+1
* Ensure tree height is provided when treeview building is complete.Michael Drake2013-09-031-0/+2
* Make externally induced node expand/contract cause redraw.Michael Drake2013-09-031-11/+94
* Change recursife node collapse behaviour slightly.Michael Drake2013-09-031-17/+24
* Node collapsing needs to happen when leaving nodes.Michael Drake2013-09-031-8/+7
* Add a pair of recursive expand/contract functions.Michael Drake2013-09-031-2/+78
* Polish node deletion.Michael Drake2013-08-301-8/+20
* Improve callback suppression options. Reduce unnecessary callback usage.Michael Drake2013-08-301-28/+63
* Avoid copying rectangle for redraw_request calls.Michael Drake2013-08-301-12/+12
* Various redraw improvements.Michael Drake2013-08-291-31/+66
* Make client-requested node deletions issue a redraw request.Michael Drake2013-08-291-0/+8
* Use treeview height instead of REDRAW_MAX for rectangle's y1.Michael Drake2013-08-291-1/+3
* Redraw on node creation, unless suppressed.Michael Drake2013-08-291-94/+114
* Fix one px missmatch between click and drag handling of node selection.Michael Drake2013-08-281-2/+2
* Add height getter.Michael Drake2013-08-281-0/+10
* Remove select all and clear selection functions from public API. Clients can...Michael Drake2013-08-281-4/+16
* Simple treeview_edit_selection implementation.Michael Drake2013-08-281-0/+36
* Function to get releations for node entry.Michael Drake2013-08-271-0/+107
* Expose leaving node callback in public treeview walker interface.Michael Drake2013-08-221-8/+23
* Inform when textarea drag is happening.Michael Drake2013-08-211-0/+1
* Add folder node update function.Michael Drake2013-08-201-1/+41
* Pass edit message to treeview client, when editing ends.Michael Drake2013-08-201-1/+46
* Fix node insertion ancestor height updating having cumulative effect.Michael Drake2013-08-201-6/+6
* Tidy edit start click behaviour, with existing selections.Michael Drake2013-08-191-3/+5
* Start of treeview node edit support. Internal treeview part is mostly done. ...Michael Drake2013-08-191-32/+322
* Ensure ctrl modifier is handled, by dealing with it before no-modifiers case.Michael Drake2013-08-181-5/+6
* Ensure nodes within contracted nodes are unselected.Michael Drake2013-08-171-0/+8
* Fix clang warning.Michael Drake2013-08-171-1/+0
* Implement node moving drags.Michael Drake2013-08-171-130/+308
* Find the top y value of selections for indicator pos.Michael Drake2013-08-171-3/+36
* Improve keyboard nav slightly.Michael Drake2013-08-171-55/+56
* Fix keyboard nav redraw when treeview height decreases as a result of keypres...Michael Drake2013-08-171-36/+39
* Move drops over selection target top of selected run.Michael Drake2013-08-171-1/+15
* Propagate selection to visible descendant nodes when a move drag is started w...Michael Drake2013-08-171-13/+65
* Optimise drop indicator redraw area.Michael Drake2013-08-171-32/+56
* Remove unused structure member.Michael Drake2013-08-161-2/+0
* Do indicator redraw after everything else is done, to simplify things.Michael Drake2013-08-161-37/+41
* Group the move details, for clarity.Michael Drake2013-08-161-18/+23
* Start optimising drop indicator redraw.Michael Drake2013-08-161-21/+37
* Begin move handling. Currently only moves the drop target indicator during d...Michael Drake2013-08-161-8/+175
* 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 in...Michael Drake2013-07-151-5/+10
* 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