lyx_mirror/src/insets
Richard Heck aa01777060 Change LFUN_FONT_CODE to LFUN_FONT_TYPEWERITER, possibly in preparation for a move to character-style-based font changes, etc.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20381 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-20 18:02:39 +00:00
..
ChangeLog
ExternalSupport.cpp Remove warnings reported with gcc 4.3: 2007-09-16 10:36:57 +00:00
ExternalSupport.h
ExternalTemplate.cpp use bald pointers in clone() 2007-08-30 18:03:17 +00:00
ExternalTemplate.h
ExternalTransforms.cpp
ExternalTransforms.h
Inset.cpp Name change CharStyle -> Flex 2007-09-05 15:29:04 +00:00
Inset.h Embedding: update related insets when the embedding status of a fileitem is changed 2007-09-12 14:27:47 +00:00
InsetBibitem.cpp use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetBibitem.h use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetBibtex.cpp use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetBibtex.h use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetBox.cpp Remove TextMetrics.h header. 2007-09-20 08:51:58 +00:00
InsetBox.h use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetBranch.cpp Final touch on minimalistic branches 2007-09-02 08:38:09 +00:00
InsetBranch.h use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetCaption.cpp remove InsetCaption::drawSelection(): this was not used. 2007-09-17 21:51:32 +00:00
InsetCaption.h remove InsetCaption::drawSelection(): this was not used. 2007-09-17 21:51:32 +00:00
InsetCitation.cpp Indentation fix. 2007-09-20 06:22:07 +00:00
InsetCitation.h use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetCollapsable.cpp Robustify this 2007-09-20 14:11:37 +00:00
InsetCollapsable.h remove InsetCollapsable::drawSelection(): this was not used. 2007-09-17 21:48:25 +00:00
InsetCommand.cpp Inset coords shall not be recorded in Inset::draw() because this can create problems with inheritance (which often modify the coords but not the Inset pointer itself). Right now there three kind of inset containers: paragraphs, tables and math arrays. The coords caching is fixed in the first two. 2007-09-20 10:58:38 +00:00
InsetCommand.h * src/insets/InsetCommand.{cpp,h}: 2007-09-10 16:06:01 +00:00
InsetCommandParams.cpp remove unnecessary includes 2007-09-11 21:43:55 +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 use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetEnvironment.h use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetERT.cpp Change LFUN_FONT_CODE to LFUN_FONT_TYPEWERITER, possibly in preparation for a move to character-style-based font changes, etc. 2007-09-20 18:02:39 +00:00
InsetERT.h use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetExternal.cpp Inset coords shall not be recorded in Inset::draw() because this can create problems with inheritance (which often modify the coords but not the Inset pointer itself). Right now there three kind of inset containers: paragraphs, tables and math arrays. The coords caching is fixed in the first two. 2007-09-20 10:58:38 +00:00
InsetExternal.h Embedding: store inset pointer instead of ParConstIterator to enable more accurate navigation in the Embedding dialog 2007-09-09 07:07:13 +00:00
InsetFlex.cpp Inset coords shall not be recorded in Inset::draw() because this can create problems with inheritance (which often modify the coords but not the Inset pointer itself). Right now there three kind of inset containers: paragraphs, tables and math arrays. The coords caching is fixed in the first two. 2007-09-20 10:58:38 +00:00
InsetFlex.h Name change CharStyle -> Flex 2007-09-05 15:29:04 +00:00
InsetFloat.cpp use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetFloat.h use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetFloatList.cpp Whitespace cleanup 2007-05-28 22:27:45 +00:00
InsetFloatList.h use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetFoot.cpp use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetFoot.h use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetFootlike.cpp use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetFootlike.h
InsetGraphics.cpp Inset coords shall not be recorded in Inset::draw() because this can create problems with inheritance (which often modify the coords but not the Inset pointer itself). Right now there three kind of inset containers: paragraphs, tables and math arrays. The coords caching is fixed in the first two. 2007-09-20 10:58:38 +00:00
InsetGraphics.h Embedding: update related insets when the embedding status of a fileitem is changed 2007-09-12 14:27:47 +00:00
InsetGraphicsParams.cpp Embedding: add a check box to InsetGraphic and show/change embedding status 2007-09-15 18:31:32 +00:00
InsetGraphicsParams.h Embedding: add a check box to InsetGraphic and show/change embedding status 2007-09-15 18:31:32 +00:00
InsetHFill.cpp use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetHFill.h use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetInclude.cpp Inset coords shall not be recorded in Inset::draw() because this can create problems with inheritance (which often modify the coords but not the Inset pointer itself). Right now there three kind of inset containers: paragraphs, tables and math arrays. The coords caching is fixed in the first two. 2007-09-20 10:58:38 +00:00
InsetInclude.h Embedding: store inset pointer instead of ParConstIterator to enable more accurate navigation in the Embedding dialog 2007-09-09 07:07:13 +00:00
InsetIndex.cpp make index label translatable 2007-09-16 14:43:10 +00:00
InsetIndex.h use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetLabel.cpp use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetLabel.h use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetLine.cpp use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetLine.h use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetListings.cpp Transfer current_font and real_current_font from Text to Cursor. 2007-09-02 13:35:48 +00:00
InsetListings.h use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetListingsParams.cpp Remove warnings reported with gcc 4.3: 2007-09-16 10:36:57 +00:00
InsetListingsParams.h Add bypass validation checkboxes to listings related dialogs 2007-06-12 17:10:28 +00:00
InsetMarginal.cpp compil fix. 2007-08-30 22:30:14 +00:00
InsetMarginal.h use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetNewline.cpp header cleanup. 2007-06-15 14:52:15 +00:00
InsetNewline.h use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetNomencl.cpp Whitespace cleanup 2007-05-28 22:27:45 +00:00
InsetNomencl.h use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetNote.cpp use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetNote.h use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetOptArg.cpp use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetOptArg.h use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetPagebreak.cpp use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetPagebreak.h use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetQuotes.cpp Inset coords shall not be recorded in Inset::draw() because this can create problems with inheritance (which often modify the coords but not the Inset pointer itself). Right now there three kind of inset containers: paragraphs, tables and math arrays. The coords caching is fixed in the first two. 2007-09-20 10:58:38 +00:00
InsetQuotes.h use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetRef.cpp Whitespace cleanup 2007-05-28 22:27:45 +00:00
InsetRef.h use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetSpace.cpp use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetSpace.h use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetSpecialChar.cpp use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetSpecialChar.h use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetTabular.cpp Change LFUN_FONT_CODE to LFUN_FONT_TYPEWERITER, possibly in preparation for a move to character-style-based font changes, etc. 2007-09-20 18:02:39 +00:00
InsetTabular.h rename method 2007-09-04 18:13:19 +00:00
InsetText.cpp Fix InsetBox drawing and remove remnant of the wide() hack. 2007-09-18 08:52:38 +00:00
InsetText.h Cleanup the TEXT_TO_INSET_OFFSET mess. This correction is done now once in InsetText. Various other cleanup resulting from this change. In particular, pave the way to the removal of Dimension Inset::dim_ member by registering the inset dimension in RowPainter::paintInset() instead of InsetXXX::draw(). 2007-09-17 21:45:14 +00:00
InsetTheorem.cpp use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetTheorem.h use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetTOC.cpp use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetTOC.h use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetUrl.cpp Whitespace cleanup 2007-05-28 22:27:45 +00:00
InsetUrl.h use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetVSpace.cpp Inset coords shall not be recorded in Inset::draw() because this can create problems with inheritance (which often modify the coords but not the Inset pointer itself). Right now there three kind of inset containers: paragraphs, tables and math arrays. The coords caching is fixed in the first two. 2007-09-20 10:58:38 +00:00
InsetVSpace.h use bald pointers in clone() 2007-08-30 18:03:17 +00:00
InsetWrap.cpp Helge's wrapfig patch: 2007-09-09 23:47:22 +00:00
InsetWrap.h use bald pointers in clone() 2007-08-30 18:03:17 +00:00
MailInset.cpp * BufferView::buffer() returns a reference instead of a pointer. 2007-08-21 13:03:55 +00:00
MailInset.h
RenderBase.h use bald pointers in clone() 2007-08-30 18:03:17 +00:00
RenderButton.cpp use bald pointers in clone() 2007-08-30 18:03:17 +00:00
RenderButton.h use bald pointers in clone() 2007-08-30 18:03:17 +00:00
RenderGraphic.cpp use bald pointers in clone() 2007-08-30 18:03:17 +00:00
RenderGraphic.h use bald pointers in clone() 2007-08-30 18:03:17 +00:00
RenderPreview.cpp use bald pointers in clone() 2007-08-30 18:03:17 +00:00
RenderPreview.h use bald pointers in clone() 2007-08-30 18:03:17 +00:00