summaryrefslogtreecommitdiff
path: root/desktop
Commit message (Expand)AuthorAgeFilesLines
* Hide caret after reflow (textarea may have moved), but let textarea keep focus.Michael Drake2013-03-271-1/+2
* Don't show caret when scrolling a textarea that hasn't been given focus.Michael Drake2013-03-271-1/+2
* Tidy up pointer beyond scrollbars.Michael Drake2013-03-271-0/+7
* Reduce multi-line textarea a bit more. When redrawing only one line, don't r...Michael Drake2013-03-261-1/+23
* Further reduce redraw region for multi-line textareas when editing.Michael Drake2013-03-261-9/+26
* Trivial redraw optimisation for multiline textareas. Only redraw the line th...Michael Drake2013-03-251-10/+19
* Remove some spaces.Michael Drake2013-03-251-8/+8
* Reduce redraw area for selection set/change/clear.Michael Drake2013-03-221-11/+39
* Move line start calc into reflow handler.Michael Drake2013-03-221-17/+14
* Optimise redraw of single line textarea. When single line textarea is unscro...Michael Drake2013-03-211-17/+42
* Split reflow into two functions for single or multi line textareas.Michael Drake2013-03-211-95/+175
* Robust detection of scroll changes.Michael Drake2013-03-201-6/+17
* Avoid double redraw when edit causes scroll.Michael Drake2013-03-201-16/+15
* Use cached line length to avoid some nsfont_width calls for selection renderi...Michael Drake2013-03-201-6/+4
* Avoid redraw of scrollbars when they've not changed.Michael Drake2013-03-201-16/+22
* Cache line widths. Fixes scrollbar issue introduced with partial reflow enab...Michael Drake2013-03-201-4/+18
* Start reflow on line before change in text, rather than always reflowing the ...Michael Drake2013-03-201-11/+28
* Comment fixes.Michael Drake2013-03-191-3/+2
* Fix warnings.Michael Drake2013-03-191-3/+3
* Start reducing unnecessary redraws: when only start OR end of selection has c...Michael Drake2013-03-191-7/+54
* Loads of changes including fixes, new functionality, and optimisation.Michael Drake2013-03-171-633/+699
* Make textarea_get_caret private.Michael Drake2013-03-132-33/+30
* split sources lists out to their subdirectories as first step towards using c...Vincent Sanders2013-03-112-0/+25
* Fix pointer shape and status bar messages for textareas and their scrollbars.Michael Drake2013-03-115-45/+159
* Make autoscroll start at inside edge of border or scrollbar.Michael Drake2013-03-061-9/+15
* Pull scrollbar mouse handling out into helper function.Michael Drake2013-03-061-12/+36
* Textarea sends caret hide msg if caret completely outside visible area.Michael Drake2013-03-061-11/+35
* Don't show caret if there's a selection.Michael Drake2013-03-061-1/+2
* Pass caret clip rect out to front ends. (Nothing actually using them yet.)Michael Drake2013-03-052-4/+6
* Propagate native caret clip rect through core.Michael Drake2013-03-054-17/+44
* Less ambiguous flag documentation comment.Michael Drake2013-03-041-3/+1
* Fix history.Michael Drake2013-03-041-3/+1
* Pedantic wrap.Michael Drake2013-03-041-1/+2
* 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