summaryrefslogtreecommitdiff
path: root/desktop/history_core.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-11/+11
| | | | | | | | | | | | | | 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
* Fix null pointer use when a content with no title is in the local history ↵James Bursa2007-04-181-17/+35
| | | | | | (history_update() was making title null). svn path=/trunk/netsurf/; revision=3256
* Silence noisy loggingJohn Mark Bell2007-04-071-15/+8
| | | | svn path=/trunk/netsurf/; revision=3244
* 1) Fix corruption of history data structure on cloningJohn Mark Bell2007-04-071-2/+2
| | | | | | | | | 2) Only destroy urldb's thumbnail bitmap if it's not the same as the new one. This needs revisiting at a later date such that the mess surrounding who owns bitmap objects is sorted (and so that urldb doesn't need to know about bitmaps) svn path=/trunk/netsurf/; revision=3243
* Add loggingJohn Mark Bell2007-04-071-2/+20
| | | | svn path=/trunk/netsurf/; revision=3242
* Update project URL.Michael Drake2006-11-271-7/+7
| | | | svn path=/trunk/netsurf/; revision=3073
* Experimental new frames code.Richard Wilson2006-09-021-36/+40
| | | | svn path=/trunk/netsurf/; revision=2906
* Fix 1488164.Richard Wilson2006-07-051-0/+6
| | | | svn path=/trunk/netsurf/; revision=2718
* Stop lack of history entries from writing to invalid pointers (fix 1479657)Richard Wilson2006-07-041-8/+10
| | | | svn path=/trunk/netsurf/; revision=2708
* Handle memory exhaustion better.Richard Wilson2006-06-281-9/+10
| | | | svn path=/trunk/netsurf/; revision=2666
* Update the title when updating the history on reloadDaniel Silverstone2006-05-131-0/+7
| | | | svn path=/trunk/netsurf/; revision=2600
* Update history cloning to stop missing references.Richard Wilson2006-04-221-38/+31
| | | | svn path=/trunk/netsurf/; revision=2548
* Finish history cloning.Richard Wilson2006-04-221-9/+25
| | | | svn path=/trunk/netsurf/; revision=2547
* Clone history for child browser windows.Richard Wilson2006-04-221-0/+90
| | | | svn path=/trunk/netsurf/; revision=2546
* Unify information databasesJohn Mark Bell2006-04-091-3/+3
| | | | svn path=/trunk/netsurf/; revision=2519
* [project @ 2006-03-26 21:26:47 by rjek]Rob Kendrick2006-03-261-0/+11
| | | | | | Add a 5 pixel 'tail' at the start and end of history node links svn path=/import/netsurf/; revision=2183
* [project @ 2006-03-26 17:48:56 by dsilvers]Daniel Silverstone2006-03-261-1/+1
| | | | | | Argh, it's a length but it's called an offset svn path=/import/netsurf/; revision=2181
* [project @ 2006-03-26 17:43:43 by dsilvers]Daniel Silverstone2006-03-261-1/+1
| | | | | | char_offset is an offset, add one to make it a length svn path=/import/netsurf/; revision=2180
* [project @ 2006-03-25 20:30:35 by bursa]James Bursa2006-03-251-0/+545
Split local history into portable and RISC OS specific code. Improve layout of history tree. svn path=/import/netsurf/; revision=2164