summaryrefslogtreecommitdiff
path: root/riscos/textarea.c
Commit message (Collapse)AuthorAgeFilesLines
* Update project URL.Michael Drake2006-11-271-2/+2
| | | | svn path=/trunk/netsurf/; revision=3073
* Allow textareas to reformat on icon change.Richard Wilson2006-10-201-49/+59
| | | | svn path=/trunk/netsurf/; revision=3012
* Remove the need for a text area list.Richard Wilson2006-10-121-51/+6
| | | | svn path=/trunk/netsurf/; revision=3001
* Use desktop fontAdrian Lees2006-07-181-5/+9
| | | | svn path=/trunk/netsurf/; revision=2778
* Fix Ctrl+Right.Richard Wilson2006-07-171-1/+1
| | | | svn path=/trunk/netsurf/; revision=2775
* Implement Ctrl+U, Ctrl+Up, Ctrl+Down.Richard Wilson2006-07-171-2/+7
| | | | svn path=/trunk/netsurf/; revision=2774
* More key bindings for textarea implementation. Still loads missing.John Mark Bell2006-07-161-28/+94
| | | | svn path=/trunk/netsurf/; revision=2767
* Remove debug information.Richard Wilson2006-07-161-2/+0
| | | | svn path=/trunk/netsurf/; revision=2758
* Fix text area positioning, simpify scroll bar code.Richard Wilson2006-07-161-30/+10
| | | | svn path=/trunk/netsurf/; revision=2757
* Centralise keypress handling (download and query dialogs still need porting ↵John Mark Bell2006-07-131-154/+39
| | | | | | | | over to wimp_event) Make core browser window invalidate caret callback on mouse clicks svn path=/trunk/netsurf/; revision=2746
* Pass on RETURN and ESCAPE events to WIMP icon.Richard Wilson2006-07-121-5/+29
| | | | svn path=/trunk/netsurf/; revision=2734
* Fix single line textareas, improve display of multiline ones.Richard Wilson2006-07-111-142/+145
| | | | svn path=/trunk/netsurf/; revision=2732
* Fix textarea crashesJohn Mark Bell2006-06-261-0/+3
| | | | svn path=/trunk/netsurf/; revision=2650
* UTF-8 capable single/multi-line text area/display field - needs John Mark Bell2006-06-261-0/+1240
optimisation, completion of outstanding todos. Use this to display SSL certificate issuer and subject information. svn path=/trunk/netsurf/; revision=2647