]> git.lyx.org Git - lyx.git/history - src/TextClass.h
Speed up FileName operator== (Georg's solution).
[lyx.git] / src / TextClass.h
2009-04-10 Jürgen Spitzmüller* new per-document default output format. File format...
2009-02-17 Georg BaumBetter fix for bug 1476 (following an idea by Jean...
2009-02-11 Richard HeckMove some code around in an effort to make information...
2008-12-16 Richard HeckCurrently, a second InsetLayout declaration of a given...
2008-10-23 Richard HeckThis patch introduces ProvidesModule and ExcludesModule...
2008-10-07 Richard HeckThe default modules should be kept in order.
2008-10-06 Richard HeckFix bug 5316 properly. The fix is to make the routine...
2008-08-01 Richard HeckA bit more empty-->plain. I've also changed createEmpty...
2008-08-01 Richard HeckMore empty-->plain changes.
2008-08-01 Richard HeckChange the "empty layout" to the "plain layout", to...
2008-07-28 Richard HeckAdd CopyStyle tag for InsetLayout, per request of Steve...
2008-07-25 Richard HeckAdd UseModule tag for layout files. This allows the...
2008-07-15 Richard HeckSome minor upgrades to r25555. Moved addLayoutIfNeeded...
2008-07-11 Richard Heck'Default'-->'Empty' in Bo's recent commit. Default...
2008-07-11 Bo PengImprove the local layout feature by better handling...
2008-07-10 Richard HeckRename empty layout stuff to plain layout stuff.
2008-07-08 Richard HeckMore comments.
2008-07-08 Richard HeckComments.
2008-04-16 André Pönitza leak in DocumentClassBundle.
2008-03-24 Richard HeckAdd support for document-local layout information....
2008-03-15 Richard HeckComment cleanup.
2008-03-13 Richard HeckComment.
2008-03-07 Richard HeckGet rid of the boost::shared_ptr's in TextClass.{h...
2008-03-06 Richard HeckImprove performance of TextClass type objects by making...
2008-03-06 Richard HeckChange the interface to a paragraph's layout. We still...
2008-03-06 Richard HeckChanges LayoutList from a vector<LayoutPtr> to a vector...
2008-03-06 Richard HeckKill indexing into the list of layouts.
2008-02-29 Richard HeckThis is the last of the commits that hopes to enforce...
2008-02-28 Richard HeckFix oddity in bibtotoc handling.
2008-02-28 Richard HeckComment.
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-25 Richard HeckComments, cosmetics.
2008-02-25 Richard HeckReplace boost::shared_ptr<TextClass> with a global...
2008-02-24 Richard HeckTry to make the distinction between base classes and...
2008-02-24 Richard HeckRestore Andre's TextClassIndex, but now in the form...
2008-02-24 Richard HeckRevert 23154.
2008-02-24 Richard HeckTypo.
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*