lyx_mirror/src/graphics
Scott Kostyshak ab67ce3757 Fix a regression reported at #9146
This regression was introduced by me at 8b66f9ce. I did not take
into account that a call to a python script containing $$s is embedded
within a separate python script. Thus, when commandPrep() is called it
only sees the call to the outer python script, and does not see the
$$s contained in that python script. It therefore did not substitute
for it. This fix simply calls commandPrep() directly before writing
the embedded command.
2014-06-04 21:32:14 -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
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 Fix a regression reported at #9146 2014-06-04 21:32:14 -04:00
GraphicsConverter.h
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
GraphicsParams.cpp
GraphicsParams.h Header cleanup cont. 2013-05-23 22:12:29 -07:00
GraphicsTypes.h
PreviewImage.cpp Header cleanup cont. 2013-05-23 22:12:29 -07:00
PreviewImage.h
PreviewLoader.cpp Centralize replacement of "$$s" 2014-05-14 15:45:20 -04:00
PreviewLoader.h