summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | Drag fixup. Add some documentation.Michael Drake2013-02-083-2/+13
* | HTML drags now go via content msg.Michael Drake2013-02-087-104/+235
* | Tweak selection rendering. Adjusting layout doesn't emit redraw request. Cl...Michael Drake2013-02-082-34/+10
* | Don't lose fractional part of text pt size to rounding.Michael Drake2013-02-071-3/+2
* | Remove unused textinput widget. (Old html form text editing.)Michael Drake2013-02-072-2254/+0
* | Don't build or include old render/textinput module.Michael Drake2013-02-072-2/+1
* | Remove input subtree special numberspacing.Michael Drake2013-02-071-51/+13
* | Native caret not now set in redraw. Prevents endless redraw when textarea ha...Michael Drake2013-02-072-25/+44
* | First pass at getting html forms to use textarea widget.Michael Drake2013-02-0615-290/+461
* | Fix empty textarea reflow. Fix empty line (just \n) redraw. Add set layout ...Michael Drake2013-02-062-4/+51
* | Fix split implementation.Michael Drake2013-02-061-1/+7
* | Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-02-031-31/+53
|\|
| * Use last known scroll pos, not currentChris Young2013-02-031-8/+4
| * Correct fast scroll co-ordinatesChris Young2013-02-031-4/+4
| * Ensure scale can be accssed from the keyboardChris Young2013-02-031-1/+16
| * Un-fix scaled box redraw, as it cause more problems than it solvesChris Young2013-02-031-2/+2
| * Make fast scroll code easier to readChris Young2013-02-031-28/+38
| * Fix scaled redraw of boxesChris Young2013-02-031-6/+7
* | Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-02-033-6/+47
|\|