]> git.lyx.org Git - lyx.git/history - src/ServerSocket.cpp
Avoid full metrics computation with Update:FitCursor
[lyx.git] / src / ServerSocket.cpp
2020-10-20 Yuriy SkalkoClean includes using the output of iwyu tool
2016-07-04 Stephan WittFix missing include for file i/o prototypes after heade...
2016-07-02 Guillaume MunchSimplifications, mainly removal of boost::function...
2016-06-09 Guillaume MunchReplace support/shared_ptr.h and boost::shared_ptr...
2015-09-20 Georg BaumFix cppcheck variable scope warnings
2015-02-20 Jean-Marc LasgouttesDo not create a new socket if the max. number of client...
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-05-24 Vincent van RavesteijnFix bug #8170: Crash when client disconnects unexpectedly
2012-04-29 Jürgen SpitzmüllerMerge branch 'master' of git.lyx.org:lyx
2012-04-13 Enrico ForestieriFix bugs #6871 and #8119.
2011-03-04 Enrico ForestieriForce a paragraph update after lyxserver communication...
2010-04-22 Peter KümmelmsvcUsing "using namespace std" with msvc10 makes also...
2010-04-22 Peter KümmelUsing "using namespace std" with msvc10 makes also...
2010-04-21 Pavel SandaProper camel case for FileName.absFilename
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2010-01-29 Jean-Marc LasgouttesGet rid of the errorstat and dispatch_buffer members...
2008-11-16 Jean-Marc Lasgouttesrevert r27520 (tr1 stuff)
2008-11-16 André Pönitztry using std::tr1::shared_ptr instead of boost::shared_ptr
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-10-01 Jean-Marc LasgouttesTurn th message about disabled socket into optional...
2008-05-06 Jean-Marc Lasgouttesa bit of compilation unbreaking
2008-05-06 Abdelrazak Younesremove unneeded includes.
2008-02-18 Abdelrazak Younesheader cleanup
2007-12-16 Abdelrazak Younesheader cleanup.
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-28 André Pönitzhand-crafted LyXErr
2007-11-28 Abdelrazak Younes* FileName:
2007-11-15 André Pönitzreduce line noise
2007-06-26 Enrico ForestieriFix bug 3904
2007-04-29 André Pönitzrename LyXServer into Server