summaryrefslogtreecommitdiff
path: root/riscos/htmlredraw.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-11-06 17:09:19 by bursa]James Bursa2004-11-061-1073/+0
| | | | | | No longer used (replaced by render/html_redraw.c and plotters system). svn path=/import/netsurf/; revision=1347
* [project @ 2004-11-02 23:23:07 by rjw]Richard Wilson2004-11-021-4/+4
| | | | | | 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
* [project @ 2004-10-05 22:38:02 by rjw]Richard Wilson2004-10-051-1/+7
| | | | | | 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
* [project @ 2004-10-05 00:22:38 by rjw]Richard Wilson2004-10-051-4/+7
| | | | | | Fixes for missing changes to updated GIF code. svn path=/import/netsurf/; revision=1302
* [project @ 2004-09-04 16:41:28 by jmb]John Mark Bell2004-09-041-8/+9
| | | | | | | | | | 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
* [project @ 2004-09-03 22:44:47 by bursa]James Bursa2004-09-031-7/+7
| | | | | | 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
* [project @ 2004-08-30 21:03:48 by rjw]Richard Wilson2004-08-301-1/+1
| | | | | | Reworking of themes and toolbars. svn path=/import/netsurf/; revision=1254
* [project @ 2004-08-25 23:56:48 by bursa]James Bursa2004-08-251-5/+8
| | | | | | Experimental overflow: scroll code. svn path=/import/netsurf/; revision=1250
* [project @ 2004-08-20 21:30:45 by bursa]James Bursa2004-08-201-2/+2
| | | | | | Fix font anti-aliasing with blending off. svn path=/import/netsurf/; revision=1246
* [project @ 2004-08-19 01:01:31 by jmb]John Mark Bell2004-08-191-3/+7
| | | | | | Add option to force text colour to black when printing svn path=/import/netsurf/; revision=1245
* [project @ 2004-08-17 19:51:30 by jmb]John Mark Bell2004-08-171-29/+18
| | | | | | Lose optimisation svn path=/import/netsurf/; revision=1241
* [project @ 2004-08-15 19:06:23 by jmb]John Mark Bell2004-08-151-50/+63
| | | | | | | | | Rationalise image redraw. Supply background colour when redrawing contents Reenable printing of background images Require Tinct 0.07 svn path=/import/netsurf/; revision=1234
* [project @ 2004-08-14 15:07:19 by joty]John Tytgat2004-08-141-4/+4
| | | | | | | | - Rename len() to css_len2px(). - Less compiler warnings concerning float/int implicit casts. - More stddef.h type usuage. svn path=/import/netsurf/; revision=1232
* [project @ 2004-08-14 12:57:00 by joty]John Tytgat2004-08-141-7/+6
| | | | | | Using more stddef.h types. svn path=/import/netsurf/; revision=1230
* [project @ 2004-08-11 19:02:32 by bursa]James Bursa2004-08-111-0/+2
| | | | | | Start work on removing instances and making content types non-shareable. Clean up some #includes. svn path=/import/netsurf/; revision=1211
* [project @ 2004-08-11 16:26:13 by jmb]John Mark Bell2004-08-111-126/+407
| | | | | | | | | | | 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
* [project @ 2004-08-09 06:25:10 by jmb]John Mark Bell2004-08-091-5/+7
| | | | | | Fix for background colour redraw when background images are turned off svn path=/import/netsurf/; revision=1198
* [project @ 2004-08-06 23:45:21 by rjw]Richard Wilson2004-08-061-15/+31
| | | | | | 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
* [project @ 2004-08-01 13:08:18 by bursa]James Bursa2004-08-011-70/+83
| | | | | | 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
* [project @ 2004-07-18 17:38:01 by bursa]James Bursa2004-07-181-61/+0
| | | | | | 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
* [project @ 2004-07-17 13:00:38 by bursa]James Bursa2004-07-171-5/+7
| | | | | | Simplify gui_window structure. Clean up various parts of the gui code. svn path=/import/netsurf/; revision=1092
* [project @ 2004-07-16 20:26:49 by jmb]John Mark Bell2004-07-161-0/+29
| | | | | | Preliminary overflow support. This also goes some way to making the horizontal scrollbar work. svn path=/import/netsurf/; revision=1088
* [project @ 2004-07-16 19:47:02 by rjw]Richard Wilson2004-07-161-0/+9
| | | | | | Fix for hotlist menu selection. Interface for MNG/JNG display. svn path=/import/netsurf/; revision=1083
* [project @ 2004-07-14 19:16:49 by joty]John Tytgat2004-07-141-4/+5
| | | | | | Removed debug fprint line. svn path=/import/netsurf/; revision=1076
* [project @ 2004-07-05 20:19:51 by joty]John Tytgat2004-07-051-27/+10
| | | | | | Using UTF-8 instead of Latin1 encoding. svn path=/import/netsurf/; revision=1049
* [project @ 2004-06-30 22:09:20 by jmb]John Mark Bell2004-06-301-1/+1
| | | | | | Fixes for Norcroft svn path=/import/netsurf/; revision=1034
* [project @ 2004-06-25 23:10:46 by jmb]John Mark Bell2004-06-251-35/+85
| | | | | | background-attachment: fixed; support. Disabled for the moment due to redraw issues. svn path=/import/netsurf/; revision=1012
* [project @ 2004-06-25 16:52:01 by jmb]John Mark Bell2004-06-251-14/+33
| | | | | | Background blend fonts if we can (and the user wants us to). Turned off by default. svn path=/import/netsurf/; revision=1007
* [project @ 2004-06-25 14:28:29 by bursa]James Bursa2004-06-251-32/+34
| | | | | | Parse CSS background shorthand property. Background rendering improvements. svn path=/import/netsurf/; revision=1006
* [project @ 2004-06-25 01:23:41 by jmb]John Mark Bell2004-06-251-15/+20
| | | | | | Fix background clipping rectangle issue reported by Andrew Duffell. svn path=/import/netsurf/; revision=1005
* [project @ 2004-06-23 22:53:50 by rjw]Richard Wilson2004-06-231-15/+13
| | | | | | | | 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
* [project @ 2004-06-23 21:05:56 by rjw]Richard Wilson2004-06-231-3/+3
| | | | | | Improved background image positioning for non-tiled images. svn path=/import/netsurf/; revision=999
* [project @ 2004-06-23 20:34:49 by rjw]Richard Wilson2004-06-231-11/+7
| | | | | | Improved background image positioning. svn path=/import/netsurf/; revision=998
* [project @ 2004-06-11 12:52:23 by jmb]John Mark Bell2004-06-111-4/+4
| | | | | | Cast to avoid compiler warning svn path=/import/netsurf/; revision=962
* [project @ 2004-06-10 22:11:44 by rjw]Richard Wilson2004-06-101-94/+122
| | | | | | GUI control of background images. Scaled background images. svn path=/import/netsurf/; revision=953
* [project @ 2004-06-10 20:41:26 by bursa]James Bursa2004-06-101-3/+3
| | | | | | 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
* [project @ 2004-06-10 18:13:16 by rjw]Richard Wilson2004-06-101-6/+9
| | | | | | Fix for tiled background redraw. svn path=/import/netsurf/; revision=950
* [project @ 2004-06-10 17:21:58 by jmb]John Mark Bell2004-06-101-2/+14
| | | | | | | Fix some redraw issues caused by the background rendering code Remove some spurious minus signs svn path=/import/netsurf/; revision=949
* [project @ 2004-06-09 19:55:06 by jmb]John Mark Bell2004-06-091-2/+123
| | | | | | | | | 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
* [project @ 2004-05-29 21:01:36 by bursa]James Bursa2004-05-291-7/+5
| | | | | | Remove obsolete parameters. Visibility bug fix. svn path=/import/netsurf/; revision=900
* [project @ 2004-05-21 23:42:26 by bursa]James Bursa2004-05-211-2/+2
| | | | | | Fix and clean code for radio and checkbox inputs. svn path=/import/netsurf/; revision=884
* [project @ 2004-05-03 22:05:40 by bursa]James Bursa2004-05-031-0/+45
| | | | | | Implement dragging files into <input type="file" ...>. svn path=/import/netsurf/; revision=821
* [project @ 2004-04-21 22:26:54 by bursa]James Bursa2004-04-211-7/+8
| | | | | | Fix background clipping bug. svn path=/import/netsurf/; revision=798
* [project @ 2004-04-21 21:36:06 by bursa]James Bursa2004-04-211-84/+147
| | | | | | Fix redraw bugs; change plotting of radio and checkboxes to make them scalable. svn path=/import/netsurf/; revision=796
* [project @ 2004-03-23 22:14:56 by bursa]James Bursa2004-03-231-20/+20
| | | | | | Scale borders. svn path=/import/netsurf/; revision=655
* [project @ 2004-03-22 00:36:53 by bursa]James Bursa2004-03-221-1/+73
| | | | | | Implement most of CSS borders. svn path=/import/netsurf/; revision=650
* [project @ 2004-03-21 20:07:14 by jmb]John Mark Bell2004-03-211-0/+1
| | | | | | | <input type="file" support> Broken in places. svn path=/import/netsurf/; revision=645
* [project @ 2004-02-25 15:12:57 by bursa]James Bursa2004-02-251-30/+50
| | | | | | Implement scaling; rewrite desktop/browser; add riscos/thumbnail; rewrite history. svn path=/import/netsurf/; revision=566
* [project @ 2004-02-02 00:22:59 by bursa]James Bursa2004-02-021-79/+41
| | | | | | Start at margin / padding / border support. svn path=/import/netsurf/; revision=529
* [project @ 2004-01-31 23:00:17 by jmb]John Mark Bell2004-01-311-6/+6
| | | | | | Fix text-decoration colours again. svn path=/import/netsurf/; revision=525