summaryrefslogtreecommitdiff
path: root/gtk/hotlist.c
Commit message (Collapse)AuthorAgeFilesLines
* reduce uncessary include usageVincent Sanders2014-05-181-2/+4
|
* Port to new recursive expand/contract functions.Michael Drake2013-09-031-6/+6
|
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-021-9/+9
| | | | New versions of expand/collapse node functions for these modules aren't yet implemented.
* Remove cookies, history_global, and hotlist_old _initialise and _cleanup ↵Michael Drake2013-09-021-4/+0
| | | | functions.
* Remove tree icon_name globals from all the front ends.Michael Drake2013-09-021-2/+1
|
* Use TREE_HOTLIST directly.Michael Drake2013-09-021-1/+1
|
* Beginnings of new hotlist module, implemented with new treeview.Michael Drake2013-08-161-1/+2
| | | | | | | | | | | | Currently it can only open, display and launch entries in an existing hotlist file. TODO: - Generate defualt hotlist when file not found. - Add hotlist saving. - Allow adding to hotlist. - Allow hotlist editing. - Allow hotlist nodes to be moved by dragging. - Allow hotlist visit data to be updated.
* Move old hotlist out of the way.Michael Drake2013-08-131-18/+18
|
* move options includeVincent Sanders2013-05-281-1/+1
|
* allow netsurf to build with gtk3Vincent Sanders2012-05-161-13/+19
| | | | svn path=/trunk/netsurf/; revision=13926
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-3/+2
| | | | svn path=/trunk/netsurf/; revision=13548
* Update frontends for r13185. Enabled new functionality, where it is not ↵Chris Young2011-11-271-2/+2
| | | | | | | | logical it can be switched off. svn path=/trunk/netsurf/; revision=13186
* When launching multiple URLs from a treeview, allow to open one window with ↵Chris Young2011-07-021-1/+1
| | | | | | | | multiple tabs instead of one window per URL. Make compatible frontends do this by default. svn path=/trunk/netsurf/; revision=12552
* fixup gtk source file namesVincent Sanders2011-01-291-0/+279
svn path=/trunk/netsurf/; revision=11529