summaryrefslogtreecommitdiff
path: root/desktop/tree.c
Commit message (Expand)AuthorAgeFilesLines
* Pass drag state to core window user.Michael Drake2013-07-011-2/+21
* Add temporary option to enable test of new treeview in bookmarks window.Michael Drake2013-07-011-18/+45
* Make treeview test parasite trap keyboard action too.Michael Drake2013-07-011-0/+10
* Update treeview test parasite to pass tree height changes on to front end.Michael Drake2013-06-301-0/+3
* Global history finaliser does not need core_window stuff.Michael Drake2013-06-181-1/+1
* Make test parasite pass drag end event to new treeview.Michael Drake2013-06-151-0/+5
* Remove logging.Michael Drake2013-06-031-2/+1
* Make heights signed, to simplify comparison with struct rect values, which ar...Michael Drake2013-06-031-1/+2
* Squash warning.Michael Drake2013-05-311-1/+1
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-05-311-0/+11
|\
| * Merge branch 'chris/gadtools-53-5'Chris Young2013-05-311-0/+11
| |\
| | * Allow getting the node's iconChris Young2013-05-181-0/+11
* | | Implement redraw request hander for treeview test parsite.Michael Drake2013-05-311-0/+5
* | | Make treeview test parasite sit on mouse input too.Michael Drake2013-05-311-0/+11
* | | Add parasitic hack to allow the new treeview to be tested in the Hotlist window.Michael Drake2013-05-311-0/+98
|/ /
* / move options includeVincent Sanders2013-05-281-1/+1
|/
* cleanup tree_create_leaf_node text ownershipVincent Sanders2013-05-041-35/+33
* cleanup title string ownership madness in the tree_create_folder_node() APIVincent Sanders2013-05-031-26/+12
* Scaled textarea rendering support. Ugly.Michael Drake2013-02-081-1/+1
* Pull flags out of textarea_setup.Michael Drake2013-02-021-2/+4
* Add move caret msg. Add flag to choose internal caret or caret move msgs.Michael Drake2013-01-301-1/+1
* Update textarea to inform client what it's doing with drags.Michael Drake2013-01-291-42/+51
* Add background colour to textarea_redraw API. Add source comments.Michael Drake2013-01-121-1/+4
* Add textarea_setup struct to textarea_create API.Michael Drake2013-01-121-2/+18
* Start rationalising textarea widget.Michael Drake2013-01-051-2/+2
* Tree can't be NULL.Michael Drake2012-10-111-0/+1
* 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