]> git.lyx.org Git - lyx.git/history - src/CutAndPaste.cpp
Disable CheckTeX while buffer is processed
[lyx.git] / src / CutAndPaste.cpp
2018-02-18 Juergen SpitzmuellerSkip insets when checking for uncodable chars to paste.
2018-01-25 Enrico ForestieriCorrectly output a single char_type
2018-01-20 Juergen SpitzmuellerPrevent to paste uncodable characters into verbatim
2017-10-16 Juergen SpitzmuellerCollapsable -> Collapsible (part 2)
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2016-12-05 Jean-Marc LasgouttesIntroduce (Inset|InsetList|Paragraph)::resetBuffer
2016-11-21 Jean-Marc LasgouttesClear temp cutstack before exiting LyX.
2016-11-09 Jean-Marc LasgouttesMake insertInset use a temporary cut-and-paste area.
2016-10-22 Guillaume MunchUse the new infrastructure to select rows during error...
2016-07-31 Guillaume MunchC++11 supports thread-safe initialization of statics
2016-06-30 Richard HeckFix bug #8782: We need to query the cell, not just...
2016-06-29 Richard HeckAdd missing buffer update after pasting unformatted...
2016-06-09 Guillaume MunchReplace boost::tuple with std::tuple
2016-06-09 Guillaume MunchReplace boost::scoped_ptr with unique_ptr
2016-05-29 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2016-05-29 Jean-Marc LasgouttesVariables of type pit_type should be named pit, not par
2016-05-29 Jean-Marc LasgouttesRename Cursor::setSelection(bool) to selection(bool)
2016-05-28 Guillaume MunchDo not omit the starting space when copying (#9995)
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...
next