]> git.lyx.org Git - lyx.git/history - src/insets/InsetFlex.h
Loop refactoring
[lyx.git] / src / insets / InsetFlex.h
2020-10-03 Yuriy SkalkoAdd `override` specifiers to improve code maintainability
2020-06-25 Jean-Marc LasgouttesRun codespell on src/insets
2020-03-06 Juergen SpitzmuellerTell updateBuffer whether an inset is deleted.
2017-10-16 Juergen SpitzmuellerCollapsable -> Collapsible (part 2)
2017-09-22 Juergen SpitzmuellerFix some spelling errors reported by Sven
2017-01-09 Guillaume MunchRemove some hardcoded addToToc: note, footnote, margina...
2017-01-09 Guillaume MunchImplement AddToToc layout command for Flex insets
2014-02-10 Georg BaumFix conflicting inset font defaults (bug #8874)
2013-05-28 Richard HeckWe already allowed a counter declaraton for flex insets...
2011-03-28 Richard HeckFix bug #7080.
2011-03-28 Richard HeckThis is intended to be a pure renaming of the Inset...
2011-02-22 Georg BaumFix bug #6919 by splitting Inset::noFontChange() into...
2010-10-12 Richard HeckCustomize getLayout for InsetFlex and change how we...
2010-10-12 Richard HeckGet rid of "CharStyle:", "Custom:", and "Element:"...
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-10-26 Vincent van RavesteijnMove (part of) LFUN_DISSOLVE_INSET into InsetText.
2009-07-14 Jean-Marc Lasgouttesremove all trace of editMessage
2009-07-13 Jean-Marc Lasgouttesone less explicit test against FLEX_CODE
2009-04-22 Vincent van Ravesteijn* Move handling of LFUN_INSET_SETTINGS to Inset,
2009-02-06 Richard HeckMove some stuff from InsetFlex to InsetCollapsable...
2009-02-05 Richard HeckThis routine does even less. Bye bye.
2009-02-05 Richard HeckThis routine actually turns out to do nothing: The...
2009-02-03 Richard HeckMove a couple routines from InsetFlex to InsetCollapsab...
2008-11-10 Richard HeckInset::textString --> Inset::tocString
2008-10-05 Richard HeckFurther to r26743, add CustomPars and ForcePlain layout...
2008-10-05 Jürgen Spitzmüller* InsetFlex.h:
2008-09-25 Jean-Marc Lasgouttesmove the validation code from InsetFlex to InsetCollapsable
2008-07-07 Richard HeckFix bug 4976.
2008-04-05 André Pönitzif we have a buffer we don't need to pass part of it...
2008-03-19 Richard HeckChange the signature of forceEmptyLayout(), so that...
2008-03-04 André Pönitztry to pass a Buffer & to inset construction if some...
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-27 André Pönitzcosmetics
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-25 Richard HeckReplace boost::shared_ptr<TextClass> with a global...
2008-02-24 Richard HeckRevert 23154.
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-21 Richard HeckAdd empty InsetLayout for undefined cases. Should avoid...
2008-02-12 Richard HeckFix bug 4037 and related problems. The patch has been...
2008-02-05 Stefan Schimanski* Do not keep pointers to data structures around if...
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-11-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
2007-11-05 Abdelrazak YounesGet rid of InsetFlexParams
2007-11-03 Abdelrazak YounesTransfer some code from InsetFlex to InsetCollapsable...
2007-11-03 Abdelrazak YounesFurther cleanup of InsetFlex, InsetCollapsable and...
2007-10-30 Martin VermeerImplement ForceLtR; cleanup of collapsable insets
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-13 Martin VermeerDissolve CharStyle initial implementation.
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-09-21 Abdelrazak Younes* Inset:
2007-09-05 Martin VermeerName change CharStyle -> Flex