summaryrefslogtreecommitdiff
path: root/riscos/global_history.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
* When launching multiple URLs from a treeview, allow to open one window with ↵Chris Young2011-07-021-2/+2
| | | | | | | | multiple tabs instead of one window per URL. Make compatible frontends do this by default. svn path=/trunk/netsurf/; revision=12552
* Merge branches/stevef/toolbars to trunk.Steve Fryatt2011-02-201-97/+134
| | | | svn path=/trunk/netsurf/; revision=11741
* Small refactor to change icon names to being passed in from frontends ↵Vincent Sanders2010-12-141-1/+2
| | | | | | instead of core treeview globals svn path=/trunk/netsurf/; revision=11053
* Restore toolbar menus in RO treeview windows.Steve Fryatt2010-10-241-27/+20
| | | | 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/+53
| | | | svn path=/trunk/netsurf/; revision=10906
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-336/+198
| | | | svn path=/trunk/netsurf/; revision=10865
* Add missing return statement.John Mark Bell2009-05-291-0/+1
| | | | svn path=/trunk/netsurf/; revision=7633
* 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
* Position new folders correctly for global history (fix 1547523)Richard Wilson2007-03-031-2/+7
| | | | svn path=/trunk/netsurf/; revision=3196
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* Allow the viewing of the entire SSL certificate chain.Richard Wilson2006-07-161-13/+0
| | | | svn path=/trunk/netsurf/; revision=2755
* Add relevent extensions to allow treeviews to be used as an embedded list ↵Richard Wilson2006-07-151-1/+1
| | | | | | component. svn path=/trunk/netsurf/; revision=2753
* Add basic cookie viewer, make trees use textarea components for UTF8 ↵Richard Wilson2006-07-131-1/+1
| | | | | | editing, trim headers, fix tree redraw issues. svn path=/trunk/netsurf/; revision=2739
* Fix insertion of unordered base nodesJohn Mark Bell2006-04-141-17/+25
| | | | svn path=/trunk/netsurf/; revision=2529
* Fix global history tree corruptionJohn Mark Bell2006-04-121-1/+1
| | | | svn path=/trunk/netsurf/; revision=2525
* Store URLs explicitly in URL database for faster access.John Mark Bell2006-04-111-24/+28
| | | | | | Iteration callbacks now passed url_data struct to remove need to look up svn path=/trunk/netsurf/; revision=2522
* Unify information databasesJohn Mark Bell2006-04-091-84/+82
| | | | svn path=/trunk/netsurf/; revision=2519
* [project @ 2006-01-08 01:51:33 by jmb]John Mark Bell2006-01-081-14/+10
| | | | | | | | | | Make data file locations user-configurable (no UI for this as yet) Reduce intrusiveness of ncos modifications Fix GTK build Remove Cookies file details from Messages (this data never belonged in there anyway) Make gui_init more robust against memory exhaustion. svn path=/import/netsurf/; revision=2014
* [project @ 2006-01-07 00:39:49 by rjw]Richard Wilson2006-01-071-2/+2
| | | | | | Add missing include files. svn path=/import/netsurf/; revision=2006
* [project @ 2006-01-06 21:25:34 by rjw]Richard Wilson2006-01-061-49/+4
| | | | | | Simplify code and make tree windows defined in the templates. svn path=/import/netsurf/; revision=1999
* [project @ 2006-01-06 02:56:00 by rjw]Richard Wilson2006-01-061-2/+3
| | | | | | Stop slight tree redraw errors from wrapping of 16-bit units. Pass the data to update URL tree nodes to where applicable. svn path=/import/netsurf/; revision=1988
* [project @ 2006-01-04 23:24:50 by rjw]Richard Wilson2006-01-041-35/+33
| | | | | | Tidy up code. svn path=/import/netsurf/; revision=1984
* [project @ 2005-12-31 04:36:24 by rjw]Richard Wilson2005-12-311-151/+100
| | | | | | Read data from url_store, use new wimp_event system. svn path=/import/netsurf/; revision=1913
* [project @ 2005-06-23 17:22:28 by rjw]Richard Wilson2005-06-231-6/+26
| | | | | | Allow images to be unloaded to disk or compressed in memory. Provide thumbnails in all tree windows (hotlist, history). Optimise the application initialisation times. Part 1 of 2. svn path=/import/netsurf/; revision=1761
* [project @ 2005-04-07 20:46:22 by rjw]Richard Wilson2005-04-071-158/+149
| | | | | | Update to the way menus are handled. Various GUI bug fixes. svn path=/import/netsurf/; revision=1603
* [project @ 2005-03-20 22:50:29 by rjw]Richard Wilson2005-03-201-1/+1
| | | | | | Trees now use content title rather than gui_window title. svn path=/import/netsurf/; revision=1562
* [project @ 2005-03-18 23:52:38 by rjw]Richard Wilson2005-03-181-8/+5
| | | | | | Allow windows to be resized to an absolute minimum (toolbars collapse.) svn path=/import/netsurf/; revision=1541
* [project @ 2005-03-12 22:32:43 by rjw]Richard Wilson2005-03-121-7/+108
| | | | | | Retain global history between sessions svn path=/import/netsurf/; revision=1532
* [project @ 2005-02-08 23:37:41 by rjw]Richard Wilson2005-02-081-5/+112
| | | | | | Give global history some functionality svn path=/import/netsurf/; revision=1508
* [project @ 2005-02-07 14:28:43 by rjw]Richard Wilson2005-02-071-0/+315
Initial work for global history (currently incomplete) svn path=/import/netsurf/; revision=1497