]> git.lyx.org Git - lyx.git/history - src/Layout.cpp
add short git hash to name of devel disk images to get different names for devel...
[lyx.git] / src / Layout.cpp
2014-05-29 Juergen SpitzmuellerAdd layout tag that determines if/when a paragraph...
2014-04-21 Richard HeckThis is the result of an audit of all static variables...
2013-09-29 Vincent van RavesteijnMerge: Remove tex2lyx defines to allow for newer automake
2013-09-29 Jean-Marc LasgouttesRemove dependency on NO_LAYOUT_CSS #define in Layout.cpp
2013-05-15 Georg BaumImplement forced local layouts
2013-05-13 Georg BaumAdd test for Layout::write()
2013-03-31 Georg BaumFix layout write bugs found by tests
2013-03-31 Georg BaumImplement writing of layouts
2013-02-24 Juergen SpitzmuellerAllow to specify default argument for layout/inset...
2013-02-09 Richard HeckChange LabelType Top_Environment to LabelType Above...
2013-02-09 Richard HeckRemove references to Counter LabelType from source...
2013-01-22 Julien RiouxSeparation of the various names for encodings.
2013-01-13 Juergen SpitzmuellerReset postcommandargs as well on resetargs (bug #8500)
2012-12-28 Juergen SpitzmuellerSupport for command argument placement after the workar...
2012-12-19 Juergen SpitzmuellerMake the \item command in lists customizable
2012-12-17 Vincent van RavesteijnIntroduce Layout::args() and simplify code
2012-12-16 Juergen SpitzmuellerOption to auto-insert a paragraph style option, particu...
2012-12-10 Juergen SpitzmuellerPossibility to specify a preset argument
2012-12-09 Juergen SpitzmuellerAllow to separate menu string from label string for...
2012-11-30 Juergen Spitzmuellerallow linebreak in argument delimiter string
2012-11-29 Juergen SpitzmuellerSupport for \item arguments
2012-11-26 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-11-26 Juergen SpitzmuellerAllow for some argument visual customization
2012-11-25 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-11-25 Juergen SpitzmuellerAdd LeftDelim and RightDelim to the Style and InsetLayo...
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...
next