aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-01-06disable drag and dropJohannes Hofmann
DND support crashes on MacOSX and causes confusion on X11. reported by: James C
2015-01-04Add break option after inline-block.Sebastian Geerken
2015-01-02'adjust_min_width' is now set by default.Sebastian Geerken
2014-12-25quiet MSGcorvid
2014-12-24merge 3.0.4.1 branchcorvid
2014-12-24Updates for 3.0.4.1Jorge Arellano Cid
2014-12-21more (and indentation in one spot)corvid
2014-12-21trim some spacescorvid
2014-12-21redundant ';'corvid
2014-12-20mention redirection fix for this releaserelease-3_0_4_1corvid
2014-12-20update documentation for --localcorvid
2014-12-20Fix: Abort redirections and META-refresh for URLs marke "local".Jorge Arellano Cid
2014-12-10mention in splashcorvid
2014-12-10Avoid a corner case segfault when no search URL is found in dillorc.Jorge Arellano Cid
e.g. entering a space containing sring in address bar.
2014-12-08mention resizable-window fixcorvid
2014-12-08make sure window is resizable with fltk-1.3.3Johannes Hofmann
A change introduced in fltk-1.3.3 makes it necessary to set the resizable of the window before any focus change is triggered. Otherwise the Dillo window cannot be resized in certain situations.
2014-11-25splash textcorvid
2014-11-25don't load background images in --local modeJohannes Hofmann
2014-11-21No BREAKs anymore around a float.Sebastian Geerken
2014-10-22trim the publicsuffix TLDs yet againcorvid
in January 2010, there were 42 entries. Now there are 22, and nearly all of them are rather...marginal.
2014-10-19free web when Domain denies open_urlcorvid
2014-10-18when cookies are disabled, let that version of a_Cookies_init() runcorvid
(it prints a MSG)
2014-10-10URL in MSGcorvid
2014-10-08more compact MSGcorvid
2014-10-03Added (not implemented) CSS attribute 'overflow'.Sebastian Geerken
2014-09-24DBG_OBJ_COLOR: order of arguments.Sebastian Geerken
2014-09-23don't load background images in --local modeJohannes Hofmann
noticed-by: eocene
2014-09-19Added missing backslash.Sebastian Geerken
2014-09-16url positioning in location barcorvid
the brief thread http://lists.dillo.org/pipermail/dillo-dev/2014-September/010205.html
2014-09-14no unicode surrogates in html5 charrefscorvid
I see that clang gives warnings when it sees them. I had it that way because I start with the html5 json file that gives them like that for whatever reason.
2014-09-11bug msgcorvid
'' (empty string) resembled " (double quotes) too strongly.
2014-09-10stylesheets: make cache query when cache buf is there but not completed yetcorvid
Happened to notice that if I ran: $ dillo http://hg.dillo.org http://hg.dillo.org only one of them got its stylesheet.
2014-09-10cache abort: don't skip clientscorvid
2014-09-10during freeall, free queued http socket datacorvid
I saw this with valgrind, and I think this is one that used to appear on Jeremy's logs...
2014-09-10png error handler MSG include URLcorvid
2014-09-06menu: waste time improving the validator callbackscorvid
as if anyone knows/remembers that they exist.
2014-09-06http fd map robustnesscorvid
2014-09-06don't need port defines in url.hcorvid
2014-09-05persistent connections: reply complete only if cache didn't abortcorvid
I'm amazed that it took me something like six months to encounter this case.
2014-08-14improve lang and xml:lang attribute parsingJohannes Hofmann
2014-08-12http.c commentscorvid
2014-08-12don't use connect_queued_sockets for connection reusecorvid
2014-08-12keep the socket data around instead of active_fdscorvid
...because we need more than fds.
2014-08-12Dlist for socket queuecorvid
...because I have changes in mind where I need to keep the queue easy to deal with.
2014-08-10trim spacescorvid
...now that floats and grows are in the repo and I won't be making Sebastian's life difficult with a bunch of whitespace changes.
2014-08-08abort failed queriescorvid
http://lists.dillo.org/pipermail/dillo-dev/2014-July/010190.html and no one objected, and it hasn't given me any trouble, so...
2014-08-06splash: move the notes up to where they're harder for a new user not to seecorvid
Now, I like having the release information early in the page -- it feels _proper_ somehow -- but the new user won't read as far as the user who is interested in what's in the new release.
2014-08-06mention cookies right on the splash pagecorvid
...because there will always be those who casually try out dillo and just see that they can't log in anywhere. I see this on forums when I look around the web.
2014-08-05html5 doctype, whitespace permitted between "html" and '>'corvid
...not only permitted, but seen sometimes. Why anyone would do that, I don't know. Maybe to make certain browsers fail.
2014-08-05bug msgcorvid
'' (empty string) resembled " (double quotes) too strongly.