summaryrefslogtreecommitdiff
path: root/riscos/save.c
Commit message (Expand)AuthorAgeFilesLines
* Fix several doxygen issuesVincent Sanders2014-11-081-2/+2
* Remove useless includes of utils/url.hMichael Drake2014-10-311-1/+0
* use nsurl_nice and remove url_niceVincent Sanders2014-10-311-13/+21
* remove unecessary browser.h include from core headersVincent Sanders2014-10-171-0/+1
* Update the RISC OS frontend to cope with split operations table headersVincent Sanders2014-10-161-1/+1
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-131-1/+1
* remove forward declarations from risc os gui.cVincent Sanders2014-06-041-0/+1
* Reduce scope of a couple of variables.Michael Drake2014-05-301-2/+2
* Avoid redundant assignement of name to name.Michael Drake2014-05-301-1/+2
* refactor url utility functions to use standard nserror codes and have appropr...Vincent Sanders2014-05-081-1/+1
* move utf8 local conversion operations to tableVincent Sanders2014-02-011-0/+1
* make the clipboard operation table and members static to textselection module...Vincent Sanders2014-02-011-6/+9
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-281-6/+6
* move teh final optional window operations into the tableVincent Sanders2014-01-131-2/+2
* Move BITMAP_SAVE_FULL_ALPHA out of core to RISC OS front end, where it belongs.Michael Drake2013-10-031-0/+1
* gui_current_drag_type now only used for data transfer protocol routing; fix b...Steve Fryatt2013-09-081-8/+3
* Restructure handling of DragEnd events.Steve Fryatt2013-09-081-1/+11
* Remove old hotlist, cookies, and history_global_core modules.Michael Drake2013-09-021-4/+4
* Move old hotlist out of the way.Michael Drake2013-08-131-2/+2
* move options includeVincent Sanders2013-05-281-1/+1
* Front ends have no reason to include desktop/selection.h now.Michael Drake2013-05-101-1/+0
* Remove struct selection from gui_drag_save_selection, so gui.h doesn't need i...Michael Drake2013-05-101-2/+5
* A load of refactoring of how content selection and input work.Michael Drake2013-02-221-4/+18
* Fix 2576557: prepend '!' to target leafname if preparing a full save.John-Mark Bell2013-01-131-0/+5
* Port save complete to libdom.John-Mark Bell2012-11-031-61/+6
* Remove unused includes.Michael Drake2012-08-201-2/+0
* Avoid box_at_point.Michael Drake2012-08-201-35/+2
* Minor style change.Michael Drake2012-08-191-9/+10
* Squash implicit declaration of function 'html_get_box_tree' function by inclu...Michael Drake2012-03-261-0/+1
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-4/+4
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-041-3/+3
* Properly bounds check buffers during save dialogue initialisation.Steve Fryatt2011-10-111-15/+24
* Update for content_get_url returning a nsurl.Michael Drake2011-10-031-5/+6
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-83/+38
* Remove thumbnail_create() from browser.h. Make RO front end use the core thu...Michael Drake2011-02-191-0/+1
* Merge treeview-redux to trunkJohn Mark Bell2010-10-051-7/+7
* Fix for new cache.Michael Drake2010-04-071-62/+81
* I've decided that the user probably doesn't care if setting the filetype of s...John Mark Bell2009-12-181-3/+5
* Merge branches/MarkieB/gtkmain to trunk.John Mark Bell2009-12-171-1/+66
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-2/+4
* NETSURF_USE_DRAW should apply to the Draw content handler only.John Mark Bell2009-06-201-0/+2
* Lose redundant variableJohn Mark Bell2009-05-291-2/+1
* Purge WITH_DRAW_EXPORTJohn Mark Bell2009-03-291-4/+0
* Purge WITH_SAVE_COMPLETEJohn Mark Bell2009-03-291-6/+0
* Aliasing fixesJohn Mark Bell2009-03-281-3/+4
* Squash warningsJohn Mark Bell2009-03-271-6/+6
* Appease tlsaAdrian Lees2009-02-021-6/+10
* Selection menu and save/download tweaksAdrian Lees2009-02-021-23/+33
* RFix immediate menu-related problems; changes to followAdrian Lees2009-01-311-0/+43
* Selection- and link-related functions now on menu; other menu changes as per ...Adrian Lees2009-01-301-32/+90