summaryrefslogtreecommitdiff
path: root/atari
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused variables.Michael Drake2014-05-191-5/+0
* Remove if/else with duplicate branches.Michael Drake2014-05-191-6/+1
* Fix line endings.Michael Drake2014-05-191-21/+21
* Socpe reduce two variables.Michael Drake2014-05-191-2/+2
* Fix line endings.Michael Drake2014-05-191-65/+65
* Remove unused variables.Michael Drake2014-05-191-2/+0
* Remove unused variable.Michael Drake2014-05-191-1/+0
* Remove if/else with duplicate branches.Michael Drake2014-05-191-5/+1
* Make line endings consistent.Michael Drake2014-05-191-288/+288
* Scope reduce some variables.Michael Drake2014-05-191-8/+8
* make atari font plotting include css header explicitlyVincent Sanders2014-05-181-0/+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-3/+8
* undo some overzellous include removalVincent Sanders2014-05-091-0/+1
* remove unecessary utils/url.h includesVincent Sanders2014-05-099-12/+21
* make download_context_get_url() return an nsurl and adapt callers to copeVincent Sanders2014-05-081-3/+0
* refactor url utility functions to use standard nserror codes and have appropr...Vincent Sanders2014-05-081-1/+0
* fix silly errors in atari and amiga file operation table changeVincent Sanders2014-05-071-1/+1
* add file operations table and make all frontends use it.Vincent Sanders2014-05-073-56/+4
* Improve documentation on mimetype fetcher tableVincent Sanders2014-05-073-8/+23
* erroneous path to testament includeVincent Sanders2014-05-011-1/+1
* improve iconv library handlingVincent Sanders2014-04-301-1/+1
* fix formatting of defaults makefilesVincent Sanders2014-03-201-39/+38
* move page search gui callbacks to their own operations tableVincent Sanders2014-03-183-8/+15
* fixup missing includes from schedule changesVincent Sanders2014-03-091-0/+2
* move scheduleing into browser operation tableVincent Sanders2014-03-093-72/+85
* Make history internal to browser_window module.Michael Drake2014-02-155-9/+5
* Make browser_window_navigate (un)verifiable flag match browser_window_create.Michael Drake2014-02-103-8/+5
* Allow tab creation without history clone. Changes browser_window_create and ...Michael Drake2014-02-106-25/+19
* Fix error.Michael Drake2014-02-091-1/+1
* Clean up gui_window creation API.Michael Drake2014-02-092-8/+8
* Simplify local history interface.Michael Drake2014-02-081-2/+2
* atari fix for undefined PATH_MAXVincent Sanders2014-02-031-3/+4
* try to make atari limits.h set PATH_MAXVincent Sanders2014-02-031-0/+2
* atari limits includeVincent Sanders2014-02-032-1/+4
* fix atari PATH_MAX includeVincent Sanders2014-02-031-3/+3
* fix remaining include errorsVincent Sanders2014-02-032-2/+2
* fixup missing includesVincent Sanders2014-02-032-0/+2
* fix missing stdlib includeVincent Sanders2014-02-011-0/+2
* fix missing includesVincent Sanders2014-02-011-0/+2
* move utf8 local conversion operations to tableVincent Sanders2014-02-015-28/+42
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-286-21/+19
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-252-1/+6
* create table for fetcher operations and move all operations into itVincent Sanders2014-01-233-3/+16
* Atari: run correct freetype-configJohn-Mark Bell2014-01-191-1/+2
* fix missing forward declarationVincent Sanders2014-01-161-0/+1
* fix atari build errorsVincent Sanders2014-01-162-1/+5
* move 401 login into operation tableVincent Sanders2014-01-162-4/+3
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-163-22/+25
* split browser gui operations upVincent Sanders2014-01-153-14/+17