Rob Kendrick
|
9549165a2b
|
Another warning squash in gtk/
svn path=/trunk/netsurf/; revision=3174
|
2007-02-10 02:27:06 +00:00 |
Rob Kendrick
|
bdf7affb19
|
Fix almost all warnings in gtk/
svn path=/trunk/netsurf/; revision=3173
|
2007-02-10 02:21:32 +00:00 |
Rob Kendrick
|
75b673644d
|
Add default icon for nsgtk windows, tidy default locations for resources a little
svn path=/trunk/netsurf/; revision=3172
|
2007-02-10 01:56:27 +00:00 |
Rob Kendrick
|
55eb0a51dd
|
Misc nsgtk window improvements, smaller shipped NetSurf logo
svn path=/trunk/netsurf/; revision=3171
|
2007-02-09 18:10:33 +00:00 |
Rob Kendrick
|
a6664dfa0c
|
Remove optimisation settings accidentally checked in. I will examine my diffs more carefully in future. I promise.
svn path=/trunk/netsurf/; revision=3170
|
2007-02-06 21:49:59 +00:00 |
Rob Kendrick
|
b4033ff643
|
Reduce warnings caused by GTK and XML2 library headers
svn path=/trunk/netsurf/; revision=3169
|
2007-02-06 21:48:22 +00:00 |
Rob Kendrick
|
86770e00b5
|
Make makefile delete nsgtk binary on clean
svn path=/trunk/netsurf/; revision=3168
|
2007-02-06 21:25:20 +00:00 |
Rob Kendrick
|
356ff18153
|
Remove bashism and improve nsgtk launcher shell script, add simple BUILDING-GTK document.
svn path=/trunk/netsurf/; revision=3167
|
2007-02-06 16:52:47 +00:00 |
Rob Kendrick
|
b6cc8cc6eb
|
Remove .cvsignore files, and replicate functionality with svn:ignore attributes
svn path=/trunk/netsurf/; revision=3166
|
2007-02-04 13:00:06 +00:00 |
John Mark Bell
|
25213dca24
|
Fix handling of cookies in unverifiable transactions caused by a redirect from a fetch into a browser window which was varifiable.
svn path=/trunk/netsurf/; revision=3165
|
2007-02-02 23:08:13 +00:00 |
Rob Kendrick
|
0b90769032
|
Fix more off-by-ones in nsgtk's image plotting and clipping. AFAICT, this is now perfect.
svn path=/trunk/netsurf/; revision=3164
|
2007-02-02 22:24:42 +00:00 |
Rob Kendrick
|
66a69bc889
|
Fix off-by-one in nsgtk image plotter that resulted in all images being subject to a bilinear resample.
svn path=/trunk/netsurf/; revision=3162
|
2007-02-02 11:45:54 +00:00 |
Rob Kendrick
|
0351403a7b
|
Misc nsgtk fixes and improvements in makefile, choices dialogue and info window
svn path=/trunk/netsurf/; revision=3161
|
2007-02-02 11:34:13 +00:00 |
John Mark Bell
|
9e96993474
|
Revert r3156 (content cleaner frequency reduction) as it introduces
potential stability issues.
svn path=/trunk/netsurf/; revision=3160
|
2007-01-31 00:02:38 +00:00 |
John Mark Bell
|
8cf2e40daa
|
Bring handling of submission of blank file inputs in line with other browsers.
Tidy up fetch_post_convert while I'm at it.
svn path=/trunk/netsurf/; revision=3159
|
2007-01-30 23:19:21 +00:00 |
Rob Kendrick
|
5426a708a9
|
Generates and use a User-Agent: string based on new netsurf_version_major/minor values, and results of uname().
svn path=/trunk/netsurf/; revision=3158
|
2007-01-30 19:51:54 +00:00 |
Rob Kendrick
|
7c88381a59
|
Make time taken that is displayed in status bar use gettimeofday()-based time rather than clock()-based time
svn path=/trunk/netsurf/; revision=3157
|
2007-01-30 15:32:31 +00:00 |
John Mark Bell
|
f3e6ad3e90
|
Attempt to perform content cleaning far less frequently.
svn path=/trunk/netsurf/; revision=3156
|
2007-01-30 00:44:53 +00:00 |
Rob Kendrick
|
aa1b444bd7
|
Change -std=c9x to -std=c99
svn path=/trunk/netsurf/; revision=3155
|
2007-01-29 23:09:40 +00:00 |
James Bursa
|
a0b6661eb6
|
Make GTK build compile on FreeBSD.
svn path=/trunk/netsurf/; revision=3154
|
2007-01-29 22:27:15 +00:00 |
John Mark Bell
|
b76283f3d5
|
Handle strdup failure
svn path=/trunk/netsurf/; revision=3153
|
2007-01-28 23:53:20 +00:00 |
John Mark Bell
|
9612b35de1
|
Improve domain matching of referer and host.
Lose comparison of schemes - this was spurious and wrong.
Fixes 1646417.
svn path=/trunk/netsurf/; revision=3152
|
2007-01-28 16:34:50 +00:00 |
John Mark Bell
|
df4dbaf4cf
|
Handle cookies in unverifiable transactions
svn path=/trunk/netsurf/; revision=3151
|
2007-01-27 20:58:20 +00:00 |
James Bursa
|
cd98970628
|
Fix mouse events. Fix some GTK warnings.
svn path=/trunk/netsurf/; revision=3150
|
2007-01-27 19:29:28 +00:00 |
James Bursa
|
2928eeca28
|
Overview of frames.
svn path=/trunk/netsurf/; revision=3149
|
2007-01-24 23:49:34 +00:00 |
James Bursa
|
11aceb370a
|
Add html_dump_frameset() to help understand and debug frames.
svn path=/trunk/netsurf/; revision=3148
|
2007-01-24 23:16:02 +00:00 |
James Bursa
|
b6630787c5
|
Default frame margin 0 instead of -1. Fix marginheight parsing.
svn path=/trunk/netsurf/; revision=3147
|
2007-01-24 22:53:09 +00:00 |
John Mark Bell
|
f629a4f00f
|
Revert hack around broken pipe (not caching fetch handles used for SSL
connections).
Ignore SIGPIPE completely as nothing other than OpenSSL is expected to
generate it.
svn path=/trunk/netsurf/; revision=3145
|
2007-01-18 01:26:58 +00:00 |
James Bursa
|
75526f77b7
|
Fix box_visible() to return a bool.
svn path=/trunk/netsurf/; revision=3144
|
2007-01-14 13:02:09 +00:00 |
Michael Drake
|
b3ae53990a
|
Remove spare 'F'.
svn path=/trunk/netsurf/; revision=3143
|
2007-01-13 18:47:11 +00:00 |
Michael Drake
|
89f4ae2a03
|
New French resources by Jerome Mathevet.
svn path=/trunk/netsurf/; revision=3142
|
2007-01-13 18:37:23 +00:00 |
Michael Drake
|
e812fe31d2
|
Bring Messages file translations in to line with English version.
svn path=/trunk/netsurf/; revision=3141
|
2007-01-13 10:58:38 +00:00 |
James Bursa
|
bda01b3135
|
Fix parsing error when an empty HTML data is returned. Add HTTP status and other information to status bar.
svn path=/trunk/netsurf/; revision=3140
|
2007-01-13 00:21:15 +00:00 |
James Bursa
|
e76140557d
|
Add fetch_http_code() to retrieve the HTTP status code of a fetch.
svn path=/trunk/netsurf/; revision=3139
|
2007-01-13 00:19:02 +00:00 |
James Bursa
|
829f34b994
|
Remove form margin (broke centered forms and not needed).
svn path=/trunk/netsurf/; revision=3138
|
2007-01-09 19:43:52 +00:00 |
Michael Drake
|
2a5d4eacc5
|
Change nested list style.
svn path=/trunk/netsurf/; revision=3137
|
2007-01-09 18:14:22 +00:00 |
Richard Wilson
|
f7fe971613
|
Make default CSS rules closer to the w3c suggestions.
svn path=/trunk/netsurf/; revision=3136
|
2007-01-06 16:11:51 +00:00 |
Richard Wilson
|
4f1ca7d14c
|
Don't require frames to specify a URL (fixes frame names not being recognised)
svn path=/trunk/netsurf/; revision=3135
|
2007-01-03 20:11:09 +00:00 |
Richard Wilson
|
0b875957cb
|
Format frame content to correct initial size. Scale iframe co-ordinates.
svn path=/trunk/netsurf/; revision=3134
|
2007-01-03 15:15:54 +00:00 |
Daniel Silverstone
|
cf0718f649
|
Update the file comment for fetch.c as requested.
svn path=/trunk/netsurf/; revision=3133
|
2007-01-02 13:07:28 +00:00 |
John Mark Bell
|
8b7d6e67f9
|
Improve signal handling. This should put an end to silent exits.
svn path=/trunk/netsurf/; revision=3132
|
2007-01-02 00:13:02 +00:00 |
James Bursa
|
bac8da2418
|
How to use dmalloc to find leaks.
svn path=/trunk/netsurf/; revision=3131
|
2007-01-01 20:39:27 +00:00 |
James Bursa
|
d117eb4527
|
Stop animated images rendering for hidden or fallback boxes.
svn path=/trunk/netsurf/; revision=3128
|
2006-12-31 23:47:17 +00:00 |
James Bursa
|
3d09fed0af
|
Display an error box when exiting due to a SIGFPE or SIGABRT.
svn path=/trunk/netsurf/; revision=3127
|
2006-12-31 21:04:14 +00:00 |
Richard Wilson
|
f4b8d3a009
|
Reflow iframes on layout (fix 1617625)
svn path=/trunk/netsurf/; revision=3126
|
2006-12-30 02:10:46 +00:00 |
Richard Wilson
|
1353585036
|
Implement form targets (fix 1619094)
svn path=/trunk/netsurf/; revision=3125
|
2006-12-30 00:34:26 +00:00 |
John Mark Bell
|
98b451ffae
|
Add option to set Accept-Charset header (Stefaan Claes)
svn path=/trunk/netsurf/; revision=3124
|
2006-12-28 00:42:14 +00:00 |
John Mark Bell
|
abcce3dfe7
|
Fix typo.
Default type -> text/plain
svn path=/trunk/netsurf/; revision=3123
|
2006-12-28 00:36:37 +00:00 |
James Bursa
|
367c2aea88
|
Fix height of absolutely positioned inline blocks with an object. Fix layout of list markers with no text.
svn path=/trunk/netsurf/; revision=3122
|
2006-12-26 21:51:08 +00:00 |
John Mark Bell
|
5b3f0755f6
|
Add URLdb destruction functionality
svn path=/trunk/netsurf/; revision=3115
|
2006-12-08 22:38:46 +00:00 |