summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Simplify browser_window_refresh_url_bar.Michael Drake2014-02-082-56/+70
| | | | Reduces front end need to access bw internals.
* remove unecessary desktop/browser.h includesVincent Sanders2014-02-041-4/+3
|
* reduce desktop/browser.h unecessary includesVincent Sanders2014-02-033-9/+12
|
* add missing stddef include for size_tVincent Sanders2014-02-021-0/+2
|
* move utf8 local conversion operations to tableVincent Sanders2014-02-012-18/+77
|
* remove further extraneous includesVincent Sanders2014-02-011-8/+5
|
* add missing include for neturf_quit symbolVincent Sanders2014-01-291-7/+7
|
* move verbose log global into logging module and remove netsurf.h includeVincent Sanders2014-01-292-2/+0
|
* clean up desktop/gui.h include usageVincent Sanders2014-01-2911-18/+56
|
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-284-21/+18
|
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-253-1/+23
|
* Use corestring.Michael Drake2014-01-251-10/+2
|
* Simplify and optimise icon handling.Michael Drake2014-01-241-39/+15
|
* Actually use the fact scheme is interned.Michael Drake2014-01-241-6/+6
|
* create table for fetcher operations and move all operations into itVincent Sanders2014-01-233-38/+111
|
* More scaled rendering improvements. Partial redraws of scaled textareas ↵Michael Drake2014-01-211-3/+12
| | | | can't work atm, since neither the textarea nor content is aware of scale.
* Fix scaled rendering clip rect bottom calculation.Michael Drake2014-01-211-1/+1
|
* remove forward refs from content/fetch.c and cleanup doc commentsVincent Sanders2014-01-191-1/+4
|
* Let the frontend construct the correct URL for the default search ico.Chris Young2014-01-181-8/+1
| | | | This fixes bug #2057
* cleanup copyright headers and some doc commentsVincent Sanders2014-01-163-11/+30
|
* move 401 login into operation tableVincent Sanders2014-01-165-50/+30
|