summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
...
* Add an option to toggle usage of a friend BitMap for our off-screen rendering...Chris Young2015-08-152-3/+15
* Remove a double free and re-arrange to stop referencing a freed pointer.Chris Young2015-08-151-2/+1
* Fix options clicktab creation on OS3Chris Young2015-08-151-5/+40
* Define m68k for OS3 build so dukky (nearly) compiles.Chris Young2015-08-143-2/+2
* Permanently enable display of the "enable javascript" UI optionsChris Young2015-08-093-12/+0
* Abstract all instances of NewMinList as it causes alert 80000006 on OS3Chris Young2015-08-057-25/+32
* Fix guru 80000006 occuring on OS3 when initialising lists.Chris Young2015-08-052-9/+30
* NULL-terminate font name in IFF DR2D FONSChris Young2015-07-201-2/+2
* Allow a fallback font for characters above 0xFFFF to be specified. There is ...Chris Young2015-07-065-5/+33
* Support UTF-16 surrogates. This enables Emoji to be displayed if an appropri...Chris Young2015-07-061-6/+24
* Split UTF-16 char length check into a separate functionChris Young2015-07-061-17/+16
* Correct broken ifdefChris Young2015-07-051-1/+1
* Scale cached favicons before they are cached. This avoids the need to scale ...Chris Young2015-06-223-2/+10
* Remove the overwrite check in bitmap_save as it causes duplicate overwrite re...Chris Young2015-06-221-4/+0
* Add an appropriate file extension when saving, or leave the existing if we're...Chris Young2015-06-221-3/+30
* fixup missing lincludes from messages API updateVincent Sanders2015-06-221-0/+1
* This moves message loading out of netsurf_init into each frontendVincent Sanders2015-06-212-2/+4
* Space ARexx menu items correctly.Chris Young2015-06-211-1/+2
* Require gadtools 53.7Chris Young2015-06-201-2/+2
* Prettify pull-down (not context) menu.Chris Young2015-06-162-36/+47
* Remove some workarounds to make image menus conform better on OS4.1u6. They ...Chris Young2015-06-161-31/+2
* fixup all the remaining logging macro callsitesVincent Sanders2015-05-282-10/+10
* Change LOG() macro to be varadicVincent Sanders2015-05-2816-122/+115
* Attempt to fix spurious plotter crashesChris Young2015-04-271-1/+8
* Revert "Attempt to avoid a crash in ami_plot()"Chris Young2015-04-271-2/+0
* Attempt to avoid a crash in ami_plot()Chris Young2015-04-251-0/+2
* Remove bogus commentChris Young2015-04-251-2/+0
* As the content interface is now doing the scaling, we render to a native BitM...Chris Young2015-04-253-53/+50
* Keep the size of the bitmap and layers used for rendering in the structure it...Chris Young2015-04-251-6/+9
* Update amiga to use bitmap render APIVincent Sanders2015-04-244-122/+81
* Remove webp image handlingVincent Sanders2015-04-212-6/+0
* move the mandantory library config for libcss and libdom to core makefileVincent Sanders2015-04-171-2/+2
* update amiga frontend to use bitmap operation tableVincent Sanders2015-04-169-128/+184
* Allow URL completion to pick up non-visited URLsChris Young2015-04-091-1/+2
* Update amiga makefile to set filter for split messagesVincent Sanders2015-04-071-1/+3
* Remove inclusion of my async backing store code whilst it's not being used.Chris Young2015-03-314-3/+8
* Correct the screen depth check for setting friend bitmaps.Chris Young2015-03-291-1/+5
* Bump versionChris Young2015-03-272-4/+4
* To avoid namespace conflicts with ncurses add NetSurf key prefix.Witold Filipczyk2015-03-275-73/+73
* Remove url from content thumbnailers APIVincent Sanders2015-03-151-4/+1
* Remove branches that can't be taken under OS3Chris Young2015-03-015-40/+18
* Split plotting and widthing functions upChris Young2015-02-283-33/+74
* micro-optimisationChris Young2015-02-282-10/+11
* Merge branch 'chris/bitmap-fonts' of git://git.netsurf-browser.org/netsurf in...Chris Young2015-02-242-450/+415
|\
| * fix OS3 build, avoid forward declarationsChris Young2015-02-232-450/+415
* | Fix more hook functionsChris Young2015-02-245-15/+19
|/
* Convert menu.c to use macros for hook functionsChris Young2015-02-231-35/+35
* fix warningsChris Young2015-02-231-3/+3
* Convert hook function definitions to macros in gui.cChris Young2015-02-232-15/+12
* Merge branch 'master' of git://git.netsurf-browser.org/netsurf into chris/bit...Chris Young2015-02-232-269/+273
|\