dillo

log

age author description
5 weeks ago Johannes Hofmann Backed out changeset fb9edbc20db0default tip
2 months ago Johannes Hofmann support display:inline-block
2 months ago corvid typo
2 months ago Johannes Hofmann replace polling in dns.c with a pipe
3 months ago corvid ChangeLog
3 months ago corvid unused defines
3 months ago Johannes Hofmann remove unused code
3 months ago Johannes Hofmann backout b42bb23a65bc and replace it with an assert()
3 months ago Johannes Hofmann rework image handling code
3 months ago Johannes Hofmann check for url in DilloHtml::loadImages
3 months ago Johannes Hofmann make DilloHtml::loadImages() more readable
3 months ago Johannes Hofmann fix image leak introduced in 8214199c2703
3 months ago Johannes Hofmann add support for the CSS display: property
3 months ago Johannes Hofmann add display: property to user agent style
3 months ago Johannes Hofmann ignore remote CSS rules that could reveal browser history
3 months ago Johannes Hofmann add inline-block to possible display: values
4 months ago Johannes Hofmann fix descendant selector matching
4 months ago Johannes Hofmann try to make CssStyleSheet::apply more readable
4 months ago Johannes Hofmann cleanup CssStyleSheet a bit
4 months ago Johannes Hofmann move buildUserAgentStyle and buildUserStyle to styleengine.cc
4 months ago Johannes Hofmann use array of CssStyleSheets instead of pointers in CssContext
4 months ago Johannes Hofmann simplify CssContext a bit
4 months ago Johannes Hofmann rewrap: take line1OffsetEff into account, if lastLine is the first line
5 months ago corvid at least get rid of libpng autoconf error msg for now
5 months ago corvid Added tag release-3_0_2 for changeset 7dd022aa15ad
5 months ago corvid prepare dillo-3.0.2release-3_0_2
5 months ago corvid freshmeat changed its name to freecode in October
5 months ago corvid documenting non-dillo code
6 months ago corvid trim some spaces
6 months ago corvid ChangeLog
6 months ago corvid never treat URI schemes case-sensitively
6 months ago corvid don't force list item markers to far left (text-align)
6 months ago corvid some isascii()
6 months ago corvid continued
6 months ago corvid fix IPv6 addr recognition
6 months ago corvid dns: hostname comparisons not case-sensitive
6 months ago corvid generic font-family names not case-sensitive
6 months ago corvid locale-independent ASCII character case handling
6 months ago corvid more image magic
6 months ago Jorge Arellano Cid merge
6 months ago Jorge Arellano Cid merge
6 months ago Jorge Arellano Cid Allow "view source" to reload upon user request
6 months ago corvid image magic is case-sensitive
6 months ago corvid update ChangeLog
6 months ago Jeremy Henty Bind Ctrl-{PageUp,PageDown} to tab-{previous,next}.
6 months ago corvid improve combining char handling in text selection
6 months ago corvid do more to pretend that a space at end of line is not there
6 months ago corvid in findWord(), if in space, use space dimensions specifically
6 months ago corvid when selecting (clicking), only trigger link if within confines of word itself
6 months ago corvid some sendSelectionEvent() cleaning
6 months ago corvid fix small-caps bug introduced in 8c20f260b445
6 months ago corvid simplify text selection a bit
6 months ago corvid fix letter-spacing with combining characters
6 months ago corvid when selecting (clicking) in space, use space style's link
6 months ago corvid back out c6cbf3ae7ffd (LC_CTYPE)
6 months ago corvid middle click on stylesheet menu item opens in new tab/window
6 months ago corvid text-transform property
6 months ago corvid reset LC_CTYPE to C (for the benefit of Turkic locales)
6 months ago corvid increase col/rowspan limit from 50 to 100
6 months ago corvid add a text input when input type is not recognized