]> git.lyx.org Git - lyx.git/history - src/support/ForkedCalls.cpp
add generic helper class for calling functions in gui thread
[lyx.git] / src / support / ForkedCalls.cpp
2010-07-17 Peter Kümmelcmake: fix merged build
2010-06-28 Joost VerburgLaunch external Windows processes for e.g. display...
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...
2009-11-17 Jean-Marc Lasgouttesrevert previous fix for Snow Leopard crashes and apply...
2009-10-23 Jean-Marc LasgouttesDisable forking on Mac OS X. This should fix crashes...
2008-11-14 Pavel Sandacomment
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-01-15 Richard HeckFix bug 4463. The crash was due to a call to X from...
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önitzcosmetics
2007-11-29 André Pönitzcosmetics
2007-11-29 André Pönitzmerge the Forked* machinery into a single pair of files