lyx_mirror/src/insets
Jürgen Spitzmüller cbf599b911 ** Fix language switch issue introduced by the CJK patch **
* src/output_latex.{cpp,h}:
	- (latexParagraphs, TeXEnvironment, TeXOnePar, TeXDeeper): pass Text element 
	   instead of ParagraphList. This is necessary to detect whether we are in the main text.
	- check if we are in the main text for language switches, if needed.
* src/Buffer.cpp:
* src/insets/InsetEnvironment.cpp:
* src/insets/InsetText.cpp:
* src/mathed/InsetMathMBox.cpp:
	- adapt to new latexParagraphs definition.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22666 a592a061-630c-0410-9148-cb99ea01b6c8
2008-01-25 13:27:08 +00:00
..
ExternalSupport.cpp Embedding: add embedding support for InsetExternal. (params["embed"] is added) 2008-01-08 16:42:28 +00:00
ExternalSupport.h
ExternalTemplate.cpp getting rid of superfluous lyx::support:: statements. 2007-12-12 19:57:42 +00:00
ExternalTemplate.h
ExternalTransforms.cpp getting rid of superfluous lyx::support:: statements. 2007-12-12 19:57:42 +00:00
ExternalTransforms.h
Inset.cpp initial basic context menu support. 2007-12-26 12:40:58 +00:00
Inset.h Embedding: merge lyx::EmbeddedFiles to lyx::support::EmbeddedFileList 2008-01-08 18:55:34 +00:00
InsetBibitem.cpp getting rid of superfluous lyx::support:: statements. 2007-12-12 19:57:42 +00:00
InsetBibitem.h
InsetBibtex.cpp Fix r22486, which causes an infinite loop when a bibtex file is not available. Reported by Horst 2008-01-12 06:17:37 +00:00
InsetBibtex.h Embedding: merge lyx::EmbeddedFiles to lyx::support::EmbeddedFileList 2008-01-08 18:55:34 +00:00
InsetBox.cpp InsetBox.cpp: fix the LaTeX-output, fixes bug 2492 http://bugzilla.lyx.org/show_bug.cgi?id=2492 2008-01-13 14:41:49 +00:00
InsetBox.h * Lazy MathData to avoid unneeded interpretation of macro definitions 2007-12-21 20:42:46 +00:00
InsetBranch.cpp * Lazy MathData to avoid unneeded interpretation of macro definitions 2007-12-21 20:42:46 +00:00
InsetBranch.h * Lazy MathData to avoid unneeded interpretation of macro definitions 2007-12-21 20:42:46 +00:00
InsetCaption.cpp * Lazy MathData to avoid unneeded interpretation of macro definitions 2007-12-21 20:42:46 +00:00
InsetCaption.h Adjust headers. 2007-11-07 23:34:45 +00:00
InsetCitation.cpp * src/insets/InsetCitation.{cpp,h}: 2008-01-10 16:09:01 +00:00
InsetCitation.h * src/insets/InsetCitation.{cpp,h}: 2008-01-10 16:09:01 +00:00
InsetCode.h support for \pagebreak: 2007-11-23 02:10:00 +00:00
InsetCollapsable.cpp fix compilation warnings: more unused parameters 2008-01-03 16:10:44 +00:00
InsetCollapsable.h Implement tooltips for visible insets. 2007-12-25 18:53:38 +00:00
InsetCommand.cpp 'using namespace std' instead of 'using std::xxx' 2007-12-12 10:16:00 +00:00
InsetCommand.h
InsetCommandParams.cpp getting rid of superfluous std:: statements. 2007-12-12 19:28:07 +00:00
InsetCommandParams.h
InsetEnvironment.cpp ** Fix language switch issue introduced by the CJK patch ** 2008-01-25 13:27:08 +00:00
InsetEnvironment.h
InsetERT.cpp 'using namespace lyx::support' instead of 'using support::xxx' 2007-12-12 18:57:56 +00:00
InsetERT.h Further cleanup of InsetFlex, InsetCollapsable and InsetLayout: 2007-11-03 00:35:07 +00:00
InsetExternal.cpp Embedding: saving inzip name to .lyx file so that embedded files can always be found under different operating systems (even lyx versions). yet to be tested under windows 2008-01-10 23:39:58 +00:00
InsetExternal.h Embedding: merge lyx::EmbeddedFiles to lyx::support::EmbeddedFileList 2008-01-08 18:55:34 +00:00
InsetFlex.cpp *** Requires tag for classes, layouts and custom insets *** 2008-01-07 16:59:10 +00:00
InsetFlex.h *** Requires tag for classes, layouts and custom insets *** 2008-01-07 16:59:10 +00:00
InsetFloat.cpp *** Support for generic sideways floats *** 2008-01-11 18:56:53 +00:00
InsetFloat.h * some warnings less 2007-12-24 14:13:10 +00:00
InsetFloatList.cpp getting rid of superfluous std:: statements. 2007-12-12 19:28:07 +00:00
InsetFloatList.h
InsetFoot.cpp 'using namespace std' instead of 'using std::xxx' 2007-12-12 10:16:00 +00:00
InsetFoot.h
InsetFootlike.cpp getting rid of superfluous std:: statements. 2007-12-12 19:28:07 +00:00
InsetFootlike.h * some warnings less 2007-12-24 14:13:10 +00:00
InsetGraphics.cpp Embedding: merge lyx::EmbeddedFiles to lyx::support::EmbeddedFileList 2008-01-08 18:55:34 +00:00
InsetGraphics.h Embedding: merge lyx::EmbeddedFiles to lyx::support::EmbeddedFileList 2008-01-08 18:55:34 +00:00
InsetGraphicsParams.cpp Embedding: saving inzip name to .lyx file so that embedded files can always be found under different operating systems (even lyx versions). yet to be tested under windows 2008-01-10 23:39:58 +00:00
InsetGraphicsParams.h Minor format fix 2008-01-06 16:24:19 +00:00
InsetHFill.cpp getting rid of superfluous std:: statements. 2007-12-12 19:28:07 +00:00
InsetHFill.h Cleanup Hfill metrics and painting. InsetHFill is now treated almost like any other inset. 2007-12-05 22:25:07 +00:00
InsetHyperlink.cpp * src/insets/InsetCitation.{cpp,h}: 2008-01-10 16:09:01 +00:00
InsetHyperlink.h * src/insets/InsetCitation.{cpp,h}: 2008-01-10 16:09:01 +00:00
InsetInclude.cpp Embedding: saving inzip name to .lyx file so that embedded files can always be found under different operating systems (even lyx versions). yet to be tested under windows 2008-01-10 23:39:58 +00:00
InsetInclude.h Embedding: merge lyx::EmbeddedFiles to lyx::support::EmbeddedFileList 2008-01-08 18:55:34 +00:00
InsetIndex.cpp getting rid of superfluous std:: statements. 2007-12-12 19:28:07 +00:00
InsetIndex.h
InsetInfo.cpp Don't pretend we have multiple menu backends: transfer the singleton to GuiApplication. 2007-12-25 22:27:32 +00:00
InsetInfo.h Add buffer name/path/class to InsetInfo 2007-12-19 18:09:00 +00:00
InsetLabel.cpp getting rid of superfluous lyx::support:: statements. 2007-12-12 19:57:42 +00:00
InsetLabel.h
InsetLayout.h *** Requires tag for classes, layouts and custom insets *** 2008-01-07 16:59:10 +00:00
InsetLine.cpp 'using namespace std' instead of 'using std::xxx' 2007-12-12 10:16:00 +00:00
InsetLine.h
InsetListings.cpp 'using namespace lyx::support' instead of 'using support::xxx' 2007-12-12 18:57:56 +00:00
InsetListings.h * some warnings less 2007-12-24 14:13:10 +00:00
InsetListingsParams.cpp getting rid of superfluous std:: statements. 2007-12-12 19:28:07 +00:00
InsetListingsParams.h
InsetMarginal.cpp Move debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp,h} to support/. 2007-11-29 07:04:28 +00:00
InsetMarginal.h
InsetNewline.cpp 'using namespace std' instead of 'using std::xxx' 2007-12-12 10:16:00 +00:00
InsetNewline.h translating empty strings is not a good idea 2008-01-04 15:44:51 +00:00
InsetNewpage.cpp getting rid of superfluous std:: statements. 2007-12-12 19:28:07 +00:00
InsetNewpage.h Move debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp,h} to support/. 2007-11-29 07:04:28 +00:00
InsetNomencl.cpp getting rid of superfluous std:: statements. 2007-12-12 19:28:07 +00:00
InsetNomencl.h
InsetNote.cpp * Lazy MathData to avoid unneeded interpretation of macro definitions 2007-12-21 20:42:46 +00:00
InsetNote.h * Lazy MathData to avoid unneeded interpretation of macro definitions 2007-12-21 20:42:46 +00:00
InsetOptArg.cpp getting rid of superfluous std:: statements. 2007-12-12 19:28:07 +00:00
InsetOptArg.h Add InsetOptArg to standard insets. 2007-11-15 15:40:01 +00:00
InsetQuotes.cpp 'using namespace lyx::support' instead of 'using support::xxx' 2007-12-12 18:57:56 +00:00
InsetQuotes.h cosmetics. mainly replace #include "dostring.h" by #include "strfwd.h" 2007-11-01 22:17:22 +00:00
InsetRef.cpp * src/insets/InsetCitation.{cpp,h}: 2008-01-10 16:09:01 +00:00
InsetRef.h * src/insets/InsetCitation.{cpp,h}: 2008-01-10 16:09:01 +00:00
InsetSpace.cpp * src/insets/InsetCitation.{cpp,h}: 2008-01-10 16:09:01 +00:00
InsetSpace.h * src/insets/InsetCitation.{cpp,h}: 2008-01-10 16:09:01 +00:00
InsetSpecialChar.cpp * src/insets/InsetCitation.{cpp,h}: 2008-01-10 16:09:01 +00:00
InsetSpecialChar.h * src/insets/InsetCitation.{cpp,h}: 2008-01-10 16:09:01 +00:00
InsetTabular.cpp Fix multiple cell pasting on Windows and Mac (bug 4436): 2007-12-28 15:56:05 +00:00
InsetTabular.h * Lazy MathData to avoid unneeded interpretation of macro definitions 2007-12-21 20:42:46 +00:00
InsetText.cpp ** Fix language switch issue introduced by the CJK patch ** 2008-01-25 13:27:08 +00:00
InsetText.h * some warnings less 2007-12-24 14:13:10 +00:00
InsetTheorem.cpp 'using namespace std' instead of 'using std::xxx' 2007-12-12 10:16:00 +00:00
InsetTheorem.h * some warnings less 2007-12-24 14:13:10 +00:00
InsetTOC.cpp getting rid of superfluous std:: statements. 2007-12-12 19:28:07 +00:00
InsetTOC.h
InsetVSpace.cpp 'using namespace std' instead of 'using std::xxx' 2007-12-12 10:16:00 +00:00
InsetVSpace.h
InsetWrap.cpp 'using namespace std' instead of 'using std::xxx' 2007-12-12 10:16:00 +00:00
InsetWrap.h * some warnings less 2007-12-24 14:13:10 +00:00
MailInset.cpp 'using namespace std' instead of 'using std::xxx' 2007-12-12 10:16:00 +00:00
MailInset.h
RenderBase.h remove spurious include 2007-11-23 22:41:07 +00:00
RenderButton.cpp
RenderButton.h
RenderGraphic.cpp Embedding: display a pin at the top left corner of embedded figures 2008-01-08 16:22:05 +00:00
RenderGraphic.h Embedding: display a pin at the top left corner of embedded figures 2008-01-08 16:22:05 +00:00
RenderPreview.cpp 'using namespace lyx::support' instead of 'using support::xxx' 2007-12-12 18:57:56 +00:00
RenderPreview.h