summaryrefslogtreecommitdiff
path: root/desktop/netsurf.c
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [project @ 2003-06-05 13:17:55 by philpem]Philip Pemberton2003-06-051-1/+2
| | | | | | Added GIF decode support svn path=/import/netsurf/; revision=160
* [project @ 2003-06-01 23:02:56 by monkeyson]Phil Mellor2003-06-011-1/+4
| | | | | | Configuration windows added. HTTP Proxy support (untested). svn path=/import/netsurf/; revision=145
* [project @ 2003-05-10 11:13:34 by bursa]James Bursa2003-05-101-1/+2
| | | | | | Partial PNG support. svn path=/import/netsurf/; revision=129
* [project @ 2003-03-04 11:59:35 by bursa]James Bursa2003-03-041-1/+4
| | | | | | More compiler warning fixes. svn path=/import/netsurf/; revision=104
* [project @ 2003-02-09 12:58:14 by bursa]James Bursa2003-02-091-17/+8
| | | | | | Reorganization and rewrite of fetch, cache, and content handling. svn path=/import/netsurf/; revision=96
* [project @ 2002-12-29 22:27:35 by monkeyson]Phil Mellor2002-12-291-2/+2
| | | | | | | | Font anti-alias colours corrected. Begin displaying form elements - text, password, submit, reset svn path=/import/netsurf/; revision=71
* [project @ 2002-11-03 09:39:53 by bursa]James Bursa2002-11-031-1/+10
| | | | | | Caching bug fix. svn path=/import/netsurf/; revision=48
* [project @ 2002-10-15 10:41:12 by monkeyson]Phil Mellor2002-10-151-1/+3
| | | | | | GUI: menus, toolbar, adjustable window width. svn path=/import/netsurf/; revision=44
* [project @ 2002-10-08 09:38:29 by bursa]James Bursa2002-10-081-1/+2
| | | | | | LOG(()) macro for easier debugging. svn path=/import/netsurf/; revision=41
* [project @ 2002-09-11 14:24:02 by monkeyson]Phil Mellor2002-09-111-0/+50
RISC OS Wimp GUI. svn path=/import/netsurf/; revision=33