Commit Graph

635 Commits

Author SHA1 Message Date
John Mark Bell 7144ce65eb [project @ 2004-10-01 23:48:15 by jmb]
Add GUI config option for HTTP referer sending

svn path=/import/netsurf/; revision=1300
2004-10-01 23:48:15 +00:00
John Mark Bell 0d6b3576dc [project @ 2004-10-01 21:33:20 by jmb]
Oops, missed this from last checkin.

svn path=/import/netsurf/; revision=1298
2004-10-01 21:33:20 +00:00
John Mark Bell 49ce807e3c [project @ 2004-10-01 21:31:55 by jmb]
A somewhat better implementation of referrers which no longer sends the referer if the URL schemes don't match.

Things to do:
1) Preservation of referer across redirects (see comment in browser.c:284)
2) GUI templates/code for configuration of referer sending (simple on/off toggle only)
3) Make referer sending when fetching objects/stylesheets for a page pay attention to option_send_referer?
4) Handle the case where the referer is in the form of http://moo:foo@mysite.com/ (ie the login details embedded in the referer - not good).

svn path=/import/netsurf/; revision=1297
2004-10-01 21:31:55 +00:00
John Mark Bell 39ad1632eb [project @ 2004-10-01 00:06:49 by jmb]
Send HTTP referer header. This is _only_ sent when a link is clicked (theoretically, at least).

svn path=/import/netsurf/; revision=1296
2004-10-01 00:06:49 +00:00
John Mark Bell 4a37e17037 [project @ 2004-09-29 20:13:42 by jmb]
Write heuristically-generated font names to choices file - should speed up program load a bit.
Heuristic is re-run each time the choices file is saved.

svn path=/import/netsurf/; revision=1294
2004-09-29 20:13:42 +00:00
John Mark Bell d718a30c57 [project @ 2004-09-29 03:33:24 by jmb]
Lose redundant font table.
Rework bold and italic font support.
This is now user-configurable but I've little intention of writing GUI Choices code for this.
Smallcaps is still broken and needs some thinking about - probably best to drop the smallcaps font variants and convert lowercase chars to uppercase. Quite how this works for non-latin text, I've no idea.

svn path=/import/netsurf/; revision=1293
2004-09-29 03:33:24 +00:00
John Mark Bell 5802723281 [project @ 2004-09-27 05:21:00 by jmb]
Improve !Boot file and support protocol fallback positions.

svn path=/import/netsurf/; revision=1287
2004-09-27 05:21:00 +00:00
John Mark Bell e8c7058873 [project @ 2004-09-24 23:52:40 by jmb]
German translation support (needs templates et al.)

svn path=/import/netsurf/; revision=1282
2004-09-24 23:52:40 +00:00
John Mark Bell dd183bcb7e [project @ 2004-09-14 14:48:51 by jmb]
Fix stupidity related to font table initialisation.

svn path=/import/netsurf/; revision=1279
2004-09-14 14:48:51 +00:00
John Mark Bell b74184c247 [project @ 2004-09-13 23:59:30 by jmb]
Add some #defines

svn path=/import/netsurf/; revision=1276
2004-09-13 23:59:30 +00:00
John Mark Bell 8f9221c6ca [project @ 2004-09-13 23:56:45 by jmb]
Fixup to handle changed option variable name

svn path=/import/netsurf/; revision=1275
2004-09-13 23:56:45 +00:00
John Mark Bell c358b80cc5 [project @ 2004-09-13 23:56:18 by jmb]
Make fonts user-configurable.
This loses font-style support, though it shouldn't be hard to put it back again.

svn path=/import/netsurf/; revision=1274
2004-09-13 23:56:18 +00:00
Richard Wilson 8e0b3d8136 [project @ 2004-09-07 23:24:32 by rjw]
Fix for renamed hotlist icon

svn path=/import/netsurf/; revision=1273
2004-09-07 23:24:32 +00:00
Richard Wilson 52ac79872c [project @ 2004-09-07 23:14:31 by rjw]
Norcroft fix and update relating to CVS filename change

svn path=/import/netsurf/; revision=1272
2004-09-07 23:14:31 +00:00
Richard Wilson 289cca466d [project @ 2004-09-07 23:05:34 by rjw]
Updates for new theme format along with a few minor bug fixes.

