Commit Graph

1394 Commits

Author SHA1 Message Date
Richard Wilson 58b68f7130 [project @ 2004-12-09 10:33:09 by rjw]
Stop makefile breakage.

svn path=/import/netsurf/; revision=1395
2004-12-09 10:33:09 +00:00
Richard Wilson 32db7e04d0 [project @ 2004-12-09 10:30:43 by rjw]
Re-implementation of hotlist via general tree code. Animations can be stopped once more. Purged a few xcalloc() calls.

svn path=/import/netsurf/; revision=1394
2004-12-09 10:30:44 +00:00
John Mark Bell 77a9671224 [project @ 2004-12-08 23:16:53 by jmb]
Squash bug which caused assertion failure
Add more asserts, for my own sanity

svn path=/import/netsurf/; revision=1393
2004-12-08 23:16:53 +00:00
Kevin Bagust b80f6a7380 [project @ 2004-12-08 12:38:27 by kevinb]
Altered calls to xfree into calls to free in clean_cookiejar

svn path=/import/netsurf/; revision=1392
2004-12-08 12:38:27 +00:00
John Mark Bell 76efc5a0d0 [project @ 2004-12-08 00:33:25 by jmb]
Update to work with new imagemap interface

svn path=/import/netsurf/; revision=1391
2004-12-08 00:33:25 +00:00
John Mark Bell d86553ef7e [project @ 2004-12-08 00:31:11 by jmb]
xfoo purge, reindent some sources.
Loginlist is ugly, feel free to rewrite.

svn path=/import/netsurf/; revision=1390
2004-12-08 00:31:11 +00:00
Kevin Bagust e11c05d257 [project @ 2004-12-08 00:10:17 by kevinb]
Removed unused function load, and altered call to xcalloc into a call to calloc in clean_cookiejar

svn path=/import/netsurf/; revision=1389
2004-12-08 00:10:17 +00:00
Michael Drake e3ca55d7cc [project @ 2004-12-07 12:40:03 by tlsa]
Fix developers link on welcome page.

svn path=/import/netsurf/; revision=1388
2004-12-07 12:40:04 +00:00
Michael Drake 6dba177b3d [project @ 2004-12-07 09:25:00 by tlsa]
Fix navajowhite named colour.

svn path=/import/netsurf/; revision=1387
2004-12-07 09:25:00 +00:00
John Mark Bell 2b91efdc1e [project @ 2004-12-07 02:25:14 by jmb]
Support SVG 1.0 named colours (plus feldspar, lightslateblue and violetred).

svn path=/import/netsurf/; revision=1386
2004-12-07 02:25:14 +00:00
James Bursa dfc28d0ccb [project @ 2004-12-06 22:31:22 by bursa]
Fix horizontal cellspacing.

svn path=/import/netsurf/; revision=1385
2004-12-06 22:31:22 +00:00
John Mark Bell 8a0965110f [project @ 2004-12-05 23:51:10 by jmb]
Explicitly check for boxes with 0 area, as there's no point redrawing them

svn path=/import/netsurf/; revision=1384
2004-12-05 23:51:10 +00:00
James Bursa 3e6a2b9d9a [project @ 2004-12-05 21:42:08 by bursa]
Make frames scroll. Implement table cellspacing attribute.

svn path=/import/netsurf/; revision=1383
2004-12-05 21:42:08 +00:00
James Bursa 6bddd0837f [project @ 2004-12-05 21:39:31 by bursa]
Return an error for invalid clip rectangles to ro_plot_clip().

svn path=/import/netsurf/; revision=1382
2004-12-05 21:39:31 +00:00
Michael Drake 55c5c37ae1 [project @ 2004-12-03 18:24:50 by tlsa]
Updated French messages by Jerome Mathevet.

svn path=/import/netsurf/; revision=1381
2004-12-03 18:24:50 +00:00
Michael Drake 7bd9872d19 [project @ 2004-12-02 11:20:50 by tlsa]
Escape ampersand.

svn path=/import/netsurf/; revision=1380
2004-12-02 11:20:50 +00:00
Michael Drake 48dcd7dbfd [project @ 2004-12-01 23:07:26 by tlsa]
Updated French documentation and welcome page by Jerome Mathevet.netsurf/!NetSurf/Docs/intro_fr,faf

