summaryrefslogtreecommitdiff
path: root/riscos/save_complete.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-759/+0
| | | | svn path=/trunk/netsurf/; revision=9729
* Fix RISC OS and Amiga builds.John Mark Bell2009-07-271-2/+2
| | | | | | The sooner this stuff is in the core, the better. svn path=/trunk/netsurf/; revision=8827
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-4/+7
| | | | svn path=/trunk/netsurf/; revision=8752
* Purge WITH_SAVE_COMPLETEJohn Mark Bell2009-03-291-3/+0
| | | | svn path=/trunk/netsurf/; revision=6979
* Squash warningsJohn Mark Bell2009-03-271-21/+21
| | | | svn path=/trunk/netsurf/; revision=6921
* We don't need to reparse the document when saving complete -- the document ↵John Mark Bell2009-03-111-29/+11
| | | | | | | | persists for the lifetime of its content. Better still would be to perform the serialisation manually, so that we don't need to copy the document at all. svn path=/trunk/netsurf/; revision=6774
* - Include utils/config.h before each WITH_* test entiry enabling/disabling ↵John Tytgat2008-07-261-2/+3
| | | | | | | | | | the object file. - Add same test in corresponding header file (if there is one) - riscos/uri.c: include riscos/uri.h and have function definitions matching the declarations. - Disable PDF debug logging. svn path=/trunk/netsurf/; revision=4769
* - Compiler warning squashJohn Tytgat2008-07-261-2/+5
| | | | | | | - Changed a lineending \n\r -> \n for a couple of files. - More code style conformance. svn path=/trunk/netsurf/; revision=4762
* 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
* Add URL file (with the original URL) and Inventory file (listing URLs of ↵James Bursa2007-07-051-4/+42
| | | | | | objects) to Full Saves. svn path=/trunk/netsurf/; revision=3383
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-12/+12
| | | | | | | | | | | | | | 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
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* [project @ 2005-05-21 20:29:43 by jmb]John Mark Bell2005-05-211-13/+46
| | | | | | Remove base tags from output document as they have no meaning. svn path=/import/netsurf/; revision=1728
* [project @ 2005-05-21 15:59:19 by jmb]John Mark Bell2005-05-211-1/+19
| | | | | | Fix encoding handling when full saving svn path=/import/netsurf/; revision=1727
* [project @ 2004-08-09 16:11:58 by jmb]John Mark Bell2004-08-091-26/+40
| | | | | | | Rework the interface of the URL handing module to allow for multiple error types. Modify save_complete URL rewriting appropriately. svn path=/import/netsurf/; revision=1206
* [project @ 2004-07-30 23:40:00 by jmb]John Mark Bell2004-07-301-3/+3
| | | | | | | | Rework stylesheet fetching code to remove dependence on magic numbers (now uses values defined in html.h) Make ad blocking optional. svn path=/import/netsurf/; revision=1168
* [project @ 2004-06-29 12:38:49 by bursa]James Bursa2004-06-291-1/+4
| | | | | | Fix bug in rewrite_urls(): xmlNodes may have no name. svn path=/import/netsurf/; revision=1027
* [project @ 2004-06-09 23:21:24 by jmb]John Mark Bell2004-06-091-1/+8
| | | | | | Add background attribute to URL rewriting engine svn path=/import/netsurf/; revision=946
* [project @ 2004-06-06 19:39:17 by bursa]James Bursa2004-06-061-216/+306
| | | | | | Add and improve error handling of save_complete. Save HTML as UTF-8 to prevent encoding issues. svn path=/import/netsurf/; revision=931
* [project @ 2004-05-07 19:14:54 by bursa]James Bursa2004-05-071-3/+3
| | | | | | Implement multitasking warning dialog. Warn user if resolvers not set. svn path=/import/netsurf/; revision=841
* [project @ 2004-05-01 20:16:38 by jmb]John Mark Bell2004-05-011-1/+1
| | | | | | Escape @import in doxygen comments svn path=/import/netsurf/; revision=809
* [project @ 2004-04-13 13:31:54 by jmb]John Mark Bell2004-04-131-6/+6
| | | | | | | Fix bug in URL rewriting affecting pages with embedded HTML documents. Rename save_complete_internal to save_complete_html to aid clarity svn path=/import/netsurf/; revision=770
* [project @ 2004-04-10 23:41:12 by jmb]John Mark Bell2004-04-101-2/+2
| | | | | | Fix use of wrong variable when rewriting <style> elements svn path=/import/netsurf/; revision=749
* [project @ 2004-04-05 22:36:48 by jmb]John Mark Bell2004-04-051-72/+65
| | | | | | | Tidy up handling of save_complete_list. Fix rewriting of <style> elements to cater for hidden elements. svn path=/import/netsurf/; revision=724
* [project @ 2004-04-05 21:54:22 by jmb]John Mark Bell2004-04-051-51/+113
| | | | | | Implement outstanding functionality svn path=/import/netsurf/; revision=722
* [project @ 2004-03-27 18:44:26 by bursa]James Bursa2004-03-271-386/+297
| | | | | | Implement @import rewriting, fix and simplify code. svn path=/import/netsurf/; revision=676
* [project @ 2004-03-24 20:54:22 by jmb]John Mark Bell2004-03-241-6/+1
| | | | | | | Remove check for well formed document. Remove call to LOG(()) when rewriting URLs svn path=/import/netsurf/; revision=663
* [project @ 2004-03-24 20:10:03 by jmb]John Mark Bell2004-03-241-8/+10
| | | | | | | Remove need for XML parse tree to be kept in memory. The source document is now reparsed when saving complete. svn path=/import/netsurf/; revision=662
* [project @ 2004-03-24 00:44:52 by jmb]John Mark Bell2004-03-241-73/+20
| | | | | | | Factor out duplicate code. Rewrite unknown URLs to be absolute svn path=/import/netsurf/; revision=660
* [project @ 2004-03-24 00:07:21 by jmb]John Mark Bell2004-03-241-21/+557
| | | | | | | | | | | Add URL rewriting for most URLs. Still TODO: 1) rewriting of @import rules 2) Objects used by embedded html pages NB. This change means that the XML parse tree is kept in memory until the content is freed. svn path=/import/netsurf/; revision=659
* [project @ 2004-03-11 02:19:13 by bursa]James Bursa2004-03-111-49/+30
| | | | | | Add source_data to content structure and remove equivalents from individual contents. svn path=/import/netsurf/; revision=606
* [project @ 2004-03-02 18:02:17 by bursa]James Bursa2004-03-021-49/+1
| | | | | | Add new url functions and modify to use them. svn path=/import/netsurf/; revision=578
* [project @ 2004-02-17 23:38:44 by jmb]John Mark Bell2004-02-171-24/+30
| | | | | | | Improve save_complete. Add missing #ifdef to about.c. svn path=/import/netsurf/; revision=559
* [project @ 2004-02-17 12:41:38 by jmb]John Mark Bell2004-02-171-0/+174
Begin save complete support. Fix memory leak when using Select PNG renderer. (commented out lines can probably removed) svn path=/import/netsurf/; revision=556