]> git.lyx.org Git - lyx.git/history - src/TextClass.h
Account for old versions of Pygments
[lyx.git] / src / TextClass.h
2008-02-23 André Pönitzmostly s/Paragraph::layout(...)/Paragraph::setLayout...
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-22 Richard HeckThis is the second commit in the process of making...
2008-02-21 Richard HeckAdd empty InsetLayout for undefined cases. Should avoid...
2008-02-14 Richard HeckFix TextClass::read API. Also some cleanup.
2008-02-13 Abdelrazak YounesDocument Layout::read() and TextClass::read() return...
2008-02-13 Abdelrazak Younes*TextClass::readStyle(): return true on success!
2008-02-12 Richard HeckFix bug 4037 and related problems. The patch has been...
2008-02-01 Jean-Marc LasgouttesUse a set<string> instead of a vecctor<string> for...
2008-01-07 Jürgen Spitzmüller*** Requires tag for classes, layouts and custom insets ***
2007-11-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
2007-11-07 Abdelrazak YounesMove InsetLayout definition to insets/InsetLayout.h
2007-11-04 André Pönitzcosmetics
2007-10-29 Martin VermeerCommit the new parameter ForceLtR before Abdel moves...
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-10-25 Martin VermeerIntroduce inset parameters keepempty, freespacing,...
2007-10-23 André Pönitzcosmetics
2007-10-20 Martin VermeerForgot this
2007-10-09 Martin VermeerFix bug, and introduce MultiPar parameter for flex...
2007-09-29 André Pönitzcosmetics
2007-09-19 André Pönitzreduce #includes
2007-09-05 Martin VermeerName change CharStyle -> Flex
2007-08-29 Richard HeckThis is one of a series of patches that will merge...
2007-08-27 Martin VermeerCompile fix after bg color patch, thx Bo
2007-08-26 Martin VermeerMove background colour into the layout files -- for...
2007-08-25 Martin VermeerClean-up in CharStyles, externalize detection of undefi...
2007-08-25 Martin VermeerMake Richard happy, add inset layout parm 'Decoration'
2007-08-25 Martin Vermeersmall move-over charstyle -> insetlayout
2007-08-23 André Pönitzrename Layout_ptr into LayoutPtr
2007-08-22 Martin Vermeerlayout2layout, changeover to version 5
2007-08-18 Abdelrazak Younes* Layout.h
2007-08-17 Martin VermeerPartial merge of CharStyle and InsetLayout stuff, first...
2007-08-16 Jean-Marc Lasgouttesrename TextClass::ctrs_ to counters_
2007-08-13 Martin VermeerPrepare for inset configurability
2007-07-11 Abdelrazak YounesAllow unicode in Layout names.
2007-04-29 André Pönitzrename LyXTextClass* into TextClass*