]> git.lyx.org Git - lyx.git/history - src/insets/InsetCaption.cpp
Refactor OutputParams
[lyx.git] / src / insets / InsetCaption.cpp
2020-11-30 Yuriy SkalkoRefactor OutputParams
2020-09-19 Thibaut CuvelierMerge branch 'feature/docbook' into master
2020-09-19 Thibaut CuvelierDocBook: ensure xml:id is not output too many times.
2020-07-08 Thibaut CuvelierNew DocBook support
2020-06-15 Thibaut CuvelierRename XHTMLStream to XMLStream, move it to another...
2020-03-07 Juergen SpitzmuellerConsider CT underlining pref in captions markup
2020-03-06 Juergen SpitzmuellerMarkup changed captions in workarea by underline and...
2020-03-06 Juergen SpitzmuellerTell updateBuffer whether an inset is deleted.
2020-01-15 Jean-Marc LasgouttesReplace the hardcoded TEXT_TO_INSET_OFFSET by tunable...
2020-01-10 Juergen SpitzmuellerAdd buffer param to opt-out fragile content movement
2019-09-15 Jean-Marc LasgouttesRemove unused private members.
2019-03-14 Juergen SpitzmuellerMove labels and insets out of moving arguments
2019-03-12 Juergen SpitzmuellerAdd NeedMBoxProtect [inset]layout option
2017-12-14 Jean-Marc LasgouttesAvoid assignment in if() clause
2017-12-06 Uwe StöhrInsetXXX.cpp: remove unused and duplicated includes
2017-10-16 Juergen SpitzmuellerCollapsable -> Collapsible (part 2)
2017-08-12 Juergen SpitzmuellerMark some intentional fall-throughs (in a way understan...
2017-08-12 Juergen SpitzmuellerRevert "Mark some intentional fall-throughs (in a way...
2017-08-12 Juergen SpitzmuellerMark some intentional fall-throughs (in a way understan...
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-01-15 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2017-01-14 Guillaume MunchMake the generation of children's tocs more robust
2016-07-30 Richard HeckRevert most of dd7863b6.
2016-07-30 Richard HeckFix thinko from earlier commit.
2016-07-04 Guillaume MunchRationalise includes
2016-07-02 Richard HeckSquash some warnings.
2016-06-12 Guillaume MunchToc: clean-up
2016-06-12 Richard HeckFix a number of other uninitialized members.
2016-03-30 Jean-Marc LasgouttesRename Caption:LongTableNoNumber to Caption:Unnumbered
2015-10-19 Guillaume MunchAdd cursor<->row correspondance tracking for tables...
2015-10-01 Guillaume MunchEnhancements and bugfixes to the TOCs
2015-09-15 Guillaume MunchBetter construction of the TOC for floats and captions
2015-09-15 Guillaume MunchDo not show subfigures in the menu (bug #9759)
2015-04-01 Jean-Marc LasgouttesClean-up the undo API
2015-03-31 Jean-Marc LasgouttesGet rid of autoBreakRow, which is obsoleted by allowMul...
2015-03-11 Georg Baumwhitespace
2015-03-10 Juergen SpitzmuellerProperly define MultiPar status of caption in the layou...
2015-02-24 Jean-Marc LasgouttesSome performance stuff reported by cppcheck
2015-01-10 Jean-Marc LasgouttesFixes to InsetCaption \protect-ion
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-11-27 Jean-Marc LasgouttesFix warnings reported by clang
2014-04-21 Richard HeckChange forToc() to forOutliner(), to avoid confusion...
2014-03-05 Richard HeckSimplify, and delete unused routine.
2014-02-25 Juergen SpitzmuellerFix caption counter in longtables (see #8993).
2014-02-16 Juergen SpitzmuellerFix localization of captions (#8977)
2014-02-16 Juergen SpitzmuellerSimplification
2013-07-20 Richard HeckFix logic error that led to bug #8777. I have no idea...
2013-05-31 Juergen SpitzmuellerRe-introduce linebreak after caption, as in LyX 1.6...
2013-05-26 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2013-05-25 Pavel SandaHeader cleanup cont.
2013-03-24 Richard HeckFix bug #8603: We want unabbreviated TOC entries here.
2013-03-22 Georg BaumSupport \caption* (bug #3209)
2013-03-15 Georg BaumFix output of getCaptionAsPlaintext()
2013-03-08 Richard HeckAdd a member to TocItem that tells us whether the item...
2013-03-08 Richard HeckIntroduce max_length parameter for plaintext() output...
2013-02-08 Richard HeckFix bug #7948 by not hardcoding XHTML info for captions...
2012-12-30 Juergen SpitzmuellerFix the 'caption inset mess' (bug #4647)
2012-12-04 Juergen SpitzmuellerFix InsetCaption::getArgument (subfigure problems repor...
2012-11-24 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-11-24 Juergen SpitzmuellerMissing pieces for InsetLayout arguments
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-09-30 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2012-09-29 Pavel SandaAnother witch hunting case: break-paragraph -> paragrap...
2011-03-28 Richard HeckThis "#if 0" code is very old, and obsolete.
2011-03-28 Richard HeckThis is intended to be a pure renaming of the Inset...
2011-02-10 Enrico ForestieriIntegrate texrow with otexstream in order to perform...
2011-01-29 Enrico ForestieriIntroduce a wrapper class for odocstream to help ensuri...
2011-01-12 Richard HeckInset::addToToc() can and should be const. It wasn...
2010-12-20 Richard HeckFinish disentangling tocString(). We introduce a new...
2010-12-01 Vincent van RavesteijnHmm.. I don't think people do like this red color I...
2010-12-01 Vincent van RavesteijnFix the painting of the labels of InsetCaption insets.
2010-09-09 Jean-Marc LasgouttesThere was no need to use ColorChanger after all :)
2010-09-09 Jean-Marc LasgouttesWhen selecting, get the label color of caption inset...
2010-08-24 Uwe StöhrInsetCaption: we use IndianRad as frame color while...
2010-08-07 Uwe Stöhr- InsetTabular.cpp: floats must not be inserted to...
2010-06-04 Richard HeckRename LFUN_OPTIONAL_INSERT as LFUN_ARGUMENT_INSERT.
2010-06-04 Richard HeckRename InsetOptArg as InsetArgument.
2010-06-04 Richard HeckIntroduce a new "RequiredArgs" tag for layouts. This...
2010-04-09 Richard HeckMake members of FuncRequest private, per the FIXME...
2010-04-09 Richard HeckThis is just a giant renaming of member variables in...
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-01-20 Richard HeckGet rid of some magic booleans in updateLabels() and...
2010-01-20 Richard HeckBetter XHTML output for InsetRef.
2010-01-19 Richard HeckMove the StartTag, EndTag, and CompTag classes into...
2009-12-14 Richard HeckAllow use of InsetLayout with InsetCaption.
2009-12-11 Uwe StöhrInsetCaption.cpp: revert unintended commit
2009-12-11 Uwe Stöhrreplace links to bugzilla with links to trac
2009-12-09 Uwe StöhrInsetCaption.cpp: add a comment
2009-12-04 Richard HeckThis patch introduces an optional argument to Buffer...
2009-11-30 Richard HeckRestore XHTML output for InsetCaption.
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-10-26 Richard HeckRename one output param and add a new one.
2009-08-09 Abdelrazak YounesMove contents of paragraph_funcs.* to Text.h and Text...
2009-08-09 Abdelrazak YounesNow that Text knows its owner, use the associated Buffe...
2009-07-14 Jean-Marc Lasgouttesremove all trace of editMessage
2009-07-12 Jean-Marc LasgouttesMake sure that the new caching mechanism for flattened...
next