aboutsummaryrefslogtreecommitdiff
path: root/src/form.hh
AgeCommit message (Collapse)Author
2013-04-20implement OPTGROUP in src/corvid
I wrote nearly all of this last year, and I've just been going back over it now. As I recall, I initially also tried: select holds optgroups and options, and optgroups hold options (instead of this flat array of options, optgroups, and close-optgroups), but the code wasn't coming out any cleaner, so...
2012-12-15finish option as soon as we see the close tagcorvid
I was just looking at distrowatch, and noticed that a menu looked odd. It turns out that their code goes like Amarok Live<option value="amaroklive">Amarok Live</option> Amber<option value="amber">Amber</option> Ankur Bangla<option value="ankur">Ankur Bangla</option> Annvix<option value="annvix">Annvix</option> AnNyung<option value="annyung">AnNyung</option> Anonym.OS<option value="anonymos">Anonym.OS</option> for some crazy reason. This led to dillo showing labels like "AnNyung Anonym.OS".
2012-11-26rm unused arg to TagCloseFunctcorvid
2012-01-21add support for the CSS display: propertyJohannes Hofmann
2009-04-22disable forms while stylesheets are pendingJohannes Hofmann
To avoid lost user input on repush, we disable forms until all stylesheets have been loaded. Also open select widgets cause crashes on repush.
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2009-01-05Added a right-click menu to the form submit button (allows to show hiddens)Jorge Arellano Cid
2008-12-21Added a popup menu to form's submit buttoncorvid
2008-10-14- Cosmetic changes in form handling code.jcid
2008-08-06- Allowed form inputs outside FORM (it's in the standard).jcid
2008-06-07- html.cc cleanup (in progress): source split.jcid
2008-06-05- html.cc cleanup (in progress). Source split.jcid
2008-06-01- More cleanups in html.cc (form receiver).jcid
2008-04-26- Added the "lout" namespace.jcid
2008-04-14- Added input image for FORMS.jcid
2007-10-29 - Hooked "Activate" to the form_receiver.jcid
- Connected the plain page context menu. - Added code for the image menu (not hooked yet though). - Added a image-loading toggle button to the UI (not functional yet).
2007-10-07Initial revisionjcid