summaryrefslogtreecommitdiff
path: root/gtk/history.c
Commit message (Collapse)AuthorAgeFilesLines
* Partially fix usage of APIs deprecated in GTK3.jmb/gtk3hacksJohn-Mark Bell2015-02-241-2/+2
|
* 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-7/+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_HISTORY directly.Michael Drake2013-09-021-2/+1
|
* allow netsurf to build with gtk3Vincent Sanders2012-05-161-19/+24
| | | | svn path=/trunk/netsurf/; revision=13926
* 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/+263
svn path=/trunk/netsurf/; revision=11529