summaryrefslogtreecommitdiff
path: root/desktop/tree.c
Commit message (Expand)AuthorAgeFilesLines
* Use gui_ interface to get system colours, rather than nosoption_.Michael Drake2012-03-271-13/+13
* Expose tree_setup_colours so it can be called from frontends if the systemChris Young2012-03-261-1/+1
* Use system colours for treeview. Front ends must be updated to set them.Michael Drake2012-03-251-13/+22
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-12/+13
* Redraw old width after deletion too.Michael Drake2011-12-241-3/+5
* Delete comment that seems incorrect.Michael Drake2011-12-201-3/+0
* When deleting multiple treeview nodes, don't redraw after every node is delet...Michael Drake2011-12-201-3/+31
* Allow new (blank) hotlist entries to be created in the currently-selected folderChris Young2011-11-271-1/+13
* Trap RMB and select the node under the pointer if no other node selectedChris Young2011-11-111-0/+23
* fix redrawChris Young2011-11-101-2/+2
* Make default folder appear different (redraw seems to be broken at present)Chris Young2011-11-101-3/+46
* Make default hotlist folder persistent across sessionsChris Young2011-11-101-3/+28
* Allow setting a default folder in the tree for hotlist entries to go into. F...Chris Young2011-11-101-0/+52
* Port more internals to nsurl. Front ends may need updating.Michael Drake2011-10-031-1/+10
* Fix treeview deselection redraw issue.Michael Drake2011-08-241-5/+6
* Revert accidental changeChris Young2011-07-281-1/+1
* Fix memory leakChris Young2011-07-281-1/+2
* Fix GCC 4.6 warnings in coreJohn Mark Bell2011-07-261-2/+1
* When launching multiple URLs from a treeview, allow to open one window with m...Chris Young2011-07-021-5/+15
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-301-39/+52
* Unify content_redraw params in content_redraw_data struct. Core and RISC OS ...Michael Drake2011-06-281-3/+14
* Disable extra logging. Here treeview init is down to ~5 seconds from ~20.Chris Young2011-06-041-1/+1
* Rudimentary text width caching to speed up many duplicate "Today", "Yesterday...Chris Young2011-06-041-4/+16
* Remove at least one instance of unnecessary recalculationChris Young2011-06-041-13/+19
* Extra logging to track the source of node size calculationsChris Young2011-06-041-4/+21
* consolidate content redraw Vincent Sanders2011-05-081-1/+1
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-1/+2
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in de...Michael Drake2011-02-141-14/+15
* Pass clip rect to textarea redraw as struct rect.Michael Drake2011-02-141-2/+1
* Pass clip rect as struct through content_redraw api. Update the front ends t...Michael Drake2011-02-131-1/+1
* Move stuct rect out of box.h and tree.c.Michael Drake2011-02-111-5/+0
* Make the tree icon dir a non-optionDaniel Silverstone2011-01-201-68/+75
* Fix empty tree rendering.Michael Drake2010-12-291-12/+13
* Use colour options for treeview rendering.Michael Drake2010-12-211-13/+48
* Enable knockout for tree redraw.Michael Drake2010-12-191-0/+9
* Allow tree drag status to reflect drags within textareas.Steve Fryatt2010-12-191-0/+2
* Draw tree background when there are no nodes.Michael Drake2010-12-181-4/+4
* Simplify text plot position calc.Michael Drake2010-12-171-3/+1
* Base treeview line height on text height, unless that's too small for the ico...Michael Drake2010-12-171-5/+14
* When a hotlist entry edit ends by cancelling, rather than confirming the chan...Michael Drake2010-12-171-1/+2
* Improve double click handling.Michael Drake2010-12-151-6/+10
* Don't give up on a mouse action because BROWSER_MOUSE_PRESS_{1|2} is set. Th...Michael Drake2010-12-151-9/+11
* Possible fix for issue reported by Chris Young.Michael Drake2010-12-151-1/+5
* Much faster redraw of treeviews.Michael Drake2010-12-151-8/+19
* Further tidy up of node redraw.Michael Drake2010-12-151-20/+24
* Pass clip rectangle around tree redraw. Update clipping area with respect to...Michael Drake2010-12-151-104/+163
* Set text position with respect to TREE_LINE_HEIGHT.Michael Drake2010-12-121-6/+16
* Set expansion toggle position with respect to TREE_LINE_HEIGHT.Michael Drake2010-12-121-2/+2
* Set icon position with respect to TREE_LINE_HEIGHT.Michael Drake2010-12-121-9/+9
* Remove redundant line plots, from tree_draw_node() and add comments.Michael Drake2010-12-121-12/+14