]> git.lyx.org Git - lyx.git/history - src/client/client.cpp
Update to boost 1.72
[lyx.git] / src / client / client.cpp
2020-01-07 Jean-Marc LasgouttesUpdate to boost 1.72
2019-04-19 Jean-Marc LasgouttesMove initial values of LyXRC members to the header
2019-04-18 Jean-Marc LasgouttesDo not redefine a stripped-down LyXRC object.
2018-01-02 Jean-Marc LasgouttesDo not use Application for a 'cancel export' boolean
2017-12-23 Richard HeckDummy theApp() method should return a pointer.
2017-12-21 Richard HeckFix linking errors. Someone else will have to tell...
2016-08-17 Enrico ForestieriAdd verbose option
2016-08-04 Scott KostyshakActivate LyX window after reverse search (#10196)
2016-06-09 Guillaume MunchReplace boost::scoped_ptr with unique_ptr
2015-05-17 Georg BaumFix indentation
2015-01-11 Georg BaumStart qt event loop for commandline usage
2015-01-11 Georg BaumFix indentation
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-26 Lars Gullik BjønnesUse empty() to check empty and non-empty'ness not size()
2012-07-15 Jean-Marc LasgouttesFix bug #7741: incorrect locale when starting R from...
2012-06-05 Jean-Marc LasgouttesTypos
2011-12-05 Pavel SandaDon't hardcode /tmp in lyxclient, bug #7917.
2011-03-25 Enrico ForestieriInfrastructure for choosing different icon sets. This...
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-01-17 Enrico ForestieriFix bug #5525: Windows XP doesn't shut down with LyX...
2009-08-14 Enrico ForestieriDon't rely on the signal delivered by raise(), as this...
2009-07-25 Pavel SandaFix bug #6106. This can go to branch Juergen.
2009-03-17 Enrico ForestieriFixes for gcc4 on cygwin.
2009-02-24 Pavel SandaCosmetics
2008-11-17 Pavel SandaSupport gcc 4.4. Patch from Martin Michlmayr.
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-09-26 Pavel SandaLet lyxclient read the whole line of input.
2008-05-23 Richard HeckCompilation fix.
2008-05-23 Abdelrazak YounesMake sure the temp path is a directory.
2008-05-23 Abdelrazak YounesI forgot about the has trailing suffix.
2008-05-23 Abdelrazak YounesHopefully fix client following boost::filesystem removal.
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 Younesrevert erroneous commit in r21874.
2007-11-30 Abdelrazak Youneslyxlib.h:sum -> FileName::checksum()
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-27 André Pönitzcosmetics
2007-08-19 André Pönitzimplement --enable-monolithic-{client,frontend-qt4...
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/client, part two