lyx_mirror/src/insets
Abdelrazak Younes e060218986 * InsetInfo: use Application::iconName().
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25140 a592a061-630c-0410-9148-cb99ea01b6c8
2008-06-05 08:49:19 +00:00
..
ExternalSupport.cpp Complete the removal of the embedding stuff. Maybe. It's hard to be sure we got everything, but this does compile, and it seems to work at least reasonably well. Any problems should of course be reported to the list. 2008-04-20 03:08:11 +00:00
ExternalSupport.h
ExternalTemplate.cpp infrastructure for 'graceful asserts' 2008-04-10 21:49:34 +00:00
ExternalTemplate.h
ExternalTransforms.cpp header cleanup 2008-02-18 07:14:42 +00:00
ExternalTransforms.h
Inset.cpp FuncStatus::enabled(bool) --> FuncStatus::setEnabled(bool) 2008-05-29 15:14:00 +00:00
Inset.h Inset::addToToc(): change signature. Use DocIterator instead of ParConstIterator. The idea is to have more accurate navigation in the paragraph. But this doesn't work yet. 2008-05-13 08:23:44 +00:00
InsetBibitem.cpp Forgot this bit. 2008-06-05 06:59:35 +00:00
InsetBibitem.h More cache fixing. Similar fix as for InsetBibtex, and I've renamed the key routine. 2008-06-05 06:55:34 +00:00
InsetBibtex.cpp More cache fixing. Similar fix as for InsetBibtex, and I've renamed the key routine. 2008-06-05 06:55:34 +00:00
InsetBibtex.h Fix some of the BibTeX cache issues. We need to be able to invalidate the cache when 2008-06-05 06:42:53 +00:00
InsetBox.cpp FuncStatus::enabled(bool) --> FuncStatus::setEnabled(bool) 2008-05-29 15:14:00 +00:00
InsetBox.h clean-up after andré ;-) 2008-03-27 11:14:17 +00:00
InsetBranch.cpp Fix toc generation after rev25096. 2008-06-03 11:33:13 +00:00
InsetBranch.h Add list of branches. 2008-05-30 13:59:29 +00:00
InsetCaption.cpp Last rites for LFUN_BREAK_PARAGRAPH_SKIP, LFUN_DELETE_BACKWARD_SKIP, LFUN_DELETE_FORWARD_SKIP. 2008-06-04 18:09:06 +00:00
InsetCaption.h Inset::addToToc(): change signature. Use DocIterator instead of ParConstIterator. The idea is to have more accurate navigation in the paragraph. But this doesn't work yet. 2008-05-13 08:23:44 +00:00
InsetCitation.cpp * InsetCitation: 2008-05-20 07:22:55 +00:00
InsetCitation.h Inset::addToToc(): change signature. Use DocIterator instead of ParConstIterator. The idea is to have more accurate navigation in the paragraph. But this doesn't work yet. 2008-05-13 08:23:44 +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 Last rites for LFUN_BREAK_PARAGRAPH_SKIP, LFUN_DELETE_BACKWARD_SKIP, LFUN_DELETE_FORWARD_SKIP. 2008-06-04 18:09:06 +00:00
InsetCollapsable.h * src/insets/InsetCollapsable.h: 2008-04-28 18:49:23 +00:00
InsetCommand.cpp FuncStatus::enabled(bool) --> FuncStatus::setEnabled(bool) 2008-05-29 15:14:00 +00:00
InsetCommand.h * implement "inset-edit" in InsetInclude. 2008-04-27 18:03:21 +00:00
InsetCommandParams.cpp rename assert.h to lassert.h 2008-04-30 08:26:40 +00:00
InsetCommandParams.h Fix comments. 2008-04-22 20:21:55 +00:00
InsetEnvironment.cpp Changes LayoutList from a vector<LayoutPtr> to a vector<Layout>. 2008-03-06 20:01:30 +00:00
InsetEnvironment.h Changes LayoutList from a vector<LayoutPtr> to a vector<Layout>. 2008-03-06 20:01:30 +00:00
InsetERT.cpp FuncStatus::enabled(bool) --> FuncStatus::setEnabled(bool) 2008-05-29 15:14:00 +00:00
InsetERT.h this feels more natural... 2008-03-27 23:37:59 +00:00
InsetExternal.cpp FuncStatus::enabled(bool) --> FuncStatus::setEnabled(bool) 2008-05-29 15:14:00 +00:00
InsetExternal.h basic context menu for InsetExternal. 2008-04-28 05:12:28 +00:00
InsetFlex.cpp Unify Paragraph::asString() methods. 2008-05-22 14:01:33 +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 FuncStatus::enabled(bool) --> FuncStatus::setEnabled(bool) 2008-05-29 15:14:00 +00:00
InsetFloat.h One more. 2008-05-31 12:28:16 +00:00
InsetFloatList.cpp lexer cosmetics 2008-04-05 21:24:57 +00:00
InsetFloatList.h fix #4717 2008-04-08 20:05:26 +00:00
InsetFoot.cpp Fix toc generation after rev25096. 2008-06-03 11:33:13 +00:00
InsetFoot.h Inset::addToToc(): change signature. Use DocIterator instead of ParConstIterator. The idea is to have more accurate navigation in the paragraph. But this doesn't work yet. 2008-05-13 08:23:44 +00:00
InsetFootlike.cpp make code look a bit more uniform 2008-03-05 00:21:05 +00:00
InsetFootlike.h * make macros global. This is conceptionally much easier for the user, 2008-03-10 12:49:02 +00:00
InsetGraphics.cpp FuncStatus::enabled(bool) --> FuncStatus::setEnabled(bool) 2008-05-29 15:14:00 +00:00
InsetGraphics.h Move graphics code from class to namespace. 2008-05-27 12:06:34 +00:00
InsetGraphicsParams.cpp Introduce groups for graphics insets. That includes: 2008-05-06 21:13:09 +00:00
InsetGraphicsParams.h Add FIXMEs wrt unicode. 2008-05-26 18:37:42 +00:00
InsetHyperlink.cpp progress on buffer-reference-in-insets. beware of instabilities... 2008-02-27 20:43:16 +00:00
InsetHyperlink.h canonical clone() also for InsetHyperlink 2008-04-08 20:19:23 +00:00
InsetInclude.cpp Change inset label from ": filename" to "Program Listing: filename" for listings without caption. 2008-06-01 18:23:22 +00:00
InsetInclude.h Inset::addToToc(): change signature. Use DocIterator instead of ParConstIterator. The idea is to have more accurate navigation in the paragraph. But this doesn't work yet. 2008-05-13 08:23:44 +00:00
InsetIndex.cpp Fix toc generation after rev25096. 2008-06-03 11:33:13 +00:00
InsetIndex.h Inset::addToToc(): change signature. Use DocIterator instead of ParConstIterator. The idea is to have more accurate navigation in the paragraph. But this doesn't work yet. 2008-05-13 08:23:44 +00:00
InsetInfo.cpp * InsetInfo: use Application::iconName(). 2008-06-05 08:49:19 +00:00
InsetInfo.h Add InsetInfo::SHORTCUTS_INFO and ICON_INFO 2008-06-05 03:41:35 +00:00
InsetLabel.cpp Inset::addToToc(): change signature. Use DocIterator instead of ParConstIterator. The idea is to have more accurate navigation in the paragraph. But this doesn't work yet. 2008-05-13 08:23:44 +00:00
InsetLabel.h Inset::addToToc(): change signature. Use DocIterator instead of ParConstIterator. The idea is to have more accurate navigation in the paragraph. But this doesn't work yet. 2008-05-13 08:23:44 +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 progress on buffer-reference-in-insets. beware of instabilities... 2008-02-27 20:43:16 +00:00
InsetLine.h These don't seem to be causing crashes at the moment, but as a matter of long-term stability, it seems worth cloning them the "canonical" way. 2008-02-29 20:16:04 +00:00
InsetListings.cpp FuncStatus::enabled(bool) --> FuncStatus::setEnabled(bool) 2008-05-29 15:14:00 +00:00
InsetListings.h remove remaining MailInsets. 2008-03-27 22:26:24 +00:00
InsetListingsParams.cpp rename assert.h to lassert.h 2008-04-30 08:26:40 +00:00
InsetListingsParams.h
InsetMarginal.cpp Fix toc generation after rev25096. 2008-06-03 11:33:13 +00:00
InsetMarginal.h Inset::addToToc(): change signature. Use DocIterator instead of ParConstIterator. The idea is to have more accurate navigation in the paragraph. But this doesn't work yet. 2008-05-13 08:23:44 +00:00
InsetNewline.cpp FuncStatus::enabled(bool) --> FuncStatus::setEnabled(bool) 2008-05-29 15:14:00 +00:00
InsetNewline.h remove remaining MailInsets. 2008-03-27 22:26:24 +00:00
InsetNewpage.cpp FuncStatus::enabled(bool) --> FuncStatus::setEnabled(bool) 2008-05-29 15:14:00 +00:00
InsetNewpage.h remove remaining MailInsets. 2008-03-27 22:26:24 +00:00
InsetNomencl.cpp Make the logic a bit clearer. 2008-04-23 18:49:55 +00:00
InsetNomencl.h More clone safety. 2008-02-29 20:17:28 +00:00
InsetNote.cpp Fix toc generation after rev25096. 2008-06-03 11:33:13 +00:00
InsetNote.h Inset::addToToc(): change signature. Use DocIterator instead of ParConstIterator. The idea is to have more accurate navigation in the paragraph. But this doesn't work yet. 2008-05-13 08:23:44 +00:00
InsetOptArg.cpp make code look a bit more uniform 2008-03-05 00:21:05 +00:00
InsetOptArg.h make code look a bit more uniform 2008-03-05 00:21:05 +00:00
InsetQuotes.cpp * insets/InsetQuotes.cpp (displayString): reenable quote display code 2008-05-20 13:21:28 +00:00
InsetQuotes.h earder cleanup; cosmetics; 2008-03-15 00:02:41 +00:00
InsetRef.cpp Inset::addToToc(): change signature. Use DocIterator instead of ParConstIterator. The idea is to have more accurate navigation in the paragraph. But this doesn't work yet. 2008-05-13 08:23:44 +00:00
InsetRef.h Inset::addToToc(): change signature. Use DocIterator instead of ParConstIterator. The idea is to have more accurate navigation in the paragraph. But this doesn't work yet. 2008-05-13 08:23:44 +00:00
InsetSpace.cpp Fix remaining issues with InsetSpace. The identifier "Space" used in the .lyx 2008-05-30 15:38:43 +00:00
InsetSpace.h support for rightarrowfill, leftarrowfill, upbracefill, downbracefill, by Helge Hafting. 2008-04-30 20:11:57 +00:00
InsetSpecialChar.cpp These don't seem to be causing crashes at the moment, but as a matter of long-term stability, it seems worth cloning them the "canonical" way. 2008-02-29 20:16:04 +00:00
InsetSpecialChar.h These don't seem to be causing crashes at the moment, but as a matter of long-term stability, it seems worth cloning them the "canonical" way. 2008-02-29 20:16:04 +00:00
InsetTabular.cpp Last rites for LFUN_BREAK_PARAGRAPH_SKIP, LFUN_DELETE_BACKWARD_SKIP, LFUN_DELETE_FORWARD_SKIP. 2008-06-04 18:09:06 +00:00
InsetTabular.h fix: http://bugzilla.lyx.org/show_bug.cgi?id=4688 2008-05-04 07:51:50 +00:00
InsetText.cpp Fix toc generation after rev25096. 2008-06-03 11:33:13 +00:00
InsetText.h Fix bug http://bugzilla.lyx.org/show_bug.cgi?id=4910 by creating InsetText::addToToc(). 2008-06-03 11:12:45 +00:00
InsetTOC.cpp unbreak compilation (part 4) 2008-05-06 10:42:26 +00:00
InsetTOC.h make code look a bit more uniform 2008-03-05 00:21:05 +00:00
InsetVSpace.cpp FuncStatus::enabled(bool) --> FuncStatus::setEnabled(bool) 2008-05-29 15:14:00 +00:00
InsetVSpace.h remove InsetVSpaceMailer class 2008-03-27 00:21:35 +00:00
InsetWrap.cpp FuncStatus::enabled(bool) --> FuncStatus::setEnabled(bool) 2008-05-29 15:14:00 +00:00
InsetWrap.h Extended tooltips for floats: 2008-04-10 09:22:49 +00:00
RenderBase.h
RenderButton.cpp
RenderButton.h
RenderGraphic.cpp Complete the removal of the embedding stuff. Maybe. It's hard to be sure we got everything, but this does compile, and it seems to work at least reasonably well. Any problems should of course be reported to the list. 2008-04-20 03:08:11 +00:00
RenderGraphic.h Complete the removal of the embedding stuff. Maybe. It's hard to be sure we got everything, but this does compile, and it seems to work at least reasonably well. Any problems should of course be reported to the list. 2008-04-20 03:08:11 +00:00
RenderPreview.cpp rename assert.h to lassert.h 2008-04-30 08:26:40 +00:00
RenderPreview.h