summaryrefslogtreecommitdiff
path: root/cocoa
Commit message (Collapse)AuthorAgeFilesLines
* fixup missing includesVincent Sanders2014-07-062-0/+2
|
* fixup merge of scheduled reformatVincent Sanders2014-07-061-1/+1
|
* change reformat to be driven from the scheduler like redrawVincent Sanders2014-07-012-30/+16
|
* convert all frontends to scheduled fetch operationVincent Sanders2014-06-261-1/+1
|
* make launch_url core operation use nsurlVincent Sanders2014-05-271-2/+3
|
* rework path to url mapping functions to convert from and to nsurlVincent Sanders2014-05-263-25/+3
|
* add backing store storage path to browser initialisationVincent Sanders2014-05-131-1/+1
|
* ensure operations tables are registered as early as possible.Vincent Sanders2014-05-101-2/+7
|
* remove unecessary utils/url.h includesVincent Sanders2014-05-091-1/+0
|
* make download_context_get_url() return an nsurl and adapt callers to copeVincent Sanders2014-05-081-1/+1
|
* add file operations table and make all frontends use it.Vincent Sanders2014-05-071-16/+0
| | | | | | | | | | | | | 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 iconv library handlingVincent Sanders2014-04-301-1/+1
|
* fix formatting of defaults makefilesVincent Sanders2014-03-202-70/+68
|
* add missing include to cocoa searchVincent Sanders2014-03-181-0/+1
|
* move page search gui callbacks to their own operations tableVincent Sanders2014-03-183-5/+8
|
* fixup missing includes from schedule changesVincent Sanders2014-03-091-0/+2
|
* move scheduleing into browser operation tableVincent Sanders2014-03-094-16/+36
|
* Make history internal to browser_window module.Michael Drake2014-02-154-23/+20
|
* Fix builds.Michael Drake2014-02-101-4/+2
|
* Make browser_window_navigate (un)verifiable flag match browser_window_create.Michael Drake2014-02-102-6/+3
|
* Missed a file.Michael Drake2014-02-101-4/+4
|
* Allow tab creation without history clone. Changes browser_window_create and ↵Michael Drake2014-02-105-26/+19
| | | | browser_window_navigate flags.
* Just make new windows have default scale, since I can't see how to get at ↵Michael Drake2014-02-091-1/+1
| | | | | | the bw. This all needs to be done in the core anyway.
* Fix build.Michael Drake2014-02-091-1/+1
|
* Clean up gui_window creation API.Michael Drake2014-02-091-5/+5
|
* Simplify local history interface.Michael Drake2014-02-082-4/+4
|
* Shouldn't need browser_privare now. (Untested.)Michael Drake2014-02-081-1/+1
|
* Native select menu interface shouldn't force front end to dig inside bw struct.Michael Drake2014-02-081-1/+1
|
* fix remaining include errorsVincent Sanders2014-02-032-1/+2
|
* fixup missing includesVincent Sanders2014-02-036-0/+8
|
* fix missing includesVincent Sanders2014-02-011-0/+1
|
* move utf8 local conversion operations to tableVincent Sanders2014-02-012-41/+0
|
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-281-5/+4
|
* fix errors in url_to_path tfetch table changesVincent Sanders2014-01-251-0/+1
|
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-258-77/+58
|
* create table for fetcher operations and move all operations into itVincent Sanders2014-01-235-11/+35
|
* fix typo in cocoa importVincent Sanders2014-01-162-3/+3
|
* fix cocoa buildVincent Sanders2014-01-166-15/+31
|
* move 401 login into operation tableVincent Sanders2014-01-161-8/+0
|
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-162-13/+16
|
* split browser gui operations upVincent Sanders2014-01-153-13/+26
|
* complete move of remaining core gui functionsVincent Sanders2014-01-153-5/+16
|
* move download operations to download tableVincent Sanders2014-01-143-4/+17
|
* move teh final optional window operations into the tableVincent Sanders2014-01-132-24/+0
|
* move four more optional window operations to tableVincent Sanders2014-01-131-5/+8
|
* move two more mandantory window operations to tableVincent Sanders2014-01-131-2/+4
|
* move window scroll getter and setter into operations tableVincent Sanders2014-01-131-2/+4
|
* move mandantory window update and redraw operations into tableVincent Sanders2014-01-121-2/+4
|
* move more optional window operations into table including removing unused ↵Vincent Sanders2014-01-121-16/+2
| | | | hide_pointer operation altogether
* split gui operations into core and window and move more operations into tablesVincent Sanders2014-01-121-25/+14
|