]> git.lyx.org Git - lyx.git/history - src/insets/InsetBranch.cpp
Ask for saving changes when branch state in child was altered
[lyx.git] / src / insets / InsetBranch.cpp
2012-10-01 Juergen SpitzmuellerAsk for saving changes when branch state in child was...
2012-09-30 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2012-09-30 Juergen SpitzmuellerContext menu item to add unknown branch (rest of #7643)
2012-09-30 Juergen SpitzmuellerWhitespace
2012-09-30 Juergen SpitzmuellerUI for separate control of master/child branch state...
2011-12-02 Richard HeckDeal with the part of #7872 involving changing branch...
2011-11-18 Richard HeckFix bug #7872: Mark Buffer dirty after changing branch...
2011-10-29 Richard HeckFix crash when outputting XHTML. Not resetting the...
2011-10-29 Vincent van RavesteijnChange the type of the context menu name to string
2011-10-14 Jürgen Spitzmülleroops.
2011-10-14 Jürgen SpitzmüllerFix parsing of branch names with spaces.
2011-09-07 Richard HeckFix bug #7721. We don't need to do anything here other...
2011-08-11 Pavel SandaFix #7720: plain text export of branches should contain...
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-12 Richard HeckInset::addToToc() can and should be const. It wasn...
2010-12-22 Richard HeckMini-optimization: We do not need really long tooltips...
2010-12-20 Richard HeckFinish disentangling tocString(). We introduce a new...
2010-12-15 Richard HeckBegin undoing the tocString() mess by renaming that...
2010-12-08 Jean-Marc LasgouttesTry to finally fix #6930. All the paths that did not...
2010-11-30 Vincent van RavesteijnFix 'inset-toggle assign' for InsetBranch.
2010-11-29 Vincent van RavesteijnRename InsetXXX::contextMenu to InsetXXX::contextMenuNa...
2010-11-29 Vincent van RavesteijnAdd missing cur.forceBufferUpdate() to LFUN_BRANCH_...
2010-11-17 Richard HeckSimplify more of the tooltips. There will be some speed...
2010-07-09 Richard HeckTry to move all updateBuffer() calls to a central locat...
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...
2010-03-11 Vincent van RavesteijnFix the InsetBranchParams::read function after that...
2010-03-11 Richard HeckFinish fixing the problem with "New Inset" in branches...
2010-03-10 Richard HeckFix part of a problem reported by Vincent.
2010-02-19 Abdelrazak YounesMigrate Branch dialog to InsetParamsWidget
2009-12-17 Vincent van RavesteijnCorrectly paint the background of the instant preview...
2009-11-21 Richard HeckInsetBranch works again.
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-07-11 Pavel SandaFix setting via context menu.
2009-07-11 Pavel SandaFix status check of branch (de)activation from the...
2009-07-09 Jürgen Spitzmüller* InsetBranch.cpp:
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-05 Richard HeckHTML output code for a handful of easy insets.
2009-05-30 Vincent van RavesteijnFix the placement of the cursor when right-clicking...
2009-05-07 Richard HeckThis patch introduces wrapped tooltips for some more...
2009-05-06 Jean-Marc Lasgoutteskeep a cast for later
2009-04-22 Vincent van Ravesteijn* Move handling of LFUN_INSET_SETTINGS to Inset,
2009-04-11 Jürgen Spitzmüller* InsetBranch.cpp:
2009-04-10 Vincent van RavesteijnMake the insets accept LFUN_INSET_SETTINGS. For these...
2009-04-04 Richard HeckManage the initial setting of Default or Plain Layout...
2009-04-04 Pavel SandaRevert unintended commit
2009-04-03 Pavel SandaFix bug http://www.lyx.org/trac/ticket/5812
2009-03-31 Jean-Marc LasgouttesMark status of branches in the Button. This uses two...
2009-03-31 Jean-Marc LasgouttesExtend the branch-(de)activate functions to work withou...
2009-03-30 Jean-Marc LasgouttesSimplify and fix the TOGGLE_INSET code for branch inset...
2009-03-27 Jürgen SpitzmüllerFix bug 5851: Branch definitions not shown in Insert...
2009-03-19 Pavel SandaRevert r28853
2009-03-18 Pavel SandaContext-branch menu uselessly shows both open/close...
2009-02-26 Vincent van RavesteijnFix bug 5806: http://bugzilla.lyx.org/show_bug.cgi...
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-09 André Pönitzmove ColorSet to a header of its own to reduce #include...
2009-02-06 Richard HeckMove some stuff from InsetFlex to InsetCollapsable...
2008-12-12 Jean-Marc Lasgouttes1/ call InsetCollapsable::validate instead of InsetText...
2008-11-17 André Pönitzadd Buffer * member to DocIterator
2008-11-10 Richard HeckInset::textString --> Inset::tocString
2008-10-28 Richard HeckThis is a conservative fix for the layout setting bug...
2008-10-25 Richard HeckStyle.
2008-09-28 Abdelrazak YounesFull text in toc for index entries.
2008-09-21 André Pönitzcosmetics
2008-07-29 Abdelrazak YounesInsetText: remove InsetText default ctor and make text_...
2008-06-03 Abdelrazak YounesFix toc generation after rev25096.
2008-05-31 André Pönitzfix my color cache "improvements"
2008-05-30 Abdelrazak YounesAdd list of branches.
2008-05-29 Richard HeckFuncStatus::enabled(bool) --> FuncStatus::setEnabled...
2008-05-27 Richard HeckSimplify things just a little bit.
2008-05-22 Abdelrazak YounesUnify Paragraph::asString() methods.
2008-04-23 Jean-Marc Lasgouttes * Inset.h (producesOutput): new mvirtual method, retur...
2008-04-05 André Pönitzuse simpler parser interface
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 André Pönitzremove remaining MailInsets.
2008-03-25 Abdelrazak YounesCleanup mouse/selection/context-menu interactions.
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ö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-12 Martin VermeerTooltips for collapsables and branches
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-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
2007-11-03 Abdelrazak YounesFurther cleanup of InsetFlex, InsetCollapsable and...
next