Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-19 | New prefs variable "white_bg_replacement". | Sebastian Geerken | |
2013-01-27 | simplify ui color handling by using fltk free color indices | corvid | |
2013-01-12 | clean up struct typedefs | p37sitdu, corvid | |
2013-01-02 | throw in some more UI colors to play with | corvid | |
2012-12-31 | rm show_url preference | corvid | |
It hasn't worked for a long time, no one seems to miss it, and there isn't any compelling case for making the effort to make it work. http://lists.auriga.wearlab.de/pipermail/dillo-dev/2012-December/009704.html | |||
2012-12-30 | ui color fg/bg preferences | corvid | |
Recent mailing list: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2012-December/009661.html The earlier thread begins with: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2011-September/008890.html | |||
2012-11-18 | Cleaned up and completed configuration for penalties. | Sebastian Geerken | |
2012-11-14 | Cleaned up preferences. | Sebastian Geerken | |
2012-11-08 | Making hyphen penalties configurable. | Sebastian Geerken | |
2012-10-02 | rm filter_auto_requests | corvid | |
2011-09-17 | add show_quit_dialog dillorc option | Johannes Hofmann | |
2011-09-13 | UI theme preference | corvid | |
2011-07-29 | Removed the large panel option (P_large). | Jorge Arellano Cid | |
Nobody saw use for it... | |||
2011-07-24 | Added multiple search engines (with several 'search_url' lines in dillorc) | Jorge Arellano Cid | |
This patch adds the PREFS_STRINGS type to the prefsparser, which allows having multiple different strings asociated with one dillorc option (stored in a list) | |||
2011-04-29 | Set middle click as default for close tab (+ right_click_closes_tab in dillorc) | Jorge Arellano Cid | |
2010-09-24 | bring back bg_color dillorc option | Johannes Hofmann | |
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 | |
2009-09-03 | don't make prefs defaults visible unnecessarily | corvid | |
2009-09-03 | By default, do not use proxy for localhost | corvid | |
2009-05-31 | Bound at-exit memory deallocation | corvid | |
2009-04-28 | fix HTTP referer pref default | corvid | |
2009-04-28 | Refactor the preferences parser | Tim Nieradzik, Jorge Arellano Cid | |
2009-03-10 | replace visited_color dillorc option | Johannes Hofmann | |
to change the color of visited links add a line :visited {color: red} to your ~/.dillo/style.css file instead. | |||
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-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-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-20 | Ported the command line interface from dillo1 (XID not working yet) | Jorge Arellano Cid | |
2008-10-26 | - Added the "middle_click_drags_page" dillorc option. | jcid | |
2008-10-09 | - File menu as popup implementation. | jcid | |
- Working show_filemenu dillorc option. | |||
2008-10-09 | - Added the double-buffer as preference patch. | jcid | |
2008-09-26 | - Added the "middle_click_opens_new_tab" option to dillo2rc. | jcid | |
- Added the "focus_new_tab" option to dillo2rc. - Added "New Tab", "Open Link in new Tab" and "Open Image in new Tab". - Fixed the resizable when removed by tabs | |||
2008-06-18 | - Minor cleanups. | jcid | |
2008-05-26 | - Removed obsolete use_oblique and transient_dialogs from preferences. | jcid | |
2008-02-02 | - Added "standard_widget_colors" preference. It allows a more stylish look. | jcid | |
2008-01-31 | - Added a http_referer preference. See details in dillorc2. | jcid | |
2008-01-02 | - Made cleanups in prefs (hiding local data/defs/symbols). | jcid | |