summaryrefslogtreecommitdiff
path: root/riscos/htmlredraw.c
Commit message (Collapse)AuthorAgeFilesLines
* [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
* [project @ 2004-01-31 22:40:03 by jmb]John Mark Bell2004-01-311-3/+21
| | | | | | Fix text-decoration colours svn path=/import/netsurf/; revision=524
* [project @ 2003-12-27 02:23:10 by jmb]John Mark Bell2003-12-271-1/+1
| | | | | | Fix a couple more warnings svn path=/import/netsurf/; revision=457
* [project @ 2003-12-27 00:11:57 by jmb]John Mark Bell2003-12-271-1/+10
| | | | | | | Tidy code to reduce compiler warnings. htmlredraw.c and plugin.c produce the most now. Hopefully I haven't broken anything ;) svn path=/import/netsurf/; revision=451
* [project @ 2003-11-12 22:22:45 by jmb]John Mark Bell2003-11-121-1/+1
| | | | | | | Begin frames support. Just data structure handling for now. None of this code is called atm. svn path=/import/netsurf/; revision=416
* [project @ 2003-11-05 18:41:06 by jmb]John Mark Bell2003-11-051-3/+3
| | | | | | Text-decoration now spans child text elements svn path=/import/netsurf/; revision=404
* [project @ 2003-11-05 16:25:35 by bursa]James Bursa2003-11-051-44/+25
| | | | | | Improved text-decoration support. svn path=/import/netsurf/; revision=403
* [project @ 2003-10-25 00:35:49 by bursa]James Bursa2003-10-251-6/+2
| | | | | | Split out and clean up form submit code. svn path=/import/netsurf/; revision=374
* [project @ 2003-10-19 17:17:26 by jmb]John Mark Bell2003-10-191-7/+8
| | | | | | | Make text-decoration span child elements. Add text-decoration to css_dump() svn path=/import/netsurf/; revision=371
* [project @ 2003-10-18 00:24:53 by jmb]John Mark Bell2003-10-181-7/+8
| | | | | | Miscellaneous fixes. svn path=/import/netsurf/; revision=370
* [project @ 2003-10-17 23:59:23 by jmb]John Mark Bell2003-10-171-1/+0
| | | | | | | Whoops. Fix CSS default so a:link really is underlined instead of stricken (as earlier). Also lose LOGging from htmlredraw.c svn path=/import/netsurf/; revision=369
* [project @ 2003-10-17 23:47:13 by jmb]John Mark Bell2003-10-171-3/+44
| | | | | | | Add text-decoration support. Overline needs work. a:link defaults to being underlined. svn path=/import/netsurf/; revision=368
* [project @ 2003-10-11 13:55:43 by jmb]John Mark Bell2003-10-111-3/+5
| | | | | | Fix visibility so visible children of hidden parents work svn path=/import/netsurf/; revision=363
* [project @ 2003-10-10 18:13:36 by jmb]John Mark Bell2003-10-101-1/+10
| | | | | | CSS visibility support (not collapse) svn path=/import/netsurf/; revision=361
* [project @ 2003-10-01 22:48:39 by bursa]James Bursa2003-10-011-2/+1
| | | | | | Improvements to <select>. svn path=/import/netsurf/; revision=341
* [project @ 2003-09-28 23:41:06 by bursa]James Bursa2003-09-281-31/+3
| | | | | | Rewrite text and password inputs to stop using wimp icons. svn path=/import/netsurf/; revision=330