Commit Graph

565 Commits

Author SHA1 Message Date
James Bursa 7897a98a4c [project @ 2004-02-25 15:12:57 by bursa]
Implement scaling; rewrite desktop/browser; add riscos/thumbnail; rewrite history.

svn path=/import/netsurf/; revision=566
2004-02-25 15:12:58 +00:00
James Bursa deaaa4a753 [project @ 2004-02-23 00:25:09 by bursa]
Workaround for window closing crash.

svn path=/import/netsurf/; revision=565
2004-02-23 00:25:09 +00:00
James Bursa 22cb2fe809 [project @ 2004-02-22 22:27:31 by bursa]
Fix calculate_widths() for floats.

svn path=/import/netsurf/; revision=564
2004-02-22 22:27:31 +00:00
James Bursa 3a93e23b60 [project @ 2004-02-22 22:22:50 by bursa]
Take margins, broder, padding into account in calculate_widths().

svn path=/import/netsurf/; revision=563
2004-02-22 22:22:50 +00:00
James Bursa a7f3829d55 [project @ 2004-02-20 00:43:17 by bursa]
Fix html_destroy() crash, add documentation.

svn path=/import/netsurf/; revision=562
2004-02-20 00:43:17 +00:00
James Bursa 919805da51 [project @ 2004-02-20 00:42:36 by bursa]
Partial implementation of collapsing margins.

svn path=/import/netsurf/; revision=561
2004-02-20 00:42:36 +00:00
James Bursa 13925ef8d5 [project @ 2004-02-18 00:24:41 by bursa]
Correct documentation of struct box.

svn path=/import/netsurf/; revision=560
2004-02-18 00:24:41 +00:00
John Mark Bell 36bb869ae4 [project @ 2004-02-17 23:38:44 by jmb]
Improve save_complete.
Add missing #ifdef to about.c.

svn path=/import/netsurf/; revision=559
2004-02-17 23:38:44 +00:00
Michael Drake 915209b0e0 [project @ 2004-02-17 22:26:19 by tlsa]
Save as drawfile support

svn path=/import/netsurf/; revision=558
2004-02-17 22:26:19 +00:00
Michael Drake 2286f37df9 [project @ 2004-02-17 21:49:18 by tlsa]
Save as drawfile & view box outlines

svn path=/import/netsurf/; revision=557
2004-02-17 21:49:18 +00:00
John Mark Bell 6839622183 [project @ 2004-02-17 12:41:38 by jmb]
Begin save complete support.
Fix memory leak when using Select PNG renderer. (commented out lines can probably removed)

svn path=/import/netsurf/; revision=556
2004-02-17 12:41:38 +00:00
John Mark Bell 8cece1f41f [project @ 2004-02-16 21:09:40 by jmb]
Check that we're actually dealing with a HTML page, just in case the
user is silly enough to try and save something else as draw.

svn path=/import/netsurf/; revision=555
2004-02-16 21:09:40 +00:00
John Mark Bell 2e52ee380c [project @ 2004-02-16 20:42:49 by jmb]
Remove hard-coded sprite offset nastiness.
Why this ever worked is confusing...

svn path=/import/netsurf/; revision=554
2004-02-16 20:42:49 +00:00
John Mark Bell 40ed6968b7 [project @ 2004-02-15 22:54:49 by jmb]
Lose unnecessary todo

svn path=/import/netsurf/; revision=553
2004-02-15 22:54:49 +00:00
John Mark Bell c6922a94b0 [project @ 2004-02-15 22:40:02 by jmb]
Let's try that again...

svn path=/import/netsurf/; revision=552
2004-02-15 22:40:02 +00:00
John Mark Bell 9ec96ea66b [project @ 2004-02-15 22:37:52 by jmb]
Don't add zero length text strings.

svn path=/import/netsurf/; revision=551
2004-02-15 22:37:52 +00:00
John Mark Bell 94bb784e4a [project @ 2004-02-15 22:22:38 by jmb]
Add reminder to update Docs/Doxyfile too.

svn path=/import/netsurf/; revision=550
2004-02-15 22:22:38 +00:00
John Mark Bell 88beb484c5 [project @ 2004-02-15 22:19:43 by jmb]
Font support in draw export.

svn path=/import/netsurf/; revision=549
2004-02-15 22:19:43 +00:00
James Bursa 2f0c135aed [project @ 2004-02-15 20:57:48 by bursa]
Add WITH_DRAW_EXPORT to PREDEFINED.

svn path=/import/netsurf/; revision=548
2004-02-15 20:57:48 +00:00
James Bursa 86f7dfbc96 [project @ 2004-02-15 20:39:53 by bursa]
Document box.h, remove struct page_elements.

svn path=/import/netsurf/; revision=547
2004-02-15 20:39:53 +00:00
John Mark Bell dc6c4e5cae [project @ 2004-02-15 18:07:26 by jmb]
Use proper offsets instead of hard-coded nastiness

svn path=/import/netsurf/; revision=546
2004-02-15 18:07:26 +00:00
John Mark Bell 518a6dd47b [project @ 2004-02-15 14:43:39 by jmb]
Lose LOG(()) call. update todo list

svn path=/import/netsurf/; revision=545
2004-02-15 14:43:39 +00:00
John Mark Bell 9bd5489543 [project @ 2004-02-15 14:17:29 by jmb]
Radio button circle plotting. Warning - scary ;)

svn path=/import/netsurf/; revision=544
2004-02-15 14:17:29 +00:00
John Mark Bell 82a598d8ee [project @ 2004-02-15 03:19:21 by jmb]
Fix various issues: Duplicate images, text madness.

