lyx_mirror/src/graphics
Richard Heck fdbe775b9f This is the result of an audit of all static variables, looking
for possible thread conflicts, of the sort Georg resolved at
6a30211f. I have made static variables const where possible,
and marked cases that looked potentially problematic with the
comment:
	// FIXME THREAD
Many of these definitely are vulnerable to concurrent access, such
as the static variables declared at the start of output_latex.cpp.
Suppose, e.g., we were outputting latex and also displaying the
source of a different document.

I'd appreciate it if others could grep for "FIXME THREAD" and see
if some of these are harmless, or what.
2014-04-21 11:51:57 -04:00
..
CMakeLists.txt Revert "Cmake build: Make PreviewLoader.cpp compilable again" 2012-12-15 11:05:09 +01:00
epstools.cpp Fix bug #8114: LyX does not retrieve negative bbox parameters 2012-04-08 23:20:01 +02:00
epstools.h Move readBB_from_PSFile() out of support (no code change), 2012-02-15 20:50:52 +00:00
GraphicsCache.cpp
GraphicsCache.h msvcUsing "using namespace std" with msvc10 makes also std::tr1::shared_ptr visible and generates conflicts with boost::shared_ptr. 2010-04-22 11:37:32 +00:00
GraphicsCacheItem.cpp Audit all the LASSERT calls, and try to do something sensible at 2013-04-25 17:27:10 -04:00
GraphicsCacheItem.h
GraphicsConverter.cpp This is the result of an audit of all static variables, looking 2014-04-21 11:51:57 -04:00
GraphicsConverter.h fix some typos. Patch by Yuri Chornoivan. 2010-12-29 16:57:04 +00:00
GraphicsImage.h Header cleanup cont. 2013-05-23 22:12:29 -07:00
GraphicsLoader.cpp This is the result of an audit of all static variables, looking 2014-04-21 11:51:57 -04:00
GraphicsLoader.h Fix bug #6134: Reload context menu for graphics inset. 2009-08-13 17:21:59 +00:00
GraphicsParams.cpp
GraphicsParams.h Header cleanup cont. 2013-05-23 22:12:29 -07:00
GraphicsTypes.h Header cleanup. 2011-07-14 17:00:35 +00:00
PreviewImage.cpp Header cleanup cont. 2013-05-23 22:12:29 -07:00
PreviewImage.h Support for exporting math as images with XHTML. The next step is to 2010-07-21 13:19:52 +00:00
PreviewLoader.cpp This is the result of an audit of all static variables, looking 2014-04-21 11:51:57 -04:00
PreviewLoader.h Support for exporting math as images with XHTML. The next step is to 2010-07-21 13:19:52 +00:00