lyx_mirror/src/insets
Enrico Forestieri d703d90574 Fix bug #7835 (Relative paths are not supported by the TEXINPUTS prefix)
This restores \input@path handling, which turns out to be necessary, as
the TEXINPUTS mechanism is not used with relative paths. It turns out
that both methods must be used, because \input@path does not work in all
cases (most notably with tikz).


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39918 a592a061-630c-0410-9148-cb99ea01b6c8
2011-10-22 15:10:43 +00:00
..
CMakeLists.txt cmake: move CMakeLists.txt into source dir (multiple steps) 2011-05-10 17:44:41 +00:00
ExternalSupport.cpp Revert r36654. 2010-12-04 23:01:59 +00:00
ExternalSupport.h
ExternalTemplate.cpp Header cleanup. 2011-07-14 17:00:35 +00:00
ExternalTemplate.h Header cleanup. 2011-07-14 17:00:35 +00:00
ExternalTransforms.cpp TR1: use std::tr1 regex with msvc10 2010-06-29 17:09:40 +00:00
ExternalTransforms.h
Inset.cpp This is intended to be a pure renaming of the Inset::name() routine, 2011-03-28 22:33:04 +00:00
Inset.h This is intended to be a pure renaming of the Inset::name() routine, 2011-03-28 22:33:04 +00:00
InsetArgument.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetArgument.h This is intended to be a pure renaming of the Inset::name() routine, 2011-03-28 22:33:04 +00:00
InsetBibitem.cpp Try to finally fix #6930. All the paths that did not come from context 2010-12-08 09:24:04 +00:00
InsetBibitem.h Simplify some of the bibliography update code. There is really no reason 2010-12-03 20:08:04 +00:00
InsetBibtex.cpp Added -E option to specify export format and destination file-name (and export folder). 2011-09-15 01:07:49 +00:00
InsetBibtex.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetBox.cpp Don't output box width if it's 100% (default). 2011-04-03 12:57:33 +00:00
InsetBox.h This is intended to be a pure renaming of the Inset::name() routine, 2011-03-28 22:33:04 +00:00
InsetBranch.cpp oops. 2011-10-14 12:12:52 +00:00
InsetBranch.h This is intended to be a pure renaming of the Inset::name() routine, 2011-03-28 22:33:04 +00:00
InsetCaption.cpp This "#if 0" code is very old, and obsolete. 2011-03-28 22:34:41 +00:00
InsetCaption.h This "#if 0" code is very old, and obsolete. 2011-03-28 22:34:41 +00:00
InsetCitation.cpp Fix bug #7499. The problem here is that there was no way for the 2011-05-07 23:02:53 +00:00
InsetCitation.h Fix bug #7499. The problem here is that there was no way for the 2011-05-07 23:02:53 +00:00
InsetCode.h fix compiler warnings in pedantic mode: remove trailing comma after last enum member 2010-12-17 19:56:51 +00:00
InsetCollapsable.cpp Trivial cleanup. 2010-12-14 23:18:48 +00:00
InsetCollapsable.h This is intended to be a pure renaming of the Inset::name() routine, 2011-03-28 22:33:04 +00:00
InsetCommand.cpp Issue the math space dialog (not the text one) when in math (bug 7746). 2011-08-27 10:45:59 +00:00
InsetCommand.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetCommandParams.cpp Fix gcc 4.6 compilation. 2011-02-12 22:08:32 +00:00
InsetCommandParams.h Fix bug #6962. I hadn't see how these were being escaped. 2010-10-21 17:56:00 +00:00
InsetERT.cpp Remove unused headers. 2011-04-11 14:11:07 +00:00
InsetERT.h This is intended to be a pure renaming of the Inset::name() routine, 2011-03-28 22:33:04 +00:00
InsetExternal.cpp Fix the guiName of external insets. 2011-09-13 21:50:07 +00:00
InsetExternal.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetFlex.cpp Fix bug #6919 by splitting Inset::noFontChange() into inheritFont() and 2011-02-22 19:41:04 +00:00
InsetFlex.h Fix bug #7080. 2011-03-28 23:11:54 +00:00
InsetFloat.cpp This is intended to be a pure renaming of the Inset::name() routine, 2011-03-28 22:33:04 +00:00
InsetFloat.h This is intended to be a pure renaming of the Inset::name() routine, 2011-03-28 22:33:04 +00:00
InsetFloatList.cpp Fix wrong translations of float lists spotted by Pavel: 2011-04-06 21:20:35 +00:00
InsetFloatList.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetFoot.cpp When an error occurs, don't highlight more than necessary. 2011-03-12 01:40:01 +00:00
InsetFoot.h This is intended to be a pure renaming of the Inset::name() routine, 2011-03-28 22:33:04 +00:00
InsetFootlike.cpp This is intended to be a pure renaming of the Inset::name() routine, 2011-03-28 22:33:04 +00:00
InsetFootlike.h Fix bug #6919 by splitting Inset::noFontChange() into inheritFont() and 2011-02-22 19:41:04 +00:00
InsetGraphics.cpp Added support for natively zipped file formats that do not need decompression for being handled by converters 2011-09-19 00:12:09 +00:00
InsetGraphics.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetGraphicsParams.cpp remove a FIXME: unsigned int is better 2011-10-17 20:13:12 +00:00
InsetGraphicsParams.h
InsetHyperlink.cpp Hyperlinks have to be escaped for XHTML output. 2011-04-02 23:35:57 +00:00
InsetHyperlink.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetInclude.cpp Fix bug #7835 (Relative paths are not supported by the TEXINPUTS prefix) 2011-10-22 15:10:43 +00:00
InsetInclude.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetIndex.cpp Fix #7816: Edit->Table incorrectly activated inside index entries 2011-10-21 07:27:11 +00:00
InsetIndex.h This is intended to be a pure renaming of the Inset::name() routine, 2011-03-28 22:33:04 +00:00
InsetInfo.cpp Make InsetInfo output a path matching the LaTeX compiler. 2011-09-07 08:14:10 +00:00
InsetInfo.h This is intended to be a pure renaming of the Inset::name() routine, 2011-03-28 22:33:04 +00:00
InsetLabel.cpp addendum to r39250: I forgot about math labels. This fixes it. 2011-07-06 18:52:56 +00:00
InsetLabel.h addendum to r39250: I forgot about math labels. This fixes it. 2011-07-06 18:52:56 +00:00
InsetLayout.cpp Fix a couple unused variable warnings. 2011-09-23 17:51:39 +00:00
InsetLayout.h Introduce a wrapper class for odocstream to help ensuring that no 2011-01-29 02:41:13 +00:00
InsetLine.cpp Clean up XHTML output a bit. 2011-04-01 19:18:25 +00:00
InsetLine.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetListings.cpp Yet another unused variable. 2011-09-23 17:52:16 +00:00
InsetListings.h This is intended to be a pure renaming of the Inset::name() routine, 2011-03-28 22:33:04 +00:00
InsetListingsParams.cpp fix compiler warnings in pedantic mode: remove trailing comma after last enum member 2010-12-17 19:56:51 +00:00
InsetListingsParams.h More include frenzy. 2010-10-31 01:26:50 +00:00
InsetMarginal.cpp Inset::addToToc() can and should be const. It wasn't, I take it, because 2011-01-12 22:23:27 +00:00
InsetMarginal.h This is intended to be a pure renaming of the Inset::name() routine, 2011-03-28 22:33:04 +00:00
InsetNewline.cpp Clean up XHTML output a bit. 2011-04-01 19:18:25 +00:00
InsetNewline.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetNewpage.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetNewpage.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetNomencl.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetNomencl.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetNote.cpp Header cleanup. 2011-07-14 17:00:35 +00:00
InsetNote.h This is intended to be a pure renaming of the Inset::name() routine, 2011-03-28 22:33:04 +00:00
InsetPhantom.cpp This is intended to be a pure renaming of the Inset::name() routine, 2011-03-28 22:33:04 +00:00
InsetPhantom.h This is intended to be a pure renaming of the Inset::name() routine, 2011-03-28 22:33:04 +00:00
InsetPreview.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetPreview.h This is intended to be a pure renaming of the Inset::name() routine, 2011-03-28 22:33:04 +00:00
InsetQuotes.cpp Fix bug #253 (Incorrect protection of closing quotation marks) 2011-08-05 11:23:00 +00:00
InsetQuotes.h This is intended to be a pure renaming of the Inset::name() routine, 2011-03-28 22:33:04 +00:00
InsetRef.cpp Fix bug with output of prettyref chapter references. 2011-07-13 15:18:29 +00:00
InsetRef.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetScript.cpp This is intended to be a pure renaming of the Inset::name() routine, 2011-03-28 22:33:04 +00:00
InsetScript.h This is intended to be a pure renaming of the Inset::name() routine, 2011-03-28 22:33:04 +00:00
InsetSpace.cpp more work on spaces 2011-10-17 18:54:13 +00:00
InsetSpace.h Add visible space. After long discussion the solution is part of InsetSpace. 2011-07-23 18:40:21 +00:00
InsetSpecialChar.cpp * InsetSpecialChar.cpp: 2011-03-18 09:17:09 +00:00
InsetSpecialChar.h typos in comments. 2011-03-15 13:27:08 +00:00
InsetTabular.cpp Fixup for bug removal in GCC 4.7 2011-10-07 03:09:55 +00:00
InsetTabular.h As for setMultiRow, check border status _before_ merging, thus fixing border allocation problems. 2011-09-25 06:50:03 +00:00
InsetText.cpp Fix crash when there are text insets in a table cell with decimal alignment. This is discussed in these threads: 2011-04-25 12:56:09 +00:00
InsetText.h Fix crash when there are text insets in a table cell with decimal alignment. This is discussed in these threads: 2011-04-25 12:56:09 +00:00
InsetTOC.cpp Better TOC output for XHTML, per Rob and Pavel. 2011-04-12 17:33:18 +00:00
InsetTOC.h Fix bug #7176: Clicking TOC doesn't bring up outline 2010-12-17 13:12:43 +00:00
InsetVSpace.cpp Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetVSpace.h Integrate texrow with otexstream in order to perform automatic line 2011-02-10 20:02:48 +00:00
InsetWrap.cpp This is intended to be a pure renaming of the Inset::name() routine, 2011-03-28 22:33:04 +00:00
InsetWrap.h This is intended to be a pure renaming of the Inset::name() routine, 2011-03-28 22:33:04 +00:00
RenderBase.h Correct the return and parameter types to match the type of RenderBase::state_. 2011-02-13 09:56:54 +00:00
RenderButton.cpp
RenderButton.h
RenderGraphic.cpp Using "using namespace std" with msvc10 makes also std::tr1::bind visible and generates conflicts with boost::bind. 2010-04-22 11:16:58 +00:00
RenderGraphic.h
RenderPreview.cpp Graphics cleanup: get rid of Previews.{h,cpp} 2011-07-12 12:43:11 +00:00
RenderPreview.h Graphics cleanup: get rid of Previews.{h,cpp} 2011-07-12 12:43:11 +00:00