lyx_mirror/src/graphics
Vincent van Ravesteijn 6e227f18ae Fix a crash in PreviewLoader for command-line xhtml output
While exporting from the command-line, theApp() doesn't exist.
The colors foreground and background are only needed when
previewing, so ignore this during buffer export.

This replaces the fix in 4285b0b3 (Tommaso Cucinotta, 10-12-2012).
In this case, we do not need to pull in Qt dependencies.
2012-12-15 11:05:55 +01: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
GraphicsCacheItem.cpp More idiomatic way of checking if a shared_ptr has an associated managed object 2012-10-25 12:12:49 +02:00
GraphicsCacheItem.h
GraphicsConverter.cpp Enable the graphics converter to copy with identical in and out file names. 2012-01-22 14:08:53 +00:00
GraphicsConverter.h fix some typos. Patch by Yuri Chornoivan. 2010-12-29 16:57:04 +00:00
GraphicsImage.h
GraphicsLoader.cpp Use empty() to check empty and non-empty'ness not size() 2012-10-27 01:25:38 +02:00
GraphicsLoader.h
GraphicsParams.cpp
GraphicsParams.h
GraphicsTypes.h Header cleanup. 2011-07-14 17:00:35 +00:00
PreviewImage.cpp Fix bug #7263: Instant Preview crash. 2011-02-15 17:11:03 +00:00
PreviewImage.h
PreviewLoader.cpp Fix a crash in PreviewLoader for command-line xhtml output 2012-12-15 11:05:55 +01:00
PreviewLoader.h