Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-10 | dillorc update http_user_agent examples | corvid | |
2013-11-20 | Added option "load_background_images" and entry in the tools menu. | Sebastian Geerken | |
2013-10-16 | Strechability of non-justified lines: refinements. | Sebastian Geerken | |
2013-09-16 | Made show_url dillorc option work again (BUG#1128) | Jorge Arellano Cid | |
Some apps that embed dillo or work in kiosk mode find good use for it. | |||
2013-09-14 | BUG#1140: add show_ui_tooltip preference | corvid | |
2013-08-21 | Some more on white_bg_replacement. | Sebastian Geerken | |
2013-07-23 | add search from address bar | Johannes Hofmann | |
Add the possibility to search from address bar by entering a prefix of a search_url label followed by a blank followed by the search term. Submitted by: Aki Helin <aki.helin@iki.fi> with some modifications. | |||
2013-04-04 | Some comments in "Release overview" and dillorc. | Jorge Arellano Cid | |
2013-03-28 | Fixed a typo. | Sebastian Geerken | |
2013-01-26 | dillorc move ui colors into the ui section | corvid | |
2013-01-26 | dillorc update sample user agent | corvid | |
2013-01-26 | dillorc give the ui prefs some commentary | 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-12-28 | Added comments for penalties in dillorc. | Sebastian Geerken | |
2012-10-02 | rm filter_auto_requests | corvid | |
2012-05-28 | remove scroogle from search engine list, it's discontinued | Johannes Hofmann | |
Submitted by: 123 <p37sitdu@lavabit.com> | |||
2011-11-17 | trim some spaces | corvid | |
2011-10-13 | dillorc: update user agent sample strings | corvid | |
2011-09-17 | add show_quit_dialog dillorc option | Johannes Hofmann | |
2011-09-13 | UI theme preference | corvid | |
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 | |