summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Remove architecture from UA string.Michael Drake2013-01-142-9/+5
* Use right padding. Thanks jmb.Michael Drake2013-01-141-1/+1
* Fix caret removal redraw to take account of border width. Fix scroll_visible...Michael Drake2013-01-141-3/+4
* Implement most of the styling needed for HTML. Allow caret to be hidden.Michael Drake2013-01-132-47/+62
* Fix 3556638: can't use SpriteExtend version number to detect alpha sprite sup...John-Mark Bell2013-01-132-8/+3
* Disable compositing if simple refresh is enabled; set it back to "like WB" if...Chris Young2013-01-131-3/+6
* Expand the damaged area rectangle by one pixel each side to stop missing linesChris Young2013-01-131-8/+8
* Prevent deadlock during simple refresh damaged area redrawChris Young2013-01-132-17/+18
* Fix 2576557: prepend '!' to target leafname if preparing a full save.John-Mark Bell2013-01-131-0/+5
* Fix 1912552: move FontRemove into ro_gui_cleanup()John-Mark Bell2013-01-132-3/+2
* Consult internal mimemap before consulting MimeMap module.John-Mark Bell2013-01-131-1/+13
* Avoid calling bitmap_modified with NULL.John-Mark Bell2013-01-131-1/+2
* Update for new textarea API.Michael Drake2013-01-131-6/+17
* Rewrite redraw to handle selection properly. (Now text can change colour ins...Michael Drake2013-01-131-93/+104
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-01-138-1775/+8
|\
| * Fix handling of junk inputJohn-Mark Bell2013-01-121-0/+3
| * Fix fast scroll upChris Young2013-01-121-4/+2
| * Remove code that hasn't been used since 2004.John-Mark Bell2013-01-125-1768/+0
| * Make logic compare clearerChris Young2013-01-101-3/+3
* | Add background colour to textarea_redraw API. Add source comments.Michael Drake2013-01-123-27/+26
* | Add textarea_setup struct to textarea_create API.Michael Drake2013-01-123-14/+72
* | Fix redraw of caret when scroll offsets are non-zero, only caret has moved, a...Michael Drake2013-01-101-0/+4
* | Simplify routine to scroll ta so that caret is visible.Michael Drake2013-01-101-16/+2
|/
* More wrap behaviour improvement.Michael Drake2013-01-101-15/+17
* Fix silly.Michael Drake2013-01-101-1/+1
* Fix previous caret position redraw.Michael Drake2013-01-101-32/+4
* Improve reflow in multiline textareas.Michael Drake2013-01-101-4/+10
* Simplfy caret placement and redraw.Michael Drake2013-01-101-16/+13
* Fix caret placement in multi-line textareas.Michael Drake2013-01-101-5/+4
* Fix reading of clipboardChris Young2013-01-101-2/+3
* Get CSET using PropChunk rather than StopChunkChris Young2013-01-091-28/+11
* Remove unused variablesChris Young2013-01-091-5/+3
* Convert to UTF-8 before doing length calculations (untested)Chris Young2013-01-091-47/+52
* Add support for clipboard. Improve text selection behaviour. Various fixes.Michael Drake2013-01-091-53/+133
* Make get_xy_offset return both char and byte offset. (Byte being needed for ...Michael Drake2013-01-091-19/+35
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-01-094-172/+149
|\
| * Removed obsolete variable tmp_clipboardOle Loots2013-01-091-6/+1
| * Merge branch 'master' of git://git.netsurf-browser.org/netsurfOle Loots2013-01-091-45/+73
| |\
| | * Re-implement reading the clipboard using CollectionChunk; this removes the ne...Chris Young2013-01-081-41/+70
| | * Fix drag selectionChris Young2013-01-081-4/+3
| * | Fixes for new clipboard interface.Ole Loots2013-01-093-121/+75
| |/
* | Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-01-081-86/+42
|\|
| * remove gui_copy_to_clipbaord call - this needs fixingChris Young2013-01-081-2/+3
| * re-enable ami_drag_selectionChris Young2013-01-081-2/+0
| * fix typoChris Young2013-01-081-1/+1
| * Update copy to new API (untested), pasting needs work, ami_drag_selection nee...Chris Young2013-01-081-84/+41
* | Rename selection index markers.Michael Drake2013-01-081-55/+55
|/
* Remove unused function.Michael Drake2013-01-081-7/+0
* Fixups.Michael Drake2013-01-081-2/+1
* Prompt core to deal with copy/paste correctly.Michael Drake2013-01-081-3/+2