Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2009-09-20 | fix up licensing | corvid | |
2009-09-19 | use word extremes in findWord() | corvid | |
2009-09-19 | clean up Textblock::motionNotifyImpl | corvid | |
2009-09-19 | rm unused Textblock fields | 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-14 | spelling | corvid | |
2009-09-09 | spelling | 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 | fix text search when text contains special char equal to -2 | Johannes Hofmann | |
The values of START and END in CharIterator must not clash with any possible char value. As it is undefined whether char is signed or not we need to use values that do not clash in either case. | |||
2009-09-02 | draw triangles if border sides differ in shade | Johannes Hofmann | |
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-09-01 | further reduce size of rectangles before drawing | Johannes Hofmann | |
Make currently exposed area available in FltkViewBase and use it to clip rectangles to the required size before drawing them. We can use the same mechanism to limit drawImage() calls instead of doing it in dw/image.cc as currently done. |