Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-09 | cookies use server date to interpret Expires attr | corvid | |
2010-01-09 | timestamps a little less strict | corvid | |
2010-01-09 | cookies follow draft spec's simple parsing | corvid | |
2010-01-09 | cookies follow draft spec for domains | corvid | |
2010-01-09 | cookies follow draft spec for paths | corvid | |
2010-01-09 | cookies: rm version, comment, comment url, port, Cookie2 | corvid | |
2010-01-09 | rm support for ancient ~/.dillo/cookies file | corvid | |
2010-01-07 | make Doctree a non-virtual class | Johannes Hofmann | |
Doctree now is a proper class with it's own implementation. StyleEngine no longer needs to provide the Doctree interface itself. This hopefully make the code easier to understand and should also be a bit faster as no virtual methods are involved. | |||
2010-01-07 | also try bindir when looking for dpid | corvid | |
2010-01-05 | check cursor in StyleAttrs::equals() and StyleAttrs::hashValue() | Johannes Hofmann | |
Noticed by corvid, see: http://lists.auriga.wearlab.de/pipermail/dillo-dev/2010-January/007146.html | |||
2010-01-02 | cookies don't leak extra domain/path attrs | corvid | |
2010-01-01 | MSG | corvid | |
2009-12-31 | silence a MSG | corvid | |
2009-12-31 | cookie domains | corvid | |
2009-12-31 | only strip path when generating default | corvid | |
Having seen the pre-existing strip call in Cookies_get() -- and thinking unixly of paths -- I did the wrong thing. I was set straight when google gave me a path attribute of /search and the URL path was /search. | |||
2009-12-31 | cookie paths | corvid | |
2009-12-30 | cookies with longer paths go first in header | corvid | |
2009-12-30 | domain comparison not case-sensitive | corvid | |
2009-12-30 | handle max-age + expires error case | corvid | |
2009-12-28 | clean up cookie expiration/replacement and sessions | corvid | |
2009-12-27 | handle whitespace following cookie attribute value | corvid | |
This isn't beautiful, but I don't want to make sweeping changes in cookie parsing if I don't expect to test it much myself. I think leading whitespace would be legal, too, but I won't worry about that for now. | |||
2009-12-25 | adjust findLineIndex | corvid | |
I noticed that when I was highlighting text in line n, Dillo was also redrawing line n-1. Incidentally, it seems that the default arrow cursor points with the tip of the black arrow itself, and not with the tip of the white border surrounding it. | |||
2009-12-23 | little more spelling/grammar | corvid | |
2009-12-23 | typo | corvid | |
2009-12-22 | spelling | corvid | |
2009-12-20 | recognize text-{top,bottom} as vertical-align values | corvid | |
2009-12-19 | merge | Johannes Hofmann | |
2009-12-19 | ChangeLog | Johannes Hofmann | |
2009-12-19 | fix CSS_SHORTHAND_DIRECTIONS case in CssParser | Johannes Hofmann | |
* Don't modify type parameter in tokenMatchesProperty() if there is no match. * Use correct type for each of the values parsed in a CSS_SHORTHAND_DIRECTIONS-style declaration. | |||
2009-12-18 | merge | Jorge Arellano Cid | |
2009-12-18 | Changed the default background color when allow_white_bg=NO | Jorge Arellano Cid | |
2009-12-18 | merge | Jorge Arellano Cid | |
2009-12-18 | support border-width: thin | medium | thick | Johannes Hofmann | |
2009-12-17 | focus main on enter | Johannes Hofmann | |
submitted by furaisanjin <furaisanjin@gmail.com> | |||
2009-12-10 | msg | corvid | |
2009-12-09 | remove DISPLAY_LAST | Johannes Hofmann | |
2009-12-08 | add DISPLAY_NONE | Johannes Hofmann | |
2009-12-08 | add support for CSS property list-style-position | Johannes Hofmann | |
2009-12-07 | adjust comments (submitted by Tim Nieradzik) | Johannes Hofmann | |
2009-12-05 | initialize fontAttrs.letterSpacing in test programs | Johannes Hofmann | |
It would be a good idea to add a proper constructor to FontAttrs, but my attempts to do so while avoiding unnecessary initialization before attrs are copied over anyway resulted in pretty complicated c++ stuff which I want to avoid. We might find a sane way to do it some day. Reported by: Tim Nieradzik <tim.nieradzik@gmx.de> | |||
2009-12-04 | add dummy word for empty lines in plain.cc | Johannes Hofmann | |
2009-12-02 | set style.display in StyleEngine | Johannes Hofmann | |
2009-11-30 | documentation: no more multiple views | corvid | |
2009-11-30 | typo | corvid | |
2009-11-30 | more of same | corvid | |
2009-11-30 | documentation: update references to LinkReceiver | corvid | |
2009-11-30 | documentation: anchor | corvid | |
2009-11-30 | Separate Anchors out from Words | corvid | |
The reason for this is that they were in the way when adding parbreaks. http://lists.auriga.wearlab.de/pipermail/dillo-dev/2009-November/007044.html | |||
2009-11-29 | respect UTF-8 when splitting long lines in plain.cc (noticed by corvid) | Johannes Hofmann | |
When splitting long lines in plain text to avoid X11 coordinate overflows we need to make sure that multibyte UTF-8 chars are not split. Additionally combining chars like accents should stay together with their base char. | |||
2009-11-27 | use a_UIcmd_open_url() instead of a_Nav_push() in dillo.cc | Johannes Hofmann | |