aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2011-08-29splash pageJorge Arellano Cid
2011-08-28fix doctree leakJohannes 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-27ChangeLogJohannes Hofmann
2011-08-27collapse parent top margin with first child's top marginJohannes Hofmann
2011-08-27don't count margin-bottom twiceJohannes 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-26Start new focused tabs with an empty titleJorge Arellano Cid
2011-08-26rm unused argcorvid
2011-08-24ChangeLogJohannes Hofmann
2011-08-24add support for CSS adjacent sibling selectorsJohannes Hofmann
2011-08-24ChangelogJorge Arellano Cid