]> git.lyx.org Git - lyx.git/history - src/TextClass.cpp
Fix bug #7044: Better error messages when modules are unavailable. Patch
[lyx.git] / src / TextClass.cpp
2011-01-13 Richard HeckFix bug #7044: Better error messages when modules are...
2011-01-12 Richard HeckAdd NoCounter layout tag. When working on output of...
2010-11-30 Pavel SandaKill translations for this string.
2010-11-18 Richard HeckImmediate but dumb partial fix for #7044.
2010-10-13 Richard HeckAdd ResetsFont tag to InsetLayout, toward fixing bug...
2010-10-12 Richard HeckGet rid of "CharStyle:", "Custom:", and "Element:"...
2010-08-09 Jean-Marc LasgouttesIntroduce new tag ParbreakIsNewline in Layout and Inset...
2010-08-05 Richard HeckRenaming.
2010-07-18 Richard HeckUpdate comment a bit further.
2010-07-18 Richard HeckFix problem reported by Vincent, that absence of python...
2010-07-18 Richard HeckRenaming and typo.
2010-06-04 Richard HeckIntroduce a new "RequiredArgs" tag for layouts. This...
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-04-18 Richard HeckStupid, stupid, stupid.
2010-04-18 Richard HeckA final bit of cleanup with the TextClass reading funct...
2010-04-18 Richard HeckA little more cleanup.
2010-04-18 Richard HeckMinor fixes to TextClass::read().
2010-04-17 Richard HeckDo not throw exceptions here either. See r22806.
2010-04-17 Richard HeckFix crash reported by Bennett. We could try to catch...
2010-04-14 Vincent van RavesteijnFix bug #6651: No error messages when module dependenci...
2010-04-07 Richard HeckWhitespace.
2010-04-01 Jean-Marc LasgouttesFix ticket #6634: LyX should pass the "noae" option...
2010-03-29 Richard HeckIntroduce a simple macro facility for citation formats...
2010-03-29 Richard HeckMake the default format translatable, and load the...
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-17 Richard HeckIntroduce a RefPrefix tag for Style, InsetLayout, and...
2010-03-10 Vincent van RavesteijnRemove superfluous std::.
2010-03-05 Richard HeckRework and partially revert r33631.
2010-03-05 Richard HeckChange the LaTeXBuiltin tag to a NeedsFloatPkg tag...
2010-02-13 Jürgen Spitzmüller* new InsetLayout tag to disallow spell checking. This...
2010-01-20 Richard HeckIntroduce a "formatted counter" for use with formatted...
2010-01-14 Richard HeckRevert r33039, which did not work at all.
2010-01-14 Richard HeckMinor InsetLayout cleanup.
2010-01-12 Richard HeckFix TOC section detection.
2010-01-12 Richard HeckNew layout tag for specifying the style used for TOCs...
2010-01-07 Richard HeckMake the float interface for XHTML consistent with...
2009-12-18 Richard HeckEnhance LyX by fixing bug 5587. We add a new ContentAsL...
2009-12-01 Richard HeckFix bug 5842: Add InPreamble tag for layouts.
2009-11-30 Richard HeckA bit of renaming, plus default values for htmlTag...
2009-10-27 Richard HeckUpdate layout format.
2009-10-11 Peter Kümmelfix merged build
2009-08-14 Richard Hecks/moduleList/theModuleList/ for style purposes.
2009-08-12 Richard HeckIfStyle and IfCounter tags for layout. Docs to follow.
2009-06-19 Richard HeckXHTML output for floats and captions.
2009-06-05 Richard HeckForgot to update the layout format when transferring...
2009-06-05 Richard HeckLayout infrastructure for HTML output.
2009-05-28 Jean-Marc LasgouttesAllow literate documents other than noweb to work out...
2009-02-17 Georg BaumBetter fix for bug 1476 (following an idea by Jean...
2009-02-12 Richard HeckRedundancy.
2009-02-11 Richard HeckMove some code around in an effort to make information...
2009-02-06 Richard HeckIntroduce the InToc tag for InsetLayout.
2009-02-04 Pavel Sandanext bit
2009-02-04 Georg BaumPartial fix of bug 1476:
2008-12-16 Richard HeckCurrently, a second InsetLayout declaration of a given...
2008-12-16 Richard HeckExit early to avoid indentation.
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
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-10-06 Richard HeckWhitespace and comment cleanup.
2008-10-05 Richard HeckFurther to r26743, add CustomPars and ForcePlain layout...
2008-09-08 Pavel SandaCoding style
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-23 Abdelrazak YounesAdd masks to temp file names, easier for debugging...
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...
next