]> git.lyx.org Git - lyx.git/history - src/TextClass.cpp
Update my email and status.
[lyx.git] / src / TextClass.cpp
2008-07-15 Richard HeckAdd a comment about bug 4812.
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-07 Pavel SandaRemove InsetEnvironment. This is unfinished decade...
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-16 André Pönitza leak in DocumentClassBundle.
2008-04-15 Richard HeckFix comment.
2008-04-15 Richard HeckThis string cannot be translated here, because it is...
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-04-03 André Pönitzcosmetics
2008-04-03 André Pönitzsimplify Lexer handling a bit more
2008-04-02 André Pönitznext try...
2008-04-02 André Pönitzrevert last patch. there's something wrong, possibly...
2008-04-02 André Pönitzsimplify Lexer use a bit
2008-03-24 Pavel SandaPlainLayout -> Plain Layout
2008-03-24 Richard HeckNew AddToPreamble tag for layout files. This tag will...
2008-03-24 Richard HeckAdd support for document-local layout information....
2008-03-07 Abdelrazak YounesMSVC Compile fix.
2008-03-07 Richard HeckBaseClassList --> LayoutFileList
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 HeckChanges LayoutList from a vector<LayoutPtr> to a vector...
2008-03-06 Richard HeckKill indexing into the list of layouts.
2008-03-02 Jürgen Spitzmüller** subfig support **
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 HeckMissed this when fixing the TextClass::read() API.
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-25 Richard HeckReplace boost::shared_ptr<TextClass> with a global...
2008-02-24 Bo PengLoad local textclass in addTextClass(), reload local...
2008-02-23 André Pönitzmostly s/Paragraph::layout(...)/Paragraph::setLayout...
2008-02-22 Richard HeckThis is the second commit in the process of making...
2008-02-22 Richard HeckThis is the first of a series of commits that will...
2008-02-21 Richard HeckAdd empty InsetLayout for undefined cases. Should avoid...
2008-02-18 Jean-Marc Lasgouttes * TextClass.cpp (read): do not use istrstream (which...
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-14 Richard HeckFix Layout::read() API.
2008-02-14 Richard HeckFix TextClass::read API. Also some cleanup.
2008-02-13 Abdelrazak Younes*TextClass::readStyle(): return true on success!
2008-02-13 Abdelrazak Younesrev 22973: correct fix.
2008-02-13 Abdelrazak YounesWarning fix
2008-02-12 Richard HeckFix bug 4037 and related problems. The patch has been...
2008-02-06 Abdelrazak YounesTex2lyx Compile fix: use Exception Message instead...
2008-02-06 Abdelrazak Younesshutup warning.
2008-02-05 Richard HeckPartially fix bug 4532: http://bugzilla.lyx.org/show_bu...
2008-02-05 Richard HeckTweaks.
2008-02-03 Richard HeckCosmetic.
2008-02-01 Jean-Marc LasgouttesUse a set<string> instead of a vecctor<string> for...
2008-01-08 Jürgen Spitzmüller* src/TextClass.cpp:
2008-01-08 Jürgen Spitzmüller* src/TextClass.cpp:
2008-01-07 Jürgen Spitzmüller*** Requires tag for classes, layouts and custom insets ***
2007-12-17 Abdelrazak Younes* get rid of support::absolutePath()
2007-12-16 Abdelrazak Younesheader cleanup.
2007-12-16 Abdelrazak YounesTransfer tempName() implementation to FileName.
2007-12-12 Abdelrazak Younesgetting rid of superfluous lyx::support:: statements.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-12-08 Peter Kümmelfix wrong tex2lyx hack
2007-12-08 Peter Kümmelfix wrong tex2lyx hack
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 Abdelrazak Younes* FileName:
2007-11-25 Peter Kümmelfix compile, but it breaks cmake's merged build
2007-11-25 Peter Kümmeldon't declare if already done in a header
2007-11-25 André Pönitzs/isFileReadable/isReadableFile;
2007-11-15 André Pönitzreduce line noise
2007-11-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
2007-11-04 André Pönitzcosmetics
2007-11-03 Abdelrazak YounesAlso give sane labelfont to modules.
2007-11-03 Abdelrazak YounesFurther cleanup of InsetFlex, InsetCollapsable and...
2007-11-01 Stefan Schimanski* reverting previous workarounds. With Martin's commit...
2007-11-01 Stefan Schimanski* and another one. Trying to compile before committing...
2007-11-01 Martin VermeerFix inset font inheritance mechanism; smaller clean-ups
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-20 Martin VermeerForgot this
2007-10-18 André Pönitzisome more FileName shuffling
2007-10-18 André Pönitzstart using FileName::exists()
2007-10-09 Martin VermeerFix bug, and introduce MultiPar parameter for flex...
2007-09-29 André Pönitzcosmetics
2007-09-06 Martin VermeerBetter error signaling
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-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 VermeerOne more changeover charstyle -> insetlayout
2007-08-25 Martin VermeerMake Richard happy, add inset layout parm 'Decoration'
2007-08-24 Martin VermeerInset configurability: separate charstyle and custom...
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-18 Martin VermeerBrown paper bag
2007-08-17 Martin VermeerPartial merge of CharStyle and InsetLayout stuff, first...
2007-08-16 Jean-Marc Lasgouttesrevert inadvertent patch
2007-08-16 Jean-Marc Lasgouttesrename TextClass::ctrs_ to counters_
2007-08-16 Jean-Marc LasgouttesThe counters labelstring patch. Part 1: the infrastructure.
next