summaryrefslogtreecommitdiff
path: root/desktop/netsurf.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove unnecessary includesJohn Mark Bell2008-05-111-3/+0
| | | | svn path=/trunk/netsurf/; revision=4144
* Fixes for targetting NetBSD (Thanks to Adam Hoka)John Mark Bell2008-01-261-1/+1
| | | | svn path=/trunk/netsurf/; revision=3775
* Ignore SIGPIPE on all platforms, not just RISC OS.John Mark Bell2007-10-311-0/+9
| | | | svn path=/trunk/netsurf/; revision=3638
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-5/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Changes to allow building on Solaris.Rob Kendrick2007-06-151-1/+3
| | | | | | | | | * 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-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
* Add a -v option to enable debug logging. Pass -v by default to the RO runimage.Daniel Silverstone2007-05-301-0/+10
| | | | svn path=/trunk/netsurf/; revision=3306
* Log libxml2 version in lib_init().James Bursa2007-05-061-3/+10
| | | | svn path=/trunk/netsurf/; revision=3268
* Revert r3156 (content cleaner frequency reduction) as it introduces John Mark Bell2007-01-311-15/+1
| | | | | | potential stability issues. svn path=/trunk/netsurf/; revision=3160
* Attempt to perform content cleaning far less frequently.John Mark Bell2007-01-301-1/+15
| | | | svn path=/trunk/netsurf/; revision=3156
* Add URLdb destruction functionalityJohn Mark Bell2006-12-081-0/+3
| | | | svn path=/trunk/netsurf/; revision=3115
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* Experimental new frames code.Richard Wilson2006-09-021-0/+5
| | | | svn path=/trunk/netsurf/; revision=2906
* Rewrite cookie parser to be more tolerant of junk inputJohn Mark Bell2006-06-241-2/+0
| | | | | | No longer need urldb_init; remove it. svn path=/trunk/netsurf/; revision=2643
* Merge cookies changes into head - unvalidated transactions and a UI John Mark Bell2006-06-191-0/+2
| | | | | | still need implementing. svn path=/trunk/netsurf/; revision=2632
* [project @ 2005-07-11 18:10:10 by jmb]John Mark Bell2005-07-111-0/+3
| | | | | | Cache previous iconv conversion descriptor svn path=/import/netsurf/; revision=1792
* [project @ 2005-02-07 23:00:09 by rjw]Richard Wilson2005-02-071-12/+1
| | | | | | Stop toolbar scrolling by 1px, make theme saving use leafnames, improve error handling svn path=/import/netsurf/; revision=1499
* [project @ 2005-02-07 14:17:35 by rjw]Richard Wilson2005-02-071-0/+15
| | | | | | Stop crashes during buffered rendering freezing RISC OS svn path=/import/netsurf/; revision=1494
* [project @ 2004-09-27 05:21:00 by jmb]John Mark Bell2004-09-271-1/+3
| | | | | | Improve !Boot file and support protocol fallback positions. svn path=/import/netsurf/; revision=1287
* [project @ 2004-08-26 22:59:02 by joty]John Tytgat2004-08-261-1/+1
| | | | | | die() doesn't need extra (). svn path=/import/netsurf/; revision=1252
* [project @ 2004-07-30 16:16:07 by bursa]James Bursa2004-07-301-1/+2
| | | | | | Implement content_quit() and ro_gui_window_quit() to free resources on quit. svn path=/import/netsurf/; revision=1164
* [project @ 2004-07-28 23:07:52 by bursa]James Bursa2004-07-281-26/+3
| | | | | | Implement gui_init2() and move RISC OS-specific code in main() to it. Use intro page if option_homepage_url is "". svn path=/import/netsurf/; revision=1158
* [project @ 2004-07-28 22:38:17 by bursa]James Bursa2004-07-281-5/+5
| | | | | | Renamed curl_memdebug() to memdebug_memdebug(). svn path=/import/netsurf/; revision=1157
* [project @ 2004-07-26 20:13:45 by atimmins]Andrew Timmins2004-07-261-1/+21
| | | | | | Updated to support new config options (homepage, open on startup). Bug fixes with new config pane window (sticky selected radio icon bug!). Also includes up-to-date French templates. svn path=/import/netsurf/; revision=1150
* [project @ 2004-07-18 22:57:22 by jmb]John Mark Bell2004-07-181-1/+0
| | | | | | Remove unnecessary declaration of external function. svn path=/import/netsurf/; revision=1100
* [project @ 2004-07-18 22:21:32 by atimmins]Andrew Timmins2004-07-181-3/+7
| | | | svn path=/import/netsurf/; revision=1097
* [project @ 2004-07-09 17:03:34 by rjw]Richard Wilson2004-07-091-1/+1
| | | | | | Tidier hotlist code. URL normalisation. Redraw uses Tinct. svn path=/import/netsurf/; revision=1063
* [project @ 2004-07-05 20:19:51 by joty]John Tytgat2004-07-051-0/+15
| | | | | | Using UTF-8 instead of Latin1 encoding. svn path=/import/netsurf/; revision=1049
* [project @ 2004-06-21 15:09:58 by bursa]James Bursa2004-06-211-3/+0
| | | | | | Merge memory cache into content module. svn path=/import/netsurf/; revision=986
* [project @ 2004-06-15 18:59:54 by bursa]James Bursa2004-06-151-22/+28
| | | | | | Log version on startup. svn path=/import/netsurf/; revision=972
* [project @ 2004-06-10 22:39:56 by jmb]John Mark Bell2004-06-101-0/+4
| | | | | | Compiler warning purge svn path=/import/netsurf/; revision=954
* [project @ 2004-06-10 20:41:26 by bursa]James Bursa2004-06-101-8/+4
| | | | | | 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-06-06 11:47:23 by joty]John Tytgat2004-06-061-0/+7
| | | | | | Log in stderr on which machine NetSurf was running. svn path=/import/netsurf/; revision=930
* [project @ 2004-05-02 17:38:29 by jmb]John Mark Bell2004-05-021-3/+0
| | | | | | Move save_complete_init() call to gui_init() svn path=/import/netsurf/; revision=818
* [project @ 2004-05-02 00:21:40 by jmb]John Mark Bell2004-05-021-0/+1
| | | | | | Minimal fixes to allow compilation with Norcroft svn path=/import/netsurf/; revision=813
* [project @ 2004-03-27 18:46:22 by bursa]James Bursa2004-03-271-0/+1
| | | | | | Call save_complete_init(). svn path=/import/netsurf/; revision=678
* [project @ 2004-03-23 22:51:45 by bursa]James Bursa2004-03-231-3/+0
| | | | | | Remove unused nsjpeg_init(). svn path=/import/netsurf/; revision=657
* [project @ 2004-03-14 22:50:28 by bursa]James Bursa2004-03-141-0/+2
| | | | | | Add setlocale() call in init for better toupper etc. for text-transform. svn path=/import/netsurf/; revision=622
* [project @ 2004-03-13 13:03:01 by bursa]James Bursa2004-03-131-3/+0
| | | | | | Disable clean_cookiejar() due to reliability problems. svn path=/import/netsurf/; revision=612
* [project @ 2004-03-02 18:02:17 by bursa]James Bursa2004-03-021-0/+2
| | | | | | Add new url functions and modify to use them. svn path=/import/netsurf/; revision=578
* [project @ 2004-02-13 16:09:12 by bursa]James Bursa2004-02-131-3/+1
| | | | | | Clean up and rewrite options code. svn path=/import/netsurf/; revision=536
* [project @ 2004-01-25 20:13:51 by jmb]John Mark Bell2004-01-251-0/+3
| | | | | | | Add jpeglib 6b based rendering. Attempts to use the OS routines first as they're faster. svn path=/import/netsurf/; revision=503
* [project @ 2004-01-05 02:10:59 by jmb]John Mark Bell2004-01-051-0/+7
| | | | | | | Add ability to turn off browser features in build. This may be useful when hunting down bugs. svn path=/import/netsurf/; revision=480
* [project @ 2003-12-28 02:35:46 by jmb]John Mark Bell2003-12-281-0/+2
| | | | | | | | | | | Remove expired cookies from the cookiejar. Cookies are removed every time a window is closed and when NetSurf is quit. /me slaps libcurl for not doing it itself. Make cookie_create() read the cookie jar location from the messages file. svn path=/import/netsurf/; revision=463
* [project @ 2003-12-28 01:00:58 by jmb]John Mark Bell2003-12-281-2/+3
| | | | | | Fixup missing #include svn path=/import/netsurf/; revision=462
* [project @ 2003-12-27 20:15:22 by bursa]James Bursa2003-12-271-0/+1
| | | | | | Use charset from Content-Type header. svn path=/import/netsurf/; revision=460
* [project @ 2003-11-07 23:51:13 by bursa]James Bursa2003-11-071-0/+1
| | | | | | Split out window.c, implement DataOpen and tidy up gui code. svn path=/import/netsurf/; revision=408
* [project @ 2003-11-06 19:41:41 by bursa]James Bursa2003-11-061-20/+35
| | | | | | Mask null polls and use PollIdle when appropriate. svn path=/import/netsurf/; revision=406
* [project @ 2003-07-17 23:01:02 by bursa]James Bursa2003-07-171-1/+0
| | | | | | Fix 670947, tidy gui code, move some headers. svn path=/import/netsurf/; revision=231
* [project @ 2003-06-30 12:44:02 by bursa]James Bursa2003-06-301-2/+6
| | | | | | New file headers. svn path=/import/netsurf/; revision=190