]> git.lyx.org Git - lyx.git/history - src/insets/InsetLabel.h
Update Win installer for new dictionary links. Untested.
[lyx.git] / src / insets / InsetLabel.h
2023-12-19 Daniel RamoellerDon't inherit font in Label inset
2023-08-25 Richard Kimberly... Polish
2023-08-25 Alexander DunlapAssign equation numbers in updateBuffer instead of
2023-07-29 Richard Kimberly... Fix up 04fc48d790.
2023-07-28 Richard Kimberly... New RefFormat tag for counters, and PrettyFormat for...
2023-07-26 Alexander DunlapDisplay equation/theorem numbers in insert cross refere...
2022-12-05 Juergen SpitzmuellerFix crash when inserting label before label in change...
2022-10-26 Juergen SpitzmuellerSync with master
2022-06-12 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2022-06-09 Jean-Marc LasgouttesAllow to break rows before and after label and index...
2020-10-13 Yuriy SkalkoRemove unused forward declarations
2020-10-03 Yuriy SkalkoAdd `override` specifiers to improve code maintainability
2020-07-08 Thibaut CuvelierNew DocBook support
2020-06-15 Thibaut CuvelierRename XHTMLStream to XMLStream, move it to another...
2020-03-06 Juergen SpitzmuellerTell updateBuffer whether an inset is deleted.
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...
2017-07-03 Richard HeckFix whitespace at EOL.
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
2016-12-27 Juergen SpitzmuellerImprove quotation mark opening/closing guess
2015-10-01 Guillaume MunchEnhancements and bugfixes to the TOCs
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...
2011-07-06 Abdelrazak Younesaddendum to r39250: I forgot about math labels. This...
2011-07-06 Abdelrazak YounesSplit InsetLabel::updateCommand() into:
2011-01-12 Richard HeckInset::addToToc() can and should be const. It wasn...
2010-10-27 Vincent van RavesteijnOrganize header files in src\insets.
2010-10-18 Vincent van RavesteijnSome cosmetics (from my local cosmetics branch).
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-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.
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-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-05 Richard HeckHTML output code for a handful of easy insets.
2009-04-22 Vincent van Ravesteijn* Move handling of LFUN_INSET_SETTINGS to Inset,
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-05-13 Abdelrazak YounesInset::addToToc(): change signature. Use DocIterator...
2008-03-10 Abdelrazak YounesIntroduce Inset::isLabeled() in order to avoid reimplem...
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 Abdelrazak YounesAdd "DUPLICATE:" prefix to screen labels. 1.6 won't...
2008-03-03 Jürgen Spitzmülleradd label/refs validation on pasting.
2008-03-02 Abdelrazak YounesIntroduce Inset::validate() for Inset validation purpos...
2008-03-02 Abdelrazak YounesAvoid duplicate labels when the user change an InsetLabel.
2008-03-02 Abdelrazak YounesIntroduce a labels&references cache at buffer level...
2008-02-29 Richard HeckFix InsetLabel::clone.
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-27 Abdelrazak YounesAdd list of labels. If I have the time and energy the...
2008-02-23 Richard HeckAfter a hiatus, I'm returning to the rewrite of InsetCo...
2007-10-25 Richard HeckMove the findInfo() and defaultCommand() routines out...
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-08-30 André Pönitzuse bald pointers in clone()
2007-04-29 André Pönitzrename InsetBase to Inset
2007-04-26 André Pönitzrename LCursor->Cursor
2007-04-25 Bo PengRename insets/insetxxx to insets/InsetXxx, part 2