summaryrefslogtreecommitdiff
path: root/atari
Commit message (Collapse)AuthorAgeFilesLines
* update atari includes to accomodate gui operation table refactorVincent Sanders2014-10-1615-56/+53
|
* remove unecessary css includes from fronetendsVincent Sanders2014-10-134-4/+0
|
* split version info into its own header and remove unnecessary nesurf.h includesVincent Sanders2014-10-136-7/+1
| | | | | | | | | The netsurf.h header should *only* contain the registration, core initialisation and finalisation methods. Version information is best placed in its own header. Also remove any unneeded inclusion of this header limiting it to solely the places the relevant API is required.
* Put the font operations table alongside all the other core APIVincent Sanders2014-10-133-4/+2
| | | | | | | | | | | | 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.
* add API to set DPIVincent Sanders2014-10-131-7/+5
|
* 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
|
* Do not show the maximize window widgetOle Loots2014-09-171-1/+1
|
* Moved Save/Abort buttons into a toolbarOle Loots2014-09-174-22/+23
|
* Include default cache folder in packageOle Loots2014-09-161-0/+1
|
* Fixed some unused variable warnings.Ole Loots2014-09-153-6/+3
|
* Fixed some unused variable warining.Ole Loots2014-09-157-66/+12
|
* Enabled the filesystem backing store.Ole Loots2014-09-152-0/+9
|
* Added disc cache options to the settings dialogOle Loots2014-09-154-146/+212
|
* Pass store path to netsurf_init()Ole Loots2014-09-151-1/+3
|
* Added missing includeOle Loots2014-09-131-0/+1
|
* Removed unused variableOle Loots2014-09-131-1/+0
|
* Removed unused variable / dead code.Ole Loots2014-09-131-18/+0
|
* Removed unused variable.Ole Loots2014-09-131-1/+0
|
* Always return correct typeOle Loots2014-09-131-1/+1
|
* Removed unused labelOle Loots2014-09-131-1/+0
|
* Replace default posix file handling table with GEMDOS compatible oneOle Loots2014-09-134-1/+324
| | | | | | | | | | | | | 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.
* Pull warning flags out into variables that can be overriden seperately for C ↵Vincent Sanders2014-09-051-1/+1
| | | | and C++
* fixup missing includesVincent Sanders2014-07-061-1/+2
|
* try and improve usage of browser window internalsVincent Sanders2014-07-061-5/+5
|
* fixup merge of scheduled reformatVincent Sanders2014-07-062-5/+5
|
* Merge branch 'vince/reformatpending'Vincent Sanders2014-07-064-20/+14
|\ | | | | | | | | Conflicts: amiga/gui.c
| * change reformat to be driven from the scheduler like redrawVincent Sanders2014-07-014-20/+14
| |
* | documentation fixes and cleanupsVincent Sanders2014-07-022-10/+16
|/
* convert all frontends to scheduled fetch operationVincent Sanders2014-06-261-3/+2
|
* Remove unused variable.Michael Drake2014-05-311-1/+0
|
* Fix line endings.Michael Drake2014-05-311-213/+213
|
* fix errors with path_to_url conversionVincent Sanders2014-05-271-4/+0
|
* rework path to url mapping functions to convert from and to nsurlVincent Sanders2014-05-264-77/+8
|
* Ensure bitmap width/height are initialised.Michael Drake2014-05-201-0/+3
|
* Remove unused variables.Michael Drake2014-05-201-5/+2
|
* Fix line endings.Michael Drake2014-05-201-272/+272
|
* Reduce a variable's scope.Michael Drake2014-05-201-1/+1
|
* Remove unused variables.Michael Drake2014-05-201-5/+0
|
* Fix line endings.Michael Drake2014-05-201-16/+16
|
* Remove dead code, unused variables, reduce a variable's scope.Michael Drake2014-05-201-10/+1
|
* Fix line endings.Michael Drake2014-05-201-305/+305
|
* Remove some unused variables. Scope reduce a variable.Michael Drake2014-05-201-2/+1
|
* Fix line endings.Michael Drake2014-05-201-213/+213
|
* Remove unused variables.Michael Drake2014-05-201-3/+1
|
* Fix line endings.Michael Drake2014-05-201-3/+3
|
* Remove unused variables.Michael Drake2014-05-201-5/+0
|
* Fix line endings.Michael Drake2014-05-201-198/+198
|
* Remove a bunch of unused variables.Michael Drake2014-05-201-15/+2
|