summaryrefslogtreecommitdiff
path: root/windows
Commit message (Expand)AuthorAgeFilesLines
* fixup missing includesVincent Sanders2014-07-061-0/+1
* Merge branch 'vince/reformatpending'Vincent Sanders2014-07-061-1/+11
|\
| * change reformat to be driven from the scheduler like redrawVincent Sanders2014-07-011-1/+11
* | documentation fixes and cleanupsVincent Sanders2014-07-021-1/+1
|/
* convert all frontends to scheduled fetch operationVincent Sanders2014-06-261-5/+0
* extend file table with mkdir all and make fs backing store use it.Vincent Sanders2014-06-051-0/+64
* fix errors with path_to_url conversionVincent Sanders2014-05-272-0/+4
* rework path to url mapping functions to convert from and to nsurlVincent Sanders2014-05-264-76/+134
* Shouldn't need desktop/browser_private.h any more.Michael Drake2014-05-151-1/+1
* Use clean interface to get bw extents.Michael Drake2014-05-151-8/+10
* Use front end cached scale.Michael Drake2014-05-151-16/+16
* Shouldn't need desktop/browser_private.h any more.Michael Drake2014-05-151-1/+1
* Cache scale in gui window.Michael Drake2014-05-151-12/+25
* Clean up gui_window_get_scroll() to use core interface correctly.Michael Drake2014-05-151-10/+12
* Use browser_window_has_content() instead of dereffing bw.Michael Drake2014-05-151-1/+1
* 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-8/+12
* undo some overzellous include removalVincent Sanders2014-05-091-0/+1
* remove unecessary utils/url.h includesVincent Sanders2014-05-093-3/+0
* make download_context_get_url() return an nsurl and adapt callers to copeVincent Sanders2014-05-081-3/+8
* refactor url utility functions to use standard nserror codes and have appropr...Vincent Sanders2014-05-081-2/+2
* add file operations table and make all frontends use it.Vincent Sanders2014-05-073-25/+59
* Improve documentation on mimetype fetcher tableVincent Sanders2014-05-073-9/+0
* improve iconv library handlingVincent Sanders2014-04-301-2/+1
* fix formatting of defaults makefilesVincent Sanders2014-03-201-13/+13
* fixup missing includes from schedule changesVincent Sanders2014-03-091-3/+4
* move scheduleing into browser operation tableVincent Sanders2014-03-094-56/+82
* Make history internal to browser_window module.Michael Drake2014-02-152-17/+14
* Make browser_window_navigate (un)verifiable flag match browser_window_create.Michael Drake2014-02-101-6/+3
* Allow tab creation without history clone. Changes browser_window_create and ...Michael Drake2014-02-102-9/+8
* Clean up gui_window creation API.Michael Drake2014-02-091-2/+2
* Simplify local history interface.Michael Drake2014-02-082-4/+3
* move utf8 local conversion operations to tableVincent Sanders2014-02-013-2/+11
* fix missing includesVincent Sanders2014-01-291-0/+1
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-282-6/+6
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-252-0/+5
* fix build faliures from fetch table operation refactorVincent Sanders2014-01-231-1/+1
* create table for fetcher operations and move all operations into itVincent Sanders2014-01-235-2/+42
* fix missing forward declarationVincent Sanders2014-01-161-1/+1
* fix windows build errorVincent Sanders2014-01-163-3/+4
* move 401 login into operation tableVincent Sanders2014-01-162-26/+1
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-162-38/+39
* split browser gui operations upVincent Sanders2014-01-155-17/+27
* move remaining gui operations to tableVincent Sanders2014-01-142-20/+6
* move download operations to download tableVincent Sanders2014-01-143-4/+19
* move teh final optional window operations into the tableVincent Sanders2014-01-131-24/+0
* move four more optional window operations to tableVincent Sanders2014-01-131-7/+9
* move two more mandantory window operations to tableVincent Sanders2014-01-131-2/+4
* move window scroll getter and setter into operations tableVincent Sanders2014-01-132-1/+8
* move mandantory window update and redraw operations into tableVincent Sanders2014-01-121-13/+15