summaryrefslogtreecommitdiff
path: root/atari/gui.c
Commit message (Expand)AuthorAgeFilesLines
* This moves message loading out of netsurf_init into each frontendVincent Sanders2015-06-211-1/+3
* Change LOG() macro to be varadicVincent Sanders2015-05-281-27/+25
* Convert atari frontend to use bitmap operation tableVincent Sanders2015-04-161-1/+3
* remove atari need to use browser internal data structuresVincent Sanders2014-11-211-0/+9
* fix up some warnings in atari buildVincent Sanders2014-11-101-1/+1
* Doxygen warning fixesVincent Sanders2014-11-101-2/+2
* Continue doxygen error cleanup.Vincent Sanders2014-11-081-6/+1
* fix up more doxygen errorsVincent Sanders2014-11-081-2/+2
* fix errors in change url setting api to take an nsurl instead of a text stringVincent Sanders2014-11-021-0/+1
* change url setting api to take an nsurl instead of a text stringVincent Sanders2014-11-021-6/+6
* Update url setting API to return nserror code instead of calling warn_userVincent Sanders2014-10-291-2/+4
* Doesn't look like browser window internals are used here.Michael Drake2014-10-251-1/+0
* stop dereferencing browser private data in atari guiVincent Sanders2014-10-191-5/+4
* update atari includes to accomodate gui operation table refactorVincent Sanders2014-10-161-3/+6
* remove unecessary css includes from fronetendsVincent Sanders2014-10-131-1/+0
* Put the font operations table alongside all the other core APIVincent Sanders2014-10-131-1/+1
* fix typo in netsurf_quit reworkVincent Sanders2014-10-121-1/+1
* remove use of deprecated netsurf_quit variableVincent Sanders2014-10-121-14/+15
* whitespace and documentation cleanupsVincent Sanders2014-10-121-330/+380
* Fixed some unused variable warining.Ole Loots2014-09-151-2/+0
* Enabled the filesystem backing store.Ole Loots2014-09-151-0/+4
* Pass store path to netsurf_init()Ole Loots2014-09-151-1/+3
* Replace default posix file handling table with GEMDOS compatible oneOle Loots2014-09-131-1/+3
* try and improve usage of browser window internalsVincent Sanders2014-07-061-5/+5
* change reformat to be driven from the scheduler like redrawVincent Sanders2014-07-011-14/+7
* convert all frontends to scheduled fetch operationVincent Sanders2014-06-261-3/+2
* rework path to url mapping functions to convert from and to nsurlVincent Sanders2014-05-261-8/+2
* Scope reduce some variables.Michael Drake2014-05-191-2/+2
* Remove unused variables.Michael Drake2014-05-191-7/+0
* 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
* remove unecessary utils/url.h includesVincent Sanders2014-05-091-4/+3
* add file operations table and make all frontends use it.Vincent Sanders2014-05-071-24/+0
* Improve documentation on mimetype fetcher tableVincent Sanders2014-05-071-1/+0
* move page search gui callbacks to their own operations tableVincent Sanders2014-03-181-0/+1
* move scheduleing into browser operation tableVincent Sanders2014-03-091-4/+4
* Make history internal to browser_window module.Michael Drake2014-02-151-1/+0
* Allow tab creation without history clone. Changes browser_window_create and ...Michael Drake2014-02-101-2/+1
* Clean up gui_window creation API.Michael Drake2014-02-091-5/+5
* move utf8 local conversion operations to tableVincent Sanders2014-02-011-7/+7
* move utf8 conversion routines to use nserror instead of their own error enumVincent Sanders2014-01-281-7/+7
* move path_to_url and url_to_path to fetch operation tableVincent Sanders2014-01-251-0/+2
* create table for fetcher operations and move all operations into itVincent Sanders2014-01-231-3/+12
* fix missing forward declarationVincent Sanders2014-01-161-0/+1
* fix atari build errorsVincent Sanders2014-01-161-1/+2
* move 401 login into operation tableVincent Sanders2014-01-161-2/+2
* move filename_from_path and path_add_part into gui operation tablesVincent Sanders2014-01-161-0/+23
* split browser gui operations upVincent Sanders2014-01-151-9/+13
* move remaining gui operations to tableVincent Sanders2014-01-141-20/+8
* move download operations to download tableVincent Sanders2014-01-141-0/+3