Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-07 | adjust comments (submitted by Tim Nieradzik) | Johannes Hofmann | |
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-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 | 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-24 | tiny cleanup of addParbreak | corvid | |
2009-10-23 | don't crash with LIST_STYLE_TYPE_NONE | corvid | |
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-03 | clear tooltip when leaving textblock | 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-20 | trim some spaces | corvid | |
2009-09-19 | use word extremes in findWord() | corvid | |
2009-09-19 | clean up Textblock::motionNotifyImpl | corvid | |
2009-09-19 | let's not draw spaces before breaks | corvid | |
They look bad when highlighting, and if there's a good need for them, I haven't noticed it yet. | |||
2009-09-19 | decorate/highlight spaces after widgets | corvid | |
2009-09-19 | split up drawLine | corvid | |
2009-09-08 | fix for a9e4b97dbbac | corvid | |
2009-09-03 | always use getRef for Words and Lines | corvid | |
2009-09-03 | TextblockIterator::getAllocation: use start & end args rather than entire Word. | corvid | |
This matters for the case of plain text, where an entire line is currently passed to dw as one very long Word. | |||
2009-09-02 | don't calculate textWidth unnecessarily | corvid | |
2009-09-02 | spelling | corvid | |
2009-09-01 | TextblockIterator::getAllocation(): take spaces into account | corvid | |
This is why findtext wasn't always scrolling far enough horizontally. | |||
2009-08-02 | a Textblock::addText() that takes len arg | corvid | |
2009-07-14 | optimize Textblock::drawLine() | Johannes Hofmann | |
Skip words that are left of the area to be drawn and stop drawing once we reach a word that is completely to the right of the drawing area. | |||
2009-03-02 | Updated the GPL copyright note in the source files | Detlef Riekenberg | |
2009-02-13 | Cleaned up Textblock::drawLine() | corvid | |
2009-02-11 | Tweak for e28cf4b71832 (set SUB to 1/3) | corvid | |
2009-02-11 | Fix for e28cf4b71832 (highlight starting with space) | corvid | |
2009-02-11 | Enhanced and cleaned up text decorations for SUB and SUP. | corvid | |
2009-02-10 | Implemented the "overline" text-decoration. | corvid | |
2009-02-09 | Fixed offset calculation for overlined <SUP>ed text | corvid | |
2009-02-09 | whitespace cleanup: 's/ +$//g' | Jorge Arellano Cid | |
2009-02-08 | Fixed line width for element S (strike through) | corvid | |
2009-01-16 | Added lout/msg.h and normalized debug messages to use it. | Jorge Arellano Cid | |
2008-12-16 | fix textblocks with padding | Johannes Hofmann | |