summaryrefslogtreecommitdiff
path: root/frontends/atari
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | move plotter style header and adjust all callers to use only what they actually require.
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously the expected behaviour for front ends using the correct API for hotlist, global history, cookie manager, and ssl cert viewer was that the front end would initialise the treeview module on startup and finalise it on application exit. However, this meant that the front ends had to include the core treeview header, which they didn't otherwise need. Since the tree module provided access to the new treeview utilities through the old tree API, and was used by front ends with no changes for the new treeview API, the tree layer refcounted initialisations of treeview-based widgets, and only called the underlying treeview init/fini functions when needed. This change moves that refcounting into the treeview module. Now the hotlist, global history, cookie manager, and ssl cert viewer widgets call call treeview init/fini as part of their own initialisation and finalisation. This means that front ends using the correct APIs for treeview-based widgets don't need to know anything about the underlying treeview, and the tree module compatibility layer has had its treeview refcounting removed. Finally, the treeview_init function took a font size parameter. Now it does not and lit gets font size from config. We probably want to add a new `treeview_font_size` option to nsoptions, and have differnent defaults on different platforms. 12pt on RISC OS, and 11pt elsewhere, most likely.
* 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
| | | | | | | | This removes the toskip parameter, which was only used by the RISC OS front end. The toskip param was used to skip 8 characters which did not need to be escaped from the start of the URL. The RISC OS front end now orders the steps of its URL construction to avoid the need for this.
* URL unescape: return the new length to the caller.Michael Drake2016-07-241-1/+3
| | | | | | | | The avoids situations were we threw away the length, only for the caller to have to strlen the returned string. Note, there seems to be a case of the amiga front end writing beyond end of allocation. Added a TODO for now.
* 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