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
James Bursa
94786d1a56
[project @ 2004-01-28 23:15:12 by bursa]
...
Dump font-family in css_dump_style().
svn path=/import/netsurf/; revision=516
2004-01-28 23:15:12 +00:00
James Bursa
ae4cb4c56d
[project @ 2004-01-28 23:08:28 by bursa]
...
Improve font-family.
svn path=/import/netsurf/; revision=515
2004-01-28 23:08:28 +00:00
John Mark Bell
1ee029cee6
[project @ 2004-01-28 21:48:10 by jmb]
...
Add font-family support. Still needs a little work, but works fine as is.
Add CSS rules for text formatting HTML tags (<DFN> <CITE> <CODE> etc.)
Update TODO lists.
svn path=/import/netsurf/; revision=514
2004-01-28 21:48:10 +00:00
James Bursa
ec933cf485
[project @ 2004-01-28 18:37:56 by bursa]
...
Clean up gui_poll() / gui_multitask() mess, add hourglass.
svn path=/import/netsurf/; revision=513
2004-01-28 18:37:56 +00:00
Rob Jackson
c05a832714
[project @ 2004-01-26 22:55:23 by rob]
...
Changes in positioning of variable declarations to allow compile with 2.95.5 compiler again
svn path=/import/netsurf/; revision=512
2004-01-26 22:55:23 +00:00
Michael Drake
23c204d575
[project @ 2004-01-26 22:14:38 by tlsa]
...
Add palette to Preview sprite to avoid rendering problems.
svn path=/import/netsurf/; revision=511
2004-01-26 22:14:38 +00:00
James Bursa
2b0fc5d2e8
[project @ 2004-01-26 15:07:20 by bursa]
...
Fix box_create() width init.
svn path=/import/netsurf/; revision=510
2004-01-26 15:07:20 +00:00
James Bursa
5b3f7219b8
[project @ 2004-01-26 14:16:59 by bursa]
...
Predefine all WITH_ constants.
svn path=/import/netsurf/; revision=509
2004-01-26 14:16:59 +00:00
James Bursa
658084359d
[project @ 2004-01-26 14:16:23 by bursa]
...
Fix crashes related to content_destroy() by adding lock, implement no_error_pages.
svn path=/import/netsurf/; revision=508
2004-01-26 14:16:23 +00:00
James Bursa
92941a762d
[project @ 2004-01-26 14:09:39 by bursa]
...
Initialise box dimensions to 0 (fixes window resizing bug).
svn path=/import/netsurf/; revision=507
2004-01-26 14:09:39 +00:00
John Mark Bell
49ff405d45
[project @ 2004-01-26 01:24:32 by jmb]
...
Add rules for <u>, <s>, <ins> and <del>
svn path=/import/netsurf/; revision=506
2004-01-26 01:24:32 +00:00
John Mark Bell
136d6d0769
[project @ 2004-01-25 21:40:45 by jmb]
...
Plot preview sprite with mask and palette
svn path=/import/netsurf/; revision=505
2004-01-25 21:40:45 +00:00
John Mark Bell
b49f18f891
[project @ 2004-01-25 20:39:35 by jmb]
...
Override jpeglib's error handling.
svn path=/import/netsurf/; revision=504
2004-01-25 20:39:35 +00:00
John Mark Bell
986b650983
[project @ 2004-01-25 20:13:51 by jmb]
...
Add jpeglib 6b based rendering. Attempts to use the OS routines first as
they're faster.
svn path=/import/netsurf/; revision=503
2004-01-25 20:13:51 +00:00
Michael Drake
f7bed875d4
[project @ 2004-01-25 12:47:05 by tlsa]
...
All theme sprites now have palettes. Buttons shrink when pressed.
svn path=/import/netsurf/; revision=502
2004-01-25 12:47:05 +00:00
James Bursa
92c32b005d
[project @ 2004-01-24 17:12:32 by bursa]
...
Fix removing URL leading and trailing whitespace.
svn path=/import/netsurf/; revision=501
2004-01-24 17:12:32 +00:00
James Bursa
1bdcb44639
[project @ 2004-01-24 17:08:15 by bursa]
...
Add permitted_types to html_fetch_object().
svn path=/import/netsurf/; revision=500
2004-01-24 17:08:16 +00:00
John Mark Bell
b116f20cd4
[project @ 2004-01-24 16:41:52 by jmb]
...
Strip leading and trailing whitespace from image src attributes.
svn path=/import/netsurf/; revision=499
2004-01-24 16:41:52 +00:00
James Bursa
8755ceb0c8
[project @ 2004-01-23 20:46:29 by bursa]
...
Add error pages for fetch failures.
svn path=/import/netsurf/; revision=498
2004-01-23 20:46:29 +00:00
James Bursa
9cf82c7fc4
[project @ 2004-01-23 19:55:38 by bursa]
...
Remove generated documentation.
svn path=/import/netsurf/; revision=497
2004-01-23 19:55:38 +00:00
James Bursa
67d5167d2b
[project @ 2004-01-23 19:53:27 by bursa]
...
Remove obsolete documentation.
svn path=/import/netsurf/; revision=496
2004-01-23 19:53:27 +00:00
James Bursa
6f9898950d
[project @ 2004-01-23 16:56:57 by bursa]
...
Fix positioning of drawfiles (render bounding box).
svn path=/import/netsurf/; revision=495
2004-01-23 16:56:57 +00:00
James Bursa
1e0630b290
[project @ 2004-01-23 15:06:04 by bursa]
...
Fix orange.
svn path=/import/netsurf/; revision=494
2004-01-23 15:06:04 +00:00
James Bursa
eecd008a16
[project @ 2004-01-21 23:57:19 by bursa]
...
Clean up and comment.
svn path=/import/netsurf/; revision=493
2004-01-21 23:57:19 +00:00
John Mark Bell
6b367e0795
[project @ 2004-01-20 20:13:43 by jmb]
...
View source for CSS files.
svn path=/import/netsurf/; revision=492
2004-01-20 20:13:43 +00:00
Michael Drake
70cd3bdc99
[project @ 2004-01-20 19:29:10 by tlsa]
...
Change CSS layout stuff and remove debugging key shortcuts.
svn path=/import/netsurf/; revision=491
2004-01-20 19:29:10 +00:00
John Mark Bell
0dab93fe76
[project @ 2004-01-20 19:08:34 by jmb]
...
Allow toggling of POST support.
Add new toolbar icon numbers to riscos/gui.h
svn path=/import/netsurf/; revision=490
2004-01-20 19:08:34 +00:00
Michael Drake
10b546f7f9
[project @ 2004-01-19 00:48:57 by tlsa]
...
Move themes document and update user guide with keyboard and URL shortcuts. Plus minor tweaks.
svn path=/import/netsurf/; revision=489
2004-01-19 00:48:57 +00:00
Michael Drake
b231587072
[project @ 2004-01-05 20:30:08 by tlsa]
...
New theme
svn path=/import/netsurf/; revision=488
2004-01-05 20:30:08 +00:00
Michael Drake
ff1a93e203
[project @ 2004-01-05 20:20:44 by tlsa]
...
New user guide graphics
svn path=/import/netsurf/; revision=487
2004-01-05 20:20:44 +00:00
John Mark Bell
413683371b
[project @ 2004-01-05 12:41:24 by jmb]
...
Remove logging macros
svn path=/import/netsurf/; revision=486
2004-01-05 12:41:24 +00:00
John Mark Bell
528ac58519
[project @ 2004-01-05 12:24:54 by jmb]
...
Enumerate all sprites in file (hopefully).
svn path=/import/netsurf/; revision=485
2004-01-05 12:24:54 +00:00
John Mark Bell
22ae453e3b
[project @ 2004-01-05 11:56:45 by jmb]
...
fixup missing include
svn path=/import/netsurf/; revision=484
2004-01-05 11:56:45 +00:00
John Mark Bell
8bb5c9206d
[project @ 2004-01-05 11:28:04 by jmb]
...
Add some logging. Revert last change.
svn path=/import/netsurf/; revision=483
2004-01-05 11:28:04 +00:00
John Mark Bell
8deead3bc3
[project @ 2004-01-05 11:12:32 by jmb]
...
Fix another monkeybug (last throbber sprite was never displayed)
svn path=/import/netsurf/; revision=482
2004-01-05 11:12:32 +00:00
John Mark Bell
a4bfc247db
[project @ 2004-01-05 11:04:54 by jmb]
...
Fix inappropriate cast.
svn path=/import/netsurf/; revision=481
2004-01-05 11:04:54 +00:00
John Mark Bell
62245d13ec
[project @ 2004-01-05 02:10:59 by jmb]
...
Add ability to turn off browser features in build.
This may be useful when hunting down bugs.
svn path=/import/netsurf/; revision=480
2004-01-05 02:10:59 +00:00
John Mark Bell
91e767cdfa
[project @ 2004-01-05 02:06:27 by jmb]
...
Add ,faf to themes documentation
svn path=/import/netsurf/; revision=479
2004-01-05 02:06:27 +00:00
James Bursa
314a53cd63
[project @ 2004-01-02 12:04:29 by bursa]
...
Implement memory pools.
svn path=/import/netsurf/; revision=478
2004-01-02 12:04:29 +00:00
James Bursa
825c81f03a
[project @ 2004-01-02 12:04:04 by bursa]
...
Use memory pool for box tree.
svn path=/import/netsurf/; revision=477
2004-01-02 12:04:04 +00:00
James Bursa
9f2c43718b
[project @ 2004-01-02 12:02:01 by bursa]
...
Add debugro build.
svn path=/import/netsurf/; revision=476
2004-01-02 12:02:01 +00:00
James Bursa
0aa8982860
[project @ 2004-01-02 12:01:23 by bursa]
...
Add debugro build and pool.o.
svn path=/import/netsurf/; revision=475
2004-01-02 12:01:23 +00:00