summaryrefslogtreecommitdiff
path: root/dw
AgeCommit message (Collapse)Author
2010-01-05check 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
2009-12-25adjust findLineIndexcorvid
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-23little more spelling/grammarcorvid
2009-12-23typocorvid
2009-12-22spellingcorvid
2009-12-20recognize text-{top,bottom} as vertical-align valuescorvid
2009-12-09remove DISPLAY_LASTJohannes Hofmann
2009-12-08add DISPLAY_NONEJohannes Hofmann
2009-12-08add support for CSS property list-style-positionJohannes Hofmann
2009-12-07adjust comments (submitted by Tim Nieradzik)Johannes Hofmann
2009-11-30documentation: update references to LinkReceivercorvid
2009-11-30documentation: anchorcorvid
2009-11-30Separate Anchors out from Wordscorvid
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-17properly handle comma separated lists of font names in CSSJohannes Hofmann
2009-11-10Textblock::handOverBreakcorvid
2009-11-09fix some references to DwPagecorvid
2009-11-05hasListitemValue for Textblockcorvid
2009-11-05listitem alignmentcorvid
2009-10-29shouldn't need lines() test in addSpacecorvid
2009-10-29return to earlier-space-style-prevailscorvid
I had changed it in rev. f231450b81a1 a few days ago. http://lists.auriga.wearlab.de/pipermail/dillo-dev/2009-October/006943.html
2009-10-29make popup menus work for unoccupied regions of tablescorvid
2009-10-29rm event emitter/receiver from Widgetcorvid
If we want it back someday, we know where to find it. Given the coarse-grained nature of Textblock, I imagine that whatever Dillo might use in a javascript future would be somewhat different anyway.
2009-10-29emit link press/release even when no widget present at pointcorvid
2009-10-29move link signal emitter/receiver from Widget to Layoutcorvid
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2009-October/006936.html
2009-10-26clean up addSpacecorvid
2009-10-26let later space override previous spacecorvid
The earlier space is less likely to be styled with the intended appearance.
2009-10-26return Word from findWordcorvid
2009-10-26use spaceStyle in Textblock::motionNotifyImpl when appropriatecorvid
2009-10-25recognize latin list style types as synonyms for alphacorvid
2009-10-24tiny cleanup of addParbreakcorvid
2009-10-23don't crash with LIST_STYLE_TYPE_NONEcorvid
2009-10-23set listItem for listitemscorvid
2009-10-18use letter spacing when drawingcorvid
2009-10-17add letter-spacing support to CSS subsystemJohannes Hofmann
The implementation in the fltk backend is still missing.
2009-10-15remove multiple views capability from dwcorvid
It was complicated, we don't use it, and we currently had no plans to use it.
2009-10-15remove "using namespace" statements from header filesJohannes Hofmann
"using namespace" in headers also affects all files that include the header which is unwanted and unexpected in most cases.
2009-10-10tooltip workaround for chars special to fltkcorvid
2009-10-03clear tooltip when leaving textblockcorvid
2009-10-03some tooltipscorvid
2009-09-27extraneous variablecorvid
2009-09-26commentcorvid
2009-09-26use word index in lastWordDrawncorvid
2009-09-26make line->lastWord zero-based for consistencycorvid
2009-09-25small cleanup in wordWrapcorvid
2009-09-24calcWidgetSize() more readablecorvid
2009-09-24default valign is baselinecorvid
2009-09-23adjust debugging code toocorvid
2009-09-23map default cursor to default cursorcorvid
For me, at least, ARROW and DEFAULT are slightly different.
2009-09-23get usemap background cursor from image stylecorvid
2009-09-20trim some spacescorvid