summaryrefslogtreecommitdiff
path: root/atari
Commit message (Expand)AuthorAgeFilesLines
* This moves message loading out of netsurf_init into each frontendVincent Sanders2015-06-211-1/+3
* fixup logging macros that incorrectly override the LOG() macro nameVincent Sanders2015-05-281-1/+1
* fixup all the remaining logging macro callsitesVincent Sanders2015-05-282-27/+27
* Change LOG() macro to be varadicVincent Sanders2015-05-2824-171/+154
* Clean up atari source linendings, whitespace damage and executable statusVincent Sanders2015-05-2861-4858/+4862
* Convert atari to bitmap render interfaceVincent Sanders2015-04-244-26/+7
* Remove webp image handlingVincent Sanders2015-04-211-4/+0
* rationalise atari plotters header usage.Vincent Sanders2015-04-1911-98/+95
* move the mandantory library config for libcss and libdom to core makefileVincent Sanders2015-04-171-2/+1
* Convert atari frontend to use bitmap operation tableVincent Sanders2015-04-166-224/+247
* To avoid namespace conflicts with ncurses add NetSurf key prefix.Witold Filipczyk2015-03-276-48/+48
* Fixup atari thumbnail creation function parametersVincent Sanders2015-03-151-3/+1
* Move FILE_SCHEME_PREFIX to corestrings.Michael Drake2015-02-261-1/+1
* remove atari need to use browser internal data structuresVincent Sanders2014-11-212-16/+10
* doxygen cleanups in utilsVincent Sanders2014-11-121-2/+3
* fix up some warnings in atari buildVincent Sanders2014-11-102-13/+1
* remove unecessary include of render header from atariVincent Sanders2014-11-101-1/+0
* Doxygen warning fixesVincent Sanders2014-11-103-6/+6
* Continue doxygen error cleanup.Vincent Sanders2014-11-082-6/+7
* fix up more doxygen errorsVincent Sanders2014-11-081-2/+2
* Improve Doxygen documentationVincent Sanders2014-11-082-9/+9
* Fix several doxygen issuesVincent Sanders2014-11-082-5/+6
* 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
* remove unecessary utils/types.hVincent Sanders2014-11-025-7/+5
* Change contextual content retrieval to browser features.Vincent Sanders2014-11-021-36/+25
* Update url setting API to return nserror code instead of calling warn_userVincent Sanders2014-10-291-2/+4
* remove the die API from the core.Vincent Sanders2014-10-262-0/+10
* Try doxygen todo format.Michael Drake2014-10-251-3/+3
* Shouldn't need bw internals now.Michael Drake2014-10-251-1/+1
* Attempt to avoid using bw internals.Michael Drake2014-10-251-7/+7
* Shouldn't need bw internals now.Michael Drake2014-10-251-1/+1
* Don't access bw internals.Michael Drake2014-10-251-6/+7
* Reduce usage of bw internals. Add some TODOs for m0n0 to look at.Michael Drake2014-10-251-3/+9
* Doesn't look like browser window internals are used here.Michael Drake2014-10-251-1/+0
* Use API to test for bw content.Michael Drake2014-10-251-1/+1
* Initial bw scale comes from core.Michael Drake2014-10-252-8/+6
* Shouldn't need browser window internals now.Michael Drake2014-10-251-1/+1
* Attempt to remove dependancy of search implementation on bw internals.Michael Drake2014-10-253-14/+14
* Doesn't look like browser window internals are used here.Michael Drake2014-10-251-1/+1
* Add trivial maps facilitator at about:mapsMichael Drake2014-10-221-0/+1
* stop dereferencing browser private data in atari guiVincent Sanders2014-10-191-5/+4
* remove all unecessary desktop/browser.h includesVincent Sanders2014-10-1722-123/+100
* 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
* Put the font operations table alongside all the other core APIVincent Sanders2014-10-133-4/+2
* 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