svn path=/import/netsurf/; revision=1379
2004-12-01 23:07:26 +00:00
James Bursa 37d7353f43 [project @ 2004-12-01 21:48:11 by bursa]
Implement table cell padding and separated borders model for tables. Min/max width calculations still need implementing.

svn path=/import/netsurf/; revision=1378
2004-12-01 21:48:11 +00:00
Michael Drake e5fb9a08b4 [project @ 2004-11-29 22:48:16 by tlsa]
Image configuration can now be accessed with the French templates.

svn path=/import/netsurf/; revision=1377
2004-11-29 22:48:16 +00:00
James Bursa 16fce4f8ff [project @ 2004-11-29 21:47:00 by bursa]
Open the home page when NetSurf is run when it is already running.

svn path=/import/netsurf/; revision=1376
2004-11-29 21:47:00 +00:00
John Mark Bell a53d5ecfa9 [project @ 2004-11-28 23:38:38 by jmb]
Ensure dimensions specified by HTML/CSS are adhered to, rather than resizing to what the plugin wants

svn path=/import/netsurf/; revision=1375
2004-11-28 23:38:38 +00:00
Michael Drake f0276e4d2e [project @ 2004-11-28 11:32:38 by tlsa]
Update to German translation by Sebastian Barthel

svn path=/import/netsurf/; revision=1374
2004-11-28 11:32:38 +00:00
John Mark Bell 3694fd54b2 [project @ 2004-11-28 00:26:17 by jmb]
Bug fixes.
Reformatting a plugin now works correctly in all cirumstances.
Streaming also works better and reloading a page containing plugins will now work properly.

svn path=/import/netsurf/; revision=1373
2004-11-28 00:26:17 +00:00
Richard Wilson 435fbce542 [project @ 2004-11-23 18:32:28 by rjw]
Fix for form images having an incorrect background colour (thanks should go to tlsa)

svn path=/import/netsurf/; revision=1372
2004-11-23 18:32:28 +00:00
John Mark Bell 91b23308e1 [project @ 2004-11-22 23:29:50 by jmb]
Move URI handleability check to last minute prior to starting fetch - this enables catching of redirects to unsupported URIs.

svn path=/import/netsurf/; revision=1371
2004-11-22 23:29:50 +00:00
Richard Wilson 9c6094944b [project @ 2004-11-22 23:06:49 by rjw]
Stop scroll wheels from moving the toolbar

svn path=/import/netsurf/; revision=1370
2004-11-22 23:06:49 +00:00
John Mark Bell 1105d9c397 [project @ 2004-11-22 00:33:04 by jmb]
Improve plain text rendering (converts occurrences of '<' with '&lt;')

svn path=/import/netsurf/; revision=1369
2004-11-22 00:33:04 +00:00
James Bursa dfad215d1b [project @ 2004-11-21 22:49:02 by bursa]
Fix crash when certain MNGs are opened in a new browser window.

svn path=/import/netsurf/; revision=1368
2004-11-21 22:49:02 +00:00
James Bursa 48ee62b660 [project @ 2004-11-21 19:45:51 by bursa]
Take objects into account when calculating descendant boxes.

svn path=/import/netsurf/; revision=1367
2004-11-21 19:45:51 +00:00
James Bursa 58401792bd [project @ 2004-11-21 19:45:17 by bursa]
Fix possible divide by 0. Scroll objects correctly.

svn path=/import/netsurf/; revision=1366
2004-11-21 19:45:17 +00:00
Michael Drake 8821cb6b2e [project @ 2004-11-21 11:14:15 by tlsa]
Add temporary note to French documentation.

svn path=/import/netsurf/; revision=1365
2004-11-21 11:14:15 +00:00
James Bursa a01be783f8 [project @ 2004-11-20 00:03:38 by bursa]
Updated dependencies.

svn path=/import/netsurf/; revision=1364
2004-11-20 00:03:38 +00:00
James Bursa a31f6306f9 [project @ 2004-11-20 00:02:56 by bursa]
Improvements to overflow and scrolling: scrollbars now have most of the usual RISC OS behaviour. Better rendering of dotted and dashed borders.