svn path=/import/netsurf/; revision=543
2004-02-15 03:19:21 +00:00
James Bursa 1cd076738b [project @ 2004-02-14 22:36:38 by bursa]
Add save_draw.

svn path=/import/netsurf/; revision=542
2004-02-14 22:36:38 +00:00
John Mark Bell 3720fafac0 [project @ 2004-02-14 22:26:35 by jmb]
Draw export module.

svn path=/import/netsurf/; revision=541
2004-02-14 22:26:35 +00:00
John Mark Bell e88cbc90ff [project @ 2004-02-14 14:01:38 by jmb]
Fix corrupted template file.

svn path=/import/netsurf/; revision=540
2004-02-14 14:01:38 +00:00
James Bursa 60cf7f781a [project @ 2004-02-13 23:18:29 by bursa]
Fix proxy host icon.

svn path=/import/netsurf/; revision=539
2004-02-13 23:18:29 +00:00
James Bursa 765c02622b [project @ 2004-02-13 23:07:42 by bursa]
Add font size configuration and fix proxy options bug.

svn path=/import/netsurf/; revision=538
2004-02-13 23:07:42 +00:00
James Bursa b5fd9fb297 [project @ 2004-02-13 16:10:28 by bursa]
Simplify and break out layout_clear().

svn path=/import/netsurf/; revision=537
2004-02-13 16:10:28 +00:00
James Bursa 1319ff78c8 [project @ 2004-02-13 16:09:12 by bursa]
Clean up and rewrite options code.

svn path=/import/netsurf/; revision=536
2004-02-13 16:09:12 +00:00
James Bursa add94ad038 [project @ 2004-02-11 20:51:34 by bursa]
Fix crash related to floats.

svn path=/import/netsurf/; revision=535
2004-02-11 20:51:34 +00:00
James Bursa 9aabe954c0 [project @ 2004-02-11 17:15:36 by bursa]
Work on margins etc., clean up many parts of layout code.

svn path=/import/netsurf/; revision=534
2004-02-11 17:15:36 +00:00
James Bursa d642474df1 [project @ 2004-02-10 18:13:18 by bursa]
Remove ancient test files.

svn path=/import/netsurf/; revision=533
2004-02-10 18:13:18 +00:00
John Mark Bell 14b82690e2 [project @ 2004-02-03 21:16:40 by jmb]
Add 24bpp support.

svn path=/import/netsurf/; revision=532
2004-02-03 21:16:40 +00:00
John Mark Bell e8290de904 [project @ 2004-02-02 23:38:02 by jmb]
Fix issues highlighted by teoma.com

svn path=/import/netsurf/; revision=531
2004-02-02 23:38:02 +00:00
John Mark Bell 3d17484046 [project @ 2004-02-02 01:38:54 by jmb]
Indent list items

svn path=/import/netsurf/; revision=530
2004-02-02 01:38:54 +00:00
James Bursa b0c5b74987 [project @ 2004-02-02 00:22:59 by bursa]
Start at margin / padding / border support.

svn path=/import/netsurf/; revision=529
2004-02-02 00:22:59 +00:00
John Mark Bell dbda424e61 [project @ 2004-02-01 22:49:51 by jmb]
text-indent support

svn path=/import/netsurf/; revision=528
2004-02-01 22:49:51 +00:00
John Mark Bell edf9d941f1 [project @ 2004-02-01 22:42:40 by jmb]
Add text-indent support.

svn path=/import/netsurf/; revision=527
2004-02-01 22:42:40 +00:00
John Mark Bell 9d342dad80 [project @ 2004-02-01 04:45:55 by jmb]
Fix text-transform capitalization on inline elements.

svn path=/import/netsurf/; revision=526
2004-02-01 04:45:55 +00:00
John Mark Bell 99d4fb3529 [project @ 2004-01-31 23:00:17 by jmb]
Fix text-decoration colours again.

svn path=/import/netsurf/; revision=525
2004-01-31 23:00:17 +00:00
John Mark Bell ad729c2fba [project @ 2004-01-31 22:40:03 by jmb]
Fix text-decoration colours

svn path=/import/netsurf/; revision=524
2004-01-31 22:40:03 +00:00
John Mark Bell be398523b4 [project @ 2004-01-31 22:08:19 by jmb]
Update text-decoration status.

svn path=/import/netsurf/; revision=523
2004-01-31 22:08:19 +00:00
John Mark Bell 6f2a28760c [project @ 2004-01-31 21:55:07 by jmb]
Update text-transform

svn path=/import/netsurf/; revision=522
2004-01-31 21:55:07 +00:00
John Mark Bell 00ef17153c [project @ 2004-01-31 21:18:44 by jmb]
text-transform support.

svn path=/import/netsurf/; revision=521
2004-01-31 21:18:44 +00:00
John Mark Bell f53642c94b [project @ 2004-01-31 19:14:06 by jmb]
Fix positioning of caret in URL bar

svn path=/import/netsurf/; revision=520
2004-01-31 19:14:06 +00:00
John Mark Bell 8866964740 [project @ 2004-01-31 18:12:08 by jmb]
Stop grabbing input focus on fetch completion, unless the window already
has the input focus.

svn path=/import/netsurf/; revision=519
2004-01-31 18:12:08 +00:00
John Mark Bell bf3e41a93d [project @ 2004-01-30 22:28:32 by jmb]
Add font-variant support. Update TODO-CSS appropriately

svn path=/import/netsurf/; revision=518
2004-01-30 22:28:32 +00:00
Michael Drake db56133900 [project @ 2004-01-28 23:49:56 by tlsa]
Change default CSS file.  pre now monospaced plus other minor changes

svn path=/import/netsurf/; revision=517
2004-01-28 23:49:56 +00:00