aboutsummaryrefslogtreecommitdiff
path: root/dw/listitem.cc
AgeCommit message (Collapse)Author
2015-12-30SRDOP: fix floats within textblocks not necessarily allocating the availabke ↵Sebastian Geerken
width.
2015-01-04Added Extremes::adjustmentWidth; fixed Textblock::mustBeWidenedToAvailWidth.Sebastian Geerken
2014-06-15Renaming.Sebastian Geerken
2013-12-20RTFL messages.Sebastian Geerken
2013-12-09Activated RTFL again, see <http://www.dillo.org/~sgeerken/rtfl/>.Sebastian Geerken
2012-11-14Cleaned up preferences.Sebastian Geerken
2012-11-08Making hyphen penalties configurable.Sebastian Geerken
2009-12-08add support for CSS property list-style-positionJohannes Hofmann
2009-11-05hasListitemValue for Textblockcorvid
2009-10-23set listItem for listitemscorvid
2009-09-03always use getRef for Words and Linescorvid
2009-03-02Updated the GPL copyright note in the source filesDetlef Riekenberg
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2009-01-26don't strdup() text passed to ListItem::initWithText()Johannes Hofmann
Memory allocation for text is done within Textblock itself (noticed by Jeremy).
2008-09-24- Moved the dw2 tree into dillo2's tree.jcid