.. |
ExternalSupport.cpp
|
|
|
ExternalSupport.h
|
|
|
ExternalTemplate.cpp
|
|
|
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
|
compilation fixes
|
2008-03-17 21:11:17 +00:00 |
InsetBibitem.h
|
|
|
InsetBibtex.cpp
|
Fix bug 4651. Bo, if you read this: Is there a cleaner way to do this, so that we can set parameters the way we used to? i.e., via setParam(p) here? rather than having to go through these hoops in updateParam()?
|
2008-03-25 05:13:38 +00:00 |
InsetBibtex.h
|
Embedding: when an inset with an embedded file is copied to another buffer, the embedded file needs to be copied, to an external file or to the temporary directory of that buffer. Otherwise, pasted insets will become invalid when the source buffer is closed and the embedded files are removed.
|
2008-03-15 04:48:31 +00:00 |
InsetBox.cpp
|
Cleanup mouse/selection/context-menu interactions.
|
2008-03-25 10:54:38 +00:00 |
InsetBox.h
|
Some context menu work:
|
2008-03-24 13:33:48 +00:00 |
InsetBranch.cpp
|
Cleanup mouse/selection/context-menu interactions.
|
2008-03-25 10:54:38 +00:00 |
InsetBranch.h
|
Fix branch insets.
|
2008-03-24 19:18:18 +00:00 |
InsetCaption.cpp
|
* src/insets/InsetCaption.cpp:
|
2008-03-25 05:33:39 +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
|
Revert last commit.
|
2008-03-26 16:55:57 +00:00 |
InsetCitation.h
|
|
|
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
|
this feels good...
|
2008-03-26 23:41:35 +00:00 |
InsetCollapsable.h
|
|
|
InsetCommand.cpp
|
Some context menu work:
|
2008-03-24 13:33:48 +00:00 |
InsetCommand.h
|
|
|
InsetCommandParams.cpp
|
Change strings.
|
2008-03-18 23:35:57 +00:00 |
InsetCommandParams.h
|
Some context menu work:
|
2008-03-24 13:33:48 +00:00 |
InsetEnvironment.cpp
|
|
|
InsetEnvironment.h
|
|
|
InsetERT.cpp
|
remove InsetWrapMailer class
|
2008-03-27 00:07:54 +00:00 |
InsetERT.h
|
this feels good...
|
2008-03-26 23:41:35 +00:00 |
InsetExternal.cpp
|
Require a buffer on construction of InsetGraphics and InsetExternal. Eventually, this idea should probably be extended to all Insets, one or two at a time.
|
2008-03-25 16:08:39 +00:00 |
InsetExternal.h
|
Require a buffer on construction of InsetGraphics and InsetExternal. Eventually, this idea should probably be extended to all Insets, one or two at a time.
|
2008-03-25 16:08:39 +00:00 |
InsetFlex.cpp
|
|
|
InsetFlex.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 |
InsetFloat.cpp
|
Cleanup mouse/selection/context-menu interactions.
|
2008-03-25 10:54:38 +00:00 |
InsetFloat.h
|
|
|
InsetFloatList.cpp
|
|
|
InsetFloatList.h
|
|
|
InsetFoot.cpp
|
|
|
InsetFoot.h
|
|
|
InsetFootlike.cpp
|
|
|
InsetFootlike.h
|
|
|
InsetGraphics.cpp
|
Require a buffer on construction of InsetGraphics and InsetExternal. Eventually, this idea should probably be extended to all Insets, one or two at a time.
|
2008-03-25 16:08:39 +00:00 |
InsetGraphics.h
|
Require a buffer on construction of InsetGraphics and InsetExternal. Eventually, this idea should probably be extended to all Insets, one or two at a time.
|
2008-03-25 16:08:39 +00:00 |
InsetGraphicsParams.cpp
|
|
|
InsetGraphicsParams.h
|
|
|
InsetHyperlink.cpp
|
|
|
InsetHyperlink.h
|
|
|
InsetInclude.cpp
|
Do not overwrite the parameters, just set the ones we need to set.
|
2008-03-27 04:06:38 +00:00 |
InsetInclude.h
|
|
|
InsetIndex.cpp
|
|
|
InsetIndex.h
|
|
|
InsetInfo.cpp
|
Change strings.
|
2008-03-18 23:35:57 +00:00 |
InsetInfo.h
|
|
|
InsetLabel.cpp
|
|
|
InsetLabel.h
|
|
|
InsetLayout.cpp
|
Make decoration default to, uh, Default. Flex insets will then default to conglomerate.
|
2008-03-21 18:49:23 +00:00 |
InsetLayout.h
|
|
|
InsetLine.cpp
|
|
|
InsetLine.h
|
|
|
InsetListings.cpp
|
this feels good...
|
2008-03-26 23:41:35 +00:00 |
InsetListings.h
|
Move LFUN_GRAPHICS_EDIT and LFUN_EXTERNAL_EDIT from LyXFunc.cpp to BufferView.cpp so that a valid inset can be retrieved and called upon; add context-menu for InsetGraphics and InsetListings
|
2008-03-24 04:27:43 +00:00 |
InsetListingsParams.cpp
|
compilation fixes
|
2008-03-17 21:11:17 +00:00 |
InsetListingsParams.h
|
|
|
InsetMarginal.cpp
|
|
|
InsetMarginal.h
|
|
|
InsetNewline.cpp
|
Merge the two linebreak insets into one.
|
2008-03-26 08:10:01 +00:00 |
InsetNewline.h
|
Merge the two linebreak insets into one.
|
2008-03-26 08:10:01 +00:00 |
InsetNewpage.cpp
|
Merge the diverse newpage insets into one.
|
2008-03-25 09:26:03 +00:00 |
InsetNewpage.h
|
Merge the diverse newpage insets into one.
|
2008-03-25 09:26:03 +00:00 |
InsetNomencl.cpp
|
|
|
InsetNomencl.h
|
|
|
InsetNote.cpp
|
Some context menu work:
|
2008-03-24 13:33:48 +00:00 |
InsetNote.h
|
Some context menu work:
|
2008-03-24 13:33:48 +00:00 |
InsetOptArg.cpp
|
|
|
InsetOptArg.h
|
|
|
InsetQuotes.cpp
|
earder cleanup; cosmetics;
|
2008-03-15 00:02:41 +00:00 |
InsetQuotes.h
|
earder cleanup; cosmetics;
|
2008-03-15 00:02:41 +00:00 |
InsetRef.cpp
|
|
|
InsetRef.h
|
|
|
InsetSpace.cpp
|
Cleanup mouse/selection/context-menu interactions.
|
2008-03-25 10:54:38 +00:00 |
InsetSpace.h
|
Some context menu work:
|
2008-03-24 13:33:48 +00:00 |
InsetSpecialChar.cpp
|
|
|
InsetSpecialChar.h
|
|
|
InsetTabular.cpp
|
don't call cellIndex with invalid columns
|
2008-03-26 10:34:48 +00:00 |
InsetTabular.h
|
make selecting several rows/col more convenient
|
2008-03-25 21:26:03 +00:00 |
InsetText.cpp
|
Revert last commit.
|
2008-03-26 04:08:20 +00:00 |
InsetText.h
|
Revert last commit.
|
2008-03-26 04:08:20 +00:00 |
InsetTOC.cpp
|
|
|
InsetTOC.h
|
|
|
InsetVSpace.cpp
|
remove InsetVSpaceMailer class
|
2008-03-27 00:21:35 +00:00 |
InsetVSpace.h
|
remove InsetVSpaceMailer class
|
2008-03-27 00:21:35 +00:00 |
InsetWrap.cpp
|
remove InsetWrapMailer class
|
2008-03-27 00:07:54 +00:00 |
InsetWrap.h
|
remove InsetWrapMailer class
|
2008-03-27 00:07:54 +00:00 |
MailInset.cpp
|
|
|
MailInset.h
|
|
|
RenderBase.h
|
|
|
RenderButton.cpp
|
|
|
RenderButton.h
|
|
|
RenderGraphic.cpp
|
|
|
RenderGraphic.h
|
|
|
RenderPreview.cpp
|
|
|
RenderPreview.h
|
|
|