Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
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-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-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-17 | properly handle comma separated lists of font names in CSS | Johannes Hofmann | |
2009-11-10 | Textblock::handOverBreak | corvid | |
2009-11-09 | fix some references to DwPage | corvid | |
2009-11-05 | hasListitemValue for Textblock | corvid | |
2009-11-05 | listitem alignment | corvid | |
2009-10-29 | shouldn't need lines() test in addSpace | corvid | |
2009-10-29 | return to earlier-space-style-prevails | corvid | |
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-29 | make popup menus work for unoccupied regions of tables | corvid | |
2009-10-29 | rm event emitter/receiver from Widget | corvid | |
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-29 | emit link press/release even when no widget present at point | corvid | |
2009-10-29 | move link signal emitter/receiver from Widget to Layout | corvid | |
http://lists.auriga.wearlab.de/pipermail/dillo-dev/2009-October/006936.html | |||
2009-10-26 | clean up addSpace | corvid | |
2009-10-26 | let later space override previous space | corvid | |
The earlier space is less likely to be styled with the intended appearance. | |||
2009-10-26 | return Word from findWord | corvid | |
2009-10-26 | use spaceStyle in Textblock::motionNotifyImpl when appropriate | corvid | |
2009-10-25 | recognize latin list style types as synonyms for alpha | corvid | |
2009-10-24 | tiny cleanup of addParbreak | corvid | |
2009-10-23 | don't crash with LIST_STYLE_TYPE_NONE | corvid | |
2009-10-23 | set listItem for listitems | corvid | |
2009-10-18 | use letter spacing when drawing | corvid | |
2009-10-17 | add letter-spacing support to CSS subsystem | Johannes Hofmann | |
The implementation in the fltk backend is still missing. | |||
2009-10-15 | remove multiple views capability from dw | corvid | |
It was complicated, we don't use it, and we currently had no plans to use it. | |||
2009-10-15 | remove "using namespace" statements from header files | Johannes Hofmann | |
"using namespace" in headers also affects all files that include the header which is unwanted and unexpected in most cases. | |||
2009-10-10 | tooltip workaround for chars special to fltk | corvid | |
2009-10-03 | clear tooltip when leaving textblock | corvid | |
2009-10-03 | some tooltips | corvid | |
2009-09-27 | extraneous variable | corvid | |
2009-09-26 | comment | corvid | |
2009-09-26 | use word index in lastWordDrawn | corvid | |
2009-09-26 | make line->lastWord zero-based for consistency | corvid | |
2009-09-25 | small cleanup in wordWrap | corvid | |
2009-09-24 | calcWidgetSize() more readable | corvid | |
2009-09-24 | default valign is baseline | corvid | |
2009-09-23 | adjust debugging code too | corvid | |
2009-09-23 | map default cursor to default cursor | corvid | |
For me, at least, ARROW and DEFAULT are slightly different. | |||
2009-09-23 | get usemap background cursor from image style | corvid | |
2009-09-20 | trim some spaces | corvid | |