summaryrefslogtreecommitdiff
path: root/amiga
Commit message (Expand)AuthorAgeFilesLines
* 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. Unfortunatel...Chris Young2012-08-051-4/+4
| * | 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 b...Chris Young2012-08-054-21/+35
* | 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
* | 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
* | 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
* Clear the StopChunks before scanning for the UTF8 chunk, otherwise we risk th...Chris Young2012-08-031-0/+19
* Support pasting the UTF8 chunk of clipboard IFF FTXT when present, instead of...Chris Young2012-08-031-5/+39
* Also write a (duplicate) UTF8 chunk, irregardless of the "UTF-8 clipboard" op...Chris Young2012-08-031-0/+11
* Remove extraneous functionageChris Young2012-08-031-10/+2
* Use core clipboard copy function. ami_selection_to_text() will need fixing as...Chris Young2012-08-031-18/+1
* Move Push- and PopChunk out of the selection_traversal functionChris Young2012-08-031-51/+30
* missing 'defined'Chris Young2012-07-281-2/+2
* Add a GUI option to enable/disable Javascript, if NetSurf is built with Javas...Chris Young2012-07-281-23/+51
* Use requester.class directly, so we can get requesters to appear on NetSurf's...Chris Young2012-07-281-8/+30
* Correct library name. Update versions to 1.7.Chris Young2012-07-071-1/+1
* Remove visible and invalid uses of git revision hashes. Anybody who needs to...Chris Young2012-07-013-10/+9
* Add lines to enable building against Spidermonkey 1.5 or 1.8.5Chris Young2012-06-301-0/+6
* Run NetSurf at priority 0 by default, dropping to priority -1 whenChris Young2012-06-044-0/+23
* Don't show a "download complete" message if there was an error or the userChris Young2012-06-041-1/+10
* Add DoNotTrack to Amiga options GUIChris Young2012-05-201-15/+30
* Allow a comma-separated list of fonts to be specified in font_unicode_listChris Young2012-05-093-2/+22
* Stop abusing certain Messages; add some dedicated non-crazy HelpHintsChris Young2012-05-073-25/+14
* Generate all appropriate Messages files when making a package forChris Young2012-05-071-0/+6
* Progress display for font scanningChris Young2012-05-071-8/+91
* Rescan fonts if preferred fallback font is changed in the GUIChris Young2012-05-065-23/+90
* Use font_unicode option as preferred (first scanned) font. Ideally need toChris Young2012-05-054-21/+88
* Reject non-scalable BulletAPI fontsChris Young2012-05-051-0/+6
* Integrate Unicode font scanner into NetSurf.Chris Young2012-05-056-26/+83
* Add loading, parse OS fonts into a list (which can optionally alreadyChris Young2012-05-051-18/+100
* Tidy-up, split into sensible functions for NetSurf integration,Chris Young2012-05-051-20/+113
* Font glyph scanner. Currently works as a standalone program which outputs aChris Young2012-05-041-0/+142
* Ensure we are using the faster(?) character size functions in allChris Young2012-05-021-7/+24
* fix crashChris Young2012-05-011-1/+1