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