..
ExternalSupport.cpp
Fix bug 5705 by speeding up FileName operator== (Georg's solution).
2009-05-07 16:22:49 +00:00
ExternalSupport.h
ExternalTemplate.cpp
ExternalTemplate.cpp:
2008-06-15 14:23:45 +00:00
ExternalTemplate.h
- Simplify prefs, graphics and external display options which are now true or false.
2008-06-13 07:34:55 +00:00
ExternalTransforms.cpp
Fix include orderings.
2008-06-18 18:54:31 +00:00
ExternalTransforms.h
Inset.cpp
Another selection painting patch, PainterInfo::backgroundColor introduced.
2008-10-25 10:47:38 +00:00
Inset.h
Inset::textString --> Inset::tocString
2008-11-10 22:45:14 +00:00
InsetBibitem.cpp
Backport r27481. From JMarc.
2008-11-15 22:53:34 +00:00
InsetBibitem.h
Fix include orderings.
2008-06-18 18:54:31 +00:00
InsetBibtex.cpp
Fix bug 5705 by speeding up FileName operator== (Georg's solution).
2009-05-07 16:22:49 +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
This is a conservative fix for the layout setting bug discussed in
2008-10-28 14:11:24 +00:00
InsetBox.h
* InsetBox.h (allowParagraphCustomization):
2008-10-05 10:22:53 +00:00
InsetBranch.cpp
Word-wrapping for footnotes. Backports some earlier commits to trunk.
2009-06-04 13:04:51 +00:00
InsetBranch.h
branch: Fix the fix for bug 4346: http://bugzilla.lyx.org/show_bug.cgi?id=4346 .
2009-02-26 20:05:48 +00:00
InsetCaption.cpp
Bug 5562: Fix command line output of subfigure insets by introducing new OutputParams and LaTeXFeatures members that tell the insets whether they are in a (sub)float.
2009-02-07 12:28:04 +00:00
InsetCaption.h
Bug 5562: Fix command line output of subfigure insets by introducing new OutputParams and LaTeXFeatures members that tell the insets whether they are in a (sub)float.
2009-02-07 12:28:04 +00:00
InsetCitation.cpp
Word-wrapping for footnotes. Backports some earlier commits to trunk.
2009-06-04 13:04:51 +00:00
InsetCitation.h
Tooltips for InsetCitation (backported).
2009-03-27 12:17:25 +00:00
InsetCode.h
Remove InsetEnvironment. This is unfinished decade old stuff.
2008-07-07 16:34:55 +00:00
InsetCollapsable.cpp
Word-wrapping for footnotes. Backports some earlier commits to trunk.
2009-06-04 13:04:51 +00:00
InsetCollapsable.h
Backport r28340.
2009-03-16 19:31:12 +00:00
InsetCommand.cpp
Revert http://www.lyx.org/trac/changeset/25553 and try better fix for bug
2008-07-19 18:35:48 +00:00
InsetCommand.h
InsetCommandParams.cpp
InsetCommandParams.h
InsetERT.cpp
Fix bug 5782 in branch.
2009-03-16 20:19:51 +00:00
InsetERT.h
Backport r28340.
2009-03-16 19:31:12 +00:00
InsetExternal.cpp
Backport 5626 fix.
2008-12-22 10:53:13 +00:00
InsetExternal.h
Backport 5626 fix.
2008-12-22 10:53:13 +00:00
InsetFlex.cpp
Backport r28366-7, approved a long time ago and since held.
2009-03-15 21:26:14 +00:00
InsetFlex.h
Backport r28340.
2009-03-16 19:31:12 +00:00
InsetFloat.cpp
Fix bug 4346: http://bugzilla.lyx.org/show_bug.cgi?id=4346 .
2009-02-23 18:44:43 +00:00
InsetFloat.h
Fix bug 5407
2008-11-05 15:35:02 +00:00
InsetFloatList.cpp
Fix include orderings.
2008-06-18 18:54:31 +00:00
InsetFloatList.h
InsetFoot.cpp
Word-wrapping for footnotes. Backports some earlier commits to trunk.
2009-06-04 13:04:51 +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
InsetFootlike.h
InsetGraphics.cpp
* improve graphics group UI.
2009-01-17 08:06:04 +00:00
InsetGraphics.h
* improve graphics group UI.
2009-01-17 08:06:04 +00:00
InsetGraphicsParams.cpp
Fix include orderings.
2008-06-18 18:54:31 +00:00
InsetGraphicsParams.h
- Simplify prefs, graphics and external display options which are now true or false.
2008-06-13 07:34:55 +00:00
InsetHyperlink.cpp
InsetHyperlink.cpp: - fix #5908 for branch
2009-04-22 21:32:21 +00:00
InsetHyperlink.h
Inset::textString --> Inset::tocString
2008-11-10 22:45:14 +00:00
InsetInclude.cpp
backport rev. 29324:
2009-06-05 05:06:17 +00:00
InsetInclude.h
Backport fixes for 5787. Patches from Bo and Vincent.
2009-04-04 14:35:53 +00:00
InsetIndex.cpp
do not show Index contents in ToC (note that Inset::textString is only for this use)
2008-11-07 13:06:20 +00:00
InsetIndex.h
Backport r28340.
2009-03-16 19:31:12 +00:00
InsetInfo.cpp
Make sure that the contents of the inset uses the buffer language (in order to
2008-11-05 16:40:18 +00:00
InsetInfo.h
Cleanup and layoutification of the InsetInfo class.
2008-09-30 14:11:40 +00:00
InsetLabel.cpp
branch: "Copy as Reference" in the context menu of a label.
2009-01-17 13:54:26 +00:00
InsetLabel.h
branch: "Copy as Reference" in the context menu of a label.
2009-01-17 13:54:26 +00:00
InsetLayout.cpp
branch: move ColorSet to a header of its own to reduce #include dependencies. Patch by Andre.
2009-03-17 13:23:54 +00:00
InsetLayout.h
Currently, a second InsetLayout declaration of a given inset completely
2008-12-16 16:39:27 +00:00
InsetLine.cpp
Fix include orderings.
2008-06-18 18:54:31 +00:00
InsetLine.h
InsetListings.cpp
branch: Fix bug 5894: Inserting tabs with inline selections.
2009-04-19 14:18:19 +00:00
InsetListings.h
branch: Fix the fix for bug 4346: http://bugzilla.lyx.org/show_bug.cgi?id=4346 .
2009-02-26 20:05:48 +00:00
InsetListingsParams.cpp
Backport fixes for 5787. Patches from Bo and Vincent.
2009-04-04 14:35:53 +00:00
InsetListingsParams.h
Backport fixes for 5787. Patches from Bo and Vincent.
2009-04-04 14:35:53 +00:00
InsetMarginal.cpp
* InsetMarginal.cpp:
2008-10-20 17:08:39 +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
Backport r28544, fixing 5751.
2009-04-04 14:06:08 +00:00
InsetNewline.h
InsetNewpage.cpp
Backport r28544, fixing 5751.
2009-04-04 14:06:08 +00:00
InsetNewpage.h
InsetNomencl.cpp
* src/inset/InsetNomencl.cpp:
2008-08-23 15:02:44 +00:00
InsetNomencl.h
* src/inset/InsetNomencl.cpp:
2008-08-23 15:02:44 +00:00
InsetNote.cpp
another recordUndoFullDocument bits the dust
2008-09-18 10:47:28 +00:00
InsetNote.h
Move LFUN_NOTES_MUTATE dispatch to BufferView.
2008-06-24 07:18:06 +00:00
InsetOptArg.cpp
InsetOptArg.h
Backport r28340.
2009-03-16 19:31:12 +00:00
InsetQuotes.cpp
Inset::textString --> Inset::tocString
2008-11-10 22:45:14 +00:00
InsetQuotes.h
Inset::textString --> Inset::tocString
2008-11-10 22:45:14 +00:00
InsetRef.cpp
Inset::textString --> Inset::tocString
2008-11-10 22:45:14 +00:00
InsetRef.h
Inset::textString --> Inset::tocString
2008-11-10 22:45:14 +00:00
InsetSpace.cpp
* InsetSpace.cpp: typo.
2009-01-10 17:06:59 +00:00
InsetSpace.h
\hspace support in math also for branch, fixes http://bugzilla.lyx.org/show_bug.cgi?id=2558
2009-01-10 15:54:18 +00:00
InsetSpecialChar.cpp
* LaTeXFeatures.cpp:
2009-01-11 08:37:11 +00:00
InsetSpecialChar.h
Inset::textString --> Inset::tocString
2008-11-10 22:45:14 +00:00
InsetTabular.cpp
* InsetTabular.cpp (getStatus):
2009-05-18 06:25:43 +00:00
InsetTabular.h
GuiTabular, InsetTabular: fix http://bugzilla.lyx.org/show_bug.cgi?id=5752
2009-02-11 01:31:17 +00:00
InsetText.cpp
branch: Fix bug #5890 : Assertion when reducing the view size.
2009-05-10 10:55:17 +00:00
InsetText.h
The last commit was, uhh, not what I intended.
2008-10-26 02:14:30 +00:00
InsetTOC.cpp
Fix include orderings.
2008-06-18 18:54:31 +00:00
InsetTOC.h
InsetVSpace.cpp
fix merged build
2008-08-13 21:39:59 +00:00
InsetVSpace.h
InsetWrap.cpp
Fix bug 4346: http://bugzilla.lyx.org/show_bug.cgi?id=4346 .
2009-02-23 18:44:43 +00:00
InsetWrap.h
RenderBase.h
RenderButton.cpp
RenderButton.h
RenderGraphic.cpp
Fix include orderings.
2008-06-18 18:54:31 +00:00
RenderGraphic.h
RenderPreview.cpp
Backport
2009-01-25 12:26:50 +00:00
RenderPreview.h
Fix include orderings.
2008-06-18 18:54:31 +00:00