lyx_mirror/src/insets
Pavel Sanda 60ef4c5bd9 Add comment for InsetLayout::lyxtype_.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24140 a592a061-630c-0410-9148-cb99ea01b6c8
2008-04-06 16:17:03 +00:00
..
ExternalSupport.cpp
ExternalSupport.h
ExternalTemplate.cpp compile fix 2008-04-05 21:36:26 +00:00
ExternalTemplate.h
ExternalTransforms.cpp
ExternalTransforms.h
Inset.cpp Help us out here. 2008-03-23 14:40:29 +00:00
Inset.h Change the signature of forceEmptyLayout(), so that we can pass a cell index with it. We'll need this to get tables right. 2008-03-19 16:21:33 +00:00
InsetBibitem.cpp remove remaining MailInsets. 2008-03-27 22:26:24 +00:00
InsetBibitem.h remove remaining MailInsets. 2008-03-27 22:26:24 +00:00
InsetBibtex.cpp EmbeddedFile::enable() should take a reference instead of a pointer. 2008-03-29 23:32:52 +00:00
InsetBibtex.h s/createBibFiles/updateBibFiles/ 2008-03-29 21:53:25 +00:00
InsetBox.cpp use simpler parser interface 2008-04-05 10:34:29 +00:00
InsetBox.h clean-up after andré ;-) 2008-03-27 11:14:17 +00:00
InsetBranch.cpp use simpler parser interface 2008-04-05 10:34:29 +00:00
InsetBranch.h remove remaining MailInsets. 2008-03-27 22:26:24 +00:00
InsetCaption.cpp use simpler parser interface 2008-04-05 10:34:29 +00:00
InsetCaption.h Change the signature of forceEmptyLayout(), so that we can pass a cell index with it. We'll need this to get tables right. 2008-03-19 16:21:33 +00:00
InsetCitation.cpp Cosmetics. And avoid conversion of EmbeddedFile to FileName. That seems suspicious. 2008-03-27 05:05:21 +00:00
InsetCitation.h remove remaining MailInsets. 2008-03-27 22:26:24 +00:00
InsetCode.h Another attempt at 2178. This is a "minimal" patch designed to fix the bug with the minimum amount of new code. A better fix, suggested by Andre, would merge InsetTableCell and CellData into one class, in which case InsetTableCell::cell_data_ can be removed. A definite plus. I'll do that later if this works. But let's get it right first. 2008-03-21 17:45:14 +00:00
InsetCollapsable.cpp if we have a buffer we don't need to pass part of it separately... 2008-04-05 20:24:05 +00:00
InsetCollapsable.h if we have a buffer we don't need to pass part of it separately... 2008-04-05 20:24:05 +00:00
InsetCommand.cpp use simpler parser interface 2008-04-05 10:34:29 +00:00
InsetCommand.h remove remaining MailInsets. 2008-03-27 22:26:24 +00:00
InsetCommandParams.cpp use simpler parser interface 2008-04-05 10:34:29 +00:00
InsetCommandParams.h remove unused code; also code cosmetics 2008-04-02 19:12:47 +00:00
InsetEnvironment.cpp
InsetEnvironment.h
InsetERT.cpp use simpler parser interface 2008-04-05 10:34:29 +00:00
InsetERT.h this feels more natural... 2008-03-27 23:37:59 +00:00
InsetExternal.cpp simplify Lexer handling a bit more 2008-04-03 20:55:09 +00:00
InsetExternal.h remove remaining MailInsets. 2008-03-27 22:26:24 +00:00
InsetFlex.cpp if we have a buffer we don't need to pass part of it separately... 2008-04-05 20:24:05 +00:00
InsetFlex.h if we have a buffer we don't need to pass part of it separately... 2008-04-05 20:24:05 +00:00
InsetFloat.cpp use simpler parser interface 2008-04-05 10:34:29 +00:00
InsetFloat.h remove remaining MailInsets. 2008-03-27 22:26:24 +00:00
InsetFloatList.cpp lexer cosmetics 2008-04-05 21:24:57 +00:00
InsetFloatList.h
InsetFoot.cpp Change the interface to a paragraph's layout. We still store a LayoutPtr, but now privately, and make a Layout const & available to clients. 2008-03-06 21:31:27 +00:00
InsetFoot.h
InsetFootlike.cpp
InsetFootlike.h * make macros global. This is conceptionally much easier for the user, 2008-03-10 12:49:02 +00:00
InsetGraphics.cpp use simpler parser interface 2008-04-05 10:34:29 +00:00
InsetGraphics.h remove remaining MailInsets. 2008-03-27 22:26:24 +00:00
InsetGraphicsParams.cpp Continue working on the embedding feature. An additional parameter updateFile is passed to 2008-03-09 06:05:22 +00:00
InsetGraphicsParams.h
InsetHyperlink.cpp
InsetHyperlink.h
InsetInclude.cpp EmbeddedFile::enable() should take a reference instead of a pointer. 2008-03-29 23:32:52 +00:00
InsetInclude.h remove remaining MailInsets. 2008-03-27 22:26:24 +00:00
InsetIndex.cpp
InsetIndex.h
InsetInfo.cpp Change strings. 2008-03-18 23:35:57 +00:00
InsetInfo.h start moving MenuBackend to the frontend 2008-03-06 21:50:27 +00:00
InsetLabel.cpp remove remaining MailInsets. 2008-03-27 22:26:24 +00:00
InsetLabel.h Introduce Inset::isLabeled() in order to avoid reimplementing Inset::initView() everywhere we need a labels update. 2008-03-10 15:30:32 +00:00
InsetLayout.cpp lexer cosmetics 2008-04-05 21:24:57 +00:00
InsetLayout.h Add comment for InsetLayout::lyxtype_. 2008-04-06 16:17:03 +00:00
InsetLine.cpp
InsetLine.h
InsetListings.cpp use simpler parser interface 2008-04-05 10:34:29 +00:00
InsetListings.h remove remaining MailInsets. 2008-03-27 22:26:24 +00:00
InsetListingsParams.cpp use simpler parser interface 2008-04-05 10:34:29 +00:00
InsetListingsParams.h
InsetMarginal.cpp
InsetMarginal.h
InsetNewline.cpp use simpler parser interface 2008-04-05 10:34:29 +00:00
InsetNewline.h remove remaining MailInsets. 2008-03-27 22:26:24 +00:00
InsetNewpage.cpp lexer cosmetics 2008-04-05 21:24:57 +00:00
InsetNewpage.h remove remaining MailInsets. 2008-03-27 22:26:24 +00:00
InsetNomencl.cpp
InsetNomencl.h
InsetNote.cpp use simpler parser interface 2008-04-05 10:34:29 +00:00
InsetNote.h remove remaining MailInsets. 2008-03-27 22:26:24 +00:00
InsetOptArg.cpp
InsetOptArg.h
InsetQuotes.cpp use simpler parser interface 2008-04-05 10:34:29 +00:00
InsetQuotes.h earder cleanup; cosmetics; 2008-03-15 00:02:41 +00:00
InsetRef.cpp Introduce Inset::isLabeled() in order to avoid reimplementing Inset::initView() everywhere we need a labels update. 2008-03-10 15:30:32 +00:00
InsetRef.h Introduce Inset::isLabeled() in order to avoid reimplementing Inset::initView() everywhere we need a labels update. 2008-03-10 15:30:32 +00:00
InsetSpace.cpp lexer cosmetics 2008-04-05 21:24:57 +00:00
InsetSpace.h remove remaining MailInsets. 2008-03-27 22:26:24 +00:00
InsetSpecialChar.cpp
InsetSpecialChar.h
InsetTabular.cpp lexer cosmetics 2008-04-05 21:24:57 +00:00
InsetTabular.h Add tabular context menu. Feel free to enhance/modify Edwin. 2008-03-28 18:50:33 +00:00
InsetText.cpp lexer cosmetics 2008-04-05 21:24:57 +00:00
InsetText.h Revert last commit. 2008-03-26 04:08:20 +00:00
InsetTOC.cpp
InsetTOC.h
InsetVSpace.cpp lexer cosmetics 2008-04-05 21:24:57 +00:00
InsetVSpace.h remove InsetVSpaceMailer class 2008-03-27 00:21:35 +00:00
InsetWrap.cpp use "new" Lexer interface... 2008-04-03 22:39:06 +00:00
InsetWrap.h use "new" Lexer interface... 2008-04-03 22:39:06 +00:00
RenderBase.h
RenderButton.cpp
RenderButton.h
RenderGraphic.cpp
RenderGraphic.h
RenderPreview.cpp
RenderPreview.h