summaryrefslogtreecommitdiff
path: root/desktop/tree_url_node.c
Commit message (Collapse)AuthorAgeFilesLines
* Report (and ignore) failure to load non-existent document. (Credit: Chris Young)John-Mark Bell2012-11-111-3/+6
|
* Permit hotlist entries to have no title.John-Mark Bell2012-11-111-6/+8
|
* remove redundant domutils and put functionality in existing utils/libdomVincent Sanders2012-11-101-7/+7
|
* Port hotlist load/save to libdom.John-Mark Bell2012-11-091-230/+295
|
* Fix up ripples from urldb change.Michael Drake2012-10-111-26/+33
|
* Use case insensitive string comparisions for nodesJohn-Mark Bell2012-07-151-6/+7
|
* Squash warnings.Michael Drake2011-11-151-3/+6
| | | | svn path=/trunk/netsurf/; revision=13148
* Make default hotlist folder persistent across sessionsChris Young2011-11-101-6/+15
| | | | svn path=/trunk/netsurf/; revision=13141
* Optimise hotlist loading by using nsurl instead of url_normalise. Also ↵Michael Drake2011-10-061-28/+31
| | | | | | convert tree url post-edit normalisation to use nsurl. The treeviews still store urls as strings for now. svn path=/trunk/netsurf/; revision=12970
* Shared URL nodes in the treeview actually want to be readonly. They ↵John Mark Bell2011-07-241-25/+25
| | | | | | certainly have no business not copying transient data. svn path=/trunk/netsurf/; revision=12623
* When launching multiple URLs from a treeview, allow to open one window with ↵Chris Young2011-07-021-2/+7
| | | | | | | | multiple tabs instead of one window per URL. Make compatible frontends do this by default. svn path=/trunk/netsurf/; revision=12552
* Fix url node iconsJohn Mark Bell2011-05-111-0/+1
| | | | svn path=/trunk/netsurf/; revision=12383
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-36/+1
| | | | svn path=/trunk/netsurf/; revision=12283
* Make the tree icon dir a non-optionDaniel Silverstone2011-01-201-1/+1
| | | | svn path=/trunk/netsurf/; revision=11422
* Ensure we correctly release all icon resources associated with trees, SSL ↵Daniel Silverstone2011-01-201-2/+26
| | | | | | certs, search providers, etc. svn path=/trunk/netsurf/; revision=11421
* Small refactor to change icon names to being passed in from frontends ↵Vincent Sanders2010-12-141-2/+2
| | | | | | instead of core treeview globals svn path=/trunk/netsurf/; revision=11053
* Retain edits to hotlist entry titles.Michael Drake2010-12-051-2/+2
| | | | svn path=/trunk/netsurf/; revision=11006
* Amiga icon loader. Treeviews will now use the user's icons for content types.Chris Young2010-10-301-0/+3
| | | | svn path=/trunk/netsurf/; revision=10925
* Fix bug 3095552: don't escape URLs after editing. (credit: Martin Bazley)John Mark Bell2010-10-271-6/+2
| | | | svn path=/trunk/netsurf/; revision=10911
* Add some missing CONTENT_WEBPs. WebP images in HTML docs now display correctly.Chris Young2010-10-161-0/+3
| | | | svn path=/trunk/netsurf/; revision=10890
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-0/+846
svn path=/trunk/netsurf/; revision=10865