summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.netsurf-browser.org/netsurf into chris/bit...Chris Young2015-02-224-21/+34
|\
| * debugChris Young2015-02-212-5/+2
| * Expand ARexx script locations on NetSurf's process.Chris Young2015-02-212-5/+12
| * 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/bit...Chris Young2015-02-042-10/+5
|\|
| * 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
* We don't need to use P96 for RectFillChris Young2015-02-025-61/+36
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2015-02-024-4/+10
|\
| * Fix GetPredChris Young2015-02-022-1/+7
| * Add some suggested optimisation switchesChris Young2015-02-022-3/+3
* | Friend the screen bitmap for <= 8-bit modes, but only on OS3 as this causes O...Chris Young2015-02-023-3/+24
|/
* fix buildChris Young2015-02-011-2/+0
* Fix a potential memory leak when setting titlesChris Young2015-02-011-5/+7
* Disable tab bar on OS3 for nowChris Young2015-02-011-0/+4
* Ensure the window is clear before drawing new contentChris Young2015-02-012-0/+3
* Fix another instance of BltMaskBitMapRastPort potentially being called with a...Chris Young2015-02-011-2/+5
* Handle the bltmask being NULLChris Young2015-02-011-3/+7
* NewLook menusChris Young2015-02-011-1/+3
* Remove BMF_DISPLAYABLE from other non-displayed BitMapsChris Young2015-01-312-3/+2
* Don't allocate our off-screen render area as BMF_DISPLAYABLE, as it is never ...Chris Young2015-01-311-4/+3
* Squash a minor warning from GCCChris Young2015-01-313-3/+6
* Set the obtained pen in our node so we can release it later.Chris Young2015-01-311-0/+1
* picture.datatype v45 does apparently support RGBA, so avoid extra conversionChris Young2015-01-311-13/+5
* Ensure on OS3 we don't try to create a BitMap with a depth of more than 8Chris Young2015-01-311-1/+4
* Correct calling usage of BltMaskBitMapRastPortChris Young2015-01-312-2/+2
* Replace some over-zealous deletionChris Young2015-01-311-0/+2
* Remove dead codeChris Young2015-01-311-20/+0
* Fix creation of SpeedBar objectsChris Young2015-01-311-1/+1
* Remove unneeded #ifdefsChris Young2015-01-311-4/+0
* Open the interface for speedbar.gadgetChris Young2015-01-312-7/+1
* Enable alpha bitmaps in chooser.gadget on OS4.1FEChris Young2015-01-312-0/+11
* Erase favicon area before redrawingChris Young2015-01-311-0/+4