]> git.lyx.org Git - lyx.git/history - src/insets/InsetCollapsable.cpp
Enable InsetQuote in verbatim and Hebrew
[lyx.git] / src / insets / InsetCollapsable.cpp
2016-12-06 Jean-Marc LasgouttesNow Inset::dimension is only an access to cache
2016-11-20 Guillaume MunchSimplify Changers interface
2016-11-04 Jean-Marc LasgouttesClear background behind sublables when necessary.
2016-07-19 Jean-Marc LasgouttesRealize inset argument label font before using it
2016-07-03 Guillaume MunchChange tracking cue: InsetText and InsetCollapsible
2016-06-13 Guillaume MunchChange tracking cue: paint over labels in text and...
2016-05-28 Jean-Marc LasgouttesCleanup bv-dependent variables in InsetCollapsable
2016-05-28 Jean-Marc LasgouttesFix display of InsetCollapsable with split views
2016-05-28 Jean-Marc Lasgoutteswhitespace only
2016-05-28 Jean-Marc LasgouttesPass a BufferView to Inset::clickable
2015-10-09 Stephan WittFix "dead store" warnings of Xcode analyze tool
2015-10-07 Jean-Marc LasgouttesRevise commit 7a5eff56
2015-10-07 Pavel SandaSet minimal width of fixedwidth collapsable insets.
2015-09-15 Guillaume MunchNew class InsetCaptionable
2015-03-31 Jean-Marc LasgouttesGet rid of autoBreakRow, which is obsoleted by allowMul...
2012-11-26 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-11-26 Juergen SpitzmuellerAllow for some argument visual customization
2011-10-29 Vincent van RavesteijnChange the type of the context menu name to string
2010-12-14 Richard HeckTrivial cleanup.
2010-11-30 Vincent van RavesteijnAutomatically append the InsetCollapsable context menu.
2010-11-29 Vincent van RavesteijnFix bug #6642: Concatenate the context menus for: Inset...
2010-11-29 Vincent van RavesteijnRename InsetXXX::contextMenu to InsetXXX::contextMenuNa...
2010-11-29 Jean-Marc LasgouttesFix bug #6768: inset-toggle points cursor after inset
2010-11-17 Richard HeckSimplify more of the tooltips. There will be some speed...
2010-10-31 Vincent van RavesteijnMore include frenzy.
2010-10-24 Vincent van RavesteijnAdd virtual bool Inset::clickable(..) to be used to...
2010-10-24 Vincent van RavesteijnsetMouseHover() functions can be const.
2010-08-30 Pavel SandaCorners of collapsable insets to be painted via Color_f...
2010-07-08 Richard HeckRename a couple routines. This will avoid confusion...
2010-05-03 Vincent van RavesteijnFix another crash due to BufferView::last_inset_ being...
2010-05-01 Vincent van RavesteijnFix the assertion assert introduced in r34348 which...
2010-04-30 Vincent van RavesteijnFix bug #3900: Mathed corners displayed without mouse...
2010-04-30 Vincent van RavesteijnMouse hover property should be dependent on the specifi...
2010-04-26 Vincent van RavesteijnFix bug #6672 (part 2): Add tooltips to the outliner.
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-12-18 Richard HeckEnhance LyX by fixing bug 5587. We add a new ContentAsL...
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-11-02 Vincent van RavesteijnMove CollapseStatus from Inset to InsetCollapsable...
2009-10-24 Vincent van RavesteijnFix bug #6280: Wrong context menu is opened in an auto...
2009-08-24 Vincent van RavesteijnFix bug #6175: Footnotes in title not translated.
2009-08-09 Abdelrazak YounesNow that Text knows its owner, use the associated Buffe...
2009-07-16 Vincent van Ravesteijn* InsetCollapsable: simplification.
2009-07-16 Jean-Marc Lasgouttesremove unused headers
2009-07-15 Vincent van RavesteijnRemove nonsense assert.
2009-07-14 Jean-Marc LasgouttesThis commit terminates the great InsetCollapsable shrin...
2009-07-14 Jean-Marc Lasgouttesmove InsetCollapsable::docbook to InsetText; move Inset...
2009-07-14 Jean-Marc Lasgouttesremove all trace of editMessage
2009-07-14 Jean-Marc Lasgouttesmove the the latex and validate methods from InsetColla...
2009-07-14 Jean-Marc Lasgouttesfix button label of insets like InsetMarginal
2009-07-14 Jean-Marc Lasgouttesmove more functions from InsetCollapsable::getStatus...
2009-07-14 Jean-Marc Lasgouttesmove tab-insert/delete from InsetCollapsable to Text
2009-07-14 Jean-Marc Lasgouttesmove some code from InsetCollapsable::doDispatch to...
2009-07-14 Jean-Marc Lasgouttesmove some code fro, InsetCollapsable::read to InsetText
2009-07-14 Jean-Marc LasgouttesMove special handling of paste function from InsetColla...
2009-07-14 Jean-Marc LasgouttesRemove the layout_ cache in InsetCollapsable.
2009-07-13 Jean-Marc LasgouttesThe most important change in this changeset is that...
2009-07-13 Jean-Marc Lasgouttesone less explicit test against FLEX_CODE
2009-07-13 Jean-Marc LasgouttesRemove all BufferParam arguments in InsetXXX methods...
2009-07-13 Jürgen SpitzmüllerFinally make the label color of multiple index entries...
2009-07-13 Jean-Marc LasgouttesFirst step of InsetLayout cleanup.
2009-07-12 Uwe Stöhrsupport for matrix decoration in the MathMatrix dialog;
2009-07-12 Jean-Marc LasgouttesMake sure that the new caching mechanism for flattened...
2009-07-12 Jean-Marc Lasgouttesrevert r30515: too many files there
2009-07-12 Jean-Marc Lasgouttesfix a couple warnings after the number localization...
2009-07-07 Richard HeckMove LFUN_TAB* handling from InsetListings to InsetColl...
2009-06-19 Richard HeckPolish some of the recent changes in accord with sugges...
2009-06-19 Richard HeckMove these, too, so they can be used in InsetListings...
2009-06-19 Richard HeckMove getCaptionInset() to InsetCollapsable, so it can...
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-06 Richard HeckNow we can restore the old (and better) behavior of...
2009-06-06 Richard HeckAdd a couple more HTML* tags to InsetLayout, in a way...
2009-06-05 Richard HeckGet InsetCollapsable working, at least to some extent.
2009-06-05 Richard HeckRevert unintended commit.
2009-06-05 Richard HeckCosmetics
2009-06-03 Richard HeckRationalize the handling of InsetLayout's preamble...
2009-05-17 Uwe StöhrInsetCollapsable.cpp, factory.cpp: sorting
2009-05-16 Jürgen Spitzmüller* InsetCollapsable.cpp (doDispatch):
2009-05-07 Richard HeckThis patch introduces wrapped tooltips for some more...
2009-05-05 Pavel SandaIntroduce double underline and wavy underline styles...
2009-05-03 Pavel SandaIntroduce strikeout text style (strike-through)
2009-04-22 Vincent van Ravesteijn* Move handling of LFUN_INSET_SETTINGS to Inset,
2009-04-04 Richard HeckManage the initial setting of Default or Plain Layout...
2009-03-02 Jürgen SpitzmüllerInsetCollapsable.cpp (resetFonts):
2009-02-27 Vincent van RavesteijnFix^3 of bug 4346.
2009-02-25 Vincent van RavesteijnFix the fix for bug 4346: http://bugzilla.lyx.org/show_...
2009-02-21 Vincent van RavesteijnFix bug 4346: http://bugzilla.lyx.org/show_bug.cgi...
2009-02-06 Richard HeckMove some stuff from InsetFlex to InsetCollapsable...
2009-02-03 Richard HeckTypo.
2009-01-30 Uwe Stöhrsupport for the LaTeX commands \*phantom, fileformat...
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-27 Jean-Marc Lasgouttesfix warning and reindent
2008-10-26 Richard HeckRevert r27129. We can't get rid of these until we have...
2008-10-26 Richard HeckThis optional argument to the InsetCollapsable constructor
2008-10-26 Richard HeckThe two lines deleted here attempt to call virtual...
2008-10-25 Richard HeckFix another part of 5403, again to do with case sensiti...
2008-10-25 Richard HeckStyle.
2008-10-25 Pavel SandaAnother selection painting patch, PainterInfo::backgrou...
next