]> git.lyx.org Git - lyx.git/history - src/insets/InsetLabel.cpp
Move Cursor.h from Clipboard.h
[lyx.git] / src / insets / InsetLabel.cpp
2020-10-16 Yuriy SkalkoMove Cursor.h from Clipboard.h
2020-09-23 Jean-Marc LasgouttesRemove default parameter of UndoGroupHelper constructor
2020-09-19 Thibaut CuvelierMerge branch 'feature/docbook' into master
2020-09-19 Thibaut CuvelierDocBook: ensure xml:id is not output too many times.
2020-08-28 Juergen SpitzmuellerDo not \protect label in subfloat caption (#11950)
2020-07-08 Thibaut CuvelierNew DocBook support
2020-06-15 Thibaut CuvelierRename XHTMLStream to XMLStream, move it to another...
2020-03-29 Juergen SpitzmuellerPrevent wrong reference to duplicated (but deleted...
2020-03-14 Juergen SpitzmuellerOutliner: distinguish non-active refs from broken refs
2020-03-06 Juergen SpitzmuellerTell updateBuffer whether an inset is deleted.
2019-12-31 Juergen SpitzmuellerHonor change tracking when automatically renaming refs...
2019-12-29 Juergen SpitzmuellerTrack change of label name
2019-03-14 Juergen SpitzmuellerProtect label in moving argument
2019-03-14 Juergen SpitzmuellerMove labels and insets out of moving arguments
2019-01-25 Juergen SpitzmuellerDo not check for duplicates when pasting a label into...
2018-12-31 Juergen SpitzmuellerMark labels in non-outputting insets as inactive.
2018-12-31 Juergen SpitzmuellerAdd inactive labels to the toc
2018-12-30 Juergen SpitzmuellerWhen checking inset activity status, also check contain...
2018-12-29 Juergen SpitzmuellerDo not consider deleted labels in ambiguity check
2017-12-13 Jean-Marc LasgouttesImprove UndoGroupHelper and use it more
2017-11-29 Jean-Marc LasgouttesUse range-based for loop.
2017-10-25 Jean-Marc LasgouttesMove some Cursor methods to CursorData
2017-08-12 Juergen SpitzmuellerMark some intentional fall-throughs (in a way understan...
2017-08-12 Juergen SpitzmuellerRevert "Mark some intentional fall-throughs (in a way...
2017-08-12 Juergen SpitzmuellerMark some intentional fall-throughs (in a way understan...
2017-07-04 Jean-Marc LasgouttesUse the proper buffer when recording undo
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-01-15 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2017-01-14 Guillaume MunchMake the generation of children's tocs more robust
2015-10-15 Georg BaumFix std::string docstream output error
2015-10-01 Guillaume MunchEnhancements and bugfixes to the TOCs
2015-09-15 Guillaume MunchBetter construction of the TOC for floats and captions
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-10-30 Richard HeckDo not truncate references in outline pane (bug 9312).
2014-03-06 Juergen SpitzmuellerDisable invalid inset-modify (#9019).
2014-03-05 Richard HeckAdd comment.
2014-03-05 Richard HeckCheck in InsetLabel if LFUN_INSET_MODIFY is intended...
2014-02-13 Jean-Marc LasgouttesRename some LFUN names to match their text name
2013-03-18 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2013-03-18 Richard HeckAllowing direct, read-write access to the references...
2013-03-08 Richard HeckAdd a member to TocItem that tells us whether the item...
2013-03-08 Richard HeckIntroduce max_length parameter for plaintext() output...
2012-09-19 Juergen SpitzmuellerDo not update refs on new label creation (#8147)
2012-07-15 Jean-Marc LasgouttesFix bug #5204: Undo removes text selection
2012-04-29 Jürgen SpitzmüllerMerge branch 'master' of git.lyx.org:lyx
2012-03-30 Pavel SandaMerge branch 'master' of lyx:lyx
2012-03-23 Richard HeckFix bug #8095.
2011-07-06 Abdelrazak Younesaddendum to r39250: I forgot about math labels. This...
2011-07-06 Abdelrazak YounesSplit InsetLabel::updateCommand() into:
2011-06-29 Richard HeckEasy fix for mark dirty part of #7655. Also adds a...
2011-01-12 Richard HeckInset::addToToc() can and should be const. It wasn...
2010-12-08 Jean-Marc LasgouttesTry to finally fix #6930. All the paths that did not...
2010-11-29 Vincent van RavesteijnFix bug #6315: counters in insets that don't produce...
2010-11-29 Vincent van RavesteijnProperly check for the value of an enum. Unexpected...
2010-11-16 Richard HeckFix crash reported by Enrico. Thinko or something in...
2010-10-29 Vincent van RavesteijnRemove InsetCommand::mailer_name_.
2010-10-29 Vincent van RavesteijnRemove the name parameter from string2params and params...
2010-10-26 Vincent van RavesteijnRemove some unnecessary static_casts and add two FIXMEs...
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-04-09 Richard HeckMake members of FuncRequest private, per the FIXME...
2010-04-09 Richard HeckThis is just a giant renaming of member variables in...
2010-03-15 Vincent van RavesteijnRevert r33714: It causes bug #6588.
2010-03-11 Vincent van RavesteijnFix bug #6563: Change tracking and moving labels
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-02-13 Jürgen Spitzmüllergeneralize special handling of command inset parameters...
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-20 Richard HeckIntroduce a "formatted counter" for use with formatted...
2010-01-20 Richard HeckGet rid of some magic booleans in updateLabels() and...
2010-01-20 Richard HeckBetter XHTML output for InsetRef.
2010-01-19 Richard HeckMove the StartTag, EndTag, and CompTag classes into...
2009-12-04 Richard HeckThis patch introduces an optional argument to Buffer...
2009-11-28 Richard HeckRestore XHTML output for InsetLabel and InsetRef. There...
2009-11-08 Abdelrazak YounesInsetCommand ctor: Pass 'Buffer *'
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-07-13 Jean-Marc LasgouttesRemove all BufferParam arguments in InsetXXX methods...
2009-06-12 Richard HeckWell, it turns out that we need a different return...
2009-06-12 Richard HeckThe return value for xhtml() is not going to be needed.
2009-06-09 Jean-Marc Lasgouttesfix a few compiler warnings
2009-06-05 Richard HeckHTML output code for a handful of easy insets.
2009-05-15 Vincent van RavesteijnRestore Object.Event order for:
2009-04-11 Vincent van Ravesteijn* InsetLabel: Return the status for LFUN_INSERT_LABEL_A...
2009-04-09 Vincent van RavesteijnLeave handling of LFUN_COPY_LABEL_AS_REF to InsetLabel...
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...
2008-11-12 Jürgen Spitzmüller* InsetLabel.cpp:
2008-09-17 Jean-Marc LasgouttesFix bug 2746: http://bugzilla.lyx.org/show_bug.cgi...
2008-06-18 Pavel SandaFix include orderings.
2008-05-13 Abdelrazak YounesInset::addToToc(): change signature. Use DocIterator...
2008-03-27 André Pönitzremove remaining MailInsets.
2008-03-07 Abdelrazak Younes* Buffer::getLabelList(): Speed up and simplify by...
2008-03-04 Jürgen Spitzmüller* src/insets/InsetLabel.[cpp,h}:
2008-03-03 Abdelrazak YounesSanitize a bit the way InsetRef and InsetCommand button...
2008-03-03 Jürgen Spitzmüller* src/insets/InsetLabel.cpp (doDispatch):
2008-03-03 Abdelrazak YounesAdd "DUPLICATE:" prefix to screen labels. 1.6 won't...
2008-03-03 Abdelrazak Younesrevert 23410 and fix InsetLabel::update() instead....
2008-03-03 Jürgen Spitzmüller* src/insets/InsetLabel.cpp (doDispatch):
next