summaryrefslogtreecommitdiff
path: root/riscos/textarea.c
Commit message (Collapse)AuthorAgeFilesLines
* - Compiler warning squashJohn Tytgat2008-07-261-4/+0
| | | | | | | - Changed a lineending \n\r -> \n for a couple of files. - More code style conformance. svn path=/trunk/netsurf/; revision=4762
* s/wchar_t/uint32_t/gJohn Mark Bell2008-05-161-1/+2
| | | | | | We always assumed that the keycode type was 32bits wide, anyway. wchar_t isn't guaranteed to be that big, so isn't remotely portable. svn path=/trunk/netsurf/; revision=4165
* Foresee OSLib 7 and pre-OSLib 7 compatibilityJohn Tytgat2008-03-101-1/+2
| | | | svn path=/trunk/netsurf/; revision=3913
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-3/+14
| | | | | | contain appropriate licence text svn path=/trunk/netsurf/; revision=3486
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" ↵Daniel Silverstone2007-05-301-7/+7
| | | | | | | | | | | | | | in includes NetSurf includes are now done with ""s and other system includes with <>s as C intended. The scandeps tool has been updated to only look for ""ed includes, and to verify that the files exist in the tree before adding them to the dependency lines. The depend rule has therefore been augmented to make sure the autogenerated files are built before it is run. This is untested under self-hosted RISC OS builds. All else tested and works. svn path=/trunk/netsurf/; revision=3307
* 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