]> git.lyx.org Git - lyx.git/history - src/Counters.cpp
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / Counters.cpp
2024-04-28 Jean-Marc LasgouttesMove Lexer to support/ directory (and lyx::support...
2023-07-29 Richard Kimberly... Fix reference to temporary
2023-07-28 Richard Kimberly... Remove debug code
2023-07-28 Richard Kimberly... New RefFormat tag for counters, and PrettyFormat for...
2023-07-28 Richard Kimberly... Fix bug #11822.
2023-07-26 Alexander DunlapDisplay equation/theorem numbers in insert cross refere...
2023-07-24 Jean-Marc LasgouttesDisplay footnote labels as superscripts
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... Change name in source files
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-20 Yuriy SkalkoClean includes using the output of iwyu tool
2020-10-12 Yuriy SkalkoConstify
2020-06-18 Jean-Marc LasgouttesInitialize properly Counter::saved_value_ member
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-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
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
2015-10-10 Georg BaumRemove unused variables
2015-02-20 Jean-Marc LasgouttesDon't try to show 1000 as a roman number
2015-02-20 Jean-Marc Lasgoutteswhitespace
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-11-21 Jean-Marc LasgouttesLet the Foot inset have a different Layout when inside...
2014-04-01 Vincent van RavesteijnInitialize variable to fix Counter 0 problem
2013-06-02 Richard HeckInitialize initial_value_.
2013-06-01 Richard HeckIntroduce InitialValue tag for counters. Fixes bug...
2013-04-27 Richard HeckRemove all messages to user related to assertions....
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-28 Lars Gullik Bjønnessrc/*.cpp: reformatting to increase consistency
2011-04-15 Richard HeckExtracting translation information does not help if...
2011-01-13 Richard HeckOK, the previous idea, that we don't need to check...
2011-01-12 Richard HeckAdd comment.
2011-01-12 Richard HeckAdd NoCounter layout tag. When working on output of...
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 HeckStupid implicit conversion.
2010-12-02 Richard HeckSome cleanup of the counters code.
2010-11-29 Vincent van RavesteijnFix bug #6315: counters in insets that don't produce...
2010-01-20 Richard HeckFix output of formatted counters.
2010-01-20 Richard HeckPartly disable pretty counter output.
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-08-12 Richard HeckIfStyle and IfCounter tags for layout. Docs to follow.
2009-07-13 Jean-Marc Lasgouttessmall optimization and cleanup of Counters::counterLabel
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-06-02 Richard HeckWhitespace.
2009-06-02 Richard HeckAllow customization of enumerate counters.
2009-04-20 Jean-Marc LasgouttesI did this one all by myself; naughty jmarc
2009-04-20 Jean-Marc Lasgouttesrevert 29349; Abdel made me do it
2009-04-20 Jean-Marc Lasgouttescut-and-paste made me do it, I swear
2009-04-19 Jean-Marc Lasgouttescompilation fix
2009-04-19 Uwe StöhrCounters.cpp: whitespace
2009-04-19 Jean-Marc Lasgouttesplease Abdel
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-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-03-02 Jürgen Spitzmüller** subfig support **
2008-02-23 Bernhard RoiderFix crash due to recursive function call when a counter...
2007-12-12 Abdelrazak Younesgetting rid of more superfluous lyx::support:: statements.
2007-12-12 Abdelrazak Younes'using namespace lyx::support' instead of 'using suppor...
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
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-08-10 Christian RidderströmConverted '#warning ...' into FIXME-comments
2007-08-08 Richard HeckMinor update to previous commit.
2007-08-08 Richard HeckFix bug 4112: Translate to roman numerals for numbers...
2007-07-17 Abdelrazak Younesmore std declaration fixes.
2007-07-11 Jean-Marc Lasgouttes * Counters.cpp (appendix): new getter and setter used...
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-10 Jean-Marc LasgouttesPatch from "hzluo" <memcache@gmail.com>:
2007-04-26 Bo PengRename .C ==> .cpp for files in src/