aboutsummaryrefslogtreecommitdiff
path: root/dillorc
AgeCommit message (Collapse)Author
2014-04-07switch off background image loading by defaultJohannes Hofmann
2014-04-05dillorc, fix missing '#' in colorcorvid
2014-04-05update user agent examplecorvid
2014-04-05dillorc, for http_language, give an example seen in default firefox rather ↵corvid
than an arbitrary convoluted one
2014-04-05dillorc, mention gleam themecorvid
2013-12-10dillorc update http_user_agent examplescorvid
2013-11-20Added option "load_background_images" and entry in the tools menu.Sebastian Geerken
2013-10-16Strechability of non-justified lines: refinements.Sebastian Geerken
2013-09-16Made 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-14BUG#1140: add show_ui_tooltip preferencecorvid
2013-08-21Some more on white_bg_replacement.Sebastian Geerken
2013-07-23add search from address barJohannes 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-04Some comments in "Release overview" and dillorc.Jorge Arellano Cid
2013-03-28Fixed a typo.Sebastian Geerken
2013-01-26dillorc move ui colors into the ui sectioncorvid
2013-01-26dillorc update sample user agentcorvid
2013-01-26dillorc give the ui prefs some commentarycorvid
2013-01-02throw in some more UI colors to play withcorvid
2012-12-31rm show_url preferencecorvid
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-30ui color fg/bg preferencescorvid
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-28Added comments for penalties in dillorc.Sebastian Geerken
2012-10-02rm filter_auto_requestscorvid
2012-05-28remove scroogle from search engine list, it's discontinuedJohannes Hofmann
Submitted by: 123 <p37sitdu@lavabit.com>
2011-11-17trim some spacescorvid
2011-10-13dillorc: update user agent sample stringscorvid
2011-09-17add show_quit_dialog dillorc optionJohannes Hofmann
2011-09-13UI theme preferencecorvid
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