summaryrefslogtreecommitdiff
path: root/desktop/textinput.c
Commit message (Collapse)AuthorAgeFilesLines
* Update all source code file headers to reflect GPL version 2 only and ↵Vincent Sanders2007-08-081-4/+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-12/+12
| | | | | | | | | | | | | | 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
* Open window targets with a new name in a new window. Fix handling of ↵Richard Wilson2007-04-071-1/+1
| | | | | | Adjust-click on a form submit when new window opening is disabled. svn path=/trunk/netsurf/; revision=3248
* Support insertion into textbox after optional trailing space.John Mark Bell2007-04-061-11/+25
| | | | svn path=/trunk/netsurf/; revision=3237
* Apply Darren Salt's keypress callbacl claiming patch, with addition of doc ↵Rob Kendrick2007-03-061-30/+42
| | | | | | comment updates svn path=/trunk/netsurf/; revision=3201
* Implement form targets (fix 1619094)Richard Wilson2006-12-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=3125
* Update project URL.Michael Drake2006-11-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=3073
* Fix wordwrap+horizontal scroll in textareasJeffrey Lee2006-09-101-1/+4
| | | | svn path=/trunk/netsurf/; revision=2947
* Fixed the other caret issues after pasting into textareaJeffrey Lee2006-09-101-3/+20
| | | | svn path=/trunk/netsurf/; revision=2944
* Fix some caret/scrolling issues after pasting into textareaJeffrey Lee2006-09-101-8/+14
| | | | svn path=/trunk/netsurf/; revision=2943
* Fixed spurious newline after pasting into textarea; possibly fixed some ↵Jeffrey Lee2006-09-101-0/+2
| | | | | | selection processing/rendering bugs svn path=/trunk/netsurf/; revision=2942
* textarea html tag fix; horizontal scrollbars; auto-scroll improvementsJeffrey Lee2006-09-101-29/+54
| | | | svn path=/trunk/netsurf/; revision=2940
* Fix crash when using forms due to bug in browser_window_remove_caret().James Bursa2006-08-281-0/+2
| | | | svn path=/trunk/netsurf/; revision=2895
* Reposition caret when browser window reformattedAdrian Lees2006-08-131-0/+81
| | | | svn path=/trunk/netsurf/; revision=2839
* Make adjust-clicking submit open a new window (fix 1430135)Richard Wilson2006-07-051-1/+1
| | | | svn path=/trunk/netsurf/; revision=2716
* [project @ 2006-02-15 23:09:53 by adrianl]Adrian Lees2006-02-151-0/+54
| | | | | | Extend text selection, copying, saving and searching code to handle textplain contents; modified textplain code to accept other line terminators svn path=/import/netsurf/; revision=2081
* [project @ 2006-02-11 18:44:23 by adrianl]Adrian Lees2006-02-111-54/+0
| | | | | | Remove currently unused and unusable functions svn path=/import/netsurf/; revision=2073
* [project @ 2006-02-11 18:33:05 by adrianl]Adrian Lees2006-02-111-71/+211
| | | | | | Textarea/selection improvements and fixes svn path=/import/netsurf/; revision=2072
* [project @ 2005-08-22 22:49:52 by bursa]James Bursa2005-08-221-1/+1
| | | | | | More work towards frame targets: add target parameter to box_create(), and copy target down the box tree during construction. svn path=/import/netsurf/; revision=1853
* [project @ 2005-07-20 23:27:27 by adrianl]Adrian Lees2005-07-201-96/+435
| | | | | | 2D scrolling of text areas/frames; First cut at selection in textareas; Further text editing actions (Word left/right; Page up/down; Cut block; Delete line start/end) svn path=/import/netsurf/; revision=1812
* [project @ 2005-05-24 20:21:47 by bursa]James Bursa2005-05-241-10/+10
| | | | | | Convert remaining BOX_INLINEs in forms to BOX_TEXT. svn path=/import/netsurf/; revision=1736
* [project @ 2005-04-20 12:30:59 by adrianl]Adrian Lees2005-04-201-1/+1
| | | | | | Reintroduced NDEBUG svn path=/import/netsurf/; revision=1674
* [project @ 2005-04-20 12:24:41 by adrianl]Adrian Lees2005-04-201-177/+684
| | | | | | text import from global clipboard, other apps & files and additional keys for editing text in textareas svn path=/import/netsurf/; revision=1673
* [project @ 2005-04-16 08:19:56 by adrianl]Adrian Lees2005-04-161-0/+1
| | | | | | missing #include svn path=/import/netsurf/; revision=1651
* [project @ 2005-04-16 05:09:32 by jmb]John Mark Bell2005-04-161-131/+20
| | | | | | | | | | | | Split out UTF-8 handling functions. Submit URL-encoded forms in sensible encoding: * First entry in accept-charset list, if present * Document encoding, otherwise We may want to explicitly look for UTF-8, to save converting. Convert cnv_str_local_enc/cnv_local_enc_str to use iconv (they're now veneers for utf8_[to/from]_enc). Provide mechanism for looking up local system charset (derived from system alphabet, under RISC OS) svn path=/import/netsurf/; revision=1647
* [project @ 2005-04-15 18:00:19 by jmb]John Mark Bell2005-04-151-0/+949
Split out generic text input code. Support internationalised text input. Fix textarea-related bugs. svn path=/import/netsurf/; revision=1642