lyx_mirror/src/insets
Bo Peng a90f967d6f InsetListings: fix bug 3626
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18373 a592a061-630c-0410-9148-cb99ea01b6c8
2007-05-16 20:34:57 +00:00
..
ChangeLog rename LCursor->Cursor 2007-04-26 14:56:30 +00:00
ExternalSupport.cpp Rename three remaining .C files 2007-04-26 05:18:04 +00:00
ExternalSupport.h Fix bug 3240 2007-02-15 21:22:40 +00:00
ExternalTemplate.cpp rename LyXLex into Lexer 2007-04-26 11:30:54 +00:00
ExternalTemplate.h rename LyXLex into Lexer 2007-04-26 11:30:54 +00:00
ExternalTransforms.cpp Rename three remaining .C files 2007-04-26 05:18:04 +00:00
ExternalTransforms.h rename/merge LyXLength related stuff 2007-04-28 12:58:49 +00:00
Inset.cpp add color mathcorners and implement mathbg (partially) 2007-05-12 06:24:46 +00:00
Inset.h revert wrongly committed patch 2007-05-11 02:34:56 +00:00
InsetBibitem.cpp rename LyXFont to Font except in tex2lyx 2007-04-29 18:17:15 +00:00
InsetBibitem.h rename InsetBase to Inset 2007-04-29 13:39:47 +00:00
InsetBibtex.cpp rename LyXTextClass* into TextClass* 2007-04-29 19:53:54 +00:00
InsetBibtex.h rename InsetBase to Inset 2007-04-29 13:39:47 +00:00
InsetBox.cpp LyXText -> Text 2007-04-29 23:33:02 +00:00
InsetBox.h * Inset and derivatives: insetName() -> name() 2007-04-30 14:39:09 +00:00
InsetBranch.cpp "fix" bug #3332 (plain text export depends on the menu language) 2007-05-01 08:26:40 +00:00
InsetBranch.h * Inset and derivatives: insetName() -> name() 2007-04-30 14:39:09 +00:00
InsetCaption.cpp Separate caption and label from InsetListingsParams and handle them separately in listings and Include dialog, from Jurgen 2007-05-14 20:42:14 +00:00
InsetCaption.h Separate caption and label from InsetListingsParams and handle them separately in listings and Include dialog, from Jurgen 2007-05-14 20:42:14 +00:00
InsetCharStyle.cpp LyXText -> Text 2007-04-29 23:33:02 +00:00
InsetCharStyle.h * Inset and derivatives: insetName() -> name() 2007-04-30 14:39:09 +00:00
InsetCitation.cpp Rename .C ==> .cpp for files in src, part one 2007-04-26 04:41:58 +00:00
InsetCitation.h rename InsetBase to Inset 2007-04-29 13:39:47 +00:00
InsetCollapsable.cpp "fix" bug #3332 (plain text export depends on the menu language) 2007-05-01 08:26:40 +00:00
InsetCollapsable.h * Inset and derivatives: insetName() -> name() 2007-04-30 14:39:09 +00:00
InsetCommand.cpp "fix" bug #3332 (plain text export depends on the menu language) 2007-05-01 08:26:40 +00:00
InsetCommand.h rename InsetBase to Inset 2007-04-29 13:39:47 +00:00
InsetCommandParams.cpp Add support for listings package. Two listings command \lstinline, \lstinputlisting and an environment \lstlisting are supported, along with preamble \lstset. \lstinputlisting is implemented through Include dialog, and the other two are implemented with a new inset listings, along with its dialog. 2007-05-09 19:11:42 +00:00
InsetCommandParams.h Add support for listings package. Two listings command \lstinline, \lstinputlisting and an environment \lstlisting are supported, along with preamble \lstset. \lstinputlisting is implemented through Include dialog, and the other two are implemented with a new inset listings, along with its dialog. 2007-05-09 19:11:42 +00:00
InsetEnvironment.cpp * Inset and derivatives: insetName() -> name() 2007-04-30 14:39:09 +00:00
InsetEnvironment.h * Inset and derivatives: insetName() -> name() 2007-04-30 14:39:09 +00:00
InsetERT.cpp LyXText -> Text 2007-04-29 23:33:02 +00:00
InsetERT.h * Inset and derivatives: insetName() -> name() 2007-04-30 14:39:09 +00:00
InsetExternal.cpp LyXText -> Text 2007-04-29 23:33:02 +00:00
InsetExternal.h rename InsetBase to Inset 2007-04-29 13:39:47 +00:00
InsetFloat.cpp "fix" bug #3332 (plain text export depends on the menu language) 2007-05-01 08:26:40 +00:00
InsetFloat.h * Inset and derivatives: insetName() -> name() 2007-04-30 14:39:09 +00:00
InsetFloatList.cpp rename LyXTextClass* into TextClass* 2007-04-29 19:53:54 +00:00
InsetFloatList.h rename InsetBase to Inset 2007-04-29 13:39:47 +00:00
InsetFoot.cpp "fix" bug #3332 (plain text export depends on the menu language) 2007-05-01 08:26:40 +00:00
InsetFoot.h * Inset and derivatives: insetName() -> name() 2007-04-30 14:39:09 +00:00
InsetFootlike.cpp * Inset and derivatives: insetName() -> name() 2007-04-30 14:39:09 +00:00
InsetFootlike.h rename InsetBase to Inset 2007-04-29 13:39:47 +00:00
InsetGraphics.cpp "fix" bug #3332 (plain text export depends on the menu language) 2007-05-01 08:26:40 +00:00
InsetGraphics.h rename InsetBase to Inset 2007-04-29 13:39:47 +00:00
InsetGraphicsParams.cpp rename/merge LyXLength related stuff 2007-04-28 12:58:49 +00:00
InsetGraphicsParams.h rename/merge LyXLength related stuff 2007-04-28 12:58:49 +00:00
InsetHFill.cpp rename InsetBase to Inset 2007-04-29 13:39:47 +00:00
InsetHFill.h rename InsetBase to Inset 2007-04-29 13:39:47 +00:00
InsetInclude.cpp Add support for listings package. Two listings command \lstinline, \lstinputlisting and an environment \lstlisting are supported, along with preamble \lstset. \lstinputlisting is implemented through Include dialog, and the other two are implemented with a new inset listings, along with its dialog. 2007-05-09 19:11:42 +00:00
InsetInclude.h rename InsetBase to Inset 2007-04-29 13:39:47 +00:00
InsetIndex.cpp rename InsetBase to Inset 2007-04-29 13:39:47 +00:00
InsetIndex.h rename InsetBase to Inset 2007-04-29 13:39:47 +00:00
InsetLabel.cpp LyXText -> Text 2007-04-29 23:33:02 +00:00
InsetLabel.h rename InsetBase to Inset 2007-04-29 13:39:47 +00:00
InsetLine.cpp LyXText -> Text 2007-04-29 23:33:02 +00:00
InsetLine.h rename InsetBase to Inset 2007-04-29 13:39:47 +00:00
InsetListings.cpp InsetListings: fix bug 3626 2007-05-16 20:34:57 +00:00
InsetListings.h Separate caption and label from InsetListingsParams and handle them separately in listings and Include dialog, from Jurgen 2007-05-14 20:42:14 +00:00
InsetListingsParams.cpp InsetListingsParams.h/cpp: fix compiler warning about initialization order 2007-05-15 14:56:55 +00:00
InsetListingsParams.h InsetListingsParams.h/cpp: Allow , in parameter string which is common in caption 2007-05-12 15:07:18 +00:00
InsetMarginal.cpp "fix" bug #3332 (plain text export depends on the menu language) 2007-05-01 08:26:40 +00:00
InsetMarginal.h * src/insets/InsetMarginal.h: 2007-05-03 15:54:56 +00:00
InsetNewline.cpp LyXText -> Text 2007-04-29 23:33:02 +00:00
InsetNewline.h rename InsetBase to Inset 2007-04-29 13:39:47 +00:00
InsetNomencl.cpp replace term "Glossary" by "Nomenclature" 2007-04-29 22:21:00 +00:00
InsetNomencl.h replace term "Glossary" by "Nomenclature" 2007-04-29 22:21:00 +00:00
InsetNote.cpp "fix" bug #3332 (plain text export depends on the menu language) 2007-05-01 08:26:40 +00:00
InsetNote.h * Inset and derivatives: insetName() -> name() 2007-04-30 14:39:09 +00:00
InsetOptArg.cpp rename LyXFont to Font except in tex2lyx 2007-04-29 18:17:15 +00:00
InsetOptArg.h rename InsetBase to Inset 2007-04-29 13:39:47 +00:00
InsetPagebreak.cpp LyXText -> Text 2007-04-29 23:33:02 +00:00
InsetPagebreak.h rename InsetBase to Inset 2007-04-29 13:39:47 +00:00
InsetQuotes.cpp rename LyXFont to Font except in tex2lyx 2007-04-29 18:17:15 +00:00
InsetQuotes.h * Inset and derivatives: insetName() -> name() 2007-04-30 14:39:09 +00:00
InsetRef.cpp rename LCursor->Cursor 2007-04-26 14:56:30 +00:00
InsetRef.h rename InsetBase to Inset 2007-04-29 13:39:47 +00:00
InsetSpace.cpp rename InsetBase to Inset 2007-04-29 13:39:47 +00:00
InsetSpace.h rename InsetBase to Inset 2007-04-29 13:39:47 +00:00
InsetSpecialChar.cpp rename LyXFont to Font except in tex2lyx 2007-04-29 18:17:15 +00:00
InsetSpecialChar.h rename InsetBase to Inset 2007-04-29 13:39:47 +00:00
InsetTabular.cpp output changes by means of xcolor and soul 2007-05-13 15:17:57 +00:00
InsetTabular.h fix bug 2453 2007-05-12 20:59:21 +00:00
InsetText.cpp LyXText -> Text 2007-04-29 23:33:02 +00:00
InsetText.h remove RowList_fwd.h. Not really needed 2007-04-30 22:02:15 +00:00
InsetTheorem.cpp * Inset and derivatives: insetName() -> name() 2007-04-30 14:39:09 +00:00
InsetTheorem.h rename InsetBase to Inset 2007-04-29 13:39:47 +00:00
InsetTOC.cpp "fix" bug #3332 (plain text export depends on the menu language) 2007-05-01 08:26:40 +00:00
InsetTOC.h rename InsetBase to Inset 2007-04-29 13:39:47 +00:00
InsetUrl.cpp Rename .C ==> .cpp for files in src, part one 2007-04-26 04:41:58 +00:00
InsetUrl.h rename InsetBase to Inset 2007-04-29 13:39:47 +00:00
InsetVSpace.cpp LyXText -> Text 2007-04-29 23:33:02 +00:00
InsetVSpace.h rename InsetBase to Inset 2007-04-29 13:39:47 +00:00
InsetWrap.cpp "fix" bug #3332 (plain text export depends on the menu language) 2007-05-01 08:26:40 +00:00
InsetWrap.h * Inset and derivatives: insetName() -> name() 2007-04-30 14:39:09 +00:00
MailInset.cpp Rename insets/insetxxx to insets/InsetXxx, part 2 2007-04-25 01:25:51 +00:00
MailInset.h rename InsetBase to Inset 2007-04-29 13:39:47 +00:00
Makefile.am Add support for listings package. Two listings command \lstinline, \lstinputlisting and an environment \lstlisting are supported, along with preamble \lstset. \lstinputlisting is implemented through Include dialog, and the other two are implemented with a new inset listings, along with its dialog. 2007-05-09 19:11:42 +00:00
pch.h rename InsetBase to Inset 2007-04-29 13:39:47 +00:00
RenderBase.h rename InsetBase to Inset 2007-04-29 13:39:47 +00:00
RenderButton.cpp rename LyXFont to Font except in tex2lyx 2007-04-29 18:17:15 +00:00
RenderButton.h rename InsetBase to Inset 2007-04-29 13:39:47 +00:00
RenderGraphic.cpp rename LyXFont to Font except in tex2lyx 2007-04-29 18:17:15 +00:00
RenderGraphic.h rename InsetBase to Inset 2007-04-29 13:39:47 +00:00
RenderPreview.cpp rename LyXFont to Font except in tex2lyx 2007-04-29 18:17:15 +00:00
RenderPreview.h rename InsetBase to Inset 2007-04-29 13:39:47 +00:00