summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Collapse)AuthorAgeFilesLines
...
* debugChris Young2012-08-081-1/+7
|
* remove depth gadget, as doesn't let us select <256 colours anywayChris Young2012-08-072-2/+0
|
* display depth gadget on screenmode requesterChris Young2012-08-072-2/+4
|
* fix display of favicon in palette-mapped modesChris Young2012-08-071-8/+35
|
* rename old truecolour functionChris Young2012-08-071-2/+2
|
* hide internal palette-mapped and true-colour bitmap conversion functionsChris Young2012-08-072-15/+12
|
* more use of abstracted functionChris Young2012-08-071-2/+2
|
* use abstracted functionChris Young2012-08-072-13/+3
|
* abstract the native bitmap fetcher functions, and make the favicon ↵Chris Young2012-08-073-2/+12
| | | | collection use the new one.
* expose function to get current screen palette-mapped statusChris Young2012-08-072-0/+6
|
* ...or it might just crash. Will consider a hybrid mode, as palette-mapped ↵Chris Young2012-08-071-2/+1
| | | | images do not display correctly when blitted to a 16- or 32-bit screen.
* If using the gfx.lib true-colour plotters on a 16-bit screenmode, allocate a ↵Chris Young2012-08-071-3/+4
| | | | 16-bit off-screen bitmap instead of a 32-bit one. This _should_ make things a little quicker in that scenario.
* fix true colour modeChris Young2012-08-061-2/+2
|
* fix depth detectionChris Young2012-08-061-9/+6
|
* miscChris Young2012-08-052-3/+8
|
* revert begin/endrefresh image avoidance - this isn't the cause of the ↵Chris Young2012-08-053-9/+2
| | | | simplerefresh damage region deadlock
* release the pen if it couldn't be added to a list.Chris Young2012-08-051-1/+4
|
* avoid crash if pen list is not setChris Young2012-08-053-6/+8
|
* Avoid redrawing palette-mapped images during BeginRefresh/EndRefresh (ie. ↵Chris Young2012-08-053-3/+10
| | | | SimpleRefresh damage redraw) as one of the DataTypes functions are causing an Intuition deadlock.
* Free source BitMapChris Young2012-08-051-0/+1
|
* add to list, and release pensChris Young2012-08-051-6/+27
|
* allow setting dithering quality 0-2Chris Young2012-08-052-0/+4
|
* Don't re-layout if this has already been performedChris Young2012-08-051-14/+16
|
* disable mask for now, causing colourisation problemsChris Young2012-08-052-3/+3
|
* attempt blit through maskChris Young2012-08-051-15/+42
|
* implement scalingChris Young2012-08-051-2/+21
|
* Palette-mapped bitmap supportChris Young2012-08-053-12/+53
|
* Merge branch 'master' into chris/palette-mapped-plottersChris Young2012-08-054-8/+12
|\
| * Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2012-08-051-3/+3
| |\
| | * Need libdom, libpbl when cross compiling.John-Mark Bell2012-08-051-3/+3
| | |
| * | Ask GID_ICON to redraw itself before we draw over the top of it. ↵Chris Young2012-08-051-4/+4
| | | | | | | | | | | | Unfortunately it redraws itself as a grey box, rather than the underlying window's backfill hook.
| * | Test for opaqueness where we create bitmaps in the platform codeChris Young2012-08-052-0/+4
| | |
| * | Fix opaqueness test: the alpha channel is the first byte, not the last.Chris Young2012-08-051-1/+1
| |/
* | Fix buildChris Young2012-08-052-4/+4
| |
* | Abstract pen obtain/release and structure so we can add these to a physical ↵Chris Young2012-08-054-21/+35
| | | | | | | | browser window's list
* | Allow forcing palette-mapped mode by setting cairo_renderer:-1Chris Young2012-08-051-3/+3
| |
* | Disable anti-aliasing for palette-mapped modesChris Young2012-08-053-14/+24
| |
* | Free bitmap using correct functionChris Young2012-08-051-1/+5
| |
* | stop crashingChris Young2012-08-051-0/+2
| |
* | add palette-capable OPen functionChris Young2012-08-051-19/+39
| |
* | Convert the rest of plotters.c to use palette-mapped capable colour selectionChris Young2012-08-051-62/+36
| |
* | Fix colours - rectangles now printing correctly. Fix an 'early' crash caused ↵Chris Young2012-08-041-2/+3
| | | | | | | | by unfriendly bitmaps. Text needs fixing. There is also a 'late' crash which makes it unusable.
* | move text colour settings into plotters.c, and use palette-map capable functionChris Young2012-08-042-9/+16
| |
* | alloc off-screen bm as friend of screen bmChris Young2012-08-041-12/+21
| |
* | Attempt to draw palette-mapped rectangles.Chris Young2012-08-041-7/+35
| | | | | | | | | | | | | | Problems: 1. The DrawInfo structure is returning a depth of 8 for >8-bit screens 2. Colours are wrong (probably related to our off-screen rendering mechanism) 3. Pens obtained through ObtainBestPenA() are never freed - we need to keep track of them and somehow work out when it is best to free them.
* | Allow <16-bit depth in options GUI tooChris Young2012-08-041-1/+1
| |
* | Allow selecting <16-bit wcreenmodes so we can easily see what needs doing.Chris Young2012-08-041-7/+7
|/
* Remove any forcing of UTF-8 in the clipboard, as internally NetSurf will use ↵Chris Young2012-08-031-6/+2
| | | | the UTF8 chunks now.
* Clear the StopChunks before scanning for the UTF8 chunk, otherwise we risk ↵Chris Young2012-08-031-0/+19
| | | | thinking a CHRS chunk is a UTF8 chunk.
* Support pasting the UTF8 chunk of clipboard IFF FTXT when present, instead ↵Chris Young2012-08-031-5/+39
| | | | of CHRS