summaryrefslogtreecommitdiff
path: root/gtk/hotlist.c
Commit message (Collapse)AuthorAgeFilesLines
* Change LOG() macro to be varadicVincent Sanders2015-05-281-1/+1
| | | | | | | | | | | | This changes the LOG macro to be varadic removing the need for all callsites to have double bracketing and allows for future improvement on how we use the logging macros. The callsites were changed with coccinelle and the changes checked by hand. Compile tested for several frontends but not all. A formatting annotation has also been added which allows the compiler to check the parameters and types passed to the logging.
* clean up gtk gui header usage and includesVincent Sanders2015-04-121-1/+1
|
* Update gtk compatability header to cope with deprication of stock icon interfaceVincent Sanders2015-04-081-2/+3
|
* To avoid namespace conflicts with ncurses add NetSurf key prefix.Witold Filipczyk2015-03-271-4/+4
| | | | Adds a NetSurf key code prefix of NS_ to all key codes.
* 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