summaryrefslogtreecommitdiff
path: root/riscos/print.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2005-07-02 18:17:51 by bursa]James Bursa2005-07-021-4/+5
| | | | | | Rewrite calculation of box minimum and maximum widths to improve layout of many pages. Move calculation of column types and border collapsing to box tree normalising stage, since they are layout independent. Add window height parameter to layout and make <html> and <body> at least window height. svn path=/import/netsurf/; revision=1777
* [project @ 2005-04-15 05:54:44 by adrianl]Adrian Lees2005-04-151-0/+1
| | | | | | Text selection, page drag scrolling, drag-saving images and a few SaveAs improvements svn path=/import/netsurf/; revision=1640
* [project @ 2005-04-09 09:47:36 by bursa]James Bursa2005-04-091-7/+3
| | | | | | Move HTML contents almost fully over to talloc(), simplifying code. Improvements to title attributes, broken forms, cellpadding. Reorder functions in box_construct.c. svn path=/import/netsurf/; revision=1608
* [project @ 2005-04-07 20:46:22 by rjw]Richard Wilson2005-04-071-20/+5
| | | | | | Update to the way menus are handled. Various GUI bug fixes. svn path=/import/netsurf/; revision=1603
* [project @ 2005-03-08 00:04:57 by bursa]James Bursa2005-03-081-4/+9
| | | | | | Temporarily disable declaring fonts. Printing may now work on RO3-4 non-PS only. svn path=/import/netsurf/; revision=1529
* [project @ 2005-02-20 13:19:19 by bursa]James Bursa2005-02-201-2/+2
| | | | | | Font rewrite, part 3. Note that Draw export and printing are broken by these changes. svn path=/import/netsurf/; revision=1519
* [project @ 2004-11-04 21:13:36 by jmb]John Mark Bell2004-11-041-3/+6
| | | | | | Lose nasty hard-coded strings svn path=/import/netsurf/; revision=1346
* [project @ 2004-11-03 23:27:15 by bursa]James Bursa2004-11-031-209/+249
| | | | | | Fix printing and improve error handling during printing. svn path=/import/netsurf/; revision=1341
* [project @ 2004-10-17 21:16:00 by bursa]James Bursa2004-10-171-1/+1
| | | | | | Move to use plotters. Replace html.layout->children with html.layout. svn path=/import/netsurf/; revision=1318
* [project @ 2004-09-13 23:59:30 by jmb]John Mark Bell2004-09-131-5/+5
| | | | | | Add some #defines svn path=/import/netsurf/; revision=1276
* [project @ 2004-08-19 01:01:31 by jmb]John Mark Bell2004-08-191-0/+6
| | | | | | Add option to force text colour to black when printing svn path=/import/netsurf/; revision=1245
* [project @ 2004-08-15 19:06:23 by jmb]John Mark Bell2004-08-151-9/+4
| | | | | | | | | 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 12:57:00 by joty]John Tytgat2004-08-141-2/+2
| | | | | | Using more stddef.h types. svn path=/import/netsurf/; revision=1230
* [project @ 2004-08-11 21:36:30 by jmb]John Mark Bell2004-08-111-3/+26
| | | | | | Make message handling more robust svn path=/import/netsurf/; revision=1212
* [project @ 2004-08-11 19:02:32 by bursa]James Bursa2004-08-111-0/+1
| | | | | | 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-4/+25
| | | | | | | | | | | 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 17:04:32 by jmb]John Mark Bell2004-08-091-3/+7
| | | | | | | | Fix rectangle positioning bug which resulted in garbage printouts. Break out hard-coded scale factor Protect against invalid memory access. svn path=/import/netsurf/; revision=1207
* [project @ 2004-08-09 06:28:56 by jmb]John Mark Bell2004-08-091-0/+708
Printing support. Some issues remain - see the todo list at the top of print.c for more details svn path=/import/netsurf/; revision=1199