lyx_mirror/src/insets
Georg Baum 0cbcc8a166 Remove InsetGraphics noUnzip parameter
Being able to compile document with zipped .eps files was a useful feature of
the graphicxs package 20 years ago, but the LyX support is no longer relevant:
- The flag is ignored if preview is on
- If pdflatex is used then uncompressing happens during the compilation anyway
- If set, the flag prevents LyX from issuing proper error messages if
something with the image is wrong
- For hard disk capacities from 20 years ago not uncompressing is a useful
feature, but for current hard disk capacities it does not matter
- The external inset does not have it, and if we want to merge both insets
one day we would need to implement it there, which is even more difficult
than in InsetGraphics
2015-07-16 20:44:47 +02:00
..
CMakeLists.txt Fix compilation with cmake 2015-03-26 02:27:11 +01:00
ExternalSupport.cpp Make use of otexstream also in external::writeExternal 2014-05-16 14:40:09 +02:00
ExternalSupport.h Move otexstream out of support 2015-01-09 21:07:59 +01:00
ExternalTemplate.cpp
ExternalTemplate.h Get rid of boost::noncopyable. 2014-11-14 23:40:27 +00:00
ExternalTransforms.cpp Get rid of regex_constants::match_partial 2014-12-28 17:46:33 +01:00
ExternalTransforms.h
Inset.cpp Change forToc() to forOutliner(), to avoid confusion. The old name 2014-04-21 11:51:59 -04:00
Inset.h Use local babel language switch in fixed width cells in order to prevent unwanted whitespace 2015-04-04 11:59:01 +02:00
InsetArgument.cpp Implement PassThruChars to Argument 2015-05-08 09:32:31 +02:00
InsetArgument.h Implement PassThruChars to Argument 2015-05-08 09:32:31 +02:00
InsetBibitem.cpp Code simplification. 2015-05-21 18:13:42 +02:00
InsetBibitem.h
InsetBibtex.cpp Update paths of included files when saving to a different folder. 2015-05-03 23:55:19 +02:00
InsetBibtex.h Update paths of included files when saving to a different folder. 2015-05-03 23:55:19 +02:00
InsetBox.cpp InsetBox.cpp: add visual feedback for frame color 2015-05-17 23:20:43 +02:00
InsetBox.h support for colored boxes 2015-05-16 03:22:37 +02:00
InsetBranch.cpp Clean-up the undo API 2015-04-01 14:18:23 +02:00
InsetBranch.h Change forToc() to forOutliner(), to avoid confusion. The old name 2014-04-21 11:51:59 -04:00
InsetCaption.cpp Clean-up the undo API 2015-04-01 14:18:23 +02:00
InsetCaption.h Force local font switch in caption. 2015-06-18 14:17:18 +02:00
InsetCitation.cpp Some performance stuff reported by cppcheck 2015-02-24 18:38:20 +01:00
InsetCitation.h Change forToc() to forOutliner(), to avoid confusion. The old name 2014-04-21 11:51:59 -04:00
InsetCode.h
InsetCollapsable.cpp Get rid of autoBreakRow, which is obsoleted by allowMultiPar() 2015-03-31 17:02:00 +02:00
InsetCollapsable.h
InsetCommand.cpp Avoid compiler warning about overloaded virtual function. 2015-05-20 15:49:15 +02:00
InsetCommand.h Avoid compiler warning about overloaded virtual function. 2015-05-20 15:49:15 +02:00
InsetCommandParams.cpp Avoid compiler warning about overloaded virtual function. 2015-05-20 15:49:15 +02:00
InsetCommandParams.h Avoid compiler warning about overloaded virtual function. 2015-05-20 15:49:15 +02:00
InsetERT.cpp Clean-up the undo API 2015-04-01 14:18:23 +02:00
InsetERT.h
InsetExternal.cpp Also find external material files when the document is moved and origin is known 2015-05-20 16:04:18 +02:00
InsetExternal.h Remove unsafe method FileName::tempName() 2014-06-09 13:05:50 +02:00
InsetFlex.cpp Add ObsoletedBy tag to InsetLayout 2014-12-08 09:08:45 +01:00
InsetFlex.h
InsetFloat.cpp InsetFloat: fix typo 2015-05-23 10:38:31 +02:00
InsetFloat.h
InsetFloatList.cpp
InsetFloatList.h
InsetFoot.cpp Let the Foot inset have a different Layout when inside a title 2014-11-21 10:23:56 +01:00
InsetFoot.h Let the Foot inset have a different Layout when inside a title 2014-11-21 10:23:56 +01:00
InsetFootlike.cpp Let the Foot inset have a different Layout when inside a title 2014-11-21 10:23:56 +01:00
InsetFootlike.h
InsetGraphics.cpp Remove InsetGraphics noUnzip parameter 2015-07-16 20:44:47 +02:00
InsetGraphics.h
InsetGraphicsParams.cpp Remove InsetGraphics noUnzip parameter 2015-07-16 20:44:47 +02:00
InsetGraphicsParams.h Remove InsetGraphics noUnzip parameter 2015-07-16 20:44:47 +02:00
InsetHyperlink.cpp Change forToc() to forOutliner(), to avoid confusion. The old name 2014-04-21 11:51:59 -04:00
InsetHyperlink.h Change forToc() to forOutliner(), to avoid confusion. The old name 2014-04-21 11:51:59 -04:00
InsetInclude.cpp Fix preview of included files in child documents (bug #9583) 2015-06-02 17:23:52 +02:00
InsetInclude.h Update paths of included files when saving to a different folder. 2015-05-03 23:55:19 +02:00
InsetIndex.cpp The way this was done here is inconsistent with how it is done 2015-05-28 18:03:27 -04:00
InsetIndex.h
InsetInfo.cpp Get rid of autoBreakRow, which is obsoleted by allowMultiPar() 2015-03-31 17:02:00 +02:00
InsetInfo.h
InsetIPA.cpp Get rid of autoBreakRow, which is obsoleted by allowMultiPar() 2015-03-31 17:02:00 +02:00
InsetIPA.h Output -- and --- in XHTML like in LaTeX 2015-02-15 20:17:21 +01:00
InsetIPAMacro.cpp Small Inset isXXX methods cleanup 2014-06-25 17:54:26 +02:00
InsetIPAMacro.h Small Inset isXXX methods cleanup 2014-06-25 17:54:26 +02:00
InsetLabel.cpp Do not truncate references in outline pane (bug 9312). 2014-10-30 18:39:58 -04:00
InsetLabel.h
InsetLayout.cpp Add InsertCotext tag also to InsetLayout argument (part of #4745) 2015-05-21 08:53:56 +02:00
InsetLayout.h New (Inset)Layout tag PassThruChars 2015-04-20 18:13:49 +02:00
InsetLine.cpp Use integer line thickness in painter 2015-07-14 17:42:45 +02:00
InsetLine.h
InsetListings.cpp Fix indentation 2015-05-17 17:27:27 +02:00
InsetListings.h
InsetListingsParams.cpp Listings: Validate skip amounts correctly. 2014-05-07 12:33:39 +02:00
InsetListingsParams.h Store InsetListingsParams in a vector of pairs, not a map, since order of insertion matters. 2014-05-06 20:22:25 +02:00
InsetMarginal.cpp Change forToc() to forOutliner(), to avoid confusion. The old name 2014-04-21 11:51:59 -04:00
InsetMarginal.h
InsetNewline.cpp
InsetNewline.h
InsetNewpage.cpp
InsetNewpage.h
InsetNomencl.cpp
InsetNomencl.h
InsetNote.cpp Clean-up the undo API 2015-04-01 14:18:23 +02:00
InsetNote.h
InsetPhantom.cpp Fix indentation 2015-05-17 17:27:27 +02:00
InsetPhantom.h
InsetPreview.cpp Replacement for commits bc47054b and ad0d0f6d 2015-06-14 18:10:29 +02:00
InsetPreview.h
InsetQuotes.cpp Remove unused variable BufferParams::quotes_times 2015-03-04 18:21:58 +01:00
InsetQuotes.h Remove unused variable BufferParams::quotes_times 2015-03-04 18:21:58 +01:00
InsetRef.cpp Some performance stuff reported by cppcheck 2015-02-24 18:38:20 +01:00
InsetRef.h Do not truncate references in outline pane (bug 9312). 2014-10-30 18:39:58 -04:00
InsetScript.cpp Clean-up the undo API 2015-04-01 14:18:23 +02:00
InsetScript.h
InsetSeparator.cpp Tweak the shape of the parbreak separator. 2014-10-25 23:38:52 +02:00
InsetSeparator.h Fix bugs #8546 and #9055, and introduce new separator inset. 2014-05-10 23:25:11 +02:00
InsetSpace.cpp Improve support for on screen length calculation 2015-03-26 17:10:15 +01:00
InsetSpace.h Small Inset isXXX methods cleanup 2014-06-25 17:54:26 +02:00
InsetSpecialChar.cpp Improve support for on screen length calculation 2015-03-26 17:10:15 +01:00
InsetSpecialChar.h Replace automatic logofication with insets 2015-03-01 11:16:57 +01:00
InsetTabular.cpp Fix logic in tabular dialog with decimal alignment 2015-05-25 15:55:11 +02:00
InsetTabular.h Use local babel language switch in fixed width cells in order to prevent unwanted whitespace 2015-04-04 11:59:01 +02:00
InsetText.cpp New (Inset)Layout tag PassThruChars 2015-04-20 18:13:49 +02:00
InsetText.h Use local babel language switch in fixed width cells in order to prevent unwanted whitespace 2015-04-04 11:59:01 +02:00
InsetTOC.cpp Use const ref instead of passing by value. 2015-05-12 12:52:36 -04:00
InsetTOC.h Use const ref instead of passing by value. 2015-05-12 12:52:36 -04:00
InsetVSpace.cpp
InsetVSpace.h
InsetWrap.cpp Clean-up the undo API 2015-04-01 14:18:23 +02:00
InsetWrap.h
RenderBase.h Fix a bunch of minor issues discovered by the cppcheck script. 2014-04-21 11:52:00 -04:00
RenderButton.cpp
RenderButton.h
RenderGraphic.cpp
RenderGraphic.h
RenderPreview.cpp Revert bc47054b and the related commit ad0d0f6d 2015-06-14 18:05:39 +02:00
RenderPreview.h Revert bc47054b and the related commit ad0d0f6d 2015-06-14 18:05:39 +02:00