Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2008-10-14 | - Changed the google search URL (UTF-8 request)release-2_0 | jcid | |
- Patch to recognize IPv6 numbers in the URL's authority part | |||
2008-10-10 | - s/dillo-fltk/dillo/ and switched the version to 2.0 | jcid | |