svn path=/import/netsurf/; revision=1363
2004-11-20 00:02:56 +00:00
Richard Wilson e87e37ca80 [project @ 2004-11-16 23:30:31 by rjw]
Minor fix to hotlist for titles with control characters.

svn path=/import/netsurf/; revision=1362
2004-11-16 23:30:31 +00:00
Richard Wilson 9512022595 [project @ 2004-11-14 21:07:55 by rjw]
Fix for toolbar sub-menu closing on Adjust selection.

svn path=/import/netsurf/; revision=1361
2004-11-14 21:07:55 +00:00
John Mark Bell efce778a9e [project @ 2004-11-11 23:55:23 by jmb]
Fix for redirects causing crashes

svn path=/import/netsurf/; revision=1360
2004-11-11 23:55:23 +00:00
Richard Wilson 4bcef8408a [project @ 2004-11-11 00:52:17 by rjw]
Fix for HTML redraw artifacts

svn path=/import/netsurf/; revision=1359
2004-11-11 00:52:17 +00:00
Richard Wilson 015b27ad4a [project @ 2004-11-10 23:02:11 by rjw]
Get bitmap opacity rather than test it

svn path=/import/netsurf/; revision=1358
2004-11-10 23:02:11 +00:00
Richard Wilson 02a54d4e98 [project @ 2004-11-10 22:39:33 by rjw]
Fix 8bpp thumbnails.

svn path=/import/netsurf/; revision=1357
2004-11-10 22:39:33 +00:00
Richard Wilson 542f783b18 [project @ 2004-11-10 19:51:31 by rjw]
Further GIF optimisation to reduce flicker.

svn path=/import/netsurf/; revision=1356
2004-11-10 19:51:32 +00:00
Richard Wilson 061603094a [project @ 2004-11-09 23:34:01 by rjw]
Move GIF decoding out of the plot loop where possible.

svn path=/import/netsurf/; revision=1355
2004-11-09 23:34:01 +00:00
Richard Wilson 9eee2a8246 [project @ 2004-11-09 23:32:40 by rjw]
Fix window resizing oddity

svn path=/import/netsurf/; revision=1354
2004-11-09 23:32:40 +00:00
Richard Wilson 4d520be08c [project @ 2004-11-09 21:27:59 by rjw]
Fix for GIF dirty frame clearance bug.

svn path=/import/netsurf/; revision=1353
2004-11-09 21:27:59 +00:00
Richard Wilson dde5f820ea [project @ 2004-11-09 18:29:01 by rjw]
Lose the flicker for themes with a left-aligned throbber

svn path=/import/netsurf/; revision=1352
2004-11-09 18:29:01 +00:00
Michael Drake 32c1dd0f1d [project @ 2004-11-07 11:30:18 by tlsa]
Make separators more prominent.

svn path=/import/netsurf/; revision=1351
2004-11-07 11:30:18 +00:00
Michael Drake 22759297ba [project @ 2004-11-07 10:58:21 by tlsa]
Throbber greys out when inactive. Update toolbar icon separators.

svn path=/import/netsurf/; revision=1350
2004-11-07 10:58:21 +00:00
James Bursa ef672d1ff0 [project @ 2004-11-06 21:03:55 by bursa]
Fix RISC OS DrawFile rendering. Document files.

svn path=/import/netsurf/; revision=1349
2004-11-06 21:03:55 +00:00
James Bursa 86e789856c [project @ 2004-11-06 19:34:24 by bursa]
Fix RISC OS sprite rendering. Document files.

svn path=/import/netsurf/; revision=1348
2004-11-06 19:34:24 +00:00
James Bursa e221793b42 [project @ 2004-11-06 17:09:19 by bursa]
No longer used (replaced by render/html_redraw.c and plotters system).

svn path=/import/netsurf/; revision=1347
2004-11-06 17:09:19 +00:00
John Mark Bell 15b83b6cf1 [project @ 2004-11-04 21:13:36 by jmb]
Lose nasty hard-coded strings

svn path=/import/netsurf/; revision=1346
2004-11-04 21:13:36 +00:00