aboutsummaryrefslogtreecommitdiff
path: root/dillorc
AgeCommit message (Collapse)Author
2011-09-06avoid redraw loops with ComplexComplexButtonResourceJohannes 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-29Added a few search options to dillorc. Also switched the default to duckduck.goJorge Arellano Cid
2011-08-23dillorc: de-bowdlerise duckduckgo search optioncorvid
2011-08-05dillorc search_url explanatory textcorvid
2011-07-30fix utf8 issues with wikipedia searchJohannes Hofmann
2011-07-29dillorc panel_size descriptive textcorvid
2011-07-29Removed the large panel option (P_large).Jorge Arellano Cid
Nobody saw use for it...
2011-07-24Added labels to the search_url examples in dillorcJorge Arellano Cid
2011-07-24Added an optional label to dillorc's search_url. Format: "[<label> ]<url>"Jorge Arellano Cid
2011-07-12dillorc font suggestionscorvid
2011-06-10rm reference to fltk2corvid
2011-04-29Set middle click as default for close tab (+ right_click_closes_tab in dillorc)Jorge Arellano Cid
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