]> git.lyx.org Git - lyx.git/history - src/buffer_funcs.cpp
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / buffer_funcs.cpp
2020-10-19 Yuriy SkalkoReduce includes in header files
2020-10-16 Yuriy SkalkoClean includes in buffer_funcs.cpp
2020-02-28 Richard Kimberly... Fix warnings
2018-08-14 Juergen SpitzmuellerDisambiguate dialog buttons
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-01-19 Richard HeckAllow LyX to open empty files (created, e.g., via ...
2014-07-25 Jean-MarcMerge remote-tracking branch 'features/str-metrics'
2014-07-05 Georg BaumMake newUnnamedFile() threadsafe
2014-04-21 Richard HeckThis is the result of an audit of all static variables...
2013-11-28 Juergen SpitzmuellerAdd a real Cancel button to 'Already Loaded' dialog...
2013-11-27 Juergen SpitzmuellerRevert "Properly name Cancel button (part of #8787)"
2013-11-26 Juergen SpitzmuellerProperly name Cancel button (part of #8787)
2013-11-18 Kornel BenkoMerge branch 'master' of git.lyx.org:lyx
2013-11-18 Juergen SpitzmuellerSet default to button which does _NOT_ discard data...
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-11-15 Georg BaumImplement extractFromVC() for CVS and SVN.
2012-01-12 Stephan Witt#7789 unify and fix buffer statistics
2011-03-18 Stephan Witt#7357 correct the numbers by introducing two modes...
2011-03-16 Stephan Witt#7357 avoid an endless loop in countWords() when the...
2010-12-02 Stephan Wittdetect end of paragraph and use it as word separator...
2010-11-18 Vincent van RavesteijnRemove unnecessary call to Buffer::setFileName. The...
2010-11-05 Vincent van RavesteijnRemove the FileName parameter of Buffer::loadLyXFile...
2010-10-29 Vincent van RavesteijnRelay the ReadStatus all the way up to the GUI also...
2010-10-26 Vincent van RavesteijnCompile fix.
2010-10-25 Vincent van RavesteijnProperly convert from ReadStatus to boolean.
2010-10-25 Vincent van RavesteijnUse Buffer::ReadStatus as a return value for Buffer...
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-04-12 Richard HeckAdd a comment.
2010-04-12 Richard HeckA compromise suggested by JMarc: We mark the buffer...
2010-04-10 Enrico ForestieriAccept dirty buffer if the document has not been saved...
2010-04-10 Richard HeckRevert what no one likes.
2010-04-09 Richard HeckMark new files dirty. Otherwise, you can't save them...
2010-01-31 Vincent van RavesteijnFix bug #6491: Empty .emergency file causes crash.
2010-01-29 Vincent van RavesteijnUse the Buffer::reload() function also in buffer_func...
2009-12-12 Vincent van RavesteijnDo not save an emergency file after choosing to revert...
2009-11-08 Vincent van RavesteijnFix the new from template functionality. The templatena...
2009-10-24 Vincent van RavesteijnAdd a global accessible function loadIfNeeded().
2009-10-24 Vincent van RavesteijnChanges in buffer_funcs.cpp::newUnnamedFile():
2009-08-09 Abdelrazak YounesMove contents of paragraph_funcs.* to Text.h and Text...
2009-06-23 Jean-Marc LasgouttesFix part of bug http://www.lyx.org/trac/ticket/2566
2009-06-21 Abdelrazak YounesIntroduce Paragraph::isWordSeparator() and use it inste...
2008-12-05 Jürgen Spitzmüller* src/buffer_funcs.{cpp,h}:
2008-11-16 André Pönitzmove more stuff from buffer_func to Buffer
2008-11-16 André Pönitzmove updateLables to buffer
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-08-13 Stefan Schimanski* make sure that the reference cache, buffer_ pointers...
2008-07-29 Abdelrazak Younesthis call to setBuffer() is now not necessary.
2008-07-29 Abdelrazak YounesFix http://bugzilla.lyx.org/show_bug.cgi?id=5097 with...
2008-07-29 Abdelrazak YounesThis code is not valid anymore.
2008-07-29 Abdelrazak YounesBufferList::getBuffer(): migrate to FileName.
2008-07-29 Abdelrazak YounesFirst step toward fixing http://bugzilla.lyx.org/show_b...
2008-07-23 Abdelrazak Younes* Inset: ensure that the Buffer pointer is not copied...
2008-05-20 Abdelrazak YounesDelay the Toc update of child documents until we update...
2008-05-20 Abdelrazak YounesFix label numbering of child documents.
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-03-06 Richard HeckChange the interface to a paragraph's layout. We still...
2008-03-06 Abdelrazak YounesLoad child documents unconditionally at updateLabels...
2008-03-04 Abdelrazak YounesInvert loadChildDocuments() and updateLabels() calls...
2008-03-04 Abdelrazak Younesheader
2008-03-02 Abdelrazak YounesIntroduce a labels&references cache at buffer level...
2008-02-28 Richard HeckHeader.
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-27 André Pönitzprogress on buffer-reference-in-insets. beware of insta...
2008-02-24 Richard HeckTry to make the distinction between base classes and...
2008-02-24 Richard HeckAndre's s/getTextClass/textClass/ cleanup.
2008-02-24 Richard HeckRevert 23154.
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-09 André Pönitzsome refactoring.
2008-01-26 Richard HeckHandle the case where a file exists but is not readable...
2008-01-15 Pavel SandaFix bug 4493 - countChars assert.
2008-01-12 André PönitzThere was a bit too much copying of dociterators gpoing...
2008-01-12 André Pönitzcosmetics
2008-01-12 Pavel SandaAdd temp vars to countChar.
2008-01-08 Pavel SandaAdd characters counting.
2007-12-21 Stefan Schimanski* Lazy MathData to avoid unneeded interpretation of...
2007-12-17 Abdelrazak YounesNow that exceptions are allowed, handle gracefully...
2007-12-16 Abdelrazak Younesheader cleanup.
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-07 Abdelrazak YounesSplit LyXFunc::menuNew() into LyXView::newDocument...
2007-12-04 Abdelrazak YounesSanitize the way Buffers are saved, renamed and closed.
2007-11-30 Abdelrazak Younes* Buffer:
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-28 Abdelrazak Younes* FileName:
2007-11-25 André Pönitzs/isFileReadable/isReadableFile;
2007-11-24 Enrico ForestieriFix some other thinkos in r21048
2007-11-13 André Pönitzcosmetics
2007-11-07 André Pönitzmore use of support::FileName.
2007-10-24 André Pönitzremove unneded code
2007-10-23 André Pönitzcosmetics
2007-10-21 Bo PengEmbedding: remove the embeddingChanged signal
2007-10-21 André Pönitzcosmetics
2007-10-20 André Pönitzmainly cosmetics
2007-10-18 André Pönitzisome more FileName shuffling
2007-10-18 André Pönitzstart using FileName::exists()
2007-10-18 Abdelrazak YounesReduce header dependencies in Paragraph.h
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-10-02 Abdelrazak YounesReplace Buffer' changed() and closing() signals with...
2007-09-29 André Pönitzcosmetics
next