summaryrefslogtreecommitdiff
path: root/desktop/textarea.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for selecting text fragments (based on a patch from Ole Loots)John Mark Bell2012-06-301-0/+58
* Pass correct width/height values to textarea redraw callback when setting car...Michael Drake2012-04-121-6/+19
* Fix caret redraw height. Thanks to m0n0.Michael Drake2012-04-121-1/+1
* Remove redundant break.Michael Drake2011-11-291-1/+0
* Fix caret position after deleting selection. Thanks to Ole Loots.Michael Drake2011-11-291-3/+6
* Committing textarea_set_dimensions patch from Ole Loots.John Mark Bell2011-11-211-0/+15
* Remove plotter table global. Pass a redraw context around redraw functions. ...Michael Drake2011-06-301-12/+14
* Saturated maths in css fixed point Vincent Sanders2011-03-121-3/+1
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in de...Michael Drake2011-02-141-2/+2
* Constify.Michael Drake2011-02-141-1/+1
* Pass clip rect to textarea redraw as struct rect.Michael Drake2011-02-141-39/+36
* Take some calculations out of line redraw loop and fix rounding error.Michael Drake2010-12-171-15/+17
* Only draw caret if there is no selection.Michael Drake2010-12-151-1/+7
* Position text and caret correctly in single line text area. Make caret red s...Michael Drake2010-12-151-14/+33
* + Refactor input handling from browser window code into contentMichael Drake2010-06-041-0/+1
* Protect against NULL pointersJohn Mark Bell2009-11-221-0/+3
* Make textarea widget unaware of its global position. Credit: paulblokus.Michael Drake2009-08-131-87/+61
* Remove line that was removed in the other branch.Michael Drake2009-07-291-2/+0
* Merged revisions 8808,8862-8863 via svnmerge from Michael Drake2009-07-291-169/+180
* Port r8808 to trunk.John Mark Bell2009-07-271-1/+1
* Fix textarea line height.John Mark Bell2009-07-241-2/+3
* Merge LibCSS port to trunk.John Mark Bell2009-07-231-7/+9
* Merged revisions 8663 via svnmerge from Michael Drake2009-07-221-0/+15
* Refactor text plotter and other font functions to remove dependency on CSS.John Mark Bell2009-07-211-26/+18
* plotters line refactorVincent Sanders2009-07-101-1/+7
* ploter refactor of rectangle handling Vincent Sanders2009-07-081-11/+18
* Merged revisions 8059-8359 via svnmerge from John Mark Bell2009-07-061-0/+23
* Refactor fill plotter to take a styleVincent Sanders2009-07-051-3/+13
* Merged revisions 7764-7977,7979-8058 via svnmerge from John Mark Bell2009-06-271-0/+1379