]> git.lyx.org Git - lyx.git/history - src/Session.cpp
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / Session.cpp
2023-04-26 Scott KostyshakFix compiler warning about unused string consts
2022-10-26 Juergen SpitzmuellerSync with master
2022-07-13 Jean-Marc LasgouttesAvoid duplicates in minibuffer history
2021-03-11 Jean-Marc LasgouttesAdjust bookmark position when inserting/deleting from...
2021-02-26 Jean-Marc LasgouttesDisplay bookmarks in the workarea (take 2).
2021-02-26 Jean-Marc LasgouttesRevert "Display bookmarks in the workarea."
2021-01-06 Jean-Marc LasgouttesDisplay bookmarks in the workarea.
2021-01-06 Jean-Marc LasgouttesFix use of BookmarkSection::size()
2021-01-06 Jean-Marc LasgouttesStyle cleanup to bookmark code
2020-11-01 Yuriy SkalkoMatch header/source function argument naming
2020-10-09 Yuriy SkalkoLoop refactoring
2020-10-05 Yuriy SkalkoRefactoring
2019-11-06 Jean-Marc LasgouttesConstify and un-constify
2019-10-20 Jean-Marc LasgouttesKeep last file positions in last-use ordering
2017-12-02 Enrico ForestieriAvoid asserting when reading the session file
2017-08-03 Enrico ForestieriThe shell escape patch
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2017-07-03 Richard HeckFix trailing whitespace in cpp files.
2016-11-23 Tommaso CucinottaLet LyX remember what documents 'needauth' converters...
2015-04-06 Juergen SpitzmuellerPrevent crash when attempting to restore a file multipl...
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-12-04 Vincent van RavesteijnNo need for a deque here.
2010-06-15 Pavel SandaRemember navigate back bookmark through sessions
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2009-05-05 Vincent van RavesteijnFix bug #5131: Remember last file active.
2009-05-02 Enrico ForestieriSpeed up FileName operator== (Georg's solution).
2009-01-18 Vincent van RavesteijnUI Command Buffer improvements.
2009-01-07 Vincent van RavesteijnCorrect enabling of the "Navigate->Bookmarks->Clear...
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-19 Abdelrazak Younesrevert erroneous previous commit.
2008-10-19 Abdelrazak YounesParagraph:
2008-09-22 Abdelrazak YounesGet rid of unused SessionInfoSection.
2008-05-27 Abdelrazak YounesRe-engineer the toolbar support code:
2008-04-20 Jürgen SpitzmüllerFix bug 4750
2008-02-18 Abdelrazak Younesheader cleanup
2007-12-17 Abdelrazak Younes* get rid of support::absolutePath()
2007-12-17 Abdelrazak Younestransfer os::is_absolute_path() to FileName::isAbsolute().
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 std' instead of 'using std::xxx'
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-15 André Pönitzreduce line noise
2007-11-02 André Pönitzsome de-boostification
2007-10-18 André Pönitzuse FileName::isDirectory()
2007-10-18 André Pönitzstart using FileName::exists()
2007-05-28 Lars Gullik BjønnesWhitespace cleanup
2007-04-26 Bo PengRename files in src/support, step one.
2007-04-26 Bo PengRename .C ==> .cpp for files in src/