summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-056-22/+57
|\
| * Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2012-08-053-17/+48
| |\
| | * Inital work on supporting getelementbyidVincent Sanders2012-08-051-1/+34
| | * Libdom now returns the document object at creation timeVincent Sanders2012-08-051-13/+11
| | * 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
|/
* Fix provided by Michale Drake.Ole Loots2012-08-041-102/+109
* 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
* Grab pointer during drag.Michael Drake2012-08-021-0/+15
* Use selection_copy_to_clipboard instead of peering into core.Michael Drake2012-08-021-24/+1
* Use selection_copy_to_clipboard instead of peering into core.Michael Drake2012-08-021-12/+1
* Update to use selection_copy_to_clipboard, although this code is all commente...Michael Drake2012-08-021-23/+1
* Remove remaining use of core internals.Michael Drake2012-08-021-59/+1
* Use selection_copy_to_clipboard instead of peering into core innards.Michael Drake2012-08-021-40/+1
* Use selection_copy_to_clipboard instead of peering at core innards.Michael Drake2012-08-021-30/+1
* Use selection_copy_to_clipboard instead of peering at core innards.Michael Drake2012-08-021-38/+1
* Add core function for copy to clipboard, so we don't need to expose render/bo...Michael Drake2012-08-022-0/+51
* Fix click travel tolerance calc. Has to travel more than 5px to become drag.Michael Drake2012-08-021-2/+2
* Fix freetype nsfont_position_in_string to return nearest, rather than next.Michael Drake2012-08-011-0/+6
* Simple clipboard support. Only used within browser window.Michael Drake2012-08-013-30/+187