summaryrefslogtreecommitdiff
path: root/render/form.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #3140968: form submission with the GET method must replace the query ...John Mark Bell2011-02-251-46/+55
* Don't crash if there's no box associated with a textareaJohn Mark Bell2011-02-191-1/+9
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in de...Michael Drake2011-02-141-13/+17
* Pass clip rect to scroll_redraw as struct. Simplify test to see if scrollbar...Michael Drake2011-02-141-1/+6
* + Refactor input handling from browser window code into contentMichael Drake2010-06-041-4/+227
* remove _GNU_SOURCE define from everywhere.Vincent Sanders2010-04-241-1/+0
* Merge jmb/new-cache; r=dsilvers,rs=vinceDaniel Silverstone2010-03-281-24/+7
* Merge Paul Blokus' selectscroll branch. Adds core select menu widget for form...Michael Drake2009-08-141-0/+492
* Squash warningsJohn Mark Bell2009-03-021-1/+1
* Fix handling of buttons in successful control searchJohn Mark Bell2009-02-201-0/+1
* If we have no document charset on completion of parse, retrieve it from the b...John Mark Bell2009-02-201-5/+4
* Utilise hubbub's form association callback.John Mark Bell2009-02-201-48/+113
* Fix buildJohn Mark Bell2008-08-121-1/+2
* C89François Revel2008-08-111-1/+2
* - riscos/gui.c(path_to_url): escape the characters which need to be escaped w...John Tytgat2008-04-021-2/+2
* Also try charsets without transliteration -- not all iconv() implementations ...John Mark Bell2007-09-271-8/+30
* Update all source code file headers to reflect GPL version 2 only and contain...Vincent Sanders2007-08-081-4/+14
* Remove the netsurf/ from the include paths and rationalise use of <> vs "" in...Daniel Silverstone2007-05-301-6/+6
* Default form field maxlength to UINT_MAX (fixes 1620540)John Mark Bell2007-03-111-1/+3
* Transliterate form submissions (requires an iconv implementation that John Mark Bell2007-03-111-24/+9
* Ensure multipart/form-data submissions are in the correct charset. John Mark Bell2007-02-261-70/+110
* Bring handling of submission of blank file inputs in line with other browsers.John Mark Bell2007-01-301-5/+12
* Implement form targets (fix 1619094)Richard Wilson2006-12-301-1/+2
* Update project URL.Michael Drake2006-11-271-1/+1
* Correcly encode spaces for url-encoded form submission.John Mark Bell2006-09-191-2/+2
* [project @ 2006-02-04 14:40:01 by jmb]John Mark Bell2006-02-041-8/+8
* [project @ 2006-01-02 13:19:34 by bursa]James Bursa2006-01-021-1/+1
* [project @ 2005-08-31 20:29:11 by bursa]James Bursa2005-08-311-0/+5
* [project @ 2005-08-04 22:51:42 by bursa]James Bursa2005-08-041-0/+1
* [project @ 2005-07-18 14:22:26 by jmb]John Mark Bell2005-07-181-1/+1
* [project @ 2005-06-26 22:18:37 by jmb]John Mark Bell2005-06-261-9/+37
* [project @ 2005-06-26 01:55:20 by jmb]John Mark Bell2005-06-261-13/+105
* [project @ 2005-06-07 21:29:26 by jmb]John Mark Bell2005-06-071-4/+13
* [project @ 2005-05-25 23:06:26 by jmb]John Mark Bell2005-05-251-2/+2
* [project @ 2005-05-16 00:55:43 by jmb]John Mark Bell2005-05-161-2/+3
* [project @ 2005-05-11 02:03:15 by jmb]John Mark Bell2005-05-111-3/+9
* [project @ 2005-05-11 01:34:41 by rjw]Richard Wilson2005-05-111-11/+10
* [project @ 2005-04-16 19:34:30 by jmb]John Mark Bell2005-04-161-1/+3
* [project @ 2005-04-16 05:09:32 by jmb]John Mark Bell2005-04-161-8/+27
* [project @ 2005-04-09 09:47:36 by bursa]James Bursa2005-04-091-0/+1
* [project @ 2004-12-12 21:49:23 by bursa]James Bursa2004-12-121-0/+70
* [project @ 2004-10-09 19:14:26 by jmb]John Mark Bell2004-10-091-3/+8
* [project @ 2004-08-18 01:45:29 by jmb]John Mark Bell2004-08-181-10/+6
* [project @ 2004-08-18 01:36:39 by jmb]John Mark Bell2004-08-181-12/+60
* [project @ 2004-08-08 19:13:40 by bursa]James Bursa2004-08-081-83/+149
* [project @ 2004-07-19 20:40:11 by joty]John Tytgat2004-07-191-99/+131
* [project @ 2004-06-02 21:14:40 by bursa]James Bursa2004-06-021-20/+20
* [project @ 2004-06-02 21:09:14 by bursa]James Bursa2004-06-021-20/+20
* [project @ 2004-05-21 23:42:26 by bursa]James Bursa2004-05-211-2/+3
* [project @ 2004-05-21 10:25:42 by bursa]James Bursa2004-05-211-0/+53