summaryrefslogtreecommitdiff
path: root/riscos/save_draw.c
Commit message (Collapse)AuthorAgeFilesLines
* [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