]> git.lyx.org Git - lyx.git/history - src/Layout.cpp
Move Lexer to support/ directory (and lyx::support namespace)
[lyx.git] / src / Layout.cpp
2012-11-23 Juergen SpitzmuellerDo not separate the shortcut from the label string
2012-11-23 Juergen SpitzmuellerMerge remote-tracking branch 'origin/master' into featu...
2012-11-20 Juergen SpitzmuellerMerge remote-tracking branch 'origin/master' into featu...
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-11-20 Juergen SpitzmuellerMerge remote-tracking branch 'origin/master' into featu...
2012-11-20 Juergen SpitzmuellerMerge branch 'master' into features/latexargs
2012-11-19 Juergen SpitzmuellerInsetArgument revision, first working version
2012-10-28 Lars Gullik Bjønnessrc/*.cpp: reformatting to increase consistency
2012-04-30 Vincent van RavesteijnFix bug #8078: Assertions in xhtml output on Windows
2012-04-29 Jürgen SpitzmüllerMerge branch 'master' of git.lyx.org:lyx
2012-04-10 Georg BaumTranslations for listings insets
2012-03-30 Pavel SandaMerge branch 'master' of lyx:lyx
2012-03-25 Georg BaumExtend the notermination flag to math as well.
2012-01-14 Enrico ForestieriAfter r40612, the check for isFullUnicode is redundant...
2012-01-14 Enrico ForestieriAvoid \inputencoding altogether if the buffer encoding...
2012-01-13 Richard HeckSquash warning.
2012-01-13 Enrico ForestieriRefine fix for bug #7800. Don't use \inputencoding...
2011-10-18 Enrico ForestieriAccomodate MSVC idiosyncrasies.
2011-10-17 Jean-Marc Lasgouttescompilation fix; a couple of warnings
2011-10-09 Enrico ForestieriRefine fix for bug #7800. Also allow setting the docume...
2011-10-08 Enrico ForestieriFix bug #7800 (Lyx cannot create dvi with Russian)
2011-10-05 Richard HeckClean up a bit. These comments are no help here.
2011-03-28 Richard HeckRemove obsolete layout tags.
2011-03-23 Georg BaumFirst version of separate translation machinery for...
2010-12-08 Jürgen Spitzmüllermake i18npreamble work with polyglossia.
2010-11-28 Richard HeckAllow InPreamble to be used with Paragraph-type environ...
2010-11-21 Georg BaumLoad mhchem if it is requested unconditionally, fix...
2010-11-17 Richard HeckBetter way of doing these checks, suggested by Enrico.
2010-11-17 Richard HeckOne more isalpha issue. Original routine also removed...
2010-09-15 Richard HeckAutomatic CSS for left and right margins, too. Fixes...
2010-09-15 Richard HeckLabel tag should default to div for "top environment...
2010-09-15 Richard HeckAuto-generate centering info for centered labels.
2010-09-15 Richard HeckAdd alignment to default CSS.
2010-09-15 Richard Heckcomments and whitespace
2010-09-15 Richard HeckAdd topsep and bottomsep handling to the default CSS...
2010-09-15 Richard HeckWhoops.
2010-08-09 Jean-Marc LasgouttesIntroduce new tag ParbreakIsNewline in Layout and Inset...
2010-08-05 Richard HeckMake sure the layout has actually been closed. Otherwis...
2010-07-11 Richard HeckSmall improvement to RefPrefix.
2010-06-29 Peter KümmelTR1: use std::tr1 regex with msvc10
2010-06-15 Richard HeckFix InPreamble. I must have committed an incomplete...
2010-06-04 Richard HeckFix silly initialization bug.
2010-06-04 Richard HeckIntroduce a new "RequiredArgs" tag for layouts. This...
2010-03-17 Richard HeckIntroduce a RefPrefix tag for Style, InsetLayout, and...
2010-02-13 Jürgen SpitzmüllerAdd the spellcheck tag also to paragraph styles.
2010-01-19 Richard HeckCollect the title for XHTML output, and use it.
2009-12-01 Richard HeckWhoops.
2009-12-01 Richard HeckFix bug 5842: Add InPreamble tag for layouts.
2009-10-27 Jean-Marc LasgouttesMove some functions that only required a FontInfo param...
2009-10-27 Richard HeckRenaming.
2009-10-27 Richard HeckWe need to do some cleanup on the layout name before...
2009-10-27 Richard HeckAdd routine to create default CSS for layouts.
2009-10-27 Richard HeckRename some things to improve clarity.
2009-10-26 Richard HeckMove the defaults to Layout.
2009-10-26 Richard HeckSome framework stuff for default-generated CSS.
2009-06-06 Richard HeckNow we can restore the old (and better) behavior of...
2009-06-06 Richard HeckFix a bug. Cosmetics.
2009-06-05 Richard HeckSeparate HTML preamble information. This could be used...
2009-06-05 Richard HeckLayout infrastructure for HTML output.
2009-06-02 Richard HeckA little cleanup of the layout files.
2009-03-25 Vincent van RavesteijnCosmetics.
2009-02-17 Georg BaumBetter fix for bug 1476 (following an idea by Jean...
2009-02-04 Georg BaumPartial fix of bug 1476:
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-06 Richard HeckRemove unused code related to InsetEnvironment experiment.
2008-07-11 Bo PengImprove the local layout feature by better handling...
2008-07-07 Pavel SandaRemove InsetEnvironment. This is unfinished decade...
2008-05-06 Jean-Marc Lasgouttesunbreak compilation (part 3)
2008-05-06 Abdelrazak Younesremove unneeded includes.
2008-04-05 André Pönitzmore Lexer;
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-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-03-06 Richard HeckNo need to lowercase here.
2008-03-06 Richard HeckBackend support for layout categorization.
2008-02-23 André Pönitzmostly s/Paragraph::layout(...)/Paragraph::setLayout...
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-14 Richard HeckFix Layout::read() API.
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-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 André Pönitzhand-crafted LyXErr
2007-11-25 Peter Kümmeldon't declare if already done in a header
2007-11-06 Martin VermeerFix bug 4329
2007-11-01 Stefan Schimanski* reverting previous workarounds. With Martin's commit...
2007-11-01 Stefan Schimanski* yet another compile fix.
2007-11-01 Martin VermeerFix inset font inheritance mechanism; smaller clean-ups
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-09-29 André Pönitzcosmetics
2007-08-18 Abdelrazak Younes* Layout.h
2007-08-06 Richard HeckMake LYX_ALIGN_LAYOUT always be an available layout...
2007-07-12 Jean-Marc Lasgouttes * Layout.cpp (read): fix ObsoletedBy and DependsOn...
next