summaryrefslogtreecommitdiff
path: root/riscos/save.h
Commit message (Collapse)AuthorAgeFilesLines
* move frontends into sub directoryVincent Sanders2016-05-151-50/+0
|
* Need a nsurl fwd declaration.Michael Drake2015-02-261-2/+3
|
* use nsurl_nice and remove url_niceVincent Sanders2014-10-311-2/+2
| | | | | change all callers over to using new API for generating nice filenames from a url and remove the old API.
* stop riscos uncesecarily including gui.hVincent Sanders2014-06-041-5/+6
|
* fix remaining include errorsVincent Sanders2014-02-031-2/+1
|
* fixup missing includesVincent Sanders2014-02-031-2/+3
|
* move teh final optional window operations into the tableVincent Sanders2014-01-131-0/+3
|
* Restructure handling of DragEnd events.Steve Fryatt2013-09-081-1/+0
| | | | | | | | | | | Add ro_mouse module to process mouse events during drags and on null polls. Implement support in ro_mouse for tracking the mouse during drags and passing on DragEnd events. Remove ro_gui_drag_end() and update all of its clients so that they use ro_mouse. Remove the unused ro_gui_window_frame_resize_end(). Termination of save drags with Escape is unimplemented, but appears broken anyway. The use of gui_drag_type is still required to handle Message_DatasaveAck processing. Mouse tracking is still handled via gui.c.
* A load of refactoring of how content selection and input work.Michael Drake2013-02-221-1/+1
| | | | | | | | | | | | | Keypresses now go via content interface. Contents don't shove the selection object into browser windows any more. Contents report selection existence by sending message. HTML content keeps track of where selections in it exist. Contents report whether they have input focus via caret setting msg. Caret can be hidden (can still input/paste) or removed. Consolidate textarea selection handling. Make textarea report its selection status changes to client. Various textarea fixes. Changed how we decide when to clear selections, and give focus.
* More new cache fixing.Michael Drake2010-04-071-2/+3
| | | | svn path=/trunk/netsurf/; revision=10273
* RFix immediate menu-related problems; changes to followAdrian Lees2009-01-311-0/+2
| | | | svn path=/trunk/netsurf/; revision=6318
* Selection- and link-related functions now on menu; other menu changes as per ↵Adrian Lees2009-01-301-1/+2
| | | | | | t's plan svn path=/trunk/netsurf/; revision=6296
* - Compiler warning squashJohn Tytgat2008-07-261-1/+1
| | | | | | | - Changed a lineending \n\r -> \n for a couple of files. - More code style conformance. svn path=/trunk/netsurf/; revision=4762
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-3/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-1/+1
| | | | | | | | | | | | | | in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* [project @ 2006-02-15 23:10:08 by adrianl]Adrian Lees2006-02-151-0/+31
New header files svn path=/import/netsurf/; revision=2082