]> git.lyx.org Git - lyx.git/history - src/Compare.cpp
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / Compare.cpp
2022-11-28 Jean-Marc LasgouttesMerge branch 'killqt4'
2022-11-27 Richard Kimberly... Fix bug #11781. Patch from Daniel.
2021-02-26 Richard Kimberly... Allow to call cap::switchBetweenClasses without an...
2021-01-14 Richard Kimberly... Fix bug #12068
2020-11-01 Yuriy SkalkoUse const references
2020-10-25 Yuriy SkalkoConstify
2020-10-20 Yuriy SkalkoClean includes using the output of iwyu tool
2020-10-19 Yuriy SkalkoReduce includes in header files
2020-10-03 Yuriy SkalkoRefactoring based on cppcheck suggestions
2020-05-14 Jean-Marc LasgouttesGet rid of lyx::next uses for RandomAccessList
2020-05-13 Jean-Marc LasgouttesRevert "Get rid of lyx::next uses for RandomAccessList"
2020-05-12 Jean-Marc LasgouttesGet rid of lyx::next uses for RandomAccessList
2020-04-26 Richard Kimberly... Revert last three commits.
2020-04-26 Richard Kimberly... Make pit_type unsigned (in particular, size_t).
2020-02-28 Richard Kimberly... Fix nullptr warnings
2017-10-16 Richard HeckRename Paragraph::setBuffer to Paragraph::setInsetBuffe...
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-06-04 Richard HeckFix bug #10295.
2017-04-03 Jean-Marc LasgouttesRevert "Possible fix for bug #10295."
2017-04-03 Richard HeckPossible fix for bug #10295.
2016-07-04 Guillaume MunchRationalise includes
2016-06-06 Georg BaumFix cppcheck initialization warnings
2016-01-10 Stephan WittCall lyx::next and lyx::prev explicitely. In case libc...
2015-11-16 Georg BaumFix a cmake monolithic build error
2015-05-15 Georg BaumFix compilation with boost 1.58
2015-03-04 Jean-MarcFix uninitialized members in Compare::Impl
2015-03-04 Jean-MarcPass parameters by reference (performance)
2014-04-21 Richard HeckFix a bunch of minor issues discovered by the cppcheck...
2014-02-07 Vincent van RavesteijnCompare: Add the authors from the 'other' document
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2013-04-19 Uwe Stöhrfix some more typos spotted by Yuri
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-28 Lars Gullik Bjønnessrc/*.cpp: reformatting to increase consistency
2012-06-05 Jean-Marc LasgouttesTypos
2010-03-31 Pavel SandaNext headers
2010-01-24 Vincent van RavesteijnCompare:\n- Fix the doubly added first snake. \n- Fix...
2010-01-21 Vincent van RavesteijnFix the Compare feature. The compl_vector class shouldn...
2010-01-16 Vincent van RavesteijnTry to fix an assert coming from "gcc vector-index...
2010-01-15 Jean-Marc LasgouttesKill warning and avoid double arithmetic. Vincent,...
2010-01-14 Vincent van RavesteijnCompare: Actually abort the process when cancel is...
2010-01-14 Vincent van RavesteijnCompare: Add a statusbar to the dialog and show a messa...
2010-01-10 Vincent van RavesteijnCaMeLbUmP all function names, private or not.
2010-01-10 Vincent van RavesteijnOptimize DocRange::length(). Thanks Abdel.
2010-01-10 Vincent van RavesteijnReadd comment and squeeze warning.
2010-01-10 Vincent van RavesteijnUse the operator[] to get and set the values of the...
2010-01-10 Vincent van RavesteijnCosmetics mainly: Rename math.h to cmath, reorder some...
2010-01-10 Tommaso CucinottaLet trunk compile.
2010-01-10 Vincent van RavesteijnRemove some debug info that renders trunk uncompilable.
2010-01-10 Vincent van RavesteijnCompare feature part 3: Implement the find_middle_snake...
2010-01-10 Vincent van RavesteijnAdd a vector class that can be referenced with both...
2010-01-09 Vincent van RavesteijnCompare: cosmetics and comments.
2010-01-09 Vincent van RavesteijnCompare: simplify the step functions.
2010-01-09 Vincent van RavesteijnNo more magic booleans. The word of Andre is spreading.
2010-01-09 Vincent van RavesteijnUnify traverse_snake_back and traverse_snake_forw and...
2010-01-09 Vincent van RavesteijnSmall optimization in Compare::Impl::equal().
2010-01-09 Vincent van RavesteijnMinor changes in Changes.cpp
2009-12-30 Richard HeckMake gcc happy.
2009-12-19 Vincent van RavesteijnCompare feature take two.
2009-11-02 Abdelrazak YounesFix gcc warnings.
2009-10-25 Vincent van RavesteijnCall the Compare thread from the GuiCompare dialog.
2009-10-25 Vincent van RavesteijnAdds the threaded Compare class, which will eventually...