]> git.lyx.org Git - lyx.git/history - src/CutAndPaste.cpp
prepare Qt 5.6 builds
[lyx.git] / src / CutAndPaste.cpp
2016-01-10 Stephan WittCall lyx::next and lyx::prev explicitely. In case libc...
2015-10-05 Guillaume MunchConsistency of ellipses across the UI
2015-05-15 Georg BaumFix compilation with boost 1.58
2015-01-19 Georg BaumFix pasting insets into math (bug #9302)
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-11-12 Richard HeckWhitespace.
2014-11-11 Georg BaumFix memory errors found by Alfredo with valgrind
2014-10-16 Jean-Marc LasgouttesErase correctly math multi-cell selection
2014-08-15 Richard HeckPossible fix for the mystery crash, which is bug #9049.
2014-08-12 Richard HeckLittle bit of cleanup.
2014-06-09 Georg BaumRemove unsafe method FileName::tempName()
2014-04-21 Richard HeckTypos and style.
2014-04-21 Richard HeckThis is the result of an audit of all static variables...
2014-02-22 Georg BaumFix bug #8891 (wrong depth of copied text)
2013-11-12 Georg BaumSilence unwanted error popup on copying
2013-11-11 Georg BaumFix encoding for copying LaTeX from clipboard
2013-07-13 Georg BaumFix image pasting regression
2013-05-19 Vincent van RavesteijnFix assertion: label copy-paste-as-ref in new par
2013-05-04 Richard HeckSet "dryrun" to true for XHTML copying routine. This...
2013-05-03 Richard HeckThe update here needs doing no matter what.
2013-05-01 Georg BaumDon't ask for creating branches on copying
2013-04-28 Vincent van RavesteijnMake sure MarkAsExporting is deleted before buffer
2013-04-28 Vincent van RavesteijnMake staticbuffer static again
2013-04-27 Richard HeckRemove all messages to user related to assertions....
2013-04-27 Kornel BenkoUse doctring as LBUFFER() etc parameters
2013-04-27 Kornel BenkoStrings as parameters to LASSERT should not be translat...
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2013-04-21 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2013-04-21 Georg BaumFic crash for repeated pasting from complex docs
2013-04-21 Georg BaumUse MathML on the clipboard for formulas in HTML
2013-04-21 Richard HeckFix bug found by Scott concerning copying XHTML to...
2013-04-14 Georg BaumImplement paste from LaTeX and HTML (bug #3096)
2013-04-12 Georg BaumAlso put HTML on the clipboard when copying
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-28 Lars Gullik Bjønnessrc/*.cpp: reformatting to increase consistency
2012-10-26 Lars Gullik BjønnesWS cleanup, remove extraeneous spaces
2012-06-04 Jean-Marc LasgouttesFix bug #7956: Assertion When Trying to Paste Into...
2012-05-31 Richard HeckDeal with memory issue reported some time ago in connec...
2012-05-28 Jean-Marc Lasgouttes"Performance" fixes suggested by cppcheck
2012-05-12 Vincent van RavesteijnNew function BufferList::newInternalBuffer
2012-05-06 Vincent van RavesteijnProperly mark a buffer as internal
2012-05-03 Vincent van RavesteijnAlways require a mask to get a temporary filename
2012-04-29 Jürgen SpitzmüllerMerge branch 'master' of git.lyx.org:lyx
2012-04-18 Jean-Marc LasgouttesIn replaceSelectionWithString, do not select the new...
2012-03-30 Pavel SandaMerge branch 'master' of lyx:lyx
2012-03-23 Vincent van RavesteijnFix more possible crashes due to asInsetRef()
2011-10-29 Tommaso CucinottaAdding the capability to paste as simple unformatted...
2011-09-24 Richard HeckFix bug #3821 by allowing insertStringAs* to reset...
2011-07-14 Abdelrazak YounesHeader cleanup.
2011-07-06 Abdelrazak YounesSplit InsetLabel::updateCommand() into:
2011-06-08 Richard HeckFix bug #7517. This restores some code removed when...
2011-06-07 Richard HeckRevert previous commit, which committed too much.
2011-06-07 Richard HeckFix problem with static error list.
2011-03-28 Richard HeckThis is intended to be a pure renaming of the Inset...
2011-03-28 Pavel SandaPush r38098 again in
2011-03-28 Pavel Sandarevert r38098
2011-03-28 Richard HeckImprove conversion error message.
2011-01-26 Jean-Marc LasgouttesUnify handling of pass thru insets and paragraphs by...
2011-01-10 Vincent van RavesteijnCursor: constify.
2010-12-04 Abdelrazak YounesCorrect grammar in comment.
2010-12-04 Abdelrazak YounesFix bug #7071 in cutSelection:
2010-11-06 Jean-Marc LasgouttesThis patch implements proper ERT behaviour for normal...
2010-11-04 Vincent van RavesteijnFix part of bug #5561: Issues with image pasting
2010-10-31 Vincent van RavesteijnMore include frenzy.
2010-10-26 Vincent van RavesteijnRemove some unnecessary static_casts and add two FIXMEs...
2010-10-26 Vincent van RavesteijnRemove unneccessary uses of dynamic_cast from the code.
2010-10-25 Vincent van RavesteijnWe don't want InsetCommand to have a function updateCom...
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...
next