svn path=/import/netsurf/; revision=1269
2004-09-07 23:05:34 +00:00
John Mark Bell 101c87958d [project @ 2004-09-04 16:41:28 by jmb]
Fix jpeg redraw
Move png.c/h to /image and rework to use the bitmap code
Make RISC OS bitmap struct publically accessible (via riscos/bitmap.h)
Draw export now embeds JPEGs and PNGs/MNGs/JNGs correctly again.
Background images are now plotted correctly again.

svn path=/import/netsurf/; revision=1268
2004-09-04 16:41:28 +00:00
John Tytgat e223757e35 [project @ 2004-09-04 14:37:57 by joty]
Norcroft compile fixes.

svn path=/import/netsurf/; revision=1267
2004-09-04 14:37:57 +00:00
James Bursa a9e62d78f7 [project @ 2004-09-04 07:08:26 by bursa]
Add missing files.

svn path=/import/netsurf/; revision=1266
2004-09-04 07:08:26 +00:00
James Bursa 3371a27391 [project @ 2004-09-03 22:44:47 by bursa]
Add generic bitmap functions. Move jpeg and mng code from riscos/ to image/ and update to use bitmap. Note: background tiling and drawfile export for jpeg and mng/png are broken.

svn path=/import/netsurf/; revision=1265
2004-09-03 22:44:48 +00:00
Richard Wilson fa9cc913e5 [project @ 2004-09-01 20:57:25 by rjw]
Fix for incorrect stop button shading. Some fixes to stop a lack of content causing menu code to fail.

svn path=/import/netsurf/; revision=1261
2004-09-01 20:57:25 +00:00
Richard Wilson fceba6cbc6 [project @ 2004-09-01 16:48:25 by rjw]
Fix for previous stupidity.

svn path=/import/netsurf/; revision=1260
2004-09-01 16:48:25 +00:00
Richard Wilson 13ae21f22b [project @ 2004-08-31 19:51:29 by rjw]
Remove flicker from repeatedly setting icons as shaded.

svn path=/import/netsurf/; revision=1259
2004-08-31 19:51:29 +00:00
Richard Wilson b14219359d [project @ 2004-08-31 19:50:15 by rjw]
GIF reading now assumes files follow the spec and works bad files only in special cases.

svn path=/import/netsurf/; revision=1258
2004-08-31 19:50:15 +00:00
Richard Wilson a8661b3a64 [project @ 2004-08-31 18:01:22 by rjw]
Further theme related fixes

svn path=/import/netsurf/; revision=1257
2004-08-31 18:01:22 +00:00
Richard Wilson 98d17f19a6 [project @ 2004-08-30 21:57:47 by rjw]
Various small theme related fixes

svn path=/import/netsurf/; revision=1256
2004-08-30 21:57:47 +00:00
Richard Wilson c6ffb4b578 [project @ 2004-08-30 21:04:11 by rjw]
Removal of redundant files.

svn path=/import/netsurf/; revision=1255
2004-08-30 21:04:11 +00:00
Richard Wilson bf57d852ae [project @ 2004-08-30 21:03:48 by rjw]
Reworking of themes and toolbars.

svn path=/import/netsurf/; revision=1254
2004-08-30 21:03:48 +00:00
John Mark Bell e1f1c5de19 [project @ 2004-08-27 23:10:55 by jmb]
Fix exporting of GIFs as Sprite.

svn path=/import/netsurf/; revision=1253
2004-08-27 23:10:55 +00:00
John Tytgat f34a485dc6 [project @ 2004-08-26 22:58:19 by joty]
warn_user() : made warn_buffer static local.
die() : a too long error message is now correctly NUL terminated; got rid of static variable.

svn path=/import/netsurf/; revision=1251
2004-08-26 22:58:19 +00:00
James Bursa e44249f6ed [project @ 2004-08-25 23:56:48 by bursa]
Experimental overflow: scroll code.

