summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make delete line key enum value name less missleading. (Doesn't cut to clipb...Michael Drake2013-02-114-5/+4
* Move html textarea's selection colour chooser to plot_style.h, as it could be...Michael Drake2013-02-112-7/+10
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-02-101-19/+29
|\
| * Bring nsfont_split up to core expectations. Slightly bodged.Chris Young2013-02-101-19/+29
* | Implement delete line. (Ctrl+U on RISC OS.)Michael Drake2013-02-101-8/+36
* | Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-02-1014-140/+193
|\|
| * Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-02-102-14/+16
| |\
| | * Queue fast scroll redraws same as any other box redrawChris Young2013-02-101-13/+15
| | * minor correction from samirChris Young2013-02-101-1/+1
| * | Update for new nsfont_split expectations. Untested, but code similar to fram...Michael Drake2013-02-101-11/+18
| * | Update for new nsfont_split expectations. Untested, but code similar to fram...Michael Drake2013-02-101-7/+19
| * | Update for new nsfont_split expectations. Untested, but code same as framebu...Michael Drake2013-02-101-0/+8
| * | Make comaptible with new nsfont_split expectation. Untested, but code is sam...Michael Drake2013-02-103-4/+12
| * | Make compatible with new nsfont_split expectations. Only splits on spaces.Michael Drake2013-02-102-15/+36
| * | Update nsfont_split documentation. Implementation was already compatible. C...Michael Drake2013-02-101-5/+12
| * | Don't need to break on space any more. This gives us unicode line breaking f...Michael Drake2013-02-101-18/+16
| * | Document new nsfont_split expected behaviour.Michael Drake2013-02-101-4/+11
| * | Update HTML layout not to demand that nsfont_split only splits on a space.Michael Drake2013-02-101-56/+43
| * | Make nowrap code path a bit plainer.Michael Drake2013-02-101-4/+4
| * | Comment current html wrap/text-splitting behaviour.Michael Drake2013-02-101-3/+5
| |/
* | Choose pretty colours for selection.Michael Drake2013-02-091-3/+11
* | If a character is replaced by a character of different width, the caret needs...Michael Drake2013-02-091-1/+2
* | When updating textarea layout settings, remember scrollbar status.Michael Drake2013-02-091-2/+2
* | If restarting reflow for scrollbar change, need to start at line 0.Michael Drake2013-02-091-1/+4
* | Empty textarea has one line.Michael Drake2013-02-091-0/+1
* | Stop it from using past the end of lines data allocation. (It could add up t...Michael Drake2013-02-091-3/+17
* | [Return] will replace selection.Michael Drake2013-02-091-5/+18
* | Support front ends that pass CR for [return], as well as those that pass NL.Michael Drake2013-02-091-0/+1
* | Fix handling of empty textarea.Michael Drake2013-02-091-2/+4
* | Take account of scrollbar-occupied regions.Michael Drake2013-02-091-2/+5
* | Fix use of x values when y is required.Michael Drake2013-02-091-2/+2
* | Don't add box scrollbar padding to gadgets.Michael Drake2013-02-091-2/+4
* | Take account of caret height when scrolling to show caret.Michael Drake2013-02-091-2/+2
* | Slight selection auto-scroll optimisation.Michael Drake2013-02-091-3/+4
* | Pedantic wrap.Michael Drake2013-02-081-4/+2
* | Fix seg fault when moving cursor up onto empty top line.Michael Drake2013-02-081-1/+1
* | Adjust code to reduce indentation.Michael Drake2013-02-081-48/+48
* | Scaled textarea rendering support. Ugly.Michael Drake2013-02-084-36/+77
* | Implement text selection auto-scroll.Michael Drake2013-02-081-0/+16
* | Improve scroll-to-caret behaviour.Michael Drake2013-02-081-40/+59
* | Support dropping text file on textarea widget.Michael Drake2013-02-083-7/+63
* | Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-02-089-47/+161
|\|
| * fix docuemnt/window location to correctly navigate, fixes http://www.avaaz.or...Vincent Sanders2013-02-073-9/+77
| * Updated Italian translation from Samir HawamdehChris Young2013-02-064-26/+26
| * Correct SSL certificate accept/reject messages nameChris Young2013-02-061-2/+2
| * Optimise box redraws some more by discarding simple subsetsChris Young2013-02-061-7/+15
| * Don't add the same box redraw to the queue more than onceChris Young2013-02-051-10/+48
* | Add scrollwheel support to textareas.Michael Drake2013-02-083-0/+36
* | Add ta to documentation.Michael Drake2013-02-081-0/+3
* | Fix comment.Michael Drake2013-02-081-2/+2