aboutsummaryrefslogtreecommitdiff
path: root/dillorc
AgeCommit message (Collapse)Author
2010-12-17dillorc: alltheweb will be shut down; replace with duckduckgocorvid
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-21move bg_color option to Colors sectionJohannes Hofmann
Noticed-by: corvid
2010-09-24bring back bg_color dillorc optionJohannes Hofmann
2010-06-20dillorc more detailed information on fontscorvid
2010-06-19"URW Chancery L" default cursive fontcorvid
http://www.codestyle.org/css/font-family/sampler-Cursive.shtml claims that it is almost always present.
2010-04-06filter automatic requestscorvid
same_domain option in preference so that spying on users isn't so easy.
2010-02-11add http_user_agent preferenceAlexander Voigt, corvid
thread: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-February/007267.html
2010-01-24limit the number of simultaneous connectionsJohannes 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-18Added a help button. It tries a local help file then dillo.org's one.corvid, jcid
2010-01-15linkcorvid
2010-01-12backout: That way would make no_proxy complicated.corvid
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-January/007167.html
2010-01-12If 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-03only set tooltips for UI if prefs.show_tooltip setcorvid
2009-10-03some tooltipscorvid
2009-09-03By default, do not use proxy for localhostcorvid
2009-06-10update dillorc textcorvid
2009-06-01proxy support for HTTPScorvid
2009-05-18dillorc http_proxy pref mention environment varcorvid
2009-05-07dillorcJorge Arellano Cid
2009-03-06remove link_color dillorc optionJohannes Hofmann
To change the color of not visited links add a line like :link {color: orange} to your ~/.dillo/style.css file.
2009-03-06remove force_my_colors dillorc optionJohannes 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-06remove text_color dillorc optionJohannes Hofmann
To change the default text color add a line like body {color: yellow} to your ~/.dillo/style.css file.
2009-03-06remove bg_color dillorc optionJohannes 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-06remove standard_widget_colors dillorc optioncorvid
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-17add font_max_size dillorc optionJohannes Hofmann
2009-02-15note that font_min_size is in pixels (noticed by corvid)Johannes Hofmann
2009-02-11add "font_min_size" dillorc optionJohannes Hofmann
2009-01-28Added the show_tools dillorc optioncorvid
2009-01-28Removed the "generate_submit" dillorc optioncorvid
2009-01-27make default font names clearer in dillorc (noticed by corvid)Johannes Hofmann
2009-01-26adapt font-family preferences to match CSSJohannes 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-17add parse_embedded_css optionJohannes Hofmann
2009-01-16merge with mainJohannes Hofmann
2009-01-15Added the "http_language" dillorc option for setting HTTP's Accept-Language.2.1-noCsscorvid
2009-01-09add load_stylesheets optionJohannes 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-08Set 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_0jcid
- Patch to recognize IPv6 numbers in the URL's authority part
2008-10-10- s/dillo-fltk/dillo/ and switched the version to 2.0jcid