summaryrefslogtreecommitdiff
path: root/riscos/cookies.c
Commit message (Collapse)AuthorAgeFilesLines
* 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