summaryrefslogtreecommitdiff
path: root/atari/gui.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | The netsurf core is driven from numerous operation tables most of which are now set through a common netsurf_register() interface. The font and plotting interfaces are currently separate and unlike all the other operation tables are modified for differing contexts. This change moves the font operations alongside all the other operations table and remove unnecessary interaction with the renderers font internals. Further this also removes the need for css internals to be visible in frontends.
* fix typo in netsurf_quit reworkVincent Sanders2014-10-121-1/+1
|
* remove use of deprecated netsurf_quit variableVincent Sanders2014-10-121-14/+15
| | | | | | | | | The core no longer needs to run the event polling loop as fetches are now scheduler driven. This is part of a series which will ultimately remove netsurf_poll callback altogether. The Atari maintainer probably wants to look at moving the ami_quit handling inside atari_poll() to further reduce overhead.
* 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
| | | | | | | | | | | | | Since build #1917, URL to path conversion was broken. Thanks to Peter for reporting the bug. Most of the path handling code was taken from the windows frontend. Note: - NetSurf core switched to an file handling table with default posix compatible functions. - The atari frontend always uses GEMDOS compatible path like: "u:\folder\1", even when running on top of FreeMiNT environment.
* 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
| | | | | | | | | | | | | 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/+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
| | | | browser_window_navigate flags.
* 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
|
* move teh final optional window operations into the tableVincent Sanders2014-01-131-32/+0
|
* move four more optional window operations to tableVincent Sanders2014-01-131-3/+6
|