summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
* Remove webp image handlingVincent Sanders2015-04-212-6/+0
| | | | | | | | | | | | | | | | The bitmap and image handling interfaces have changed within NetSurf and the webp image handling has not been fixed up appropriately to cope. After discussion with the other developers it has been decided that the webp support is not worth the necessary development effort to rewrite and maintain. The webp format is not in wide usage and Mozilla, Microsoft and Apple have not adopted it. This means the removal will not adversely impact NetSurf. Resolves:2310
* 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
| | | | Add some comments because using friend bitmaps in NetSurf causes problems under OS4.
* Bump versionChris Young2015-03-272-4/+4
|
* To avoid namespace conflicts with ncurses add NetSurf key prefix.Witold Filipczyk2015-03-275-73/+73
| | | | Adds a NetSurf key code prefix of NS_ to all key codes.
* Remove url from content thumbnailers APIVincent Sanders2015-03-151-4/+1
| | | | | | | | | | | | | | | | The content thumbnailers for each frontend were being provided the contents url. This was only ever used to call the urldb thumbnail setting API. This changes it so the single callsite that passed a valid url adds the bitmap to that url itself in desktop_history.c instead of forcing every frontend to require the urldb API. Additionally the old API could pass the url as NULL which was causing asserts where this was not an expected parameter value. Because of this this fixes bug #2286 which was also present in the monkey frontend as both called nsurl_access() on the url without the NULL check and caused an assertion.
* Remove branches that can't be taken under OS3Chris Young2015-03-015-40/+18
| | | | | Micro-optimise these for OS4.1 Remove dummy compositing defines from os3support.h
* 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 ↵Chris Young2015-02-242-450/+415
|\ | | | | | | into chris/bitmap-fonts
| * 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 Young2015-02-232-269/+273
|\ | | | | | | chris/bitmap-fonts
| * Avoid forward declarationsChris Young2015-02-232-260/+263
| | | | | | | | Specify hook function with 68k registers when building for that target
| * Make hook function staticChris Young2015-02-231-2/+2
| |
| * Off-load layouting onto NetSurf's processChris Young2015-02-231-9/+10
| |
* | more microoptimisationChris Young2015-02-231-1/+1
| |
* | Avoid clobbering the PPC pipelineChris Young2015-02-231-12/+12
| |
* | Mostly working bitmap font supportChris Young2015-02-222-2/+23
| |
* | Merge branch 'master' of git://git.netsurf-browser.org/netsurf into ↵Chris Young2015-02-224-21/+34
|\| | | | | | | chris/bitmap-fonts
| * debugChris Young2015-02-212-5/+2
| |
| * Expand ARexx script locations on NetSurf's process.Chris Young2015-02-212-5/+12
| | | | | | | | | | This resolves a problem with scripts sometimes not running when they are relative to PROGDIR: and stops PROGDIR: being requested under OS3. Fixes #2271
| * Debug loggingChris Young2015-02-151-1/+4
| |
| * Remove some unnecessary OS3-only codeChris Young2015-02-151-4/+0
| |
| * Clear the window using the BackFill hookChris Young2015-02-131-3/+1
| |
| * Check for NULLChris Young2015-02-121-1/+2
| |
| * Avoid RectFilling a 0 size areaChris Young2015-02-112-2/+4
| |
| * typoChris Young2015-02-051-1/+1
| |
| * Make the status bar a pixel tallerChris Young2015-02-051-2/+2
| |
| * Use bitmap fonts on the splash screen for OS3Chris Young2015-02-051-2/+2
| |
| * Attempt to fix graphical corruption on OS3Chris Young2015-02-051-0/+4
| |
| * Fix status bar tagsChris Young2015-02-041-5/+10
| |
* | Merge branch 'master' of git://git.netsurf-browser.org/netsurf into ↵Chris Young2015-02-042-10/+5
|\| | | | | | | chris/bitmap-fonts
| * Re-disable P96 on OS3 pending a fixChris Young2015-02-031-2/+4
| |
| * Remove extra debug list paddingChris Young2015-02-031-8/+1
| |
* | File missing from previous commitChris Young2015-02-031-0/+215
| |
* | Lazy bitmap font rendered text for slow hardware (non-working)Chris Young2015-02-034-22/+68
|/
* Reinstate the old (non-backfill) bitmap tiler for OS3Chris Young2015-02-031-5/+35
|
* Always use a friend bitmap on OS3Chris Young2015-02-022-3/+6
|
* Remove some unneeded ARGB<=>RGBA conversionChris Young2015-02-022-31/+2
|
* Experimentally enable P96 on the OS3 buildChris Young2015-02-022-12/+2
|
* Ensure we are setting colours in the correct RastPortChris Young2015-02-021-18/+18
|
* Revert shared pens support to previously-working stateChris Young2015-02-023-40/+16
|