]> git.lyx.org Git - lyx.git/history - src/Server.cpp
Reorder a bit status messages, but they are still cleared at the end of LyXFunc
[lyx.git] / src / Server.cpp
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