summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Display an error box when exiting due to a SIGFPE or SIGABRT.James Bursa2006-12-311-1/+13
* Reflow iframes on layout (fix 1617625)Richard Wilson2006-12-303-23/+78
* Implement form targets (fix 1619094)Richard Wilson2006-12-306-24/+25
* Add option to set Accept-Charset header (Stefaan Claes)John Mark Bell2006-12-283-0/+12
* Fix typo.John Mark Bell2006-12-282-2/+2
* Fix height of absolutely positioned inline blocks with an object. Fix layout ...James Bursa2006-12-261-6/+22
* Add URLdb destruction functionalityJohn Mark Bell2006-12-083-0/+146
* Remove wrong kind of free for data allocated using talloc.James Bursa2006-12-081-1/+0
* Allocate new styles for implied boxes using talloc instead of css_duplicate_s...James Bursa2006-12-081-8/+10
* Replace font_menu with new rufl built-in font menu.James Bursa2006-12-083-49/+5
* Add break.Michael Drake2006-12-071-0/+1