summaryrefslogtreecommitdiff
path: root/desktop/save_text.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix comment typos.Michael Drake2008-04-141-4/+4
| | | | svn path=/trunk/netsurf/; revision=4097
* Remove text export build config option. Tidy up save_text code.Michael Drake2008-04-131-5/+1
| | | | svn path=/trunk/netsurf/; revision=4095
* Rewrite text export to use box tree. Improves output formatting. Simplify ↵Michael Drake2008-04-131-70/+240
| | | | | | selection saving. svn path=/trunk/netsurf/; revision=4094
* 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-6/+6
| | | | | | | | | | | | | | 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 @ 2004-07-05 20:19:51 by joty]John Tytgat2004-07-051-1/+1
| | | | | | Using UTF-8 instead of Latin1 encoding. svn path=/import/netsurf/; revision=1049
* [project @ 2004-06-10 22:39:56 by jmb]John Mark Bell2004-06-101-1/+1
| | | | | | Compiler warning purge svn path=/import/netsurf/; revision=954
* [project @ 2004-05-22 13:45:20 by joty]John Tytgat2004-05-221-63/+61
| | | | | | Renamed "this" variable (avoiding C++ keywords); simplified code a little bit. svn path=/import/netsurf/; revision=886
* [project @ 2004-03-26 22:14:49 by jmb]John Mark Bell2004-03-261-1/+1
| | | | | | Fix file access mode svn path=/import/netsurf/; revision=670
* [project @ 2004-03-25 00:31:45 by jmb]John Mark Bell2004-03-251-0/+117
Make text export use stdio. Move save_text.[ch] to desktop. svn path=/import/netsurf/; revision=666