]> git.lyx.org Git - lyx.git/history - src/CutAndPaste.cpp
Fix bug 5374
[lyx.git] / src / CutAndPaste.cpp
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...
2007-11-15 André Pönitzreduce line noise
2007-11-05 André Pönitzremove unneeded Cursor.h include;
2007-11-03 Abdelrazak YounesTransfer some code from InsetFlex to InsetCollapsable...
2007-11-03 Abdelrazak YounesFurther cleanup of InsetFlex, InsetCollapsable and...
2007-10-24 Abdelrazak Younes* Paragraph: Move more things to Paragraph::Private
2007-10-20 André Pönitzmainly cosmetics
2007-10-19 Abdelrazak Younescompil fix.
2007-10-18 Abdelrazak YounesReduce header dependencies in Paragraph.h
2007-10-18 Abdelrazak YounesRefactor Undo/Redo framework into an Undo class owned...
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-10-02 André Pönitzthe delegate patch
2007-09-19 André Pönitzreduce #includes
2007-09-18 Richard HeckFulfill promise to Andre: TextClass_ptr --> TextClassPtr.
2007-09-15 Abdelrazak YounesClear out selection and cut stack buffers on exit.
2007-09-05 Martin VermeerName change CharStyle -> Flex
2007-08-30 Alfredo Braunsteinsolve Bug 3600 by eliminating a call to stripLeadingSpaces
2007-08-25 Martin VermeerClean-up in CharStyles, externalize detection of undefi...
2007-08-23 André Pönitzrename Layout_ptr into LayoutPtr
2007-08-23 Richard HeckThis is one of a series of patches that will merge...
2007-08-19 Martin VermeerForgot this
2007-07-31 Jean-Marc Lasgouttes * CutAndPaste.cpp (pasteSelection): do not set the...
2007-07-11 Abdelrazak YounesAllow unicode in Layout names.
2007-07-10 Jean-Marc LasgouttesRestore the persistent selection feature (disabled...
2007-07-09 Abdelrazak YounesFix bug 3990: Wrong Paste Message between document...
2007-07-06 Bo PengRemove all saveSelection calls and unify theSelection...
2007-07-04 Jürgen Spitzmüller* src/CutAndPaste.cpp (saveSelection): clarify comment...
2007-07-03 Abdelrazak YounesFix bug 3877.
2007-06-26 Alfredo BraunsteinFix to bug 3886
2007-06-22 Alfredo Braunstein* Fix Bug 3346
2007-06-07 Bo PengFix bug3782, crash with selection of table cells, joint...
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-14 Bo PengBug 3600, not a real solution but prevents lyx from...
2007-05-09 Bo PengAdd support for listings package. Two listings command...
2007-04-29 André PönitzLyXText -> Text
next