summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Correct SharedUnixLibrary version number. Thanks to Richard Mellish.Michael Drake2007-02-201-2/+2
* Fix handling of % signs in textarea initial value. (Fixes 1617123)John Mark Bell2007-02-111-1/+1
* Bring percent-encoding closer to what other browsers do.John Mark Bell2007-02-111-8/+13
* Fix stupidityJohn Mark Bell2007-02-111-0/+2
* Rewrite utf8_[to,from]_local_encoding to not have arbitrary limit in the John Mark Bell2007-02-111-111/+96
* Reparse entire document if meta charset resulting in changed document John Mark Bell2007-02-101-14/+48
* Work around libxml oddness in allowing document meta encoding to John Mark Bell2007-02-101-0/+20
* Another warning squash in gtk/Rob Kendrick2007-02-101-0/+1
* Fix almost all warnings in gtk/Rob Kendrick2007-02-107-51/+14
* Add default icon for nsgtk windows, tidy default locations for resources a li...Rob Kendrick2007-02-102-5/+325
* Misc nsgtk window improvements, smaller shipped NetSurf logoRob Kendrick2007-02-092-24/+51
* Remove optimisation settings accidentally checked in. I will examine my diff...Rob Kendrick2007-02-061-1/+1
* Reduce warnings caused by GTK and XML2 library headersRob Kendrick2007-02-061-2/+5
* Make makefile delete nsgtk binary on cleanRob Kendrick2007-02-061-1/+2
* Remove bashism and improve nsgtk launcher shell script, add simple BUILDING-G...Rob Kendrick2007-02-062-2/+36
* Remove .cvsignore files, and replicate functionality with svn:ignore attributesRob Kendrick2007-02-042-9/+0
* Fix handling of cookies in unverifiable transactions caused by a redirect fro...John Mark Bell2007-02-029-40/+61
* Fix more off-by-ones in nsgtk's image plotting and clipping. AFAICT, this is...Rob Kendrick2007-02-021-7/+5
* Fix off-by-one in nsgtk image plotter that resulted in all images being subje...Rob Kendrick2007-02-021-1/+1
* Misc nsgtk fixes and improvements in makefile, choices dialogue and info windowRob Kendrick2007-02-023-5/+10
* Revert r3156 (content cleaner frequency reduction) as it introduces John Mark Bell2007-01-311-15/+1
* Bring handling of submission of blank file inputs in line with other browsers.John Mark Bell2007-01-302-17/+56
* Generates and use a User-Agent: string based on new netsurf_version_major/min...Rob Kendrick2007-01-305-2/+45
* Make time taken that is displayed in status bar use gettimeofday()-based time...Rob Kendrick2007-01-304-7/+24
* Attempt to perform content cleaning far less frequently.John Mark Bell2007-01-301-1/+15
* Change -std=c9x to -std=c99Rob Kendrick2007-01-291-3/+3
* Make GTK build compile on FreeBSD.James Bursa2007-01-2918-15/+58
* Handle strdup failureJohn Mark Bell2007-01-281-2/+7
* Improve domain matching of referer and host.John Mark Bell2007-01-281-19/+30
* Handle cookies in unverifiable transactionsJohn Mark Bell2007-01-2711-92/+216
* Fix mouse events. Fix some GTK warnings.James Bursa2007-01-272-5/+9
* Overview of frames.James Bursa2007-01-241-0/+52
* Add html_dump_frameset() to help understand and debug frames.James Bursa2007-01-241-0/+56
* Default frame margin 0 instead of -1. Fix marginheight parsing.James Bursa2007-01-241-9/+9
* Revert hack around broken pipe (not caching fetch handles used for SSL John Mark Bell2007-01-182-6/+9
* Fix box_visible() to return a bool.James Bursa2007-01-142-2/+2
* Remove spare 'F'.Michael Drake2007-01-131-1/+1
* New French resources by Jerome Mathevet.Michael Drake2007-01-132-41/+41
* Bring Messages file translations in to line with English version.Michael Drake2007-01-133-12/+123
* Fix parsing error when an empty HTML data is returned. Add HTTP status and ot...James Bursa2007-01-137-116/+233
* Add fetch_http_code() to retrieve the HTTP status code of a fetch.James Bursa2007-01-132-26/+43
* Remove form margin (broke centered forms and not needed).James Bursa2007-01-091-1/+1
* Change nested list style.Michael Drake2007-01-091-1/+1
* Make default CSS rules closer to the w3c suggestions.Richard Wilson2007-01-061-26/+26
* Don't require frames to specify a URL (fixes frame names not being recognised)Richard Wilson2007-01-031-22/+13
* Format frame content to correct initial size. Scale iframe co-ordinates.Richard Wilson2007-01-034-98/+89
* Update the file comment for fetch.c as requested.Daniel Silverstone2007-01-021-3/+5
* Improve signal handling. This should put an end to silent exits.John Mark Bell2007-01-021-29/+35
* How to use dmalloc to find leaks.James Bursa2007-01-011-0/+19
* Stop animated images rendering for hidden or fallback boxes.James Bursa2006-12-313-1/+32