Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-06 | avoid redraw loops with ComplexComplexButtonResource | Johannes Hofmann | |
ComplexButtonResource was creating endless redraws. Testcase: <table> <tr> <td> <div> <button></button> </div> <div> words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words words <span style="white-space:nowrap">And words in a span</span> <button></button> </div> </td> </table> This also fixes redraw loops with <button> in combination with limit_text_width=YES, so we no longer need to disable this option. Reported and testcase by: corvid <corvid@lavabit.com> | |||
2011-08-29 | Added a few search options to dillorc. Also switched the default to duckduck.go | Jorge Arellano Cid | |
2011-08-23 | dillorc: de-bowdlerise duckduckgo search option | corvid | |
2011-08-05 | dillorc search_url explanatory text | corvid | |
2011-07-30 | fix utf8 issues with wikipedia search | Johannes Hofmann | |
2011-07-29 | dillorc panel_size descriptive text | corvid | |
2011-07-29 | Removed the large panel option (P_large). | Jorge Arellano Cid | |
Nobody saw use for it... | |||
2011-07-24 | Added labels to the search_url examples in dillorc | Jorge Arellano Cid | |
2011-07-24 | Added an optional label to dillorc's search_url. Format: "[<label> ]<url>" | Jorge Arellano Cid | |
2011-07-12 | dillorc font suggestions | corvid | |
2011-06-10 | rm reference to fltk2 | corvid | |
2011-04-29 | Set middle click as default for close tab (+ right_click_closes_tab in dillorc) | Jorge Arellano Cid | |
2010-12-17 | dillorc: alltheweb will be shut down; replace with duckduckgo | corvid | |
News is going around that yahoo is shutting down a bunch of things including alltheweb (this is news because of del.icio.us). http://en.wikipedia.org/wiki/List_of_search_engines#General shows that there's not much out there. duckduckgo's page is less filled with junk than blekko's, so they win this coveted spot. | |||
2010-10-21 | move bg_color option to Colors section | Johannes Hofmann | |
Noticed-by: corvid | |||
2010-09-24 | bring back bg_color dillorc option | Johannes Hofmann | |
2010-06-20 | dillorc more detailed information on fonts | corvid | |
2010-06-19 | "URW Chancery L" default cursive font | corvid | |
http://www.codestyle.org/css/font-family/sampler-Cursive.shtml claims that it is almost always present. | |||
2010-04-06 | filter automatic requests | corvid | |
same_domain option in preference so that spying on users isn't so easy. | |||
2010-02-11 | add http_user_agent preference | Alexander Voigt, corvid | |
thread: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-February/007267.html | |||
2010-01-24 | limit the number of simultaneous connections | Johannes Hofmann | |
The number of simultaneous connections to a single server is now limited by prefs.http_max_conns (default 6). This avoids opening hundreds of connections on pages with many images (BUG 685). This commit is partly based on a prototype by Jorge Arellano Cid. | |||
2010-01-18 | Added a help button. It tries a local help file then dillo.org's one. | corvid, jcid | |
2010-01-15 | link | corvid | |
2010-01-12 | backout: That way would make no_proxy complicated. | corvid | |
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-January/007167.html | |||
2010-01-12 | If http_proxy pref set, but env var not set, then set env var (for wget). | corvid | |
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2009-December/007131.html | |||
2009-10-03 | only set tooltips for UI if prefs.show_tooltip set | corvid | |
2009-10-03 | some tooltips | corvid | |
2009-09-03 | By default, do not use proxy for localhost | corvid | |
2009-06-10 | update dillorc text | corvid | |
2009-06-01 | proxy support for HTTPS | corvid | |
2009-05-18 | dillorc http_proxy pref mention environment var | corvid | |
2009-05-07 | dillorc | Jorge Arellano Cid | |
2009-03-06 | remove link_color dillorc option | Johannes Hofmann | |
To change the color of not visited links add a line like :link {color: orange} to your ~/.dillo/style.css file. | |||
2009-03-06 | remove force_my_colors dillorc option | Johannes Hofmann | |
to get a similar behaviour add the !important directive to your color definitions in ~/.dillo/style.css, e.g: body {background-color: green !important} | |||
2009-03-06 | remove text_color dillorc option | Johannes Hofmann | |
To change the default text color add a line like body {color: yellow} to your ~/.dillo/style.css file. | |||
2009-03-06 | remove bg_color dillorc option | Johannes Hofmann | |
To set a custom background color add a line like: body {background-color: white} to your ~/.dillo/style.css file. This also works for plain text display and image viewing. | |||
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-17 | add font_max_size dillorc option | Johannes Hofmann | |
2009-02-15 | note that font_min_size is in pixels (noticed by corvid) | Johannes Hofmann | |
2009-02-11 | add "font_min_size" dillorc option | Johannes Hofmann | |
2009-01-28 | Added the show_tools dillorc option | corvid | |
2009-01-28 | Removed the "generate_submit" dillorc option | corvid | |
2009-01-27 | make default font names clearer in dillorc (noticed by corvid) | Johannes Hofmann | |
2009-01-26 | adapt font-family preferences to match CSS | Johannes Hofmann | |
CSS 2.1 uses the following predefined font names: 'serif', 'sans-serif', 'cursive', 'fantasy', 'monospace'. Add preferences so that the user can set real font names for these. Basically the new "font_sans_serif" option is what "vw_fontame" used to be and "font_monospace" is equivalent to "fw_fontname". The other two options are new. | |||
2009-01-17 | add parse_embedded_css option | Johannes Hofmann | |
2009-01-16 | merge with main | Johannes Hofmann | |
2009-01-15 | Added the "http_language" dillorc option for setting HTTP's Accept-Language.2.1-noCss | corvid | |
2009-01-09 | add load_stylesheets option | Johannes Hofmann | |
Setting load_stylesheets=NO will disable loading of remote CSS stylesheets. CSS style information embedded in the page with <style></style> elements will still be used. | |||
2008-12-08 | Set panel_size=medium as default. | Jorge Arellano Cid | |
2008-11-21 | - dillorc comment change. | jcid | |
2008-10-26 | - Added the "middle_click_drags_page" dillorc option. | jcid | |