summaryrefslogtreecommitdiff
path: root/desktop/netsurf.c
Commit message (Collapse)AuthorAgeFilesLines
* [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