]> git.lyx.org Git - lyx.git/history - src/TextClass.h
prepare Qt 5.6 builds
[lyx.git] / src / TextClass.h
2016-01-06 Peter Kümmelfix merged build
2015-12-13 Guillaume MunchLayout format update: AddToToc, IsTocCaption, OutlinerName
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-08-12 Richard HeckUpdate comments.
2014-02-09 Juergen SpitzmuellerDo not issue module warnings when just cloning a buffer...
2013-08-30 Richard HeckComments only.
2013-05-23 Richard HeckAdd support for package options in layout files. E.g.:
2013-05-20 Pavel SandaHeader cleanup cont.
2013-05-15 Georg BaumImplement forced local layouts
2013-05-02 Jean-Marc LasgouttesA first batch of potential bugs spotted by llvm/clang
2013-02-12 Richard HeckAdd "NoInsetLayout" tag for Uwe. Fixes bug #8545.
2012-10-09 Juergen SpitzmuellerIntroduce textclass categories
2012-07-21 Richard HeckFix a long-standing FIXME by resetting only the counter...
2012-05-31 Richard HeckDeal with memory issue reported some time ago in connec...
2012-03-01 Julien RiouxMove the citation engine machinery to layouts.
2011-12-06 Richard HeckNew layout tags specifically for CSS information.
2011-12-03 Julien RiouxRemove extra whitespace.
2011-06-08 Richard HeckFix bug #7517. This restores some code removed when...
2011-06-07 Richard HeckRevert previous commit, which committed too much.
2011-06-07 Richard HeckFix problem with static error list.
2011-05-08 Richard HeckFix bug #7500: There is presently no way in the GUI...
2010-07-18 Richard HeckFix problem reported by Vincent, that absence of python...
2010-04-18 Richard HeckA final bit of cleanup with the TextClass reading funct...
2010-03-29 Richard HeckIntroduce a simple macro facility for citation formats...
2010-03-29 Richard HeckRead the citation formats from a file, rather than...
2010-03-25 Richard HeckImprove yet further the error reporting when we try...
2010-03-23 Richard HeckStyle.
2010-03-22 Richard HeckFix bug #3686, by collecting information about missing...
2010-01-14 Richard HeckRevert r33039, which did not work at all.
2010-01-14 Richard HeckMinor InsetLayout cleanup.
2010-01-12 Richard HeckNew layout tag for specifying the style used for TOCs...
2009-12-10 Richard HeckStyle.
2009-06-05 Richard HeckSeparate HTML preamble information. This could be used...
2009-06-05 Richard HeckLayout infrastructure for HTML output.
2009-05-28 Jean-Marc LasgouttesAllow literate documents other than noweb to work out...
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'
next