summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add HAVE_STRNDUP and supporting structure to config.h and make utils.[ch] ref...Rob Kendrick2007-06-163-6/+13
* Changes to allow building on Solaris.Rob Kendrick2007-06-158-7/+17
* Pre-seed mime type hash with essentials for use on OSes with useless /etc/mim...Rob Kendrick2007-06-151-8/+14
* Put -D_BSD_SOURCE back because it breaks building on Linux, even thought it i...Rob Kendrick2007-06-151-0/+1
* FreeBSD portability fixes.Rob Kendrick2007-06-152-3/+3
* Update user support mailing list URL.Michael Drake2007-06-154-6/+5
* Make sure the GTK frontend can get and set scroll positionDaniel Silverstone2007-06-151-4/+18
* Fix cookie domain matching in unverifiable transactions.John Mark Bell2007-06-101-15/+19
* Fix UTF-16LE BOM detection _again_John Mark Bell2007-06-101-1/+1
* Reflow useragent.c to be 8 char indent. Also rename build_user_agent to user_...Daniel Silverstone2007-06-101-27/+27
* Add debug about ring sizes. Ensure we dispatch queued jobs when a job is freed.Daniel Silverstone2007-06-101-1/+13
* Warning fixes.John Mark Bell2007-06-104-39/+49
* Remove a time consuming LOG(()) and add some whitespace to help me thinkDaniel Silverstone2007-06-101-1/+4
* Merge scheme switcher branch in.Daniel Silverstone2007-06-109-1367/+1808
* Don't bother resizing/repositioning frames when the core asks us to if it wou...Rob Kendrick2007-06-101-2/+16
* Simplify nsgtk periodic reflow. Should hopefully help in flicker.Rob Kendrick2007-06-102-29/+6
* Whoops - remove legacy line calling function that nolonger exists.Rob Kendrick2007-06-101-2/+0
* Fix destruction of nsgtk windows involving frames, fixes crashes on sites suc...Rob Kendrick2007-06-101-1/+7
* Add some debugging LOG calls to GTK gui_window_destroyRob Kendrick2007-06-101-2/+7
* Check return value of stat() in filename.c and report oddness using LOGRob Kendrick2007-06-101-2/+10
* Stop filename.c using d_type member in dirent struct, as this is completely a...Rob Kendrick2007-06-101-6/+15
* Overlooked warningsAdrian Lees2007-06-051-2/+1
* Fix interaction between failed drag save and pointer tracking (including page...Adrian Lees2007-06-052-8/+16
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-30173-1274/+1269
* Add a -v option to enable debug logging. Pass -v by default to the RO runimage.Daniel Silverstone2007-05-305-6/+22
* Add UNIX-specific fetch_filetype() support. Uses /etc/mime.types by default,...Rob Kendrick2007-05-294-3/+218
* Fix bugs in charset detection.John Mark Bell2007-05-291-20/+66
* Switch version to "2.0 (Development)".James Bursa2007-05-221-2/+2
* Tweak default hotlist entries to be more up-to-dateRob Kendrick2007-05-211-3/+3
* More alignment changes.Michael Drake2007-05-211-4/+4
* Treat CENTER like other browsers do.Michael Drake2007-05-211-1/+1
* Update development build !Help file.Michael Drake2007-05-181-5/+5
* New NetSurf logo for nsgtkRob Kendrick2007-05-171-0/+0
* Import font containing symbols we need for list items.John Mark Bell2007-05-145-5/+51
* Mention Uniboot and OS version support.Michael Drake2007-05-131-2/+9
* Fix underlines.Michael Drake2007-05-131-5/+7
* RISC OS ReadMe file.Michael Drake2007-05-131-0/+50
* Make nsgtk warn_user fflush(stdout) rather fflush(stderr)Rob Kendrick2007-05-061-1/+1
* nsgtk warning squashesRob Kendrick2007-05-061-1/+2
* GTK warn_user() implementationRob Kendrick2007-05-062-2/+135
* Log libxml2 version in lib_init().James Bursa2007-05-061-3/+10
* Log curl_version() in fetch_init().James Bursa2007-05-061-11/+14
* Return an error from html_convert() if the base stylesheet fails to load, ins...James Bursa2007-05-061-24/+31
* Initialise some of the gui_window structure for nsgtk to remove a conditional...Rob Kendrick2007-05-051-1/+4
* Fix warning: format '%u' expects type 'unsigned int', but argument 3 has type...James Bursa2007-05-021-1/+1
* Fix various warnings.James Bursa2007-05-021-10/+11
* Fix warning: field precision should have type 'int', but argument 4 has type ...James Bursa2007-05-021-1/+2
* Fix some warnings in recent gcc.James Bursa2007-05-021-4/+4
* Move user-agent generation into fetch.c and simplify.James Bursa2007-05-023-41/+37
* Remove defines that were never or are no longer used.James Bursa2007-04-301-11/+1