]> git.lyx.org Git - lyx.git/history - src/LyXVC.cpp
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / LyXVC.cpp
2020-12-19 Pavel SandaTypo
2020-12-18 Richard Kimberly... Remove unused return values and useless member assignment.
2020-12-18 Richard Kimberly... Allow registration of files with svn when parents direc...
2020-12-18 Richard Kimberly... Comment
2020-12-18 Richard Kimberly... Fix bug with registering files for VC when they are...
2020-12-18 Richard Kimberly... Use right style for private member
2020-10-05 Yuriy SkalkoRefactoring
2020-05-03 Richard Kimberly... Fix some warnings.
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2017-03-10 Guillaume MunchDisable edition when external modifications are detected
2016-10-19 Jean-Marc LasgouttesFix indentation
2016-10-19 Jean-Marc LasgouttesDo some caching of window title and related UI
2016-09-08 Jean-Marc LasgouttesSet window title according to platform UI
2016-06-09 Guillaume MunchReplace boost::scoped_ptr with unique_ptr
2016-02-20 Stephan Witt#9940 VCS now toggles buffer read-only state if locking...
2014-06-09 Georg BaumRemove unsafe method FileName::tempName()
2013-04-10 Georg BaumRemove partial support for non-buffer files in VCS
2013-03-18 Vincent van RavesteijnFix monolithic build
2013-02-06 Georg BaumImplement very basic git support
2013-02-06 Georg BaumFix copy-paste error
2013-02-06 Georg BaumImplement VCS copy and rename
2013-02-04 Georg BaumFix inconsistent VCS checkin return values
2013-02-03 Georg BaumDot not swallow log messages
2013-02-03 Georg BaumFix typos
2012-11-25 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-11-25 Georg Baumguard against dereferencing null pointers
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-11-15 Georg BaumImplement extractFromVC() for CVS and SVN.
2012-11-13 Georg BaumGet rid of redundant CVS/SVN file_ member
2011-03-07 Pavel SandaFix bug #7338
2010-11-06 Stephan Wittcheck for user cancel or errors on vcs revert before...
2010-10-25 Stephan Witt#6396 no dialog when no doc changes were done and check...
2010-10-24 Stephan Wittinvalidate vcs data if user cancelled the registrer...
2010-10-23 Stephan Wittvalidate version control status after buffer save or...
2010-10-08 Stephan Wittadd missing implementation of the check method for...
2010-09-07 Pavel SandaThese things need to be updated for each dialog opening
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-03-11 Vincent van RavesteijnTypo and style.
2010-02-15 Pavel SandaAllow revision to be string.
2010-02-12 Pavel SandaWe need public API
2010-02-12 Pavel SandaKill locker() API in VCS
2010-02-12 Pavel Sandaunused code
2010-02-12 Pavel SandaSpots from Abdel
2010-02-12 Pavel SandaVCS: Extended API for revision info
2010-01-10 Pavel SandaPart of r32942. We want to avoid reload flickering...
2010-01-08 Vincent van RavesteijnMove some code from Buffer::loadLyXFile to LyXVC::file_...
2009-12-31 Vincent van RavesteijnConstify some functions and correct a typo.
2009-10-14 Pavel SandaMake updating less dangerous, see comments in #6255.
2009-10-06 Pavel SandaBug #6255 - Update linked files with version control
2009-06-25 Pavel SandaGuify setting of svn locking property
2009-02-01 Pavel Sandamore robust version
2009-02-01 Pavel SandaSquash warning
2009-01-08 Vincent van RavesteijnImproved UI for version control:
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-30 Pavel SandaFix http://bugzilla.lyx.org/show_bug.cgi?id=5430 .
2008-10-27 Pavel SandaSmall glitch in RCS registering procedure, useless...
2008-07-29 Pavel SandaVCS: Towards statusbar info.
2008-07-22 Pavel SandaChange strings
2008-07-22 Pavel SandaReadOnly mode only for RCS
2008-07-22 Pavel SandatoggleReadOnly belongs only to RCS, not CVS.
2008-07-22 Pavel SandaComments forthe current state.
2008-07-22 Pavel SandaVCS svn support, partly fixes http://bugzilla.lyx.org...
2008-07-21 Pavel SandaThis should bring cvs revision control to usable state.
2008-07-21 Pavel SandaSet cvs registration process to the document directory.
2008-02-18 Abdelrazak Younesheader cleanup
2007-12-16 Abdelrazak Younesheader cleanup.
2007-12-16 Abdelrazak YounesSimplify FileName::tempName().
2007-12-16 Abdelrazak YounesTransfer tempName() implementation to FileName.
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-11-28 André Pönitzhand-crafted LyXErr
2007-11-25 André Pönitzs/isFileReadable/isReadableFile;
2007-11-15 André Pönitzreduce line noise
2007-11-13 André Pönitzcosmetics
2007-11-13 André Pönitzremove #includes; cosmetics
2007-11-03 André Pönitzsome std::string -> filename changes
2007-10-20 André Pönitzcosmetics
2007-10-20 André Pönitzmainly cosmetics
2007-10-18 André Pönitzisome more FileName shuffling
2007-04-28 Bo PengLast (?) batch of renames:
2007-04-26 Bo PengRename .C ==> .cpp for files in src/