]> git.lyx.org Git - lyx.git/history - src/insets/InsetCollapsable.h
Fix mis-nomer
[lyx.git] / src / insets / InsetCollapsable.h
2016-08-17 Jean-Marc LasgouttesA more radical approach to inset background painting
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-09-15 Guillaume MunchNew class InsetCaptionable
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
2011-03-28 Richard HeckThis is intended to be a pure renaming of the Inset...
2010-11-29 Vincent van RavesteijnRename InsetXXX::contextMenu to InsetXXX::contextMenuNa...
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-05-03 Vincent van RavesteijnMake destructors virtual in base classes and only there.
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-02-10 Abdelrazak YounesFix i18n as suggested by Jürgen:
2009-12-17 Vincent van RavesteijnCorrectly paint the background of the instant preview...
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-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 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 special handling of paste function from InsetColla...
2009-07-14 Jean-Marc LasgouttesRemove the layout_ cache in InsetCollapsable.
2009-07-13 Jean-Marc Lasgouttesnote to self: always compile before committing
2009-07-13 Jean-Marc LasgouttesThe most important change in this changeset is that...
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-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 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-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-02-27 Vincent van RavesteijnFix^3 of bug 4346.
2009-02-25 Pavel SandaSquash zillion warnings
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 HeckMove a couple routines from InsetFlex to InsetCollapsab...
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-26 Richard HeckThis optional argument to the InsetCollapsable constructor
2008-08-12 Jean-Marc LasgouttesFix bug 4166: Crash when middle button click on inset...
2008-07-10 Richard HeckRename empty layout stuff to plain layout stuff.
2008-04-28 Jürgen Spitzmüller* src/insets/InsetCollapsable.h:
2008-04-05 André Pönitzif we have a buffer we don't need to pass part of it...
2008-03-10 Stefan Schimanski* make macros global. This is conceptionally much easie...
2008-03-08 Abdelrazak YounesTransfer general edit context menu from BufferView...
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-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-22 Richard HeckMove the enum into InsetLayout.
2008-02-22 Richard HeckThis should be the last of the commits refactoring...
2008-02-22 Richard HeckHeaders.
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-12 Richard HeckFix bug 4037 and related problems. The patch has been...
2008-02-11 Abdelrazak Younesmodify Inset::EntryDirectionType to follow style used...
2008-02-10 Dov Feldsternvisual mode for bidi cursor movement
2008-02-05 Richard HeckMake right click open minimalistic insets. See bug...
2008-02-05 Stefan Schimanski* Do not keep pointers to data structures around if...
2007-12-25 Abdelrazak YounesImplement tooltips for visible insets.
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
2007-11-07 Abdelrazak YounesMove InsetLayout definition to insets/InsetLayout.h
2007-11-07 Abdelrazak Younescleanups
2007-11-05 Dov FeldsternUse forceLTR instead of inset codes in order to determi...
2007-11-03 Dov FeldsternForce latin-only InsetCollapsables into LTR environment...
2007-11-03 Abdelrazak YounesTransfer some code from InsetFlex to InsetCollapsable...
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 YounesRemove redundant code and introduce InsetCollapsable...
2007-11-02 Abdelrazak Younesremove unused constants.
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-25 Martin VermeerIntroduce inset parameters keepempty, freespacing,...
2007-10-16 Richard HeckRationalize lyxCode().
2007-10-11 Martin VermeerIntroduce allowMultiPar()
2007-09-21 Abdelrazak Younes* Inset:
2007-09-17 Abdelrazak Younesremove InsetCollapsable::drawSelection(): this was...
2007-09-05 Abdelrazak Younes* TextMetrics::draw(): get rid of the first par ascent...
2007-09-01 Martin VermeerUse Minimalistic for branches
2007-08-31 Martin VermeerCleanup: Replace decoration() calls by geometry()....
next