summaryrefslogtreecommitdiff
path: root/desktop/textinput.c
Commit message (Collapse)AuthorAgeFilesLines
* [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