summaryrefslogtreecommitdiff
path: root/gtk/cookies.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-2/+3
|
* To avoid namespace conflicts with ncurses add NetSurf key prefix.Witold Filipczyk2015-03-271-5/+5
| | | | Adds a NetSurf key code prefix of NS_ to all key codes.
* 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-5/+7
| | | | 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
|
* Select TREE_COOKIES directly.Michael Drake2013-09-021-1/+1
|
* Fix up for cookies_old rename.Michael Drake2013-07-221-1/+1
|
* allow netsurf to build with gtk3Vincent Sanders2012-05-161-13/+20
| | | | svn path=/trunk/netsurf/; revision=13926
* fixup gtk source file namesVincent Sanders2011-01-291-0/+218
svn path=/trunk/netsurf/; revision=11529