.. |
CMakeLists.txt
|
|
|
ExternalSupport.cpp
|
Make use of otexstream also in external::writeExternal
|
2014-05-16 14:40:09 +02:00 |
ExternalSupport.h
|
Make use of otexstream also in external::writeExternal
|
2014-05-16 14:40:09 +02:00 |
ExternalTemplate.cpp
|
|
|
ExternalTemplate.h
|
|
|
ExternalTransforms.cpp
|
|
|
ExternalTransforms.h
|
|
|
Inset.cpp
|
Change forToc() to forOutliner(), to avoid confusion. The old name
|
2014-04-21 11:51:59 -04:00 |
Inset.h
|
Small Inset isXXX methods cleanup
|
2014-06-25 17:54:26 +02:00 |
InsetArgument.cpp
|
Fix language issues in Argument read (#8471)
|
2013-11-14 17:44:03 +01:00 |
InsetArgument.h
|
InsetArgument: Set ResetsFontEdit to false
|
2013-05-27 11:29:15 +02:00 |
InsetBibitem.cpp
|
Fix a bunch of minor issues discovered by the cppcheck script.
|
2014-04-21 11:52:00 -04:00 |
InsetBibitem.h
|
|
|
InsetBibtex.cpp
|
Bibtopic requires styles files to be passed via argument
|
2014-04-22 09:25:58 +02:00 |
InsetBibtex.h
|
|
|
InsetBox.cpp
|
This is the result of an audit of all static variables, looking
|
2014-04-21 11:51:57 -04:00 |
InsetBox.h
|
|
|
InsetBranch.cpp
|
Change forToc() to forOutliner(), to avoid confusion. The old name
|
2014-04-21 11:51:59 -04:00 |
InsetBranch.h
|
Change forToc() to forOutliner(), to avoid confusion. The old name
|
2014-04-21 11:51:59 -04:00 |
InsetCaption.cpp
|
Change forToc() to forOutliner(), to avoid confusion. The old name
|
2014-04-21 11:51:59 -04:00 |
InsetCaption.h
|
Simplify, and delete unused routine.
|
2014-03-05 17:55:38 -05:00 |
InsetCitation.cpp
|
Fix bug #9131 for development branch. There are two parts to the fix.
|
2014-05-23 11:26:45 -04:00 |
InsetCitation.h
|
Change forToc() to forOutliner(), to avoid confusion. The old name
|
2014-04-21 11:51:59 -04:00 |
InsetCode.h
|
|
|
InsetCollapsable.cpp
|
|
|
InsetCollapsable.h
|
|
|
InsetCommand.cpp
|
|
|
InsetCommand.h
|
|
|
InsetCommandParams.cpp
|
|
|
InsetCommandParams.h
|
|
|
InsetERT.cpp
|
|
|
InsetERT.h
|
|
|
InsetExternal.cpp
|
Remove unsafe method FileName::tempName()
|
2014-06-09 13:05:50 +02:00 |
InsetExternal.h
|
Remove unsafe method FileName::tempName()
|
2014-06-09 13:05:50 +02:00 |
InsetFlex.cpp
|
Fix conflicting inset font defaults (bug #8874)
|
2014-02-10 22:06:32 +01:00 |
InsetFlex.h
|
Fix conflicting inset font defaults (bug #8874)
|
2014-02-10 22:06:32 +01:00 |
InsetFloat.cpp
|
Do not allow newlines in subfloats. Fixes #8752.
|
2014-01-26 14:23:40 -05:00 |
InsetFloat.h
|
|
|
InsetFloatList.cpp
|
|
|
InsetFloatList.h
|
|
|
InsetFoot.cpp
|
Change forToc() to forOutliner(), to avoid confusion. The old name
|
2014-04-21 11:51:59 -04:00 |
InsetFoot.h
|
|
|
InsetFootlike.cpp
|
|
|
InsetFootlike.h
|
|
|
InsetGraphics.cpp
|
Whitespace.
|
2014-05-18 11:27:54 -04:00 |
InsetGraphics.h
|
|
|
InsetGraphicsParams.cpp
|
|
|
InsetGraphicsParams.h
|
|
|
InsetHyperlink.cpp
|
Change forToc() to forOutliner(), to avoid confusion. The old name
|
2014-04-21 11:51:59 -04:00 |
InsetHyperlink.h
|
Change forToc() to forOutliner(), to avoid confusion. The old name
|
2014-04-21 11:51:59 -04:00 |
InsetInclude.cpp
|
Code cleanup: get rid of RenderPreview::status()
|
2014-05-20 12:19:26 +02:00 |
InsetInclude.h
|
|
|
InsetIndex.cpp
|
Change forToc() to forOutliner(), to avoid confusion. The old name
|
2014-04-21 11:51:59 -04:00 |
InsetIndex.h
|
|
|
InsetInfo.cpp
|
|
|
InsetInfo.h
|
|
|
InsetIPA.cpp
|
Code cleanup: get rid of RenderPreview::status()
|
2014-05-20 12:19:26 +02:00 |
InsetIPA.h
|
|
|
InsetIPAMacro.cpp
|
Small Inset isXXX methods cleanup
|
2014-06-25 17:54:26 +02:00 |
InsetIPAMacro.h
|
Small Inset isXXX methods cleanup
|
2014-06-25 17:54:26 +02:00 |
InsetLabel.cpp
|
Disable invalid inset-modify (#9019).
|
2014-03-06 08:34:32 +01:00 |
InsetLabel.h
|
|
|
InsetLayout.cpp
|
Fix iterator invalidation.
|
2014-04-06 19:21:47 +02:00 |
InsetLayout.h
|
Update comment slightly.
|
2014-04-21 11:52:00 -04:00 |
InsetLine.cpp
|
|
|
InsetLine.h
|
|
|
InsetListings.cpp
|
InsetListings: Rewrite C-ism in C++ and fix terminator bug.
|
2014-04-21 11:51:57 -04:00 |
InsetListings.h
|
|
|
InsetListingsParams.cpp
|
Listings: Validate skip amounts correctly.
|
2014-05-07 12:33:39 +02:00 |
InsetListingsParams.h
|
Store InsetListingsParams in a vector of pairs, not a map, since order of insertion matters.
|
2014-05-06 20:22:25 +02:00 |
InsetMarginal.cpp
|
Change forToc() to forOutliner(), to avoid confusion. The old name
|
2014-04-21 11:51:59 -04:00 |
InsetMarginal.h
|
|
|
InsetNewline.cpp
|
|
|
InsetNewline.h
|
|
|
InsetNewpage.cpp
|
|
|
InsetNewpage.h
|
|
|
InsetNomencl.cpp
|
|
|
InsetNomencl.h
|
|
|
InsetNote.cpp
|
Change forToc() to forOutliner(), to avoid confusion. The old name
|
2014-04-21 11:51:59 -04:00 |
InsetNote.h
|
|
|
InsetPhantom.cpp
|
This is the result of an audit of all static variables, looking
|
2014-04-21 11:51:57 -04:00 |
InsetPhantom.h
|
|
|
InsetPreview.cpp
|
Code cleanup: get rid of RenderPreview::status()
|
2014-05-20 12:19:26 +02:00 |
InsetPreview.h
|
|
|
InsetQuotes.cpp
|
Change forToc() to forOutliner(), to avoid confusion. The old name
|
2014-04-21 11:51:59 -04:00 |
InsetQuotes.h
|
Change forToc() to forOutliner(), to avoid confusion. The old name
|
2014-04-21 11:51:59 -04:00 |
InsetRef.cpp
|
Change forToc() to forOutliner(), to avoid confusion. The old name
|
2014-04-21 11:51:59 -04:00 |
InsetRef.h
|
Change forToc() to forOutliner(), to avoid confusion. The old name
|
2014-04-21 11:51:59 -04:00 |
InsetScript.cpp
|
This is the result of an audit of all static variables, looking
|
2014-04-21 11:51:57 -04:00 |
InsetScript.h
|
|
|
InsetSeparator.cpp
|
Fix checkmark on current entry for InsetSeparator context menu
|
2014-06-13 10:30:25 +02:00 |
InsetSeparator.h
|
Fix bugs #8546 and #9055, and introduce new separator inset.
|
2014-05-10 23:25:11 +02:00 |
InsetSpace.cpp
|
Small Inset isXXX methods cleanup
|
2014-06-25 17:54:26 +02:00 |
InsetSpace.h
|
Small Inset isXXX methods cleanup
|
2014-06-25 17:54:26 +02:00 |
InsetSpecialChar.cpp
|
Change forToc() to forOutliner(), to avoid confusion. The old name
|
2014-04-21 11:51:59 -04:00 |
InsetSpecialChar.h
|
Change forToc() to forOutliner(), to avoid confusion. The old name
|
2014-04-21 11:51:59 -04:00 |
InsetTabular.cpp
|
Flush stream more often to help figure out where the mystery crash
|
2014-06-04 09:19:42 -04:00 |
InsetTabular.h
|
Fix alignment rendering of multirow in LyX (#8976)
|
2014-05-16 23:38:26 -04:00 |
InsetText.cpp
|
Change forToc() to forOutliner(), to avoid confusion. The old name
|
2014-04-21 11:51:59 -04:00 |
InsetText.h
|
Change forToc() to forOutliner(), to avoid confusion. The old name
|
2014-04-21 11:51:59 -04:00 |
InsetTOC.cpp
|
Fix obvious oversight.
|
2013-08-30 13:16:23 -04:00 |
InsetTOC.h
|
|
|
InsetVSpace.cpp
|
Do not reset custom space values if accessed via context menu (#8847)
|
2013-11-15 19:41:36 +01:00 |
InsetVSpace.h
|
InsetSpace and InsetVSpace are clickable (part of #8847)
|
2013-09-22 12:49:43 +02:00 |
InsetWrap.cpp
|
|
|
InsetWrap.h
|
|
|
RenderBase.h
|
Fix a bunch of minor issues discovered by the cppcheck script.
|
2014-04-21 11:52:00 -04:00 |
RenderButton.cpp
|
|
|
RenderButton.h
|
|
|
RenderGraphic.cpp
|
|
|
RenderGraphic.h
|
|
|
RenderPreview.cpp
|
Code cleanup: get rid of RenderPreview::status()
|
2014-05-20 12:19:26 +02:00 |
RenderPreview.h
|
Code cleanup: get rid of RenderPreview::status()
|
2014-05-20 12:19:26 +02:00 |