Richard Wilson
1fbcdd14d5
[project @ 2004-11-02 23:23:07 by rjw]
...
Fix for recent GIF decoding bug. Rectangular pixel mode-friendly sprites for hotlist. Slight change to history image size to please Tinct. Support for foreground and background image quality settings. Support for error diffusion and bi-linear filtering (Tinct still requires some further work)
svn path=/import/netsurf/; revision=1336
2004-11-02 23:23:07 +00:00
Richard Wilson
c0f18cd434
[project @ 2004-10-05 22:38:02 by rjw]
...
GIF opacity test is now applied to all GIFs. Background colour redraw is optimised out for opaque, repeating images.
svn path=/import/netsurf/; revision=1305
2004-10-05 22:38:02 +00:00
Richard Wilson
60949d1aee
[project @ 2004-10-05 00:22:38 by rjw]
...
Fixes for missing changes to updated GIF code.
svn path=/import/netsurf/; revision=1302
2004-10-05 00:22:38 +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
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
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
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
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
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
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
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
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
James Bursa
bc727dda1c
[project @ 2004-08-11 19:02:32 by bursa]
...
Start work on removing instances and making content types non-shareable. Clean up some #includes.
svn path=/import/netsurf/; revision=1211
2004-08-11 19:02:32 +00:00
John Mark Bell
912d09b1cb
[project @ 2004-08-11 16:26:13 by jmb]
...
Make content_redraw return a bool
Printing of foreground images now uses OS_SpriteOp
Printing of background images disabled
Mega-paranoid SWI result checking in htmlredraw.c
Rearranged GIF data structure slightly - updates to reflect this.
Other stuff I've probably forgotten
svn path=/import/netsurf/; revision=1208
2004-08-11 16:26:13 +00:00
John Mark Bell
a5bb9c38fd
[project @ 2004-08-09 06:25:10 by jmb]
...
Fix for background colour redraw when background images are turned off
svn path=/import/netsurf/; revision=1198
2004-08-09 06:25:10 +00:00
Richard Wilson
33f6d42b94
[project @ 2004-08-06 23:45:21 by rjw]
...
Scale view window are now persistent. Fix for incorrect buffering option saving. Background images extend to the full window dimensions.
svn path=/import/netsurf/; revision=1189
2004-08-06 23:45:21 +00:00
James Bursa
9e1dbe3a36
[project @ 2004-08-01 13:08:18 by bursa]
...
More work on overflow. Modify block centering to left-align when insufficient space. Fix caret positioning for form controls with padding.
svn path=/import/netsurf/; revision=1171
2004-08-01 13:08:19 +00:00
James Bursa
58e2d033ec
[project @ 2004-07-18 17:38:01 by bursa]
...
Improve form control interaction code. Replace box_under_area() with simpler box_at_point(). Detect objects for menu once on menu opening. Remove obsolete text selection code.
svn path=/import/netsurf/; revision=1096
2004-07-18 17:38:01 +00:00
James Bursa
e4a6e982e5
[project @ 2004-07-17 13:00:38 by bursa]
...
Simplify gui_window structure. Clean up various parts of the gui code.
svn path=/import/netsurf/; revision=1092
2004-07-17 13:00:38 +00:00
John Mark Bell
51af46fde6
[project @ 2004-07-16 20:26:49 by jmb]
...
Preliminary overflow support. This also goes some way to making the horizontal scrollbar work.
svn path=/import/netsurf/; revision=1088
2004-07-16 20:26:49 +00:00
Richard Wilson
b7bb766e95
[project @ 2004-07-16 19:47:02 by rjw]
...
Fix for hotlist menu selection. Interface for MNG/JNG display.
svn path=/import/netsurf/; revision=1083
2004-07-16 19:47:03 +00:00
John Tytgat
866b0b84c5
[project @ 2004-07-14 19:16:49 by joty]
...
Removed debug fprint line.
svn path=/import/netsurf/; revision=1076
2004-07-14 19:16:49 +00:00
John Tytgat
a0d511734a
[project @ 2004-07-05 20:19:51 by joty]
...
Using UTF-8 instead of Latin1 encoding.
svn path=/import/netsurf/; revision=1049
2004-07-05 20:19:52 +00:00
John Mark Bell
8facc29e58
[project @ 2004-06-30 22:09:20 by jmb]
...
Fixes for Norcroft
svn path=/import/netsurf/; revision=1034
2004-06-30 22:09:20 +00:00
John Mark Bell
002a353042
[project @ 2004-06-25 23:10:46 by jmb]
...
background-attachment: fixed; support. Disabled for the moment due to redraw issues.
svn path=/import/netsurf/; revision=1012
2004-06-25 23:10:46 +00:00
John Mark Bell
b3d4ce0883
[project @ 2004-06-25 16:52:01 by jmb]
...
Background blend fonts if we can (and the user wants us to). Turned off by default.
svn path=/import/netsurf/; revision=1007
2004-06-25 16:52:01 +00:00
James Bursa
aa6e904604
[project @ 2004-06-25 14:28:29 by bursa]
...
Parse CSS background shorthand property. Background rendering improvements.
svn path=/import/netsurf/; revision=1006
2004-06-25 14:28:29 +00:00
John Mark Bell
bca6a63c45
[project @ 2004-06-25 01:23:41 by jmb]
...
Fix background clipping rectangle issue reported by Andrew Duffell.
svn path=/import/netsurf/; revision=1005
2004-06-25 01:23:41 +00:00
Richard Wilson
958f5828d1
[project @ 2004-06-23 22:53:50 by rjw]
...
Bug fix for vertical positioning.
Padding is now taken into account for %age calculations.
Fix for calculations using internal units rather than OS units.
svn path=/import/netsurf/; revision=1000
2004-06-23 22:53:50 +00:00
Richard Wilson
ce0285328a
[project @ 2004-06-23 21:05:56 by rjw]
...
Improved background image positioning for non-tiled images.
svn path=/import/netsurf/; revision=999
2004-06-23 21:05:56 +00:00
Richard Wilson
05552edb21
[project @ 2004-06-23 20:34:49 by rjw]
...
Improved background image positioning.
svn path=/import/netsurf/; revision=998
2004-06-23 20:34:49 +00:00
John Mark Bell
adb9ed58f4
[project @ 2004-06-11 12:52:23 by jmb]
...
Cast to avoid compiler warning
svn path=/import/netsurf/; revision=962
2004-06-11 12:52:23 +00:00
Richard Wilson
fb4e2fc476
[project @ 2004-06-10 22:11:44 by rjw]
...
GUI control of background images. Scaled background images.
svn path=/import/netsurf/; revision=953
2004-06-10 22:11:44 +00:00
James Bursa
08177fa581
[project @ 2004-06-10 20:41:26 by bursa]
...
Add global content list. Better error handling in content code. Improved code documentation. Remove some obsolete functions. Implement debug window listing contents.
svn path=/import/netsurf/; revision=951
2004-06-10 20:41:26 +00:00
Richard Wilson
ff5e70f865
[project @ 2004-06-10 18:13:16 by rjw]
...
Fix for tiled background redraw.
svn path=/import/netsurf/; revision=950
2004-06-10 18:13:16 +00:00
John Mark Bell
bbd66fca97
[project @ 2004-06-10 17:21:58 by jmb]
...
Fix some redraw issues caused by the background rendering code
Remove some spurious minus signs
svn path=/import/netsurf/; revision=949
2004-06-10 17:21:58 +00:00
John Mark Bell
78594f3f60
[project @ 2004-06-09 19:55:06 by jmb]
...
Implement background-image, background-repeat, background-position and background-attachment CSS properties.
background-attachment and background-position need more work.
Some redraw issues remain.
svn path=/import/netsurf/; revision=938
2004-06-09 19:55:06 +00:00
James Bursa
bbad5f0461
[project @ 2004-05-29 21:01:36 by bursa]
...
Remove obsolete parameters. Visibility bug fix.
svn path=/import/netsurf/; revision=900
2004-05-29 21:01:36 +00:00
James Bursa
4a500f5614
[project @ 2004-05-21 23:42:26 by bursa]
...
Fix and clean code for radio and checkbox inputs.
svn path=/import/netsurf/; revision=884
2004-05-21 23:42:26 +00:00
James Bursa
8da6079f6f
[project @ 2004-05-03 22:05:40 by bursa]
...
Implement dragging files into <input type="file" ...>.
svn path=/import/netsurf/; revision=821
2004-05-03 22:05:40 +00:00
James Bursa
a7dbc01677
[project @ 2004-04-21 22:26:54 by bursa]
...
Fix background clipping bug.
svn path=/import/netsurf/; revision=798
2004-04-21 22:26:54 +00:00
James Bursa
9bd6721a73
[project @ 2004-04-21 21:36:06 by bursa]
...
Fix redraw bugs; change plotting of radio and checkboxes to make them scalable.
svn path=/import/netsurf/; revision=796
2004-04-21 21:36:06 +00:00
James Bursa
667bb92e9d
[project @ 2004-03-23 22:14:56 by bursa]
...
Scale borders.
svn path=/import/netsurf/; revision=655
2004-03-23 22:14:56 +00:00
James Bursa
2c757c1e79
[project @ 2004-03-22 00:36:53 by bursa]
...
Implement most of CSS borders.
svn path=/import/netsurf/; revision=650
2004-03-22 00:36:53 +00:00
John Mark Bell
3aeafecd7b
[project @ 2004-03-21 20:07:14 by jmb]
...
<input type="file" support>
Broken in places.
svn path=/import/netsurf/; revision=645
2004-03-21 20:07:14 +00:00
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
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
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