svn path=/import/netsurf/; revision=1250
2004-08-25 23:56:49 +00:00
James Bursa 6e795f9cb5 [project @ 2004-08-25 22:11:14 by bursa]
Handle some more expected errors when renaming file during download (fixes #1014444).

svn path=/import/netsurf/; revision=1248
2004-08-25 22:11:14 +00:00
James Bursa e92f0ce2f0 [project @ 2004-08-20 21:30:45 by bursa]
Fix font anti-aliasing with blending off.

svn path=/import/netsurf/; revision=1246
2004-08-20 21:30:45 +00:00
John Mark Bell 5611d2c739 [project @ 2004-08-19 01:01:31 by jmb]
Add option to force text colour to black when printing

svn path=/import/netsurf/; revision=1245
2004-08-19 01:01:31 +00:00
John Mark Bell c7fab5b727 [project @ 2004-08-18 22:07:20 by jmb]
Don't read screen origin when printing

svn path=/import/netsurf/; revision=1244
2004-08-18 22:07:20 +00:00
John Mark Bell 21b9ca0bf1 [project @ 2004-08-17 19:51:30 by jmb]
Lose optimisation

svn path=/import/netsurf/; revision=1241
2004-08-17 19:51:30 +00:00
Richard Wilson b5e04ee27a [project @ 2004-08-15 22:36:13 by rjw]
Fix for sprite rendering. Merge alpha and opaque plotting functions

svn path=/import/netsurf/; revision=1240
2004-08-15 22:36:13 +00:00
John Mark Bell 583bb12c5a [project @ 2004-08-15 19:53:52 by jmb]
Standardise swis.h include

svn path=/import/netsurf/; revision=1238
2004-08-15 19:53:52 +00:00
John Mark Bell bc65aec751 [project @ 2004-08-15 19:53:06 by jmb]
Remove spurious include

svn path=/import/netsurf/; revision=1237
2004-08-15 19:53:06 +00:00
John Mark Bell 006344401c [project @ 2004-08-15 19:06:23 by jmb]
Rationalise image redraw.
Supply background colour when redrawing contents
Reenable printing of background images
Require Tinct 0.07

svn path=/import/netsurf/; revision=1234
2004-08-15 19:06:24 +00:00
Richard Wilson f36a8d6ba8 [project @ 2004-08-15 12:14:22 by rjw]
Updated defines for Tinct 0.06

svn path=/import/netsurf/; revision=1233
2004-08-15 12:14:22 +00:00
John Tytgat 7264ae50e5 [project @ 2004-08-14 15:07:19 by joty]
- Rename len() to css_len2px().
- Less compiler warnings concerning float/int implicit casts.
- More stddef.h type usuage.

svn path=/import/netsurf/; revision=1232
2004-08-14 15:07:21 +00:00
John Tytgat 402c4ca66c [project @ 2004-08-14 14:30:10 by joty]
Removed a chunk of Norcroft compiler warnings.  Re-ident some pieces.

svn path=/import/netsurf/; revision=1231
2004-08-14 14:30:12 +00:00
John Tytgat 7d3a242132 [project @ 2004-08-14 12:57:00 by joty]
Using more stddef.h types.

svn path=/import/netsurf/; revision=1230
2004-08-14 12:57:02 +00:00
John Tytgat 44c418dc73 [project @ 2004-08-14 12:44:17 by joty]
Removed useless current_zoom_gui variable.

svn path=/import/netsurf/; revision=1229
2004-08-14 12:44:17 +00:00
John Tytgat fc828f0f7e [project @ 2004-08-14 12:18:24 by joty]
Adopt the house identation rules (part 2).

svn path=/import/netsurf/; revision=1228
2004-08-14 12:18:24 +00:00
John Tytgat c9c3e1d966 [project @ 2004-08-14 12:16:44 by joty]
Keypresses are wchar_t typed data.

svn path=/import/netsurf/; revision=1227
2004-08-14 12:16:45 +00:00
Richard Wilson 98a6a5fa99 [project @ 2004-08-14 00:32:31 by rjw]
Changes for Tinct printing support

svn path=/import/netsurf/; revision=1225
2004-08-14 00:32:31 +00:00
John Mark Bell a1811d3eef [project @ 2004-08-13 16:59:42 by jmb]
Improve column spacing

svn path=/import/netsurf/; revision=1223
2004-08-13 16:59:42 +00:00
John Mark Bell d7627ceceb [project @ 2004-08-13 00:55:59 by jmb]
Rewrite of plugin handling. This is now much nicer than before although it has about the same amount of functionality.
Note: This is now configurable via an option (defaults to OFF)
This has only really been tested with the Flash plugin and seems to work reasonably.

svn path=/import/netsurf/; revision=1216
2004-08-13 00:55:59 +00:00
James Bursa 0a93f2d264 [project @ 2004-08-12 12:08:39 by bursa]
Fix various history functions to check for history->current.

svn path=/import/netsurf/; revision=1215
2004-08-12 12:08:39 +00:00