summaryrefslogtreecommitdiff
path: root/riscos
Commit message (Collapse)AuthorAgeFilesLines
* make launch_url core operation use nsurlVincent Sanders2014-05-271-3/+4
|
* fix errors with path_to_url conversionVincent Sanders2014-05-271-4/+5
|
* rework path to url mapping functions to convert from and to nsurlVincent Sanders2014-05-263-150/+177
|
* Scope reduce a few variables.Michael Drake2014-05-261-13/+12
|
* Reduce scope of a couple of variables.Michael Drake2014-05-261-3/+3
|
* Scope reduce some variables.Michael Drake2014-05-261-5/+5
|
* Scope reduce a couple of variables.Michael Drake2014-05-261-5/+5
|
* Scope reduce some variables.Michael Drake2014-05-261-8/+7
|
* Scope reduce a variable.Michael Drake2014-05-261-2/+2
|
* Scope reduce a variable.Michael Drake2014-05-261-1/+1
|
* Reduce scope of some variables.Michael Drake2014-05-261-6/+4
|
* Remove unused variable.Michael Drake2014-05-261-2/+1
|
* Improve error handling.Michael Drake2014-05-261-0/+9
|
* Reuce scope of several variables.Michael Drake2014-05-261-4/+4
|
* Handle error.Michael Drake2014-05-261-3/+5
|
* Scopre reduce some variables.Michael Drake2014-05-261-5/+4
|
* Remove a couple of unused variables.Michael Drake2014-05-261-5/+0
|
* Fix warnings about redundant statements when building without RO types.Michael Drake2014-05-263-3/+12
|
* Remove unused variable and assignements to it.Michael Drake2014-05-261-4/+0
|
* Scope reduce some variables.Michael Drake2014-05-261-7/+7
|
* Scope reduce a variable.Michael Drake2014-05-261-2/+2
|
* Fix failure to return NSERROR_NOMEM when malloc failed.Michael Drake2014-05-261-1/+1
| | | | Was using return without any value.
* Fix completely broken handling of file: paths.Michael Drake2014-05-261-2/+3
| | | | Was treating lwc_string* as char*.
* Scope reduce some variables.Michael Drake2014-05-261-4/+5
|
* Remove unused variable.Michael Drake2014-05-261-1/+0
|
* Scope reduce a couple of variables.Michael Drake2014-05-261-2/+2
|
* Remove unneeded forward declaration.Michael Drake2014-05-261-2/+0
|
* Scope reduce a couple of variables.Michael Drake2014-05-261-4/+2
|
* Scope reduce some variables.Michael Drake2014-05-261-2/+2
|
* Scope reduce some variables.Michael Drake2014-05-261-2/+3
|
* Report OSLib error message.Michael Drake2014-05-261-1/+1
|
* fix riscos mkpath and error reporting in save completeVincent Sanders2014-05-171-2/+2
|
* ensure all vmkpath implementations check their parametersVincent Sanders2014-05-171-0/+4
|
* add backing store storage path to browser initialisationVincent Sanders2014-05-131-1/+1
|
* cleanup utils header, remove cruft and add documentationVincent Sanders2014-05-111-0/+18
|
* ensure operations tables are registered as early as possible.Vincent Sanders2014-05-101-2/+7
|
* remove unecessary utils/url.h includesVincent Sanders2014-05-097-7/+0
|
* fix nsurl referencesVincent Sanders2014-05-081-0/+3
|
* make download_context_get_url() return an nsurl and adapt callers to copeVincent Sanders2014-05-081-54/+67
|
* refactor url utility functions to use standard nserror codes and have ↵Vincent Sanders2014-05-083-11/+11
| | | | appropriate documentation.
* add file operations table and make all frontends use it.Vincent Sanders2014-05-071-45/+143
| | | | | | | | | | | | | This rationalises the path construction and basename file operations. The default implementation is POSIX which works for all frontends except windows, riscos and amiga which have differeing path separators and rules. These implementations are significantly more robust than the previous nine implementations and also do not use unsafe strncpy or buffers with arbitrary length limits. These implementations also carry full documentation comments.
* Remove excessive logging.Michael Drake2014-04-181-2/+2
|
* Add logging to view-source filename generation.Michael Drake2014-04-181-0/+2
|
* Allow mouse tracking events to terminate without a PointerLeaving event ↵Steve Fryatt2014-04-052-10/+33
| | | | | | being received. This change should handle the situation where a PointerEntering event is received without a corresponding PointerLeaving event, which appears to be caused by some third-party OS addons. This could cause unexpected consequences, so all such terminations are currently logged.
* Fix logic error found by cppcheck.Michael Drake2014-04-021-1/+1
|
* Fix logic error found by cppcheck.Michael Drake2014-04-021-1/+1
|
* Avoid potential NULL ptr deref found by cppcheck.Michael Drake2014-04-021-4/+5
|
* Fix leak of url found by cppcheck.Michael Drake2014-04-021-1/+5
|
* Fix leak of filename found by cppcheck.Michael Drake2014-04-021-0/+2
|
* Fix out of bounds array accesses for Cyrillic2 found by cppcheck.Michael Drake2014-04-021-2/+2
|