]> git.lyx.org Git - lyx.git/history - src/insets/InsetFlex.cpp
Fix crash reported by keytest.
[lyx.git] / src / insets / InsetFlex.cpp
2010-11-26 Richard HeckWe need to do the sanity check here, too, as we do in
2010-10-31 Vincent van RavesteijnMore include frenzy.
2010-10-12 Richard HeckCustomize getLayout for InsetFlex and change how we...
2010-10-12 Richard HeckGet rid of "CharStyle:", "Custom:", and "Element:"...
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...
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-14 Jean-Marc LasgouttesRemove the layout_ cache in InsetCollapsable.
2009-07-13 Jean-Marc Lasgouttesone less explicit test against FLEX_CODE
2009-02-06 Richard HeckThanks, Pavel...
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-04 Richard HeckConstness.
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-11-10 Richard HeckInset::textString --> Inset::tocString
2008-10-26 Richard HeckThis optional argument to the InsetCollapsable constructor
2008-09-28 Abdelrazak YounesFull text in toc for index entries.
2008-09-25 Jean-Marc Lasgouttesmove the validation code from InsetFlex to InsetCollapsable
2008-07-07 Richard HeckFix bug 4976.
2008-06-18 Pavel SandaFix include orderings.
2008-05-22 Abdelrazak YounesUnify Paragraph::asString() methods.
2008-04-09 Jean-Marc Lasgouttesheaders cleanup
2008-04-05 André Pönitzif we have a buffer we don't need to pass part of it...
2008-04-05 André Pönitzuse simpler parser interface
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önitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-24 Richard HeckRevert 23154.
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-22 Richard HeckThis is the first of a series of commits that will...
2008-02-21 Richard HeckAdd empty InsetLayout for undefined cases. Should avoid...
2008-02-17 Abdelrazak Younesheader cleanup
2008-02-14 Richard HeckFix previous commit.
2008-02-14 Richard HeckMake sure we write a valid file even if InsetFlex is...
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-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-05 Abdelrazak YounesGet rid of InsetFlexParams
2007-11-03 Abdelrazak Younesremove two FIXME.
2007-11-03 Abdelrazak YounesTransfer some code from InsetFlex to InsetCollapsable...
2007-11-03 Abdelrazak YounesFix copy&paste of Insets.
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-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-10-09 Martin VermeerFix bug, and introduce MultiPar parameter for flex...
2007-10-08 Jean-Marc Lasgouttes * src/paragraph_funcs.cpp (breakParagraph): change...
2007-09-21 Abdelrazak Younes* Inset:
2007-09-20 Abdelrazak YounesInset coords shall not be recorded in Inset::draw(...
2007-09-08 Martin VermeerConvert CharStyle to Flex also in file format
2007-09-05 Martin VermeerName change CharStyle -> Flex