]> git.lyx.org Git - lyx.git/history - src/Counters.h
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / Counters.h
2024-04-28 Jean-Marc LasgouttesMove Lexer to support/ directory (and lyx::support...
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-10-26 Juergen SpitzmuellerSync with master
2022-07-25 Jean-Marc LasgouttesImplement on screen numbering for Subequation module
2022-07-25 Jean-Marc LasgouttesRevert "Implement on screen numbering for Subequation...
2022-07-25 Jean-Marc LasgouttesImplement on screen numbering for Subequation module
2020-12-05 Richard Kimberly... LaTeXName tag for counters. Layout format change.
2020-11-28 Yuriy SkalkoRemove unused Counters::copy
2020-11-27 Yuriy SkalkoConstify
2020-11-02 Richard Kimberly... Remove 'slave' terminology from Counters.cpp.
2020-10-23 Enrico ForestieriFix compilation on cygwin
2020-10-20 Yuriy SkalkoClean includes using the output of iwyu tool
2020-10-12 Yuriy SkalkoConstify
2020-05-03 Richard Kimberly... GuiNames for float counters.
2020-05-03 Richard Kimberly... Use GuiNames for counters.
2020-05-01 Richard Kimberly... New counter manipulation inset.
2020-02-28 Richard Kimberly... Use ranges, fix warning
2018-09-18 Jean-Marc LasgouttesRevert "Use swap in InsetText::updateBuffer for notes...
2018-07-22 Jean-Marc LasgouttesUse swap in InsetText::updateBuffer for notes ad friends
2017-07-03 Richard HeckFix whitespace at EOL.
2016-10-14 Juergen SpitzmuellerNew layout tags for better counter handling
2016-05-28 Jean-Marc LasgouttesWhen a counter is stepped, reset recursively all slaves
2014-02-25 Juergen SpitzmuellerFix caption counter in longtables (see #8993).
2013-06-01 Richard HeckIntroduce InitialValue tag for counters. Fixes bug...
2011-01-13 Richard HeckOK, the previous idea, that we don't need to check...
2011-01-12 Richard HeckAdd NoCounter layout tag. When working on output of...
2010-12-09 Richard HeckAdd some comments.
2010-12-03 Richard HeckApparently deques aren't so cool.
2010-12-02 Richard HeckSave a header: We don't really need a vector here.
2010-12-02 Richard HeckTypo.
2010-12-02 Richard HeckSome cleanup of the counters code.
2010-03-03 Richard Hecks/updateLabels/updateBuffer/g, per a suggestion of...
2010-01-20 Richard HeckIntroduce a "formatted counter" for use with formatted...
2010-01-20 Richard HeckMake the new argument to step() mandatory, and add...
2010-01-20 Richard HeckGet rid of some magic booleans in updateLabels() and...
2010-01-20 Richard HeckBetter XHTML output for InsetRef.
2009-11-15 Richard HeckStyle.
2009-08-12 Richard HeckIfStyle and IfCounter tags for layout. Docs to follow.
2009-07-12 Jean-Marc LasgouttesMake sure that the new caching mechanism for flattened...
2009-07-12 Jean-Marc Lasgouttesrevert r30515: too many files there
2009-07-12 Jean-Marc Lasgouttesfix a couple warnings after the number localization...
2009-04-20 Jean-Marc Lasgouttescut-and-paste made me do it, I swear
2009-04-19 Jean-Marc LasgouttesSpeedup the expandLabel by avoiding the recursive part...
2009-04-19 Jean-Marc Lasgouttesconstify counters code and rename private variable...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-06 Richard HeckFix bug 5316 properly. The fix is to make the routine...
2008-10-06 Richard HeckComment.
2008-10-06 Richard HeckWhitespace and comment cleanup.
2008-03-13 Jean-Marc Lasgouttestwo uninitialized variables uncovered by valgrind,...
2008-03-02 Jürgen Spitzmüller** subfig support **
2008-02-23 Bernhard RoiderFix crash due to recursive function call when a counter...
2007-08-16 Jean-Marc Lasgouttessome doxygen comments
2007-08-16 Jean-Marc LasgouttesThe counters labelstring patch. Part 1: the infrastructure.
2007-08-11 Jean-Marc Lasgouttes * Counter.cpp (hasCounter): new method.
2007-07-11 Jean-Marc Lasgouttes * Counters.cpp (appendix): new getter and setter used...
2007-04-26 Bo PengRename .C ==> .cpp for files in src/