Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-08-29 | splash page | Jorge Arellano Cid | |
2011-08-28 | fix doctree leak | Johannes Hofmann | |
HTML like <div>hello</div> </body> </html> <div>hello</div> currently causes the document tree to be a forest with two root nodes. To ensure we don't leak the first tree, an additional root node is introduced to hold all document trees. Catched by: Jeremy's valgrind logs Reported by: corvid <corvid@lavabit.com> | |||
2011-08-27 | ChangeLog | Johannes Hofmann | |
2011-08-27 | collapse parent top margin with first child's top margin | Johannes Hofmann | |
2011-08-27 | don't count margin-bottom twice | Johannes Hofmann | |
Avoid margin-bottom being counted twice. Testcase: <div style="border: 1px solid black; margin-bottom: 100px">foo bar</div> <div style="border: 1px solid black">foo bar</div> | |||
2011-08-26 | Start new focused tabs with an empty title | Jorge Arellano Cid | |
2011-08-26 | rm unused arg | corvid | |
2011-08-24 | ChangeLog | Johannes Hofmann | |
2011-08-24 | add support for CSS adjacent sibling selectors | Johannes Hofmann | |