]> git.lyx.org Git - lyx.git/history - src/CutAndPaste.h
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / CutAndPaste.h
2022-11-04 Jean-Marc LasgouttesIntroduce new function copyInsetToTemp
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-11-27 Yuriy SkalkoMove several common types to support/types.h
2020-11-01 Yuriy SkalkoMatch header/source function argument naming
2020-10-20 Yuriy SkalkoClean includes using the output of iwyu tool
2020-10-16 Yuriy SkalkoMove Cursor.h from Clipboard.h
2020-10-13 Yuriy SkalkoRemove unused forward declarations
2020-10-03 Yuriy SkalkoRefactoring based on cppcheck suggestions
2018-07-22 Jean-Marc LasgouttesDo not remove character at start of paragraph when...
2018-04-26 Richard Kimberly... Restore implicit word selection for inset insertion.
2017-10-25 Jean-Marc LasgouttesMove some Cursor methods to CursorData
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2016-11-09 Jean-Marc LasgouttesMake insertInset use a temporary cut-and-paste area.
2016-06-26 Georg BaumRemove using directives from headers
2015-01-19 Georg BaumFix pasting insets into math (bug #9302)
2013-07-13 Georg BaumFix image pasting regression
2013-04-14 Georg BaumImplement paste from LaTeX and HTML (bug #3096)
2012-05-31 Richard HeckDeal with memory issue reported some time ago in connec...
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...
2011-10-29 Tommaso CucinottaAdding the capability to paste as simple unformatted...
2008-11-16 Stefan Schimanski* "Copy as Reference" in the context menu of a label
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-08-13 Jean-Marc Lasgouttesconstification without any code change. This is part...
2008-07-30 Abdelrazak YounesFix crash with Menu->Edit->Paste recent
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* or does anybody have this in mind for 1.6?
2008-03-12 Stefan Schimanski* only use selection of current cell when starting...
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 HeckRestore Andre's TextClassIndex, but now in the form...
2008-02-24 Richard HeckRevert 23154.
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-03 Stefan Schimanski* Support for graphics pasting (with most code in the...
2007-11-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
2007-10-31 André Pönitzintroduce a header to forward declare std::string.
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-08-23 Richard HeckThis is one of a series of patches that will merge...
2007-07-10 Jean-Marc Lasgouttesa few comments
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-29 André Pönitzrename LyXTextClass* into TextClass*
2007-04-26 André Pönitzrename LCursor->Cursor
2007-04-26 André Pönitzremove ParagraphList_fwd.h
2007-02-08 Jean-Marc Lasgouttesfix description of replaceSelection and cutSelection
2007-02-02 Bo PengPersistent-selection (and fix bug 3162)
2007-01-13 Georg BaumFix bug 2138: copy and paste should preserve formatting...
2007-01-05 Georg BaumFix and document middle mouse button paste. This is...
2007-01-04 Georg BaumAdd some documentation. Yes I know that some functions...
2007-01-04 Georg Baumremove declaration of nonexisting function selPaste()
2007-01-04 Georg Baumremove declaration of nonexisting function selCut()
2007-01-04 Georg Baumremove double declaration of cutSelection
2006-12-08 Georg BaumConvert the spell checking machinery to docstring.
2006-11-17 Georg BaumDocument pasteParagraphList as hinted by Jean-Marc
2006-10-22 André Pönitzuse more unicode in math
2006-10-21 André Pönitzmove everything into namespace lyx
2006-10-11 Georg BaumIntroduce wide streams. This fixes the remaining proble...
2006-08-16 Jean-Marc LasgouttesFix bug 2068 and do some cleanup
2006-08-13 Abdelrazak YounesThis commit creates a error_lists map member inside...
2006-05-21 Georg BaumFix crash that occurs if the cursor is in a table cell...
2006-04-09 Lars Gullik Bjønnes* Change several freestanding and class methods with...
2006-04-05 Lars Gullik BjønnesWhitespace cleanup.
2006-03-23 Lars Gullik Bjønnes * output_latex.h:
2005-11-29 Jean-Marc Lasgouttesfix bug 2096: LyX file inserting is broken
2005-11-25 Jean-Marc Lasgouttesdisable LFUN_PASTE when there is nothing to paste
2005-10-12 Georg Baumimplement missing bits of math cut and paste and fix...
2005-09-06 Jürgen Spitzmüllerfix bug 1919 (table cells won't accept normal text...
2005-05-04 Georg Baumundefined charstyle fixes from Martin and me
2004-10-05 Angus LeemingWhitespace, only whitespace.
2004-04-18 André Pönitzpartial fix for cut and paste
2004-03-25 André Pönitzthe stuff from the sneak preview:
2003-10-08 Angus LeemingFix a bunch of doxygen warnings.
2003-10-07 Martin Vermeeradd <string> and other small fixes to make
2003-10-06 Lars Gullik BjønnesThe std::string mammoth path.
2003-09-07 Angus LeemingRemove all unnecessary #includes from header files.
2003-09-06 Angus LeemingReplace ParagraphList.h with ParagraphList_fwd.h.
2003-08-23 Angus LeemingIf I ever see another licence blurb again, it'll be...
2003-06-28 Lars Gullik Bjønnesthe doxygen patch
2003-06-17 Lars Gullik BjønnesThe Paste Recent patch
2003-06-10 Lars Gullik Bjønnesthe current_view patch
2003-05-28 Lars Gullik Bjønnesparlist-24-a.diff
2003-05-20 Alfredo Braunsteinget rid of InsetError users
2003-05-06 Lars Gullik BjønnesSome cleanup, and prepare for new feature.
2003-04-30 André PönitzAlfredo's second patch
2003-04-29 André PönitzAlfredo's CutAndPaste fixes
2003-04-13 Lars Gullik Bjønnesparlist-9-a.diff
2003-03-06 Lars Gullik Bjønnesadd some cut and paste bugs (disguised as cleanups)
2003-03-06 Lars Gullik Bjønnesmake CutAndPaste be a namespace instead of a class
2003-02-13 Lars Gullik Bjønnesdont use pragma impementation and interface anymore
2003-02-08 John LevonThe big change tracking patch. Changes from posted...
2002-07-21 Jean-Marc Lasgouttestime to recompile everything: I removed #include direct...
2002-03-21 Lars Gullik Bjønnesws cleanup
2001-12-28 Lars Gullik Bjønnes2001-12-28 Lars Gullik Bj�nnes <larsbj@birdstep.com>
2001-12-15 Dekel TsurUse buffer language when inserting error insets.
2001-11-29 André Pönitzreduction of header dependencies, part II (use new...
2001-08-08 Jürgen VignaFixed bug where delete/backspace like operations on...
next