]> git.lyx.org Git - lyx.git/history - src/Layout.h
Allow for some argument visual customization
[lyx.git] / src / Layout.h
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 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-04-29 Jürgen SpitzmüllerMerge branch 'master' of git.lyx.org:lyx
2012-04-10 Georg BaumTranslations for listings insets
2012-01-14 Enrico ForestieriAfter r40612, the check for isFullUnicode is redundant...
2012-01-13 Enrico ForestieriRefine fix for bug #7800. Don't use \inputencoding...
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-03-28 Richard HeckRemove obsolete layout tags.
2010-12-08 Jürgen Spitzmüllermake i18npreamble work with polyglossia.
2010-08-09 Jean-Marc LasgouttesIntroduce new tag ParbreakIsNewline in Layout and Inset...
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-10 Richard HeckInitial work for InsetTOC. This does actually write...
2009-12-01 Richard HeckFix bug 5842: Add InPreamble tag for layouts.
2009-11-15 Richard HeckStyle.
2009-10-27 Richard HeckForgot this in a previous commit.
2009-10-27 Richard HeckRenaming.
2009-10-27 Richard HeckWe need to do some cleanup on the layout name before...
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-10-26 Richard HeckAllow the suppression of LyX's own labels.
2009-10-26 Richard HeckThis commit does two things.
2009-10-24 Richard HeckMore typos.
2009-10-24 Richard HeckFix a couple typos.
2009-07-12 Jean-Marc LasgouttesRemove Layout::labelstring_appendix method; add a bool...
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-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-04-05 André Pönitzmore Lexer;
2008-03-06 Richard HeckChange the interface to a paragraph's layout. We still...
2008-03-06 Richard HeckBackend support for layout categorization.
2008-02-14 Richard HeckFix Layout::read() API.
2008-02-13 Abdelrazak YounesDocument Layout::read() and TextClass::read() return...
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-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-09-29 André Pönitzcosmetics
2007-09-20 André PönitzRemove a few includes from Text.h
2007-08-18 Abdelrazak Younes* Layout.h
2007-08-06 Richard HeckMake LYX_ALIGN_LAYOUT always be an available layout...
2007-07-11 Abdelrazak YounesAllow unicode in Layout names.
2007-07-02 Jean-Marc LasgouttesFix bug 3750: this code is a kludge and should be remov...
2007-04-29 André Pönitzresolve the layout.h <=> Layout.h conflict
2007-04-29 André Pönitzrename LyXTextClass* into TextClass*
2007-04-29 André Pönitzrename LyXLayout into Layout