summaryrefslogtreecommitdiff
path: root/riscos/cookies.c
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-385/+0
|
* remove unecessary utils includes from RISC OS frontendVincent Sanders2016-05-021-4/+5
|
* 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.
* 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.
* remove unecessary utils/url.h includesVincent Sanders2014-05-091-1/+0
|
* Destroy treeviews.Michael Drake2013-09-081-0/+12
|
* Port to new recursive expand/contract functions.Michael Drake2013-09-031-10/+10
|
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-021-5/+5
| | | | 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-6/+0
| | | | functions.
* Remove tree icon_name globals from all the front ends.Michael Drake2013-09-021-2/+1
|
* Remove bulk of old treeview implementation.Michael Drake2013-09-021-4/+3
|
* Select TREE_COOKIES directly.Michael Drake2013-09-021-1/+1
|
* Fix up for cookies_old rename.Michael Drake2013-07-221-1/+1
|
* move options includeVincent Sanders2013-05-281-1/+1
|
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-5/+3
| | | | svn path=/trunk/netsurf/; revision=13548
* Merge branches/stevef/toolbars to trunk.Steve Fryatt2011-02-201-90/+122
| | | | svn path=/trunk/netsurf/; revision=11741
* Small refactor to change icon names to being passed in from frontends ↵Vincent Sanders2010-12-141-1/+3
| | | | | | instead of core treeview globals svn path=/trunk/netsurf/; revision=11053
* Restore toolbar menus in RO treeview windows.Steve Fryatt2010-10-241-22/+17
| | | | svn path=/trunk/netsurf/; revision=10908
* Re-enable toolbar editing and button selection in RO treeview windows.Steve Fryatt2010-10-241-4/+24
| | | | svn path=/trunk/netsurf/; revision=10907
* Partially re-enable toolbar buttons in RO treeview windows.Steve Fryatt2010-10-241-0/+47
| | | | svn path=/trunk/netsurf/; revision=10906
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-138/+208
| | | | svn path=/trunk/netsurf/; revision=10865
* Add missing return in error case.John Mark Bell2009-05-291-0/+1
| | | | svn path=/trunk/netsurf/; revision=7631
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-3/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-15/+15
| | | | | | | | | | | | | | in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307
* Construct cookies treeview correctly (fixes 1675328)John Mark Bell2007-04-071-7/+5
| | | | svn path=/trunk/netsurf/; revision=3245
* Update project URL.Michael Drake2006-11-271-5/+5
| | | | svn path=/trunk/netsurf/; revision=3073
* Allow the user to delete cookies.Richard Wilson2006-07-161-3/+8
| | | | svn path=/trunk/netsurf/; revision=2770
* Extent cookie_update API to allow notification of deleted domains. Fix nodes ↵Richard Wilson2006-07-161-11/+25
| | | | | | not being re-calculated. svn path=/trunk/netsurf/; revision=2765
* Allow the viewing of the entire SSL certificate chain.Richard Wilson2006-07-161-13/+0
| | | | svn path=/trunk/netsurf/; revision=2755
* Add basic cookie viewer, make trees use textarea components for UTF8 ↵Richard Wilson2006-07-131-0/+201
editing, trim headers, fix tree redraw issues. svn path=/trunk/netsurf/; revision=2739