summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix provided by Michale Drake.Ole Loots2012-08-041-102/+109
| | | | | Fix freetype nsfont_position_in_string to return nearest, rather than next.
* 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
* Also write a (duplicate) UTF8 chunk, irregardless of the "UTF-8 clipboard" ↵Chris Young2012-08-031-0/+11
| | | | option. We don't support pasting UTF8 chunks yet.
* Remove extraneous functionageChris Young2012-08-031-10/+2
|
* Use core clipboard copy function. ami_selection_to_text() will need fixing ↵Chris Young2012-08-031-18/+1
| | | | as it still needs selection_traverse()
* 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 ↵Michael Drake2012-08-021-23/+1
| | | | commented out anyway.
* 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 ↵Michael Drake2012-08-022-0/+51
| | | | render/box.h internals to front ends.
* 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
|
* Cleanup drag end.Michael Drake2012-08-011-1/+6
|
* Convert move pointer during build and use it for page drag-scroll.Michael Drake2012-08-013-0/+7
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-08-015-1/+111
|\
| * add document IDL and test for geteleemntbyidVincent Sanders2012-08-015-1/+111
| |
* | Pass drags to core. Enables page drag-scrolling, text selection, frames ↵Michael Drake2012-08-011-28/+74
|/ | | | scrollbars, etc.
* Use enum instead of magic numbers for tracking key modifier states. Pass ↵Michael Drake2012-08-014-31/+131
| | | | special keys to core (e.g. WORD_LEFT, SELECT_ALL, etc).
* Pass pointer hotspots to libnsfb.Michael Drake2012-08-012-2/+4
|
* Scroll text in writable text widget so caret is always in view.Michael Drake2012-08-011-16/+19
|
* Only writable text widget needs caret rendering.Michael Drake2012-08-011-18/+0
|
* Fix build: we need libdom now.John-Mark Bell2012-08-011-2/+2
|
* resume parse on sync script error as well as successVincent Sanders2012-07-311-0/+6
|
* Handle CTRL modifier too. CTRL with cursor left/right is same as SHIFT. ↵Michael Drake2012-07-311-0/+29
| | | | CTRL+U clears writable.
* Cursor left/right keys plus modifier move caret to extrems.Michael Drake2012-07-311-6/+15
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-07-313-14/+9
|\
| * Merge branch 'master' of git://git.netsurf-browser.org/netsurfVincent Sanders2012-07-315-3/+44
| |\
| * | add post parse script executionVincent Sanders2012-07-313-14/+9
| | |
* | | Factor out some repeated code.Michael Drake2012-07-311-23/+10
| |/ |/|
* | Make text input widget remove caret on "strip focus" event.Michael Drake2012-07-311-2/+17
| |