Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-29 | password shredding | corvid | |
Justus had written a patch for this, but the list archive didn't want to disgorge it, so I wrote one. | |||
2011-09-29 | rename variable | corvid | |
Use the name from rfc2616 to make it easier to understand | |||
2011-09-27 | typo | corvid | |
2011-09-25 | let the enter key trigger buttons when possible | corvid | |
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-25 | brace position | corvid | |
2011-09-25 | use-after-free | corvid | |
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-24 | manpage rm version number | corvid | |
2011-09-24 | if not following a redirection, show body of redirecting page | corvid | |
as suggested by Axel Beckert in http://lists.auriga.wearlab.de/pipermail/dillo-dev/2011-September/008992.html | |||
2011-09-23 | Added tag release-3_0_1 for changeset 538f207b9077 | Johannes Hofmann | |
2011-09-21 | prepare dillo-3.0.1release-3_0_1 | Johannes Hofmann | |
2011-09-19 | shorter cookies-not-sent MSG | corvid | |
2011-09-18 | rename fn | corvid | |
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-17 | add show_quit_dialog dillorc option | Johannes Hofmann | |
2011-09-17 | color pref error MSG | corvid | |
2011-09-16 | use x,y for tools popup | corvid | |
2011-09-16 | position history menu below button | corvid | |
2011-09-16 | a compromise on tab appearance for the moment | corvid | |
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-16 | FL_THIN_UP_BOX for tabs | corvid | |
2011-09-16 | static | corvid | |
2011-09-16 | cookies dpi: MSG only when returning >0 cookies | corvid | |
2011-09-16 | update TLDs | corvid | |
What an awful situation it is in general. | |||
2011-09-16 | don't print ALLOW MSGs in Capi_filters_test | corvid | |
2011-09-16 | privacy: never accept cookies in responses to third-party requests | corvid | |
as mentioned in section 7.1 of RFC 6265 | |||
2011-09-16 | put public suffix comparison directly in url.c | corvid | |
2011-09-15 | let downloads dpi use the fltk scheme | corvid | |
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-14 | privacy: never send cookies in third-party requests | corvid | |
as mentioned in section 7.1 of RFC 6265 | |||
2011-09-14 | Allow key bindings for paging left/right | corvid | |
2011-09-14 | fix up splash page | corvid | |
2011-09-13 | use a dRealloc | corvid | |
mentioned by Alexander on dillo-dev | |||
2011-09-13 | UI theme preference | corvid | |
2011-09-13 | allow fltk scheme experimentation | corvid | |
2011-09-11 | more pixmap cleaning | corvid | |
2011-09-11 | fix a couple of stray pixels in the tools pixmap | corvid | |
2011-09-11 | set tooltip text color to always use black | corvid | |
2011-09-11 | reintroduce fltk2-era special handling for the color black | corvid | |
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-09 | tiny a_Web_new() cleanup | corvid | |
2011-09-08 | fix link | corvid | |
2011-09-06 | Added tag release-3_0 for changeset 774ca641e41d | Jorge Arellano Cid | |
2011-09-06 | Last changes before dillo-3.0 release (rc3)release-3_0 | Jorge Arellano Cid | |
2011-09-06 | remove trailing whitespace | Jorge Arellano Cid | |
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-09-03 | use Fl::option() when disabling UI tooltips | corvid | |
2011-09-02 | Cancel 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-31 | merge | Jorge Arellano Cid | |
2011-08-31 | BugFix: first click on a link missed after middle-click on a scrollbar | Jorge Arellano Cid | |
2011-08-30 | mention font issue in README | corvid | |
2011-08-30 | Corrections in README file | Jorge Arellano Cid | |
2011-08-29 | Minor changes for dillo-3.0-rc2 | Jorge Arellano Cid | |
2011-08-29 | Added a few search options to dillorc. Also switched the default to duckduck.go | Jorge Arellano Cid | |
2011-08-29 | splash wording | corvid | |