]> git.lyx.org Git - lyx.git/history - src/CutAndPaste.cpp
* Get rid of LFUN_TOC_INSERT: we use LFUN_INSET_INSERT "toc".
[lyx.git] / src / CutAndPaste.cpp
2010-08-12 Jean-Marc Lasgouttesremove unused headers
2010-07-09 Richard HeckTry to move all updateBuffer() calls to a central locat...
2010-07-08 Richard HeckRename a couple routines. This will avoid confusion...
2010-06-01 Vincent van RavesteijnFix bug #6744: Crash when copying an inset from a delet...
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2010-01-28 Jürgen Spitzmüller* Implement updateLabels in mathed and add the MathRef...
2010-01-27 Jürgen SpitzmüllerWhen pasting a math inset with a label, check for dupli...
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-11-08 Abdelrazak YounesMake Buffer argument mandatory in most of the InsetMath...
2009-08-24 Vincent van RavesteijnFix a crash when copying flex insets to another document.
2009-08-09 Abdelrazak YounesMove setLabelWidthStringToSequence() to Text private...
2009-08-09 Abdelrazak YounesMove contents of paragraph_funcs.* to Text.h and Text...
2009-08-09 Abdelrazak YounesCleanup: Replace a bunch of Cursor arguments with DocIt...
2009-08-09 Abdelrazak YounesGet rid of one instance of Paragraph::inInset().
2009-07-16 Jean-Marc Lasgouttesun-revert r30531, after Richard told me how to avoid...
2009-07-14 Jean-Marc Lasgouttesmove InsetCollapsable::docbook to InsetText; move Inset...
2009-07-14 Jean-Marc LasgouttesRemove the layout_ cache in InsetCollapsable.
2009-07-09 Jürgen SpitzmüllerEase the pain with unknown branches:
2009-05-17 Vincent van RavesteijnThis probably deserves a comment.
2009-05-17 Vincent van RavesteijnWhen the clipboard contains a tabular selection, dirty_...
2009-05-14 Vincent van RavesteijnFix bug #5390. Copy from a deleted section with change...
2009-04-04 Richard HeckFix assertion in trunk, and add a comment about why...
2009-03-12 Richard HeckUse an enum to make things a little clearer here.
2009-03-07 Richard HeckRemove setBuffer() calls that are no longer needed.
2009-03-07 Jürgen Spitzmüller* CutAndPaste.cpp:
2009-02-19 Richard HeckPatch from Bo. Fixes problem with labels in child docs...
2009-02-19 Richard HeckCosmetics, and comment.
2008-11-17 André Pönitzadd Buffer * member to DocIterator
2008-11-16 Stefan Schimanski* "Copy as Reference" in the context menu of a label
2008-11-16 André Pönitzmove updateLables to buffer
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-28 Abdelrazak Younesrevert hazardous part of r26957 and add a comment.
2008-10-19 Enrico ForestieriFix bug 5374
2008-10-19 Abdelrazak YounesParagraph:
2008-09-24 André Pönitzstreamlining setter syntax. using mutable references...
2008-09-15 Abdelrazak YounesFix copy & paste of inset inside table cell.
2008-09-13 Abdelrazak YounesParagraph::inInset() shall not be used if the owner...
2008-09-13 Abdelrazak YounesFix silly bug spotted by Vincent in r26372
2008-09-12 Abdelrazak YounesI forgot this in previous rev.
2008-09-12 Abdelrazak YounesGet rid of indirections and add a check.
2008-08-13 Jean-Marc Lasgouttesconstification without any code change. This is part...
2008-08-01 Richard HeckYet more empty-->plain.
2008-08-01 Richard HeckChange the "empty layout" to the "plain layout", to...
2008-07-30 Abdelrazak YounesFix crash with Menu->Edit->Paste recent
2008-07-29 Abdelrazak YounesAdd FIXME.
2008-07-29 Abdelrazak YounesInsetText: remove InsetText default ctor and make text_...
2008-07-23 Abdelrazak YounesEnsure that the Buffer pointer is correctly set with...
2008-07-21 Jürgen Spitzmüller* CutAndPaste.cpp: fix bug 5070.
2008-07-20 Abdelrazak Younesavoid that the internal Buffer used for cut&paste is...
2008-07-14 Pavel SandaIntroduce Debug::SELECTION mainly for copy/paste primar...
2008-07-14 Abdelrazak YounesStay on the safe side: prevent filename clashing.
2008-07-14 Abdelrazak YounesFix again http://bugzilla.lyx.org/show_bug.cgi?id=5010
2008-07-14 Abdelrazak Younestemporarily fix http://bugzilla.lyx.org/show_bug.cgi...
2008-07-11 Bo PengImprove the local layout feature by better handling...
2008-07-10 Richard HeckRename empty layout stuff to plain layout stuff.
2008-07-09 Richard HeckThanks, Abdel.
2008-07-09 Richard HeckFix the rest of bug 5010.
2008-07-07 Richard HeckTypo.
2008-06-20 Abdelrazak YounesFix http://bugzilla.lyx.org/show_bug.cgi?id=4954
2008-05-22 Richard HeckFix bug 4712. Forgot the case where we need to reset...
2008-05-22 Abdelrazak YounesUnify Paragraph::asString() methods.
2008-04-20 Richard HeckComplete the removal of the embedding stuff. Maybe...
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-03-26 Richard HeckRevert last commit.
2008-03-26 Richard HeckMake InsetText store a Buffer.
2008-03-25 Richard HeckRequire a buffer on construction of InsetGraphics and...
2008-03-15 André Pönitzs/kb_action/FuncCode/g
2008-03-12 Stefan Schimanski* fix a serious data loss problem: undo did not save...
2008-03-12 Stefan Schimanski* fix for http://bugzilla.lyx.org/show_bug.cgi?id=4566
2008-03-12 Stefan Schimanski* only use selection of current cell when starting...
2008-03-06 Richard HeckChange the interface to a paragraph's layout. We still...
2008-03-06 Richard HeckChanges LayoutList from a vector<LayoutPtr> to a vector...
2008-03-04 Jürgen Spitzmüller* src/insets/InsetLabel.[cpp,h}:
2008-03-03 Jürgen Spitzmülleradd label/refs validation on pasting.
2008-02-28 Richard HeckHeader.
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 HeckWhoops. Revert last commit.
2008-02-24 Richard HeckCosmetic.
2008-02-24 Richard HeckTry to make the distinction between base classes and...
2008-02-24 Richard HeckMore cleanup from Andre.
2008-02-24 Richard HeckAndre's s/getTextClass/textClass/ cleanup.
2008-02-24 Richard HeckRevert 23154.
2008-02-23 André Pönitz(temporarily) add a Buffer * Inset::buffer_ membert
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-21 Richard HeckAdd empty InsetLayout for undefined cases. Should avoid...
2008-02-18 Jean-Marc Lasgouttes * CutAndPaste.cpp (eraseSelectionHelper): when the...
2008-02-12 Richard HeckFix bug 4037 and related problems. The patch has been...
2008-02-09 André Pönitzsome refactoring.
2008-02-05 Stefan Schimanski* Do not keep pointers to data structures around if...
2008-02-03 Stefan Schimanski* Support for graphics pasting (with most code in the...
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-12-02 Pavel SandaFix typo
2007-11-29 André Pönitzassimilate BOOST_CURRENT_FUNCTION
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
next