lyx_mirror/src/insets
Edwin Leuven f7ef9c3e6e lil' cleanup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33666 a592a061-630c-0410-9148-cb99ea01b6c8
2010-03-08 04:08:11 +00:00
..
ExternalSupport.cpp
ExternalSupport.h
ExternalTemplate.cpp
ExternalTemplate.h
ExternalTransforms.cpp
ExternalTransforms.h
Inset.cpp s/updateLabels/updateBuffer/g, per a suggestion of Abdel's. 2010-03-03 22:13:45 +00:00
Inset.h s/updateLabels/updateBuffer/g, per a suggestion of Abdel's. 2010-03-03 22:13:45 +00:00
InsetBibitem.cpp s/updateLabels/updateBuffer/g, per a suggestion of Abdel's. 2010-03-03 22:13:45 +00:00
InsetBibitem.h s/updateLabels/updateBuffer/g, per a suggestion of Abdel's. 2010-03-03 22:13:45 +00:00
InsetBibtex.cpp Move the StartTag, EndTag, and CompTag classes into the html namespace. 2010-01-19 22:08:04 +00:00
InsetBibtex.h Restore XHTML output for InsetBibtex. 2009-11-30 22:48:10 +00:00
InsetBox.cpp Factorize showInsetDialog() for InsetParamsDialog based dialogs. 2010-02-16 13:35:40 +00:00
InsetBox.h Factorize showInsetDialog() for InsetParamsDialog based dialogs. 2010-02-16 13:35:40 +00:00
InsetBranch.cpp Migrate Branch dialog to InsetParamsWidget 2010-02-19 20:57:25 +00:00
InsetBranch.h Migrate Branch dialog to InsetParamsWidget 2010-02-19 20:57:25 +00:00
InsetCaption.cpp s/updateLabels/updateBuffer/g, per a suggestion of Abdel's. 2010-03-03 22:13:45 +00:00
InsetCaption.h s/updateLabels/updateBuffer/g, per a suggestion of Abdel's. 2010-03-03 22:13:45 +00:00
InsetCitation.cpp s/updateLabels/updateBuffer/g, per a suggestion of Abdel's. 2010-03-03 22:13:45 +00:00
InsetCitation.h s/updateLabels/updateBuffer/g, per a suggestion of Abdel's. 2010-03-03 22:13:45 +00:00
InsetCode.h Add a new insetDisplayName() method that will be used for GUI purpose. 2010-02-15 22:46:50 +00:00
InsetCollapsable.cpp Enhance LyX by fixing bug 5587. We add a new ContentAsLabel tag to 2009-12-18 00:29:22 +00:00
InsetCollapsable.h Fix i18n as suggested by Jürgen: 2010-02-10 12:42:30 +00:00
InsetCommand.cpp generalize special handling of command inset parameters on LaTeX output (escaping, etc.). 2010-02-13 13:08:32 +00:00
InsetCommand.h generalize special handling of command inset parameters on LaTeX output (escaping, etc.). 2010-02-13 13:08:32 +00:00
InsetCommandParams.cpp Buffer.cpp, InsetCommandParams.cpp: refine comments 2010-02-28 14:50:02 +00:00
InsetCommandParams.h generalize special handling of command inset parameters on LaTeX output (escaping, etc.). 2010-02-13 13:08:32 +00:00
InsetERT.cpp Factorize showInsetDialog() for InsetParamsDialog based dialogs. 2010-02-16 13:35:40 +00:00
InsetERT.h Factorize showInsetDialog() for InsetParamsDialog based dialogs. 2010-02-16 13:35:40 +00:00
InsetExternal.cpp
InsetExternal.h
InsetFlex.cpp
InsetFlex.h
InsetFloat.cpp s/updateLabels/updateBuffer/g, per a suggestion of Abdel's. 2010-03-03 22:13:45 +00:00
InsetFloat.h s/updateLabels/updateBuffer/g, per a suggestion of Abdel's. 2010-03-03 22:13:45 +00:00
InsetFloatList.cpp Disable lists of floats we don't know how to generate. 2010-03-05 23:47:33 +00:00
InsetFloatList.h XHTML output for lists of figures, tables, etc. 2010-01-01 02:41:26 +00:00
InsetFoot.cpp s/updateLabels/updateBuffer/g, per a suggestion of Abdel's. 2010-03-03 22:13:45 +00:00
InsetFoot.h s/updateLabels/updateBuffer/g, per a suggestion of Abdel's. 2010-03-03 22:13:45 +00:00
InsetFootlike.cpp
InsetFootlike.h
InsetGraphics.cpp Move the StartTag, EndTag, and CompTag classes into the html namespace. 2010-01-19 22:08:04 +00:00
InsetGraphics.h Restore XHTML output for InsetGraphics. 2009-12-03 19:52:46 +00:00
InsetGraphicsParams.cpp
InsetGraphicsParams.h
InsetHyperlink.cpp Move the StartTag, EndTag, and CompTag classes into the html namespace. 2010-01-19 22:08:04 +00:00
InsetHyperlink.h Initial work for InsetTOC. This does actually write a TOC, but without 2009-12-10 18:30:48 +00:00
InsetInclude.cpp s/updateLabels/updateBuffer/g, per a suggestion of Abdel's. 2010-03-03 22:13:45 +00:00
InsetInclude.h s/updateLabels/updateBuffer/g, per a suggestion of Abdel's. 2010-03-03 22:13:45 +00:00
InsetIndex.cpp generalize special handling of command inset parameters on LaTeX output (escaping, etc.). 2010-02-13 13:08:32 +00:00
InsetIndex.h * InsetIndex.{cpp,h}: 2010-01-17 14:47:45 +00:00
InsetInfo.cpp Fix bug #6580: Revert r29305, which was supposed to fix bug #5901. 2010-03-06 17:47:50 +00:00
InsetInfo.h Inset::validateModifyArgument(): new virtual interface for using LFUN_INSET_MODIFY. 2010-01-30 11:15:05 +00:00
InsetLabel.cpp s/updateLabels/updateBuffer/g, per a suggestion of Abdel's. 2010-03-03 22:13:45 +00:00
InsetLabel.h s/updateLabels/updateBuffer/g, per a suggestion of Abdel's. 2010-03-03 22:13:45 +00:00
InsetLayout.cpp * new InsetLayout tag to disallow spell checking. This actually brings Inset::allowSpellCheck() to use. 2010-02-13 15:44:17 +00:00
InsetLayout.h * new InsetLayout tag to disallow spell checking. This actually brings Inset::allowSpellCheck() to use. 2010-02-13 15:44:17 +00:00
InsetLine.cpp Move the StartTag, EndTag, and CompTag classes into the html namespace. 2010-01-19 22:08:04 +00:00
InsetLine.h
InsetListings.cpp s/updateLabels/updateBuffer/g, per a suggestion of Abdel's. 2010-03-03 22:13:45 +00:00
InsetListings.h s/updateLabels/updateBuffer/g, per a suggestion of Abdel's. 2010-03-03 22:13:45 +00:00
InsetListingsParams.cpp Next one 2010-02-08 07:19:48 +00:00
InsetListingsParams.h Unneeded include 2010-02-08 07:19:43 +00:00
InsetMarginal.cpp
InsetMarginal.h
InsetNewline.cpp Move the StartTag, EndTag, and CompTag classes into the html namespace. 2010-01-19 22:08:04 +00:00
InsetNewline.h
InsetNewpage.cpp Move the StartTag, EndTag, and CompTag classes into the html namespace. 2010-01-19 22:08:04 +00:00
InsetNewpage.h
InsetNomencl.cpp comment 2010-02-13 13:41:32 +00:00
InsetNomencl.h
InsetNote.cpp * add pref option to exclude notes and comments from spell checking (bug 1509). 2010-02-13 16:22:39 +00:00
InsetNote.h * add pref option to exclude notes and comments from spell checking (bug 1509). 2010-02-13 16:22:39 +00:00
InsetOptArg.cpp
InsetOptArg.h
InsetPhantom.cpp
InsetPhantom.h
InsetQuotes.cpp avoid crash when there is no buffer (bug #6548) 2010-02-25 11:36:31 +00:00
InsetQuotes.h
InsetRef.cpp s/updateLabels/updateBuffer/g, per a suggestion of Abdel's. 2010-03-03 22:13:45 +00:00
InsetRef.h s/updateLabels/updateBuffer/g, per a suggestion of Abdel's. 2010-03-03 22:13:45 +00:00
InsetSpace.cpp Migrate GuiHSPace to InsetParamsDialog. 2010-02-21 09:28:33 +00:00
InsetSpace.h Migrate GuiHSPace to InsetParamsDialog. 2010-02-21 09:28:33 +00:00
InsetSpecialChar.cpp
InsetSpecialChar.h
InsetTabular.cpp lil' cleanup 2010-03-08 04:08:11 +00:00
InsetTabular.h lil' cleanup 2010-03-08 04:08:11 +00:00
InsetText.cpp s/updateLabels/updateBuffer/g, per a suggestion of Abdel's. 2010-03-03 22:13:45 +00:00
InsetText.h s/updateLabels/updateBuffer/g, per a suggestion of Abdel's. 2010-03-03 22:13:45 +00:00
InsetTOC.cpp Output labels (1.1, etc) with the TOC. 2010-01-21 19:11:46 +00:00
InsetTOC.h A comment, and a minor change. 2010-01-01 02:08:22 +00:00
InsetVSpace.cpp Factorize showInsetDialog() for InsetParamsDialog based dialogs. 2010-02-16 13:35:40 +00:00
InsetVSpace.h Factorize showInsetDialog() for InsetParamsDialog based dialogs. 2010-02-16 13:35:40 +00:00
InsetWrap.cpp s/updateLabels/updateBuffer/g, per a suggestion of Abdel's. 2010-03-03 22:13:45 +00:00
InsetWrap.h s/updateLabels/updateBuffer/g, per a suggestion of Abdel's. 2010-03-03 22:13:45 +00:00
RenderBase.h
RenderButton.cpp
RenderButton.h
RenderGraphic.cpp
RenderGraphic.h
RenderPreview.cpp
RenderPreview.h