summaryrefslogtreecommitdiff
path: root/src/form.cc
AgeCommit message (Expand)Author
2024-08-07Fix pedantic warningsRodrigo Arias Mallo
2024-03-09Use Doxygen comments for C filesRodrigo Arias Mallo
2016-06-18Fix <button> size (treat as inline).Sebastian Geerken
2016-04-18Set fallback value for textarea rows to 3.Sebastian Geerken
2015-07-03pop up dialog when an HTTPS page's form submission is insecurecorvid
2015-02-02TEXTAREA placeholder attributecorvid
2015-01-23TEXTAREA, html5 wants default for rows to be 2.corvid
2015-01-22INPUT placeholder attributecorvid
2014-08-04bring some consistency to the bug messages.corvid
2014-08-04bug messages: '\n' as separator instead of terminatorcorvid
2014-08-02<button>'s are now inline.Sebastian Geerken
2014-02-15input image shouldn't recognize hspace,vspace,border attrscorvid
2013-11-29Use img_rndr instead of img_rnd to avoid associating "rnd" suffex with random.Jorge Arellano Cid
2013-11-18Merge with main repo.Sebastian Geerken
2013-10-28Handle properly when Html_get_current_input() returns NULLJorge Arellano Cid
2013-10-14Merge with main repo.Sebastian Geerken
2013-09-20Refactoring: some useful shortcuts in DilloHtml.Sebastian Geerken
2013-09-10html5, action not required for FORMcorvid
2013-09-10Some refactoring: the image decoding code now only accesses dw::core::ImgRend...Sebastian Geerken
2013-09-06html5, cols/rows not required for TEXTAREAcorvid
2013-09-05rm optgroup MSGcorvid
2013-09-05html5, don't complain about unknown input typecorvid
2013-08-07Add nested inputs cleanup and handling.Jorge Arellano Cid
2013-04-20OPTION label attributecorvid
2013-04-20implement OPTGROUP in src/corvid
2013-01-14Remove ancient commented-out GTK code.Jeremy Henty
2012-12-15finish option as soon as we see the close tagcorvid
2012-12-10background style for <button> widgetcorvid
2012-12-04form submission: try to transliterate datacorvid
2012-12-04form encoding MSGscorvid
2012-12-04update form-data commentarycorvid
2012-11-28Merge.Sebastian Geerken
2012-11-28don't require an item selected for SELECT size>1 non-multiplecorvid
2012-11-27Merge.Sebastian Geerken
2012-11-26rm unused arg to TagCloseFunctcorvid
2012-11-25rm old commentcorvid
2012-11-25and now we can implement maxlengthcorvid
2012-11-24reset for <select>corvid
2012-11-14Cleaned up preferences.Sebastian Geerken
2012-11-08Making hyphen penalties configurable.Sebastian Geerken
2012-09-20BUG_MSG consistencycorvid
2012-09-13tooltips on some other elements where they are commonly foundcorvid
2012-01-30rework image handling codeJohannes Hofmann
2012-01-21add support for the CSS display: propertyJohannes Hofmann
2011-11-11locale-independent ASCII character case handlingcorvid
2011-10-20add a text input when input type is not recognizedcorvid
2011-09-06avoid redraw loops with ComplexComplexButtonResourceJohannes Hofmann
2011-07-22rm commentcorvid
2011-05-16only disable the inputs outside of forms if stylesheets are pendingcorvid
2010-12-15silence a couple of MSGscorvid