Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-15 | silence a couple of MSGs | corvid | |
2010-10-11 | rework nonCssHints API of StyleEngine | Johannes Hofmann | |
* Instead of passing the nonCssHints as a CssPropertyList, set the hints separately and create the list in StyleEngine. * The CssPropertyList holding the nonCssHints is now completely managed by StyleEngine and kept on the stack. * Replace the table_cell_props mechanic in html.cc/table.cc with a new method inheritNonCssHints() in StyleEngine. | |||
2010-04-22 | check for title attr for INPUT element | corvid | |
seems reasonably common for INPUT to have one | |||
2010-03-29 | Disable inputs that aren't inside a form. | corvid | |
RogutÄs was able to get a crash by using a SELECT outside of a form before a stylesheet-induced repush() http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-March/007407.html (Earlier thread where inputs in forms were disabled when stylesheets pending: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2009-April/006310.html ) | |||
2009-11-27 | no longer include nav.h from form.cc | Johannes Hofmann | |
2009-11-27 | adjust focus handling with new tabs and windows (suggested by furaisanjin) | Johannes Hofmann | |
When opening a new BrowserWindow (tab or real window) we focus Location if we don't yet have an URL, main otherwise. | |||
2009-10-29 | move link signal emitter/receiver from Widget to Layout | corvid | |
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2009-October/006936.html | |||
2009-10-26 | let later space override previous space | corvid | |
The earlier space is less likely to be styled with the intended appearance. | |||
2009-10-19 | fix segfault when radio button lacks name attribute | corvid | |
2009-10-15 | remove "using namespace" statements from header files | Johannes Hofmann | |
"using namespace" in headers also affects all files that include the header which is unwanted and unexpected in most cases. | |||
2009-09-17 | turn off PrevWasSPC for inline widgets | corvid | |
Noticed that there weren't spaces after the math images in http://en.wikipedia.org/wiki/Linear_programming | |||
2009-08-05 | Fixed a bug with OPTION element (it was parsing entities twice) | Jorge Arellano Cid | |
2009-05-31 | line length | Jorge Arellano Cid | |
2009-05-22 | const | corvid | |
2009-05-09 | [mq]: replace-DW2TB-with-HT2TB | Jeremy Henty | |
2009-04-22 | disable forms while stylesheets are pending | Johannes 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-03-06 | remove standard_widget_colors dillorc option | corvid | |
Form widgets by default use the background color of their parent. To get more conservative widget colors, you can add a line button, select, input {background-color: #e0e0e0} to ~/.dillo/style.css. | |||
2009-02-20 | required attrs for form.cc | corvid | |
2009-02-17 | fix missing background color for ComplexButton (noticed by corvid) | Johannes Hofmann | |
2009-02-08 | API cleanup: a_Html_add_new_image() loses the boolean parameter. | Jeremy Henty | |
This patch cleans things up by renaming a_Html_add_new_image() to a_Html_image_new(), removing the boolean parameter and making the caller add the image (or not) as appropriate. | |||
2009-02-06 | Implemented size for SELECT lists | corvid | |
2009-01-28 | Removed the "generate_submit" dillorc option | corvid | |
2009-01-18 | convert form.cc to new style handling | Johannes Hofmann | |
2009-01-14 | Fix: inherit bgcolor from parent widget (images). Also cleanups. | Jorge Arellano Cid | |
2009-01-10 | merge with main | Johannes Hofmann | |
2009-01-05 | Added a right-click menu to the form submit button (allows to show hiddens) | Jorge Arellano Cid | |
2008-12-28 | merge with main | Johannes Hofmann | |
2008-12-22 | Added some const quialifiers. | corvid | |
2008-12-21 | Added a popup menu to form's submit button | corvid | |
2008-12-20 | merge with main | Johannes Hofmann | |
2008-12-19 | Cleaned up Html_pop_tag() | Jorge Arellano Cid | |
2008-12-19 | Moved clicked from ButtonResource to Resource. | Jorge Arellano Cid | |
2008-12-14 | convert Html_tag_open_img() | Johannes Hofmann | |
2008-12-11 | always use shaded colors | Johannes Hofmann | |
This makes things much simpler and improves sharing of colors. If computing two more shades really proves to be a performance issue, we can shade on demand without exposing this optimization to the interface. | |||
2008-12-08 | merge | Johannes Hofmann | |
2008-12-04 | use styleEngine->wordStyle() for adding text or parbreaks | Johannes Hofmann | |
2008-11-30 | - Set middle click to submit in a new TAB. (Helps to keep form data!) | Jorge Arellano Cid | |
2008-10-31 | remove style from DilloHtmlState | Johannes Hofmann | |
2008-10-16 | - Switched SSL enabled to configure.in (./configure --enable-ssl) | jcid | |
2008-10-16 | - Tuned input width a bit. | jcid | |
2008-10-15 | - Fix for file inputs without values (forms). | jcid | |
2008-10-14 | . | jcid | |
2008-10-14 | - Cosmetics with ResourceFactory in forms.cc | jcid | |
- Removed an unused mouse button feature. | |||
2008-10-14 | - Cosmetic changes in form handling code. | jcid | |
2008-09-30 | - s/todo:/TODO:/g | jcid | |
2008-09-29 | - Removed the remaining DEBUG_MSG in src/ | jcid | |
2008-09-27 | - Set WM_CLASS="dillo" for X11 | jcid | |
- Security fix in a_UIcmd_set_msg. | |||
2008-09-26 | - reverted all of the style->backgroundColor to current_bg_color | jcid | |
- Fixed table_cell_style's backgroundColor when TR specifies one. | |||
2008-09-14 | - Forbid dpi GET and POST from non dpi-generated urls. | jcid | |
- Cleaned up a_Url_new(). | |||
2008-09-02 | - Made forms show their action URL upon enter/leave mouse events (safety). | jcid | |