summaryrefslogtreecommitdiff
path: root/frontends/atari
Commit message (Expand)AuthorAgeFilesLines
* Atari: Delete commented out code.Michael Drake2018-08-151-1/+0
* Atari: gui_401login_open returns nserror now.Michael Drake2018-08-151-1/+3
* Atari: Fix http auth logging.Michael Drake2018-08-151-2/+2
* Atari: Add missing commas.Michael Drake2018-08-152-2/+2
* Atari: Move to new HTTP auth API.Michael Drake2018-08-153-23/+36
* Browser: Rename function to access bw URL.Michael Drake2018-07-232-4/+4
* Plotters: Remove width param from path plotter.Michael Drake2018-05-231-2/+0
* Plotters: Change stroke width in the plot_style_t to fixed point.Michael Drake2018-05-231-3/+3
* Plotters: Add plot_style_fixed type, and use for font size.Michael Drake2018-05-233-10/+10
* Fix last uses of !NetSurf outside of riscos buildDaniel Silverstone2018-04-221-15/+15
* Rework use of split-messages to clean up and use -zDaniel Silverstone2018-04-221-1/+2
* fix format specifiers signedness in atari settingsVincent Sanders2017-09-111-14/+14
* Finalise nslog layer properly in closedownDaniel Silverstone2017-09-101-0/+4
* Fix atari INFO macro name collisionVincent Sanders2017-09-081-0/+1
* Revert "Hopefully quash INFO confusion on Atari MINT platform"Vincent Sanders2017-09-081-1/+1
* Hopefully quash INFO confusion on Atari MINT platformDaniel Silverstone2017-09-081-1/+1
* Fixup everything the semantic patch missedVincent Sanders2017-09-071-1/+1
* Update scheduler logging to use catagoryVincent Sanders2017-09-071-15/+10
* Use coccinelle to change logging macro calls in c filesVincent Sanders2017-09-0624-184/+236
* clean up atari treeview code, stop it including headers it does not needVincent Sanders2017-08-102-443/+465
* update atari frontend for corewindow API changeVincent Sanders2017-05-232-21/+33
* Update atari frontend for set_scroll API changeVincent Sanders2017-04-261-8/+21
* update atari frontend to remove reformat APIVincent Sanders2017-04-261-19/+10
* Atari: Update for core hotlist API change.Michael Drake2017-04-251-2/+2
* update atari frontend for invalidate window API changeVincent Sanders2017-04-231-23/+29
* fix uninitialised variable usage in atari ssl viewerVincent Sanders2017-03-051-8/+11
* Atari packaging was copying ca-bundle twiceChris Young2017-02-251-1/+0
* clean up incorrect documentation comments from plotter API reworkVincent Sanders2017-02-142-1/+4
* update atari plotters to new APIVincent Sanders2017-02-126-1021/+1313
* 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