summaryrefslogtreecommitdiff
path: root/riscos/save.c
Commit message (Collapse)AuthorAgeFilesLines
* [project @ 2004-05-07 19:14:54 by bursa]James Bursa2004-05-071-42/+18
| | | | | | Implement multitasking warning dialog. Warn user if resolvers not set. svn path=/import/netsurf/; revision=841
* [project @ 2004-05-06 12:14:47 by bursa]James Bursa2004-05-061-47/+60
| | | | | | Some save-related fixes. svn path=/import/netsurf/; revision=835
* [project @ 2004-05-06 00:56:15 by jmb]John Mark Bell2004-05-061-4/+9
| | | | | | Fix previous checkin - don't ack when saving complete - it breaks otherwise. svn path=/import/netsurf/; revision=833
* [project @ 2004-05-06 00:52:31 by jmb]John Mark Bell2004-05-061-11/+18
| | | | | | | Convert "magic" number usage to an enum to appease James. Send message dataload after successful save - now possible to save directly to other apps. svn path=/import/netsurf/; revision=832
* [project @ 2004-05-05 16:33:15 by bursa]James Bursa2004-05-051-1/+2
| | | | | | Fix some compiler warnings. Ignore size attribute for file inputs. svn path=/import/netsurf/; revision=828
* [project @ 2004-05-05 00:02:13 by jmb]John Mark Bell2004-05-051-24/+116
| | | | | | | | | Implement saving of Links as URI, URL and Text Implement saving of page objects in their original format Implement export of page images as Sprite Fix NULL pointer causing ofla when extracting page charset from libxml svn path=/import/netsurf/; revision=826
* [project @ 2004-04-10 20:04:11 by rjw]Richard Wilson2004-04-101-3/+20
| | | | | | | | Fix for thumbnail palette bug. Fix for upper case iconsprite names. Uses thumbnail sprite creation routines. svn path=/import/netsurf/; revision=747
* [project @ 2004-03-28 15:21:49 by jmb]John Mark Bell2004-03-281-6/+6
| | | | | | | Fixup truncation of sprite name. Use malloc instead of calloc svn path=/import/netsurf/; revision=687
* [project @ 2004-03-28 14:33:52 by jmb]John Mark Bell2004-03-281-1/+70
| | | | | | Create iconsprite for save complete. svn path=/import/netsurf/; revision=686
* [project @ 2004-03-28 14:09:55 by bursa]James Bursa2004-03-281-0/+1
| | | | | | Set type of saved text. svn path=/import/netsurf/; revision=685
* [project @ 2004-03-27 18:47:56 by bursa]James Bursa2004-03-271-5/+80
| | | | | | Save complete gui and F3 etc. svn path=/import/netsurf/; revision=680
* [project @ 2004-03-25 00:31:45 by jmb]John Mark Bell2004-03-251-1/+1
| | | | | | | Make text export use stdio. Move save_text.[ch] to desktop. svn path=/import/netsurf/; revision=666
* [project @ 2004-03-24 23:51:08 by jmb]John Mark Bell2004-03-241-0/+7
| | | | | | Text Export support. svn path=/import/netsurf/; revision=665
* [project @ 2004-03-11 02:19:13 by bursa]James Bursa2004-03-111-7/+7
| | | | | | Add source_data to content structure and remove equivalents from individual contents. svn path=/import/netsurf/; revision=606
* [project @ 2004-03-06 12:34:47 by jmb]John Mark Bell2004-03-061-2/+6
| | | | | | Save Source support. svn path=/import/netsurf/; revision=588
* [project @ 2004-02-26 00:44:42 by bursa]James Bursa2004-02-261-0/+126
Implement drag saving of drawfiles and clean up drag/drop/save code. svn path=/import/netsurf/; revision=568