summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Collapse)AuthorAgeFilesLines
* make fetchers scheduledVincent Sanders2014-06-261-4/+1
|
* clean up the fetcher factory and improve its APIVincent Sanders2014-06-191-4/+4
|
* fix disc cache size option to be unsignedVincent Sanders2014-06-092-2/+2
|
* cleanup RISC OS frontend header usageVincent Sanders2014-06-051-7/+8
|
* extend file table with mkdir all and make fs backing store use it.Vincent Sanders2014-06-051-0/+9
| | | | enable fs backing store for RISC OS.
* stop riscos uncesecarily including gui.hVincent Sanders2014-06-041-1/+1
|
* Add iterator for search providersDaniel Silverstone2014-06-032-0/+39
|
* fix default search provider icon handlingVincent Sanders2014-06-031-36/+82
|
* make launch_url core operation use nsurlVincent Sanders2014-05-273-4/+5
|
* ensure hlcache handle is not passed as NULLVincent Sanders2014-05-271-3/+4
|
* rework path to url mapping functions to convert from and to nsurlVincent Sanders2014-05-262-25/+0
|
* Fix fread error handling.Michael Drake2014-05-261-0/+1
|
* Ensure the search URL is NULL-terminatedChris Young2014-05-251-0/+1
|
* Completely re-write web search provider handlingVincent Sanders2014-05-255-289/+518
|
* Fix hotlist and global_history _get_selection functions.Michael Drake2014-05-244-97/+111
| | | | | Broken when selection was folder, rather than entry. Renamed tree_node_flags lables to avoid TREE_NODE_NONE name clash.
* reduce uncessary include usageVincent Sanders2014-05-182-4/+8
|
* remove uneeded includesVincent Sanders2014-05-185-8/+10
|
* remove unecessary includeVincent Sanders2014-05-183-4/+4
|
* fix riscos mkpath and error reporting in save completeVincent Sanders2014-05-171-3/+5
|
* add backing store storage path to browser initialisationVincent Sanders2014-05-132-4/+3
|
* Extend low level source data cache with persistant storageVincent Sanders2014-05-131-42/+67
|
* low level source data cache backing store interface.Vincent Sanders2014-05-122-2/+50
|
* ensure operations tables are registered as early as possible.Vincent Sanders2014-05-105-23/+39
|
* remove unecessary utils/url.h includesVincent Sanders2014-05-092-2/+0
|
* fix nsurl referencesVincent Sanders2014-05-081-1/+2
|
* make download_context_get_url() return an nsurl and adapt callers to copeVincent Sanders2014-05-082-9/+12
|
* refactor url utility functions to use standard nserror codes and have ↵Vincent Sanders2014-05-082-4/+3
| | | | appropriate documentation.
* add file operations table and make all frontends use it.Vincent Sanders2014-05-073-65/+81
| | | | | | | | | | | | | 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.
* Improve documentation on mimetype fetcher tableVincent Sanders2014-05-071-1/+2
|
* update version info for next development cycleVincent Sanders2014-04-251-2/+2
|
* Merge remote-tracking branch 'achal/fix-line-height'Michael Drake2014-04-091-3/+3
|\
| * Fixes #2101, evaluation of text field and textarea line height.Achal-Aggarwal2014-03-311-3/+3
| |
* | move testament output to object directory instead of modifying sourceVincent Sanders2014-04-082-2/+2
|/
* Fix #0002097, with thanks to Achal-Aggarwal for tracking this down.Michael Drake2014-03-271-3/+4
|
* move page search gui callbacks to their own operations tableVincent Sanders2014-03-184-95/+146
|
* move scheduleing into browser operation tableVincent Sanders2014-03-093-15/+48
|
* Rename function arguments to avoid using 'new'.Michael Drake2014-02-192-13/+16
|
* Fix unchecked return. Coverity #1175740.Michael Drake2014-02-171-1/+5
|
* Fix redraw when selections are deleted.Michael Drake2014-02-171-10/+30
|
* Make history internal to browser_window module.Michael Drake2014-02-157-533/+608
|
* Make browser_window_navigate (un)verifiable flag match browser_window_create.Michael Drake2014-02-104-13/+30
|
* Allow tab creation without history clone. Changes browser_window_create and ↵Michael Drake2014-02-108-112/+144
| | | | browser_window_navigate flags.
* Move broser_window_initialise_common to browser_private.hMichael Drake2014-02-092-3/+3
|
* Add flag for cloning a window.Michael Drake2014-02-091-6/+14
|
* Clean up gui_window creation API.Michael Drake2014-02-093-5/+49
|
* Simplify local history interface.Michael Drake2014-02-083-34/+36
|
* Add function to get browser window's extents.Michael Drake2014-02-082-0/+36
|
* Move browser_window_update_extent to browser_private.hMichael Drake2014-02-083-9/+11
|
* Function to determine whether bw has a content.Michael Drake2014-02-082-0/+21
|
* Add function to get bw's URL.Michael Drake2014-02-082-0/+27
|