]> git.lyx.org Git - lyx.git/history - src/CutAndPaste.cpp
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / CutAndPaste.cpp
2024-04-07 Jean-Marc LasgouttesFix crash when deleting inset with backspace
2024-04-07 Juergen SpitzmuellerComment on 9198ed596580
2024-04-06 Juergen SpitzmuellerFix assertion when pasting paragraph with insets in...
2023-10-04 Juergen SpitzmuellerAmend 3f0bb8aa43af
2023-10-04 Juergen SpitzmuellerFix assertion on paste with empty pars
2023-09-14 Juergen SpitzmuellerDo not paste deleted text with CT on (#12900)
2023-09-12 Juergen SpitzmuellerFix indentation
2022-11-28 Jean-Marc LasgouttesMerge branch 'killqt4'
2022-11-27 Richard Kimberly... Fix bug #11917. Patch from Daniel.
2022-11-04 Jean-Marc LasgouttesIntroduce new function copyInsetToTemp
2022-10-26 Juergen SpitzmuellerSync with master
2022-07-25 Daniel RamoellerImproved layout adoption on paste
2022-07-18 Jean-Marc LasgouttesWhen pasting as LaTeX, honor textclass and modules
2021-04-11 Juergen SpitzmuellerMark c&p buffers internal. Cures assertion (#12246)
2021-03-04 Jean-Marc LasgouttesAvoid pointless 'undefined flex inset' errors
2021-02-26 Richard Kimberly... Allow to call cap::switchBetweenClasses without an...
2021-02-09 Juergen SpitzmuellerStore the AuthorList in the cut stack
2021-01-30 Enrico ForestieriAllow pasting references to mathed
2020-12-06 Juergen SpitzmuellerAlways mark pasted stuff as changed with ct on
2020-11-28 Yuriy SkalkoMake InsetIterator compatible with range-based loops
2020-11-27 Yuriy SkalkoMove several common types to support/types.h
2020-10-20 Yuriy SkalkoClean includes using the output of iwyu tool
2020-10-16 Yuriy SkalkoMove Author.h, Format.h from BufferParams.h
2020-10-15 Daniel RamoellerCleanup CutAndPaste.cpp
2020-10-03 Yuriy SkalkoRefactoring based on cppcheck suggestions
2020-06-29 Juergen SpitzmuellerImplement proper pasting from multiple table cells...
2020-06-29 Juergen SpitzmuellerCorrectly initialize font (language) for multiple-cell...
2020-06-29 Juergen SpitzmuellerDo not paste \t when pasting multiple table columns...
2020-06-18 Jean-Marc LasgouttesPass BufferParams by address
2020-05-14 Jean-Marc LasgouttesGet rid of lyx::next uses for RandomAccessList
2020-05-13 Jean-Marc LasgouttesRevert "Get rid of lyx::next uses for RandomAccessList"
2020-05-12 Jean-Marc LasgouttesGet rid of lyx::next uses for RandomAccessList
2020-03-13 Jean-Marc Lasgouttesremove constructs and comments about old compilers
2020-03-13 Scott KostyshakFix correction with continuous spellcheck
2020-02-28 Richard Kimberly... Use ranges, fix warning
2020-01-13 Juergen SpitzmuellerAdd pref to keep ct markup on copy/paste
2019-12-31 Juergen SpitzmuellerDo not copy deleted text to external clipboard
2019-09-12 Richard Kimberly... Fix nullptr warnings
2019-01-25 Juergen SpitzmuellerDo not check for duplicates when pasting a label into...
2018-07-22 Jean-Marc LasgouttesDo not remove character at start of paragraph when...
2018-05-11 Juergen SpitzmuellerMerge paragraphs when pasted into an inset that forbids...
2018-04-26 Richard Kimberly... Restore implicit word selection for inset insertion.
2018-03-09 Juergen SpitzmuellerReset buffer language only if we have something to...
2018-02-17 Juergen SpitzmuellerSkip insets when checking for uncodable chars to paste.
2018-02-10 Juergen SpitzmuellerFix Windows compiler warning about double declaration...
2018-02-06 Juergen SpitzmuellerDo not use English, but the context language, when...
2018-02-06 Juergen SpitzmuellerDo not use English, but the context language, when...
2018-01-25 Enrico ForestieriCorrectly output a single char_type
2017-12-24 Juergen SpitzmuellerPrevent to paste uncodable characters into verbatim
2017-12-06 Juergen SpitzmuellerRecreate citation label after paste
2017-10-25 Jean-Marc LasgouttesMove some Cursor methods to CursorData
2017-10-16 Richard HeckRename Paragraph::setBuffer to Paragraph::setInsetBuffe...
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)
next