summaryrefslogtreecommitdiff
path: root/riscos/save_draw.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2005-11-24 23:46:31 by bursa]James Bursa2005-11-241-0/+10
| | | | | | Include images in exported DrawFiles. svn path=/import/netsurf/; revision=1884
* [project @ 2005-11-20 20:16:08 by bursa]James Bursa2005-11-201-985/+208
| | | | | | Rewrite DrawFile export completely. Text is now exported again. Images are not yet exported. svn path=/import/netsurf/; revision=1880
* [project @ 2005-07-02 18:17:51 by bursa]James Bursa2005-07-021-3/+3
| | | | | | 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-06-23 17:24:23 by rjw]Richard Wilson2005-06-231-2/+2
| | | | | | Allow images to be unloaded to disk or compressed in memory. Provide thumbnails in all tree windows (hotlist, history). Optimise the application initialisation times. Part 2 of 2. svn path=/import/netsurf/; revision=1762
* [project @ 2005-04-15 05:54:44 by adrianl]Adrian Lees2005-04-151-0/+2
| | | | | | 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-3/+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-03-20 20:39:22 by jmb]John Mark Bell2005-03-201-2/+2
| | | | | | Fix draw_plot_rectangle API svn path=/import/netsurf/; revision=1557
* [project @ 2005-02-20 13:19:19 by bursa]James Bursa2005-02-201-2/+4
| | | | | | Font rewrite, part 3. Note that Draw export and printing are broken by these changes. svn path=/import/netsurf/; revision=1519
* [project @ 2004-10-25 22:42:36 by jmb]John Mark Bell2004-10-251-19/+31
| | | | | | | | Fix silly line plotting bug. Fix stupidly large bounding boxes when plotting polygons. Tidy up filled rectangle plotting. svn path=/import/netsurf/; revision=1335
* [project @ 2004-10-20 23:31:31 by jmb]John Mark Bell2004-10-201-1/+3
| | | | | | Reimplement draw groups svn path=/import/netsurf/; revision=1332
* [project @ 2004-10-20 22:22:25 by jmb]John Mark Bell2004-10-201-15/+59
| | | | | | | Fix bbox issue when plotting lines. Reinstate background colour rectangles (positioning's a bit off vertically) svn path=/import/netsurf/; revision=1331
* [project @ 2004-10-20 09:52:43 by jmb]John Mark Bell2004-10-201-542/+353
| | | | | | | | | | | | | | Rewrite such that it now uses plotters. Things that need fixing: - draw_plot_(line,rectangle) needs line pattern support (everything's solid for now) There's a couple of regressions, too: - page background colour is lost (plotting a filled rectangle of colour in draw_clg breaks some sites. This may require some sort of clipping) - there's no grouping of objects any more (sorry joty). I'm not entirely sure of the best way of going about this, as we no longer have box data. svn path=/import/netsurf/; revision=1329
* [project @ 2004-10-04 23:54:42 by rjw]Richard Wilson2004-10-041-2/+2
| | | | | | Moved GIF file reading to image/, optimisation of plotting for GIFs, JNGs, PNGs and JPEGs, initial work for toolbar customisation. Possibly some other things too. svn path=/import/netsurf/; revision=1301
* [project @ 2004-09-04 16:41:28 by jmb]John Mark Bell2004-09-041-7/+19
| | | | | | | | | | 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-6/+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-14 12:57:00 by joty]John Tytgat2004-08-141-1/+1
| | | | | | 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-2/+2
| | | | | | | | | | | 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-08 11:45:28 by joty]John Tytgat2004-08-081-3/+4
| | | | | | Minor change : update comment + explicit cast. svn path=/import/netsurf/; revision=1194
* [project @ 2004-07-16 19:47:02 by rjw]Richard Wilson2004-07-161-0/+16
| | | | | | Fix for hotlist menu selection. Interface for MNG/JNG display. svn path=/import/netsurf/; revision=1083
* [project @ 2004-07-14 19:38:05 by joty]John Tytgat2004-07-141-6/+7
| | | | | | Lose GCC compiler warnings. svn path=/import/netsurf/; revision=1078
* [project @ 2004-07-14 19:18:30 by joty]John Tytgat2004-07-141-142/+470
| | | | | | | | - More accurate Draw file generation (like better radio & checkbox, borders, etc) - Draw grouping - Removed all Norcroft warnings. svn path=/import/netsurf/; revision=1077
* [project @ 2004-07-08 20:14:54 by joty]John Tytgat2004-07-081-5/+4
| | | | | | Lose compiler warnings. svn path=/import/netsurf/; revision=1059
* [project @ 2004-07-05 22:09:11 by jmb]John Mark Bell2004-07-051-5/+8
| | | | | | | Avoid some compiler warnings. Work around issue with GCC3.3 pre2 svn path=/import/netsurf/; revision=1051
* [project @ 2004-07-05 20:19:51 by joty]John Tytgat2004-07-051-272/+394
| | | | | | Using UTF-8 instead of Latin1 encoding. svn path=/import/netsurf/; revision=1049
* [project @ 2004-06-02 21:43:07 by bursa]James Bursa2004-06-021-0/+2
| | | | | | Reflow back if xosfile_save_stamped() fails. svn path=/import/netsurf/; revision=925
* [project @ 2004-06-02 21:26:12 by bursa]James Bursa2004-06-021-485/+607
| | | | | | Handle memory exhaustion and errors. svn path=/import/netsurf/; revision=921
* [project @ 2004-04-06 23:23:24 by jmb]John Mark Bell2004-04-061-2/+2
| | | | | | Fix for changed GIF data structures svn path=/import/netsurf/; revision=734
* [project @ 2004-03-24 23:48:20 by jmb]John Mark Bell2004-03-241-6/+0
| | | | | | Remove completed todos. svn path=/import/netsurf/; revision=664
* [project @ 2004-03-23 22:17:08 by bursa]James Bursa2004-03-231-61/+1
| | | | | | Remove usage of OS JPEG module; convert all JPEGs to 32bpp and plot with Tinct; speed improvements and cleanup. svn path=/import/netsurf/; revision=656
* [project @ 2004-03-11 02:19:13 by bursa]James Bursa2004-03-111-6/+6
| | | | | | Add source_data to content structure and remove equivalents from individual contents. svn path=/import/netsurf/; revision=606
* [project @ 2004-03-03 23:17:15 by jmb]John Mark Bell2004-03-031-8/+13
| | | | | | Fix scaled jpeg bug, with any luck... svn path=/import/netsurf/; revision=581
* [project @ 2004-02-26 00:44:42 by bursa]James Bursa2004-02-261-3/+3
| | | | | | Implement drag saving of drawfiles and clean up drag/drop/save code. svn path=/import/netsurf/; revision=568
* [project @ 2004-02-16 21:09:40 by jmb]John Mark Bell2004-02-161-3/+11
| | | | | | | Check that we're actually dealing with a HTML page, just in case the user is silly enough to try and save something else as draw. svn path=/import/netsurf/; revision=555
* [project @ 2004-02-15 22:54:49 by jmb]John Mark Bell2004-02-151-2/+1
| | | | | | Lose unnecessary todo svn path=/import/netsurf/; revision=553
* [project @ 2004-02-15 22:40:02 by jmb]John Mark Bell2004-02-151-1/+1
| | | | | | Let's try that again... svn path=/import/netsurf/; revision=552
* [project @ 2004-02-15 22:37:52 by jmb]John Mark Bell2004-02-151-0/+5
| | | | | | Don't add zero length text strings. svn path=/import/netsurf/; revision=551
* [project @ 2004-02-15 22:19:43 by jmb]John Mark Bell2004-02-151-18/+40
| | | | | | Font support in draw export. svn path=/import/netsurf/; revision=549
* [project @ 2004-02-15 18:07:26 by jmb]John Mark Bell2004-02-151-8/+9
| | | | | | Use proper offsets instead of hard-coded nastiness svn path=/import/netsurf/; revision=546
* [project @ 2004-02-15 14:43:39 by jmb]John Mark Bell2004-02-151-2/+0
| | | | | | Lose LOG(()) call. update todo list svn path=/import/netsurf/; revision=545
* [project @ 2004-02-15 14:17:29 by jmb]John Mark Bell2004-02-151-0/+129
| | | | | | Radio button circle plotting. Warning - scary ;) svn path=/import/netsurf/; revision=544
* [project @ 2004-02-15 03:19:21 by jmb]John Mark Bell2004-02-151-17/+83
| | | | | | Fix various issues: Duplicate images, text madness. svn path=/import/netsurf/; revision=543
* [project @ 2004-02-14 22:26:35 by jmb]John Mark Bell2004-02-141-0/+456
Draw export module. svn path=/import/netsurf/; revision=541