summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* Fix loggingJohn-Mark Bell2013-02-271-1/+2
* Use custom fetcher for inline CSSJohn-Mark Bell2013-02-272-15/+4
* Fix handling of inline stylesheets with @importJohn-Mark Bell2013-02-261-2/+2
* Handle readonly attribute for text inputs and textareas.Michael Drake2013-02-231-13/+7
* Don't need initial caret pos now.Michael Drake2013-02-221-2/+2
* No point in setting caret there.Michael Drake2013-02-221-1/+0
* Remove redundant code.John-Mark Bell2013-02-221-8/+0
* Always set caret.Michael Drake2013-02-221-3/+1
* Shove allocation step size into #define.Michael Drake2013-02-221-12/+16
* Increase allocation increment step size.Michael Drake2013-02-221-13/+13
* Textarea tweaks for caret placement after selection removal.Michael Drake2013-02-221-3/+6
* Fix setting of empty selections.Michael Drake2013-02-221-0/+5
* A load of refactoring of how content selection and input work.Michael Drake2013-02-228-353/+277
* Fix handling of treeview launch actions.John-Mark Bell2013-02-191-1/+4
* rename flags for browser_window routines to be shorterVincent Sanders2013-02-186-31/+31
* change browser_window_create and refactor all callsitesVincent Sanders2013-02-185-71/+126
* browser_window_navigate refactorVincent Sanders2013-02-184-228/+249
* Move selection clearing into a function, and expose it in the header file.Michael Drake2013-02-132-14/+34
* Calculate and store text offsets only when they change, rather than recalcula...Michael Drake2013-02-131-23/+37
* Fun micro-optimisations.Michael Drake2013-02-121-21/+15
* Implement selection modification. Clicks and drags with button 2 alter the n...Michael Drake2013-02-121-2/+21
* Triple click selects paragraph in textarea widget.Michael Drake2013-02-122-13/+77
* Tidy textarea-handled mouse action.Michael Drake2013-02-121-9/+10
* Init clipboard to NULL, just in case front end implementation of gui_get_clip...Michael Drake2013-02-121-1/+1
* When reqesting redraaw to remove internal caret, make sure caret is already r...Michael Drake2013-02-121-0/+3
* Don't include '\0' in single-line nsfont_width call.Michael Drake2013-02-111-1/+1
* Selection autoscroll of scrollbarless textareas (single line).Michael Drake2013-02-111-13/+38
* Early detection of regions outside the visible.Michael Drake2013-02-111-0/+9
* Clip native caret render so it can't overwrite border. Slight simplification.Michael Drake2013-02-111-11/+12
* Single line textareas don't have scrollbars, so they don't get the scroll red...Michael Drake2013-02-111-3/+16
* Don't need to redraw for caret removal if using a native caret.Michael Drake2013-02-111-1/+2
* Fix internal caret redraw bounds.Michael Drake2013-02-111-1/+1
* Fix delete-to-line-end.Michael Drake2013-02-111-1/+1
* Make delete line key enum value name less missleading. (Doesn't cut to clipb...Michael Drake2013-02-112-3/+2
* Move html textarea's selection colour chooser to plot_style.h, as it could be...Michael Drake2013-02-111-0/+8
* Implement delete line. (Ctrl+U on RISC OS.)Michael Drake2013-02-101-8/+36
* 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
* 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