aboutsummaryrefslogtreecommitdiff
path: root/dw/textblock_linebreaking.cc
AgeCommit message (Expand)Author
2014-09-22Implemented OOFPositionedMgr::tellPosition (and what is needed else).Sebastian Geerken
2014-09-22Extended signature of OOFM::tellPosition.Sebastian Geerken
2014-09-17Merge with main repo.Sebastian Geerken
2014-09-17Fixed "holes" in paragraphs list after hyphenation.Sebastian Geerken
2014-09-12OOFAwareWidget: (mostly) finished moving stuff from Textblock to OOFAwareWidget.Sebastian Geerken
2014-09-12OOFAwareWidget: moving some stuff from Textblock to OOFAwareWidget.Sebastian Geerken
2014-09-12Moved some classes to namespace dw::oof.Sebastian Geerken
2014-09-01Some fixes on recent OOFM splitup.Sebastian Geerken
2014-09-01Many changes: split up OutOfFlowMgr for floats, and absolutely and fixedly po...Sebastian Geerken
2014-08-11Inline blocks are now containers for floats.Sebastian Geerken
2014-08-10trim spacescorvid
2014-08-09Empty lines are how (in most cases) higher than one pixel.Sebastian Geerken
2014-08-08RTFL.Sebastian Geerken
2014-07-18New dillorc option 'adjust_min_width'. Also fixed bug in textblock extremes c...Sebastian Geerken
2014-07-05Applied new RTFL macros (ENTER, LEAVE) to textblock*.cc.Sebastian Geerken
2014-06-30Removed apperently unnecessary method.Sebastian Geerken
2014-06-30Adjusted Widget::getAvailHEIGHT[OfChild]. Also, changed definition of 'intrin...Sebastian Geerken
2014-06-15Some reorganisation of Textblock, part 2.Sebastian Geerken
2014-06-15Some reorganisation of Textblock, part 1.Sebastian Geerken
2014-06-15Renaming.Sebastian Geerken
2014-05-29More renaming.Sebastian Geerken
2014-05-29Some renaming and cleanup.Sebastian Geerken
2014-05-29Distinction between 'block-level' and 'possible container'.Sebastian Geerken
2014-05-28Cleaned up 'block-level' definition.Sebastian Geerken
2014-05-11Fixed recent change of Textblock::wrapWord.Sebastian Geerken
2014-05-11RTFL.Sebastian Geerken
2014-05-11Fixed a bug in extremes calculation (related to hyphenation).Sebastian Geerken
2014-05-11Textblock::wordWrap returns not just true/false, but the exact difference.Sebastian Geerken
2014-05-11RTFL.Sebastian Geerken
2014-05-10Some RTFL and comments.Sebastian Geerken
2014-05-09Fixed handling of breaks for spaces.Sebastian Geerken
2014-05-08Fixed calculation of Word::maxAscent and Word::maxDescent. (Plus much RTFL.)Sebastian Geerken
2014-05-08Added penalties to RTFL word messages.Sebastian Geerken
2014-05-08Some cleanup.Sebastian Geerken
2014-05-03'text-indent' is now regarded properly in extremes calculation.Sebastian Geerken
2014-04-30Fixed OOF reference.Sebastian Geerken
2014-04-25Removed TODO comment.Sebastian Geerken
2014-04-24Integration of floats and hyphenation, part 2 (finished).Sebastian Geerken
2014-04-23Integration of floats and hyphenation, part 1 (unfinished).Sebastian Geerken
2014-04-21Redraw problem seems to be fixed. (TODO: Cleanup and document lastWordDrawn a...Sebastian Geerken
2014-04-11Updated some copyright messages.Johannes Hofmann
2014-04-06Fixed float detection bug.Sebastian Geerken
2014-04-04Fixed confusion of bool and bool* (caused endless loop).Sebastian Geerken
2014-04-04RTFL.Sebastian Geerken
2014-04-04Fixed Textblock::balanceBreakPosAndHeight.Sebastian Geerken
2014-04-03TB::balanceBreakPosAndHeight is now also applied to lined without floats.Sebastian Geerken
2014-04-03Fixed initialization problem.Sebastian Geerken
2014-04-03Some refactoring.Sebastian Geerken
2014-04-02Fixed a bug related to line breaking/float positioning (and an RTFL glitch).Sebastian Geerken
2014-04-01Solved problems with OOF references at the end of a textblock.Sebastian Geerken