]> git.lyx.org Git - lyx.git/history - src/insets/InsetBox.cpp
Initialize recently added forceownlines_ bool
[lyx.git] / src / insets / InsetBox.cpp
2014-04-21 Richard HeckThis is the result of an audit of all static variables...
2013-05-25 Uwe StöhrGuiBox.cpp, InsetBox.cpp: fix some wrong logic
2013-05-24 Jean-Marc LasgouttesFix empty width support for Box inset
2013-05-14 Uwe StöhrInsetBox.cpp: remove unnecessary non-ASCII char
2013-03-22 Uwe Stöhrsupport for \mbox and \fbox
2013-03-08 Richard HeckIntroduce max_length parameter for plaintext() output...
2012-11-30 Juergen SpitzmuellerFix shaded box UI color (#7395) as good as it gets ATM
2012-09-30 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2012-09-29 Pavel SandaAnother witch hunting case: break-paragraph -> paragrap...
2012-05-02 Richard HeckBefore we process the LFUN, make sure that it is actual...
2012-05-02 Richard HeckTry to fix bug 8124. We enable LFUN_INSET_MODIFY in...
2012-01-15 Richard HeckFix bug #7983: Do not modify params before we know...
2011-10-29 Vincent van RavesteijnChange the type of the context menu name to string
2011-10-26 Pavel Sandatypo
2011-10-24 Uwe StöhrInsetBox.cpp: fix bug #7849 (with help from Jürgen)
2011-10-24 Uwe StöhrInsetBox.cpp: add important note
2011-04-03 Richard HeckDon't output box width if it's 100% (default).
2011-04-03 Richard HeckDifferent types of boxes should all have their own...
2011-03-28 Richard HeckThis is intended to be a pure renaming of the Inset...
2011-03-12 Enrico ForestieriWhen an error occurs, don't highlight more than necessary.
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-19 Jürgen Spitzmüller* InsetBox.cpp: framed boxes can have paragraph breaks...
2010-12-08 Jean-Marc LasgouttesTry to finally fix #6930. All the paths that did not...
2010-11-29 Vincent van RavesteijnRename InsetXXX::contextMenu to InsetXXX::contextMenuNa...
2010-11-29 Jean-Marc LasgouttesFix bug #6930: no undo for inset type changing
2010-07-08 Uwe StöhrInsetBox.cpp: only shaded boxes can have a non-plain...
2010-07-08 Uwe StöhrInsetBox.cpp: only shaded boxes can have multiple parag...
2010-07-03 Uwe Stöhr- new support for makebox; fileformat change
2010-05-23 Uwe StöhrInsetBox.cpp: fix #4776; the additional \makebox is...
2010-04-22 Peter Kümmelchange was committed by accident.
2010-04-22 Peter KümmelUsing "using namespace std" with msvc10 makes also...
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-02-16 Abdelrazak YounesFactorize showInsetDialog() for InsetParamsDialog based...
2010-02-16 Abdelrazak YounesInsetBox:
2010-02-07 Abdelrazak YounesERT and Box insets: simplify dialog creation and don...
2010-01-19 Richard HeckMove the StartTag, EndTag, and CompTag classes into...
2009-12-14 Richard HeckFix the height output for InsetBox.
2009-12-14 Richard HeckSpacing.
2009-11-26 Richard HeckRestore XHTML for InsetBox.
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
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 LasgouttesRemove all BufferParam arguments in InsetXXX methods...
2009-06-12 Richard HeckWell, it turns out that we need a different return...
2009-06-12 Richard HeckThe return value for xhtml() is not going to be needed.
2009-06-12 Richard HeckLengths for HTML. Use them for InsetBox.
2009-06-06 Pavel SandaFix compilation on win
2009-06-05 Richard HeckHTML output code for a handful of easy insets.
2009-04-22 Vincent van Ravesteijn* Move handling of LFUN_INSET_SETTINGS to Inset,
2009-04-10 Vincent van RavesteijnMake the insets accept LFUN_INSET_SETTINGS. For these...
2008-12-12 Jean-Marc Lasgouttes1/ call InsetCollapsable::validate instead of InsetText...
2008-11-17 André Pönitzadd Buffer * member to DocIterator
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-28 Richard HeckThis is a conservative fix for the layout setting bug...
2008-10-04 Jürgen SpitzmüllerBox fixes from Vincent and me.
2008-08-01 Richard HeckChange the "empty layout" to the "plain layout", to...
2008-07-10 Richard HeckRename empty layout stuff to plain layout stuff.
2008-06-18 Pavel SandaFix include orderings.
2008-05-29 Richard HeckFuncStatus::enabled(bool) --> FuncStatus::setEnabled...
2008-05-26 Jean-Marc Lasgouttesremove some useless workarounds in getStatus
2008-04-05 André Pönitzuse simpler parser interface
2008-04-04 Jürgen Spitzmüller* src/insets/InsetBox.cpp:
2008-04-04 Jürgen Spitzmüller* src/frontends/qt4/GuiBox.cpp:
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-27 Edwin Leuvenclean-up after andré ;-)
2008-03-27 André Pönitzremove InsetBoxMailer.
2008-03-25 Abdelrazak YounesCleanup mouse/selection/context-menu interactions.
2008-03-24 Jürgen SpitzmüllerSome context menu work:
2008-03-19 Richard HeckChange the signature of forceEmptyLayout(), so that...
2008-03-10 Stefan Schimanski* make macros global. This is conceptionally much easie...
2008-03-05 André Pönitzmake code look a bit more uniform
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 HeckAndre's s/getTextClass/textClass/ cleanup.
2008-02-24 Richard HeckRevert 23154.
2008-02-23 André Pönitzmostly s/Paragraph::layout(...)/Paragraph::setLayout...
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-12 Richard HeckFix bug 4037 and related problems. The patch has been...
2008-01-13 Uwe StöhrInsetBox.cpp: fix the LaTeX-output, fixes bug 2492...
2008-01-03 Jean-Marc Lasgouttesfix compilation warnings: more unused parameters
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-12-04 Jürgen Spitzmüllerframed.sty goes InsetBox:
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-03 Abdelrazak YounesFurther cleanup of InsetFlex, InsetCollapsable and...
2007-11-02 Abdelrazak Younesfix layout of InsetBox and remove unused InsetCollapsab...
2007-11-02 Abdelrazak YounesFurther cleanup of collapsable insets. The layouts...
2007-11-02 Abdelrazak Younes* InsetCollapsable:
2007-11-02 Abdelrazak YounesRemove redundant code and introduce InsetCollapsable...
2007-10-28 Abdelrazak YounesSplitup Font in saner bits:
2007-10-25 Abdelrazak YounesMove Color::color enum to ColorCode.h
2007-10-11 Martin VermeerIntroduce allowMultiPar()
2007-10-05 Uwe StöhrGuiBox.cpp: fix update of height checkbox
next