Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-06 | disable drag and drop | Johannes Hofmann | |
DND support crashes on MacOSX and causes confusion on X11. reported by: James C | |||
2015-01-04 | Add break option after inline-block. | Sebastian Geerken | |
2015-01-02 | 'adjust_min_width' is now set by default. | Sebastian Geerken | |
2014-12-25 | quiet MSG | corvid | |
2014-12-24 | merge 3.0.4.1 branch | corvid | |
2014-12-24 | Updates for 3.0.4.1 | Jorge Arellano Cid | |
2014-12-21 | more (and indentation in one spot) | corvid | |
2014-12-21 | trim some spaces | corvid | |
2014-12-21 | redundant ';' | corvid | |
2014-12-20 | mention redirection fix for this releaserelease-3_0_4_1 | corvid | |
2014-12-20 | update documentation for --local | corvid | |
2014-12-20 | Fix: Abort redirections and META-refresh for URLs marke "local". | Jorge Arellano Cid | |
2014-12-10 | mention in splash | corvid | |
2014-12-10 | Avoid 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-08 | mention resizable-window fix | corvid | |
2014-12-08 | make sure window is resizable with fltk-1.3.3 | Johannes 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-25 | splash text | corvid | |
2014-11-25 | don't load background images in --local mode | Johannes Hofmann | |
2014-11-21 | No BREAKs anymore around a float. | Sebastian Geerken | |
2014-10-22 | trim the publicsuffix TLDs yet again | corvid | |
in January 2010, there were 42 entries. Now there are 22, and nearly all of them are rather...marginal. | |||
2014-10-19 | free web when Domain denies open_url | corvid | |
2014-10-18 | when cookies are disabled, let that version of a_Cookies_init() run | corvid | |
(it prints a MSG) | |||
2014-10-10 | URL in MSG | corvid | |
2014-10-08 | more compact MSG | corvid | |
2014-10-03 | Added (not implemented) CSS attribute 'overflow'. | Sebastian Geerken | |
2014-09-24 | DBG_OBJ_COLOR: order of arguments. | Sebastian Geerken | |
2014-09-23 | don't load background images in --local mode | Johannes Hofmann | |
noticed-by: eocene | |||
2014-09-19 | Added missing backslash. | Sebastian Geerken | |
2014-09-16 | url positioning in location bar | corvid | |
the brief thread http://lists.dillo.org/pipermail/dillo-dev/2014-September/010205.html | |||
2014-09-14 | no unicode surrogates in html5 charrefs | corvid | |
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-11 | bug msg | corvid | |
'' (empty string) resembled " (double quotes) too strongly. | |||
2014-09-10 | stylesheets: make cache query when cache buf is there but not completed yet | corvid | |
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-10 | cache abort: don't skip clients | corvid | |
2014-09-10 | during freeall, free queued http socket data | corvid | |
I saw this with valgrind, and I think this is one that used to appear on Jeremy's logs... | |||
2014-09-10 | png error handler MSG include URL | corvid | |
2014-09-06 | menu: waste time improving the validator callbacks | corvid | |
as if anyone knows/remembers that they exist. | |||
2014-09-06 | http fd map robustness | corvid | |
2014-09-06 | don't need port defines in url.h | corvid | |
2014-09-05 | persistent connections: reply complete only if cache didn't abort | corvid | |
I'm amazed that it took me something like six months to encounter this case. | |||
2014-08-14 | improve lang and xml:lang attribute parsing | Johannes Hofmann | |
2014-08-12 | http.c comments | corvid | |
2014-08-12 | don't use connect_queued_sockets for connection reuse | corvid | |
2014-08-12 | keep the socket data around instead of active_fds | corvid | |
...because we need more than fds. | |||
2014-08-12 | Dlist for socket queue | corvid | |
...because I have changes in mind where I need to keep the queue easy to deal with. | |||
2014-08-10 | trim spaces | corvid | |
...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-08 | abort failed queries | corvid | |
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-06 | splash: move the notes up to where they're harder for a new user not to see | corvid | |
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-06 | mention cookies right on the splash page | corvid | |
...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-05 | html5 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-05 | bug msg | corvid | |
'' (empty string) resembled " (double quotes) too strongly. |