summaryrefslogtreecommitdiff
path: root/dw/textblock.cc
AgeCommit message (Expand)Author
2016-06-26Fix valgrind complain.Sebastian Geerken
2016-06-26Simplify again the signature of OOFAwareWidget:getGeneratorWidth(), with a sl...Sebastian Geerken
2016-06-20Incremental resizing for OOFFloatsMgr.Sebastian Geerken
2016-06-18Fix <button> size (treat as inline).Sebastian Geerken
2016-06-18Merge, undo Jorges change.Sebastian Geerken
2016-06-18Documentation and comments on Jorge's patch.Sebastian Geerken
2016-06-17Fix for updateReference() (missing content, overlapped text sometimes)Jorge Arellano Cid
2016-06-17Fix for CPU-hog bugs with deeply nested elements.Jorge Arellano Cid
2016-06-17Optimize Textblock::updateReference().Jorge Arellano Cid
2016-06-04Revert an accidental commit of testing code (2 patches in the queue).Jorge Arellano Cid
2016-06-04imported patch pos-adjustmentsJorge Arellano Cid
2016-06-04imported patch renamesJorge Arellano Cid
2016-05-29Comment.Sebastian Geerken
2016-05-29Fix position for sizeRequest in Textblock widget (simplification).Sebastian Geerken
2016-05-29Fix position for sizeRequest in Textblock widget (comments).Sebastian Geerken
2016-05-29Fix position for sizeRequest in Textblock widget (corrections).Sebastian Geerken
2016-05-29Comments, cleanup.Sebastian Geerken
2016-05-29Fix position for sizeRequest in Textblock widget (draft).Sebastian Geerken
2016-05-27RTFL messages.Sebastian Geerken
2016-05-27TyposJorge Arellano Cid
2016-05-27Textblock::getGeneratorWidth() may use caller information to adjust return va...Sebastian Geerken
2016-05-08RTFL.Sebastian Geerken
2016-05-08Allow negative Textblock::getGeneratorWidth (fixes case of overlapping floats.Sebastian Geerken
2016-04-30RTFL.Sebastian Geerken
2016-04-23GROWS: new options allowDecreaseWidth and allowDecreaseHeight for size correc...Sebastian Geerken
2016-04-03Replace OOFAwareWidget::borderChanged by OOFAwareWidget::updateReference.Sebastian Geerken
2016-04-03WidgetReference: Widget::widgetReference.Sebastian Geerken
2016-04-02Content with type WIDGET_OOF_REF now refers to new class WidgetReference.Sebastian Geerken
2016-01-10SRDOP: Fix passing positions to first block within a list item.Sebastian Geerken
2016-01-10RTFL.Sebastian Geerken
2016-01-10Whitespace.Sebastian Geerken
2016-01-09Widget::calcExtraSpace is only called for size, not for extremes.Sebastian Geerken
2016-01-09SRDOP: Extend Widget::calcExtraSpace and Widget::calcExtraSpaceImpl by refere...Sebastian Geerken
2016-01-08Rename OOFAwareWidget::isPossibleContainer to isPossibleOOFContainer (clang w...Sebastian Geerken
2016-01-03Fix (first half of) problem with "clear" position.Sebastian Geerken
2016-01-02SRDOP: Consider references and positions in Textblock::sizeRequestImpl (fix).Sebastian Geerken
2016-01-02Style.Sebastian Geerken
2016-01-01SRDOP: Consider references and positions in Textblock::sizeRequestImpl.Sebastian Geerken
2016-01-01Fix RTFL message.Sebastian Geerken
2015-12-30SRDOP: fix floats within textblocks not necessarily allocating the availabke ...Sebastian Geerken
2015-12-29SRDOP: More RTFL.Sebastian Geerken
2015-12-28SRDOP: Fix endless recursion.Sebastian Geerken
2015-12-28RTFL messages.Sebastian Geerken
2015-12-28SRDOP: Correct y position passed by Textblock (plus RTFL messages).Sebastian Geerken
2015-10-24Remove Textblock::childBaseAllocation (not needed anymore after SRDOP).‰Sebastian Geerken
2015-10-17Fixed a bug in Textblock::findParagraphOfWord.Sebastian Geerken
2015-10-10SRDOP: clear (still buggy).Sebastian Geerken
2015-10-04SRDOP: correct usage of get*Border.Sebastian Geerken
2015-10-03SRDOP: more cleanup related to floats.Sebastian Geerken
2015-10-03SRDOP: Simplifications related to OOFFloatsMgr::calcClearPosition.Sebastian Geerken