summaryrefslogtreecommitdiff
path: root/render/textplain.c
Commit message (Collapse)AuthorAgeFilesLines
* SignednessWarnings.squash()John Mark Bell2008-02-251-1/+1
| | | | | | Aside from a number of instances of const being cast away (mostly relating to the urldb, which is correct to only export const data) this now builds warning-free with GCC 4 on x86, which is nice. svn path=/trunk/netsurf/; revision=3868
* 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
* Changes to allow building on Solaris.Rob Kendrick2007-06-151-0/+1
| | | | | | | | | * Tested on Solaris Express: Developer Edition, which is between Solaris 10 and 11. * Used gcc, libmng etc packages using pkg-get and blastwave's resources. * Had to build lemon and re2c manually. svn path=/trunk/netsurf/; revision=3350
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-13/+13
| | | | | | | | | | | | | | 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
* Content handlers should not call warn_user - they should broadcast the John Mark Bell2007-03-111-7/+15
| | | | | | | | | | error using content_broadcast and leave it to the content owner(s) to decide what to do about it. Only use warn_user for top-level contents. svn path=/trunk/netsurf/; revision=3204
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* Set correct message on TEXTPLAIN completion (fix 1484874)Richard Wilson2006-07-041-0/+1
| | | | svn path=/trunk/netsurf/; revision=2712
* [project @ 2006-03-26 05:46:21 by adrianl]Adrian Lees2006-03-261-3/+3
| | | | | | Correct usage of utf8_next svn path=/import/netsurf/; revision=2172
* [project @ 2006-03-26 04:48:45 by adrianl]Adrian Lees2006-03-261-27/+146
| | | | | | Selection and scaled plotting of tabs svn path=/import/netsurf/; revision=2171
* [project @ 2006-03-25 08:53:32 by adrianl]Adrian Lees2006-03-251-7/+46
| | | | | | Tabs in textplain content svn path=/import/netsurf/; revision=2161
* [project @ 2006-03-09 18:55:30 by bursa]James Bursa2006-03-091-1/+1
| | | | | | Partly fix debug build. svn path=/import/netsurf/; revision=2113
* [project @ 2006-02-15 23:09:53 by adrianl]Adrian Lees2006-02-151-33/+261
| | | | | | Extend text selection, copying, saving and searching code to handle textplain contents; modified textplain code to accept other line terminators svn path=/import/netsurf/; revision=2081
* [project @ 2006-02-13 00:17:44 by jmb]John Mark Bell2006-02-131-0/+1
| | | | | | Add missing includes svn path=/import/netsurf/; revision=2079
* [project @ 2006-02-12 23:07:28 by bursa]James Bursa2006-02-121-47/+276
| | | | | | Rewrite handling of text/plain contents. Now rendered directly instead of converting to HTML. svn path=/import/netsurf/; revision=2078
* [project @ 2004-11-22 00:33:04 by jmb]John Mark Bell2004-11-221-0/+47
| | | | | | Improve plain text rendering (converts occurrences of '<' with '&lt;') svn path=/import/netsurf/; revision=1369
* [project @ 2004-06-10 20:41:26 by bursa]James Bursa2004-06-101-3/+7
| | | | | | Add global content list. Better error handling in content code. Improved code documentation. Remove some obsolete functions. Implement debug window listing contents. svn path=/import/netsurf/; revision=951
* [project @ 2004-03-11 02:19:13 by bursa]James Bursa2004-03-111-29/+2
| | | | | | Add source_data to content structure and remove equivalents from individual contents. svn path=/import/netsurf/; revision=606
* [project @ 2003-12-27 20:15:22 by bursa]James Bursa2003-12-271-2/+2
| | | | | | Use charset from Content-Type header. svn path=/import/netsurf/; revision=460
* [project @ 2003-09-21 22:46:17 by bursa]James Bursa2003-09-211-1/+1
| | | | | | Fix destroy problem with aborted fetches. svn path=/import/netsurf/; revision=306
* [project @ 2003-06-30 12:44:02 by bursa]James Bursa2003-06-301-2/+5
| | | | | | New file headers. svn path=/import/netsurf/; revision=190
* [project @ 2003-03-15 15:53:20 by bursa]James Bursa2003-03-151-3/+4
| | | | | | MIME types for local files, new test files. svn path=/import/netsurf/; revision=107
* [project @ 2003-02-25 21:00:27 by bursa]James Bursa2003-02-251-4/+5
| | | | | | Bug fixes, experimental JPEG support. svn path=/import/netsurf/; revision=100
* [project @ 2003-02-09 12:58:14 by bursa]James Bursa2003-02-091-0/+52
Reorganization and rewrite of fetch, cache, and content handling. svn path=/import/netsurf/; revision=96