]> git.lyx.org Git - lyx.git/history - src/Server.cpp
Fix bug #11635
[lyx.git] / src / Server.cpp
2020-04-16 Richard Kimberly... Fix bug #11635
2018-08-07 Enrico ForestieriFix LyX server on Windows
2018-07-02 Jean-Marc LasgouttesDo not force lfun argument to be pure ascii
2018-06-04 Jean-Marc LasgouttesCatch exception in replaceEnvironmentPath
2018-02-24 Enrico ForestieriFix bug #10927
2018-01-29 Jean-Marc LasgouttesCatch exceptions to please coverity
2017-09-22 Juergen SpitzmuellerFix some spelling errors reported by Sven
2017-07-23 Christian RidderströmBulk cleanup/fix incorrect annotation at the end of...
2017-07-06 Jean-Marc LasgouttesFix uninitialized members outfd and infd
2017-06-11 Guillaume MMProperly track the lifetime of signals2::slots (#8261)
2016-06-27 Richard HeckWhitespace only.
2016-06-27 Richard HeckThis patch does two closely related things.
2016-06-12 Stephan WittUse iostream instead of sstream and move it from header...
2016-05-29 Uwe StöhrMerge branch 'master' of git.lyx.org:lyx
2016-05-29 Georg BaumFix compiler warnings
2015-01-10 Jean-Marc LasgouttesMerge remote-tracking branch 'features/scroll-reloaded'
2014-11-01 Jean-Marc LasgouttesFix wrong test: boolean variable is never negative
2012-11-20 Juergen SpitzmuellerMerge branch 'master' of git.lyx.org:lyx
2012-10-28 Lars Gullik Bjønnessrc/*.cpp: reformatting to increase consistency
2012-04-29 Jürgen SpitzmüllerMerge branch 'master' of git.lyx.org:lyx
2012-04-13 Enrico ForestieriFix bugs #6871 and #8119.
2011-05-10 Abdelrazak Younesgcc 4.5 warning fix.
2011-03-04 Enrico ForestieriForce a paragraph update after lyxserver communication...
2010-11-14 Vincent van RavesteijnCompile fix for windows for r36278.
2010-11-13 Enrico ForestieriThe "single instance" patch.
2010-04-22 Peter KümmelUsing "using namespace std" with msvc10 makes also...
2010-03-16 Enrico ForestieriRevert r33756 because lyx hangs on startup on some...
2010-03-15 Enrico ForestieriThe output pipe is only used for writing, and not also...
2010-02-18 Enrico ForestieriRemove obsolete source file.
2010-02-09 Abdelrazak YounesToday is a sad day, LyXView has passed over... long...
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2010-01-29 Jean-Marc LasgouttesGet rid of the errorstat and dispatch_buffer members...
2009-09-11 Enrico ForestieriProperly reinitialise the OVERLAPPED structure (thanks...
2009-09-06 Enrico ForestieriThe call to checkStopServer was only needed when we...
2009-09-06 Enrico ForestieriInterrupt the wait if the stopserver event is triggered.
2009-09-05 Enrico ForestieriOn Windows, shutdown the pipe server when an unrecovera...
2009-09-05 Abdelrazak Younessigned/unsigned warning fix.
2009-08-31 Enrico ForestieriOn Windows, use the same number of output pipe instance...
2009-08-30 Enrico ForestieriDuring an emergency cleanup, better to not indefinitely...
2009-08-30 Enrico ForestieriQuit notification from Qt is not needed anymore.
2009-08-29 Enrico ForestieriOn Windows, use true asynchronous I/O for the pipe...
2009-08-23 Enrico ForestieriDon't start the pipe server if the pipe is already...
2009-08-23 Enrico ForestieriProperly stop the pipe server when LyX is quitting
2009-08-22 Enrico ForestieriPerform the clean up at the right place. Also put the...
2009-08-22 Enrico ForestieriCorrect clean up on pipe server shutdown.
2009-08-21 Enrico ForestieriImplement the LyXServer on Windows.
2008-11-26 Enrico ForestieriAvoid useless assignment to errno and add scope operato...
2008-11-26 Enrico ForestieriFix bug 641 (Detect stale lyxpipes after crash)
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-05 Enrico ForestieriFix bug 1784
2008-07-07 Pavel Sanda* Doxy.
2008-02-18 Abdelrazak Younesheader cleanup
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-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-30 André Pönitzcosmetics
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-09-17 Abdelrazak YounesMSVC compil fix.
2007-09-16 André Pönitzcosmetics.
2007-04-29 André Pönitzrename LyXServer into Server