summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | It now needs to inform the client (only hotlist allows edit), of the change. And the hotlist needs to handle the change request message and update the node.
* Implement get window dimensions for treeview test parasite.Michael Drake2013-08-191-0/+4
|
* Mention behaviour when params are NULL in comment.Michael Drake2013-08-191-2/+2
|
* Squash warningChris Young2013-08-182-2/+2
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-08-182-12/+102
|\
| * Merge branch 'chris/gadtools-53-6'Chris Young2013-08-182-12/+102
| |\
| | * Remove unusedChris Young2013-08-181-3/+1
| | |
| | * Construct the menu in a new function, which also does basic layouting of any ↵Chris Young2013-08-182-51/+90
| | | | | | | | | | | | image menus.
| | * Sub-menu arrowsChris Young2013-08-161-6/+27
| | |
| | * Another attempt at creating image menusChris Young2013-08-152-2/+34
| | |
* | | Use extern on tree.c globals. (These go away when front ends can use the ↵Michael Drake2013-08-182-2/+6
| | | | | | | | | | | | new treeview modules directly.)
* | | Set allow edit flag on title and url fields.Michael Drake2013-08-181-3/+5
| | |
* | | 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 ↵Michael Drake2013-08-171-36/+39
| | | | | | | | keypress. Reduce some variable name lengths.
* | 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 ↵Michael Drake2013-08-171-13/+65
| | | | | | | | with folder selected.
* | 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 ↵Michael Drake2013-08-161-8/+175
| | | | | | | | drags. Nothing actually gets moved.
* | Make treeview test parasite convert move drag enum type.Michael Drake2013-08-161-0/+5
| |
* | Add move drag type.Michael Drake2013-08-161-1/+2
| |
* | Set appropriate treeview flags.Michael Drake2013-08-161-1/+1
| |
* | 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
| |
* | Fix treeview code's inconsistant application of the plot origin. (Fixes ↵Michael Drake2013-08-161-7/+7
| | | | | | | | various redraw glitches.)
* | Remove pointless clipping. Move some calculations out of function call ↵Michael Drake2013-08-161-11/+6
| | | | | | | | params to make them more readable.
* | Make the no_font_blending toggle.Michael Drake2013-08-161-0/+1
| |
* | Avoid background blending overhead for treeview text.Michael Drake2013-08-163-2/+11
| |
* | Inform front end when drag starts below nodes too.Michael Drake2013-08-161-0/+4
| |
* | Add selection to enum.Michael Drake2013-08-161-0/+1
| |
* | Flag a TODO.Michael Drake2013-08-161-0/+1
| |
* | Pass mouse coords to treeview during drag. Note, we now get a warning when ↵Michael Drake2013-08-161-0/+2
| | | | | | | | mouse leaves window during drag.
* | Use abstracted folder creation.Michael Drake2013-08-161-17/+6
| |
* | Update messages for default hotlist entries.Michael Drake2013-08-161-20/+15
| |
* | Add generator for default hotlist.Michael Drake2013-08-161-7/+103
| |
* | Set built=false after destruction.Michael Drake2013-08-161-2/+1
| |
* | Implement simplisitic hotlist_add function. Need to improve where new ↵Michael Drake2013-08-161-9/+6
| | | | | | | | entries are placed. (See TODO comment.)
* | Move urldb data acquisition so it doesn't need to be duplicated when there ↵Michael Drake2013-08-161-48/+48
| | | | | | | | are other entry points.
* | Tidy some comments.Michael Drake2013-08-161-4/+2
| |