]> git.lyx.org Git - lyx.git/history - src/insets/InsetLayout.cpp
* add PreBabelPreamble to Language definition (fixes #4786).
[lyx.git] / src / insets / InsetLayout.cpp
2010-10-13 Richard HeckAdd ResetsFont tag to InsetLayout, toward fixing bug...
2010-10-12 Richard Heckstyle
2010-08-09 Jean-Marc LasgouttesIntroduce new tag ParbreakIsNewline in Layout and Inset...
2010-08-08 Jean-Marc Lasgouttesfix oversight
2010-03-17 Richard HeckIntroduce a RefPrefix tag for Style, InsetLayout, and...
2010-02-13 Jürgen Spitzmüller* new InsetLayout tag to disallow spell checking. This...
2010-01-14 Richard HeckRevert r33039, which did not work at all.
2010-01-14 Richard HeckCharacter styles should have MultiPar = false, by default.
2010-01-14 Richard HeckMinor InsetLayout cleanup.
2009-12-18 Richard HeckEnhance LyX by fixing bug 5587. We add a new ContentAsL...
2009-11-19 Richard HeckThe default HTML tag for an InsetLayout should depend...
2009-11-19 Richard HeckSorry, I didn't mean to commit all that. Let's try...
2009-11-19 Richard HeckThe default tag for an InsetLayout should depend upon...
2009-10-30 Vincent van RavesteijnStandard Layout should be MultiPar. Now, because LFUN_B...
2009-10-27 Richard HeckWhat we mean by a label in HTML output and what LyX...
2009-10-27 Richard HeckWe should have a default tag for InsetLayout, too,...
2009-10-27 Richard HeckPut the InsetLayout default CSS stuff to use.
2009-10-27 Richard HeckA bit more cleanup, after JMarc.
2009-10-27 Jean-Marc LasgouttesMove some functions that only required a FontInfo param...
2009-10-27 Richard HeckDefault CSS for InsetLayout.
2009-10-26 Richard HeckTry to deal with one of the big problems here, namely...
2009-07-14 Jean-Marc Lasgouttesset better defaults for inset layouts: allow paragraph...
2009-06-06 Richard HeckAdd a couple more HTML* tags to InsetLayout, in a way...
2009-06-05 Richard HeckSeparate HTML preamble information. This could be used...
2009-06-05 Richard HeckInsetLayout infrastructure.
2009-06-03 Richard HeckRationalize the handling of InsetLayout's preamble...
2009-02-09 André Pönitzmove ColorSet to a header of its own to reduce #include...
2009-02-06 Richard HeckIntroduce the InToc tag for InsetLayout.
2008-12-16 Richard HeckCurrently, a second InsetLayout declaration of a given...
2008-12-16 Richard HeckConstness and a typo.
2008-10-25 Richard HeckFixme comment.
2008-10-25 Richard HeckFix another part of 5403, again to do with case sensiti...
2008-10-25 Richard HeckStyle.
2008-10-25 Richard HeckFix for another part of 5403, and related bugs, anyway...
2008-10-25 Richard HeckMore general fix for part of 5403.
2008-10-25 Pavel SandaAnother selection painting patch, PainterInfo::backgrou...
2008-10-25 Uwe StöhrInsetLayout.cpp: fix part of http://bugzilla.lyx.org...
2008-10-06 Richard HeckAdd a FIXME. We need to be more careful here.
2008-10-05 Richard HeckFurther to r26743, add CustomPars and ForcePlain layout...
2008-07-28 Richard HeckAdd CopyStyle tag for InsetLayout, per request of Steve...
2008-06-18 Pavel SandaFix include orderings.
2008-04-05 André Pönitzlexer cosmetics
2008-04-05 André Pönitzuse simpler parser interface
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-21 Richard HeckMake decoration default to, uh, Default. Flex insets...
2008-03-13 Jean-Marc Lasgouttestwo uninitialized variables uncovered by valgrind,...
2008-03-03 Richard HeckNasty mistake here.
2008-02-22 Richard HeckMove the enum into InsetLayout.
2008-02-22 Richard HeckThis should be the last of the commits refactoring...
2008-02-22 Richard HeckMore headers.
2008-02-22 Richard HeckThis is the second commit in the process of making...