summaryrefslogtreecommitdiff
path: root/frontends/atari
Commit message (Expand)AuthorAgeFilesLines
* fix warnings and errors in atari frontendVincent Sanders2017-01-2110-78/+80
* create netsurf inttypes header to have portable integer formatting macrosVincent Sanders2017-01-215-4/+5
* add missing utils header for NOF_ELEMENTS macroVincent Sanders2017-01-191-0/+1
* add missing include of inttypes to atari cookies viewerVincent Sanders2017-01-191-0/+1
* rationalise use of utils/utils.h headerVincent Sanders2017-01-191-3/+1
* move plot style header to netsurf include directoryVincent Sanders2017-01-135-5/+4
* fixup usage of directory creation macro in MakefilesVincent Sanders2017-01-071-7/+7
* Atari: Fix typo.Michael Drake2016-12-291-1/+1
* Atari: Update for new hotlist API.Michael Drake2016-12-291-1/+2
* Atari front end doesn't need the tree compat layer.Michael Drake2016-12-284-4/+2
* remove junk references to old javascript implementationsVincent Sanders2016-09-191-4/+0
* cleanup seevral doxygen warningsVincent Sanders2016-09-132-3/+3
* prevent memory leaks on realloc faliureVincent Sanders2016-09-121-65/+82
* fix formatting to be consistant spaces instead of partially width 4 tabsVincent Sanders2016-09-121-1331/+1331
* move core window API into netsurf header pathVincent Sanders2016-08-181-1/+1
* Treeview: Rationalise initialisation and finalisation.Michael Drake2016-08-101-7/+0
* Allow certificate verification user prompt creation to return errorsVincent Sanders2016-07-311-2/+2
* URL escape: Simplify to avoid unnecessary allocation.Michael Drake2016-07-251-1/+1
* URL unescape: return the new length to the caller.Michael Drake2016-07-241-1/+3
* move key press enums and operations to their own headerVincent Sanders2016-07-017-15/+15
* remove unecessary core window header usageVincent Sanders2016-06-306-5/+3
* fix missing includes caused by header cleanupsVincent Sanders2016-06-301-0/+1
* fix missing keycode include on atari platformVincent Sanders2016-06-301-6/+7
* reduce curl usage to fetcher, url unescaping and time parsingVincent Sanders2016-06-291-1/+3
* msplit public url database API out for frontendsVincent Sanders2016-06-131-1/+2
* remove unecessary content API usage from atari frontendVincent Sanders2016-06-0811-23/+7
* Update content to split public and internal APIVincent Sanders2016-06-062-7/+8
* fix missing includes from header API changesVincent Sanders2016-05-301-2/+4
* move plotters header into public APIVincent Sanders2016-05-307-7/+7
* move desktop window header into public APIVincent Sanders2016-05-308-8/+8
* move mouse and pointer state header into public APIVincent Sanders2016-05-3014-14/+14
* move netsurf header into public APIVincent Sanders2016-05-301-1/+1
* move layout header into public APIVincent Sanders2016-05-302-2/+2
* move fetch header into public APIVincent Sanders2016-05-301-1/+1
* move misc header into public APIVincent Sanders2016-05-301-1/+1
* move utf8 header into public APIVincent Sanders2016-05-301-1/+1
* move download header into public APIVincent Sanders2016-05-301-1/+1
* move clipboard header into public APIVincent Sanders2016-05-301-1/+1
* move window header into public APIVincent Sanders2016-05-301-1/+1
* move search header into public APIVincent Sanders2016-05-301-1/+1
* move bitmap API header to core include directoryVincent Sanders2016-05-262-2/+2
* move image content handlers to accomodate core build changesVincent Sanders2016-05-232-2/+2
* move frontends into sub directoryVincent Sanders2016-05-15110-0/+24488