summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* Split utils header into string functions and everything elseVincent Sanders2016-04-214-0/+4
* Cleanup amiga include issues introduced as part of core updatesVincent Sanders2016-04-2019-23/+60
* fix missing includes caused by content_protected header cleanupVincent Sanders2016-04-191-0/+1
* fix missing struct on http parameter declaration due to header changeVincent Sanders2016-04-185-10/+10
* complete the rename of the gui browser tableVincent Sanders2016-04-161-2/+2
* Ensure the ARexx-reported version number doesn't jump around between CI and r...Chris Young2016-04-161-2/+3
* update version info for next development cycleVincent Sanders2016-04-062-4/+4
* Skip setting the pen in the RastPort if it is already set to that penChris Young2016-03-232-2/+8
* Avoid nsurl NULL accessChris Young2016-03-231-1/+1
* Ensure we are only accessing pixel data using amiga_bitmap_get_buffer()Chris Young2016-03-221-6/+7
* Ensure we don't access invalid pointersChris Young2016-03-222-5/+15
* Document new bitmap functionsChris Young2016-03-223-5/+75
* Make struct bitmap private to bitmap.cChris Young2016-03-229-39/+87
* Apparently setting pens is a strangely complex process, so avoid it.Chris Young2016-03-222-0/+16
* OS3 compatible language mappingsChris Young2016-03-161-0/+11
* Remove excess debugChris Young2016-03-022-5/+0
* Tweak #ifdefs so that OS3 build mostly works on OS4, to aid debugging.Chris Young2016-03-021-2/+5
* debugChris Young2016-03-023-0/+10
* Set OS version to the disk-based version, as Installer by default reads the R...Chris Young2016-03-021-1/+1
* Fix OS4 buildChris Young2016-03-021-10/+10
* Fix OS3 button disablingChris Young2016-02-292-17/+28
* Avoid some crashing by disabling the update of the hotlist menuChris Young2016-02-294-10/+21
* Add our own NewObject() function for OS3 and enable optimisationsChris Young2016-02-293-1/+6
* Fix copying of the wrong .readme during installation.Chris Young2016-02-281-3/+20
* Add a warning for OS3 for a non-working functionChris Young2016-02-251-0/+3
* Comment all of bitmap_render out for OS3 to see if it resolves a crashChris Young2016-02-251-4/+4
* Fix a critical bug in the Amiga frontend which causes NetSurf to never exit.Chris Young2016-02-191-11/+17
* Update some Amiga-specific version numbers for post-3.4Chris Young2016-02-174-5/+7
* Free shared_pens list on tree destroyChris Young2016-02-142-5/+6
* Don't re-use freed shared_pens listChris Young2016-02-141-3/+2
* Remove old #defineChris Young2016-02-141-6/+0
* Limit hotlist menu entries to 100 charsChris Young2016-02-141-4/+7
* Make hotlist buttons show the URL as a HelpHintChris Young2016-02-142-0/+2
* Limit hotlist buttons to 20 charsChris Young2016-02-141-2/+6
* Remove RMB trapping from the treeviews, previously used for context menusChris Young2016-02-141-26/+0
* Remove some RMBTrap remnants, the new context menus don't require manual mous...Chris Young2016-02-142-2/+0
* When we unlock a public screen, don't attempt to unlock it again.Chris Young2016-02-141-1/+4
* Pens need releasing before freeing layers to avoid invalid pointer accessChris Young2016-02-141-1/+1
* Add an option to close inactive tabs to the tab bar context menuChris Young2016-01-315-21/+57
* Implement warn_multi for OS3 (needed for the multiple tab close warning)Chris Young2016-01-311-4/+14
* Fix some enable/disable gadget logicChris Young2016-01-311-2/+2
* Force always show tabs when clicktab.gadget is older than v53Chris Young2016-01-312-5/+10
* Enable tabbed browsing on OS3Chris Young2016-01-311-6/+11
* Disable "native scaled bitmaps" option if we're in palette mapped modeChris Young2016-01-301-2/+5
* Allocate bitmap structures using an itempoolChris Young2016-01-293-3/+18
* Move some things around to try and prevent invalid pointer accesses on exitChris Young2016-01-293-26/+27
* Disable the DPI gadget if in bitmap/diskfont fonts modeChris Young2016-01-281-1/+7
* Add a GUI prefs option on OS3 only, to toggle between bitmap and outline fontsChris Young2016-01-271-1/+22
* Add the remaining missing OS3 prefs GUI elementsChris Young2016-01-271-24/+29
* Add dither and nativebitmap options to OS3 prefs guiChris Young2016-01-271-21/+20