aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-29password shreddingcorvid
Justus had written a patch for this, but the list archive didn't want to disgorge it, so I wrote one.
2011-09-29rename variablecorvid
Use the name from rfc2616 to make it easier to understand
2011-09-27typocorvid
2011-09-25let the enter key trigger buttons when possiblecorvid
Topic brought up by Alexander recently. In FLTK2, Enter and Space would both trigger buttons. In 1.3, only Space does it. I asked the FLTK guys about this, and I learned that Space to trigger buttons is actually old-school X behaviour that I somehow never became aware of.
2011-09-25brace positioncorvid
2011-09-25use-after-freecorvid
I accidentally went to the url "80", got an unfamiliar error msg, and immediately wondered what valgrind would think of this unfamiliar path. And valgrind found a bug.
2011-09-24manpage rm version numbercorvid
2011-09-24if not following a redirection, show body of redirecting pagecorvid
as suggested by Axel Beckert in http://lists.auriga.wearlab.de/pipermail/dillo-dev/2011-September/008992.html
2011-09-23Added tag release-3_0_1 for changeset 538f207b9077Johannes Hofmann
2011-09-21prepare dillo-3.0.1release-3_0_1Johannes Hofmann
2011-09-19shorter cookies-not-sent MSGcorvid
2011-09-18rename fncorvid
Trying to make it a little clearer. It's surprising how there isn't a good, brief, clear term for this. Discussion of the concept tends to start using words like "administration" and "control".
2011-09-17add show_quit_dialog dillorc optionJohannes Hofmann
2011-09-17color pref error MSGcorvid
2011-09-16use x,y for tools popupcorvid
2011-09-16position history menu below buttoncorvid
2011-09-16a compromise on tab appearance for the momentcorvid
It looks like plastic just _insists_ on mixing lots and lots of grey in, so if you pick a color that you like in plain/gtk+, it gets seriously washed out in plastic. There is a problem of getting nearly indistinguishable colors.
2011-09-16FL_THIN_UP_BOX for tabscorvid
2011-09-16staticcorvid
2011-09-16cookies dpi: MSG only when returning >0 cookiescorvid
2011-09-16update TLDscorvid
What an awful situation it is in general.
2011-09-16don't print ALLOW MSGs in Capi_filters_testcorvid
2011-09-16privacy: never accept cookies in responses to third-party requestscorvid
as mentioned in section 7.1 of RFC 6265
2011-09-16put public suffix comparison directly in url.ccorvid
2011-09-15let downloads dpi use the fltk schemecorvid
In dillo, fltk putenv()s the scheme (FLTK_SCHEME), and Fl::scheme(NULL) getenv)s it. Not that it makes much of a difference to the downloads dpi...
2011-09-14privacy: never send cookies in third-party requestscorvid
as mentioned in section 7.1 of RFC 6265
2011-09-14Allow key bindings for paging left/rightcorvid
2011-09-14fix up splash pagecorvid
2011-09-13use a dRealloccorvid
mentioned by Alexander on dillo-dev
2011-09-13UI theme preferencecorvid
2011-09-13allow fltk scheme experimentationcorvid
2011-09-11more pixmap cleaningcorvid
2011-09-11fix a couple of stray pixels in the tools pixmapcorvid
2011-09-11set tooltip text color to always use blackcorvid
2011-09-11reintroduce fltk2-era special handling for the color blackcorvid
I was mistakenly under the impression that it wasn't necessary for 1.3, but if you use 0 for a color, that means FL_FOREGROUND_COLOR.
2011-09-09tiny a_Web_new() cleanupcorvid
2011-09-08fix linkcorvid
2011-09-06Added tag release-3_0 for changeset 774ca641e41dJorge Arellano Cid
2011-09-06Last changes before dillo-3.0 release (rc3)release-3_0Jorge Arellano Cid
2011-09-06remove trailing whitespaceJorge Arellano Cid
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-09-03use Fl::option() when disabling UI tooltipscorvid
2011-09-02Cancel the expected URL after offering a download, part 2 (BUG#982)Jorge Arellano Cid
There was a convoluted way of using an already freed bw: first, one bw asks for a page, and that becomes conn->bw, and then another bw starts also asking for the page, and the first bw closes, invalidating the conn->bw, and then the second bw closes and the cancel expect code tries to use the old bw. Fixed now.
2011-08-31mergeJorge Arellano Cid
2011-08-31BugFix: first click on a link missed after middle-click on a scrollbarJorge Arellano Cid
2011-08-30mention font issue in READMEcorvid
2011-08-30Corrections in README fileJorge Arellano Cid
2011-08-29Minor changes for dillo-3.0-rc2Jorge Arellano Cid
2011-08-29Added a few search options to dillorc. Also switched the default to duckduck.goJorge Arellano Cid
2011-08-29splash wordingcorvid