]> git.lyx.org Git - lyx.git/history - src/ConverterCache.cpp
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / ConverterCache.cpp
2024-04-28 Jean-Marc LasgouttesMove Lexer to support/ directory (and lyx::support...
2020-11-21 Yuriy SkalkoRefactor checksum calculation
2020-09-10 Richard Kimberly... Add FIXME
2020-02-28 Richard Kimberly... Fix nullptr warnings
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-03-14 Richard HeckMove the global formats and system_formats variables...
2016-07-31 Guillaume MunchPerf comments: getFormatFromFile slows LyX startup...
2016-07-31 Guillaume MunchC++11 supports thread-safe initialization of statics
2015-03-04 Jean-MarcFix unitialized members in CacheItem
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-07-05 Georg BaumMark some singletons with FIXME THREAD
2014-04-21 Richard HeckFix a bunch of minor issues discovered by the cppcheck...
2014-04-21 Richard HeckThis is the result of an audit of all static variables...
2013-04-25 Richard HeckAudit all the LASSERT calls, and try to do something...
2013-03-21 Georg BaumSplit pdf format as discussed on the list
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-28 Lars Gullik Bjønnessrc/*.cpp: reformatting to increase consistency
2010-04-21 Pavel Sandasupport:
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-03-25 Vincent van RavesteijnPrevent the ghost index files when the converter cache...
2009-08-13 Pavel SandaAt least we have agreed upon this
2009-06-29 Vincent van RavesteijnCosmetics and constify.
2009-05-10 Vincent van RavesteijnFix part 2 of bug #5758: Crash when closing the dosbox...
2008-10-08 Richard HeckRevert r26683 and add some comments making it a little...
2008-10-02 Richard HeckSimplify the mover semantics a bit further: The extra...
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-04-02 André Pönitznext try...
2008-04-02 André Pönitzrevert last patch. there's something wrong, possibly...
2008-04-02 André Pönitzsimplify Lexer use a bit
2007-12-16 Abdelrazak Younesheader cleanup.
2007-12-14 Abdelrazak YounesFix wrong test introduced in rev 22150
2007-12-14 Abdelrazak YounesUse FileName::createDirectory() instead of support...
2007-12-13 Abdelrazak Younesget rid of lyxlib.h:chmod.
2007-12-13 Abdelrazak Younescompile fix following undo/redo mixup. Sorry again!
2007-12-13 Abdelrazak YounesIntroduce FileName::changePermission() and fix Converte...
2007-12-13 Abdelrazak YounesFix copy&paste error round 2.
2007-12-13 Abdelrazak YounesFix copy&paste error.
2007-12-13 Abdelrazak YounesSimplify Movers API and port to FileName.
2007-12-12 Abdelrazak Younesgetting rid of superfluous lyx::support:: statements.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: 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-30 Abdelrazak Youneslyxlib.h:sum -> FileName::checksum()
2007-11-29 André Pönitzassimilate BOOST_CURRENT_FUNCTION
2007-11-29 Abdelrazak YounesMSVC compile fix.
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 Abdelrazak Younes* FileName:
2007-11-15 André Pönitzreduce line noise
2007-11-07 Abdelrazak Younescompile fix.
2007-11-07 André Pönitzuse support::FileName
2007-11-07 André Pönitzmore of it
2007-10-18 André Pönitzstart using FileName::exists()
2007-09-16 Lars Gullik BjønnesRemove warnings reported with gcc 4.3:
2007-07-10 Jürgen Spitzmüllerfix bug 3819 (patch from Georg Baum):
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-05-17 Georg BaumFix files with spaces in converter cache;
2007-05-15 Georg Baum * src/ConverterCache.cpp
2007-04-26 Bo PengRename files in src/support, step one.
2007-04-26 Bo PengRename .C ==> .cpp for files in src/