summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove bashism and improve nsgtk launcher shell script, add simple ↵Rob Kendrick2007-02-062-2/+36
| | | | | | BUILDING-GTK document. svn path=/trunk/netsurf/; revision=3167
* Remove .cvsignore files, and replicate functionality with svn:ignore attributesRob Kendrick2007-02-042-9/+0
| | | | svn path=/trunk/netsurf/; revision=3166
* Fix handling of cookies in unverifiable transactions caused by a redirect ↵John Mark Bell2007-02-029-40/+61
| | | | | | from a fetch into a browser window which was varifiable. svn path=/trunk/netsurf/; revision=3165
* Fix more off-by-ones in nsgtk's image plotting and clipping. AFAICT, this ↵Rob Kendrick2007-02-021-7/+5
| | | | | | is now perfect. svn path=/trunk/netsurf/; revision=3164
* Fix off-by-one in nsgtk image plotter that resulted in all images being ↵Rob Kendrick2007-02-021-1/+1
| | | | | | subject to a bilinear resample. svn path=/trunk/netsurf/; revision=3162
* Misc nsgtk fixes and improvements in makefile, choices dialogue and info windowRob Kendrick2007-02-023-5/+10
| | | | svn path=/trunk/netsurf/; revision=3161
* Revert r3156 (content cleaner frequency reduction) as it introduces John Mark Bell2007-01-311-15/+1
| | | | | | potential stability issues. svn path=/trunk/netsurf/; revision=3160
* Bring handling of submission of blank file inputs in line with other browsers.John Mark Bell2007-01-302-17/+56
| | | | | | Tidy up fetch_post_convert while I'm at it. svn path=/trunk/netsurf/; revision=3159
* Generates and use a User-Agent: string based on new ↵Rob Kendrick2007-01-305-2/+45
| | | | | | netsurf_version_major/minor values, and results of uname(). svn path=/trunk/netsurf/; revision=3158
* Make time taken that is displayed in status bar use gettimeofday()-based ↵Rob Kendrick2007-01-304-7/+24
| | | | | | time rather than clock()-based time svn path=/trunk/netsurf/; revision=3157
* Attempt to perform content cleaning far less frequently.John Mark Bell2007-01-301-1/+15
| | | | svn path=/trunk/netsurf/; revision=3156
* Change -std=c9x to -std=c99Rob Kendrick2007-01-291-3/+3
| | | | svn path=/trunk/netsurf/; revision=3155
* Make GTK build compile on FreeBSD.James Bursa2007-01-2918-15/+58
| | | | svn path=/trunk/netsurf/; revision=3154
* Handle strdup failureJohn Mark Bell2007-01-281-2/+7
| | | | svn path=/trunk/netsurf/; revision=3153
* Improve domain matching of referer and host.John Mark Bell2007-01-281-19/+30
| | | | | | | Lose comparison of schemes - this was spurious and wrong. Fixes 1646417. svn path=/trunk/netsurf/; revision=3152
* Handle cookies in unverifiable transactionsJohn Mark Bell2007-01-2711-92/+216
| | | | svn path=/trunk/netsurf/; revision=3151
* Fix mouse events. Fix some GTK warnings.James Bursa2007-01-272-5/+9
| | | | svn path=/trunk/netsurf/; revision=3150
* Overview of frames.James Bursa2007-01-241-0/+52
| | | | svn path=/trunk/netsurf/; revision=3149
* Add html_dump_frameset() to help understand and debug frames.James Bursa2007-01-241-0/+56
| | | | svn path=/trunk/netsurf/; revision=3148
* Default frame margin 0 instead of -1. Fix marginheight parsing.James Bursa2007-01-241-9/+9
| | | | svn path=/trunk/netsurf/; revision=3147
* Revert hack around broken pipe (not caching fetch handles used for SSL John Mark Bell2007-01-182-6/+9
| | | | | | | | connections). Ignore SIGPIPE completely as nothing other than OpenSSL is expected to generate it. svn path=/trunk/netsurf/; revision=3145
* Fix box_visible() to return a bool.James Bursa2007-01-142-2/+2
| | | | svn path=/trunk/netsurf/; revision=3144
* Remove spare 'F'.Michael Drake2007-01-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=3143
* New French resources by Jerome Mathevet.Michael Drake2007-01-132-41/+41
| | | | svn path=/trunk/netsurf/; revision=3142
* Bring Messages file translations in to line with English version.Michael Drake2007-01-133-12/+123
| | | | svn path=/trunk/netsurf/; revision=3141
* Fix parsing error when an empty HTML data is returned. Add HTTP status and ↵James Bursa2007-01-137-116/+233
| | | | | | other information to status bar. svn path=/trunk/netsurf/; revision=3140
* Add fetch_http_code() to retrieve the HTTP status code of a fetch.James Bursa2007-01-132-26/+43
| | | | svn path=/trunk/netsurf/; revision=3139
* Remove form margin (broke centered forms and not needed).James Bursa2007-01-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=3138
* Change nested list style.Michael Drake2007-01-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=3137
* Make default CSS rules closer to the w3c suggestions.Richard Wilson2007-01-061-26/+26
| | | | svn path=/trunk/netsurf/; revision=3136
* Don't require frames to specify a URL (fixes frame names not being recognised)Richard Wilson2007-01-031-22/+13
| | | | svn path=/trunk/netsurf/; revision=3135
* Format frame content to correct initial size. Scale iframe co-ordinates.Richard Wilson2007-01-034-98/+89
| | | | svn path=/trunk/netsurf/; revision=3134
* Update the file comment for fetch.c as requested.Daniel Silverstone2007-01-021-3/+5
| | | | svn path=/trunk/netsurf/; revision=3133
* Improve signal handling. This should put an end to silent exits.John Mark Bell2007-01-021-29/+35
| | | | svn path=/trunk/netsurf/; revision=3132
* How to use dmalloc to find leaks.James Bursa2007-01-011-0/+19
| | | | svn path=/trunk/netsurf/; revision=3131
* Stop animated images rendering for hidden or fallback boxes.James Bursa2006-12-313-1/+32
| | | | svn path=/trunk/netsurf/; revision=3128
* Display an error box when exiting due to a SIGFPE or SIGABRT.James Bursa2006-12-311-1/+13
| | | | svn path=/trunk/netsurf/; revision=3127
* Reflow iframes on layout (fix 1617625)Richard Wilson2006-12-303-23/+78
| | | | svn path=/trunk/netsurf/; revision=3126
* Implement form targets (fix 1619094)Richard Wilson2006-12-306-24/+25
| | | | svn path=/trunk/netsurf/; revision=3125
* Add option to set Accept-Charset header (Stefaan Claes)John Mark Bell2006-12-283-0/+12
| | | | svn path=/trunk/netsurf/; revision=3124
* Fix typo.John Mark Bell2006-12-282-2/+2
| | | | | | Default type -> text/plain svn path=/trunk/netsurf/; revision=3123
* Fix height of absolutely positioned inline blocks with an object. Fix layout ↵James Bursa2006-12-261-6/+22
| | | | | | of list markers with no text. svn path=/trunk/netsurf/; revision=3122
* Add URLdb destruction functionalityJohn Mark Bell2006-12-083-0/+146
| | | | svn path=/trunk/netsurf/; revision=3115
* Remove wrong kind of free for data allocated using talloc.James Bursa2006-12-081-1/+0
| | | | svn path=/trunk/netsurf/; revision=3113
* Allocate new styles for implied boxes using talloc instead of ↵James Bursa2006-12-081-8/+10
| | | | | | css_duplicate_style(). svn path=/trunk/netsurf/; revision=3112
* Replace font_menu with new rufl built-in font menu.James Bursa2006-12-083-49/+5
| | | | svn path=/trunk/netsurf/; revision=3111
* Add break.Michael Drake2006-12-071-0/+1
| | | | svn path=/trunk/netsurf/; revision=3109
* Stop URL complete window opening.Michael Drake2006-12-071-1/+2
| | | | svn path=/trunk/netsurf/; revision=3108
* Remove backspace key shortcut.Michael Drake2006-12-071-23/+4
| | | | svn path=/trunk/netsurf/; revision=3107
* Further fixes and tidying to urldb. Also squash some memory leaks.John Mark Bell2006-12-041-48/+93
| | | | svn path=/trunk/netsurf/; revision=3104