.. |
ExternalSupport.cpp
|
support:
|
2010-04-21 01:19:31 +00:00 |
ExternalSupport.h
|
|
|
ExternalTemplate.cpp
|
fix warning
|
2010-05-10 12:34:34 +00:00 |
ExternalTemplate.h
|
|
|
ExternalTransforms.cpp
|
|
|
ExternalTransforms.h
|
|
|
Inset.cpp
|
Fix bug #6751: Assert when changing number of columns in 'simple' math-inset.
|
2010-06-07 20:54:10 +00:00 |
Inset.h
|
Inset***.h: fix typo in comment
|
2010-05-22 02:00:41 +00:00 |
InsetArgument.cpp
|
Renaming: \\begin_inset OptArg to \\begin_inset Argument.
|
2010-06-07 21:58:27 +00:00 |
InsetArgument.h
|
Renaming: \\begin_inset OptArg to \\begin_inset Argument.
|
2010-06-07 21:58:27 +00:00 |
InsetBibitem.cpp
|
Make members of FuncRequest private, per the FIXME there. Again, this is
|
2010-04-09 19:00:42 +00:00 |
InsetBibitem.h
|
Make destructors virtual in base classes and only there.
|
2010-05-03 21:43:46 +00:00 |
InsetBibtex.cpp
|
support:
|
2010-04-21 01:19:31 +00:00 |
InsetBibtex.h
|
Another non-base class with a virtual destructor. Sorry for the spam (trying to learn git, but I seem to forget files :).
|
2010-05-03 22:57:28 +00:00 |
InsetBox.cpp
|
InsetBox.cpp: fix #4776; the additional \makebox is superfluous because \makebox and \framebox are equivalent, except that the latter draws a frame
|
2010-05-23 18:13:23 +00:00 |
InsetBox.h
|
Factorize showInsetDialog() for InsetParamsDialog based dialogs.
|
2010-02-16 13:35:40 +00:00 |
InsetBranch.cpp
|
Fix bug #6672 (part 2): Add tooltips to the outliner.
|
2010-04-26 00:43:08 +00:00 |
InsetBranch.h
|
Migrate Branch dialog to InsetParamsWidget
|
2010-02-19 20:57:25 +00:00 |
InsetCaption.cpp
|
Rename LFUN_OPTIONAL_INSERT as LFUN_ARGUMENT_INSERT.
|
2010-06-04 22:53:44 +00:00 |
InsetCaption.h
|
s/updateLabels/updateBuffer/g, per a suggestion of Abdel's.
|
2010-03-03 22:13:45 +00:00 |
InsetCitation.cpp
|
Read the citation formats from a file, rather than hardcoding them. This
|
2010-03-29 18:37:25 +00:00 |
InsetCitation.h
|
s/updateLabels/updateBuffer/g, per a suggestion of Abdel's.
|
2010-03-03 22:13:45 +00:00 |
InsetCode.h
|
Rename InsetOptArg as InsetArgument.
|
2010-06-04 22:44:58 +00:00 |
InsetCollapsable.cpp
|
Fix another crash due to BufferView::last_inset_ being an invalid pointer.
|
2010-05-03 23:01:47 +00:00 |
InsetCollapsable.h
|
Make destructors virtual in base classes and only there.
|
2010-05-03 21:43:46 +00:00 |
InsetCommand.cpp
|
Fix the assertion assert introduced in r34348 which got fired when eg. deselecting an InsetCommand:
|
2010-05-01 23:04:08 +00:00 |
InsetCommand.h
|
These should not raise the impression that children should reimplement these functions.
|
2010-05-03 22:18:00 +00:00 |
InsetCommandParams.cpp
|
We want to check for the new value name instead for the old value cmdName_.
|
2010-05-03 17:55:44 +00:00 |
InsetCommandParams.h
|
generalize special handling of command inset parameters on LaTeX output (escaping, etc.).
|
2010-02-13 13:08:32 +00:00 |
InsetERT.cpp
|
Make members of FuncRequest private, per the FIXME there. Again, this is
|
2010-04-09 19:00:42 +00:00 |
InsetERT.h
|
Add Preview to ERT context menu
|
2010-03-28 20:12:24 +00:00 |
InsetExternal.cpp
|
Using "using namespace std" with msvc10 makes also std::tr1::bind visible and generates conflicts with boost::bind.
|
2010-04-22 11:16:58 +00:00 |
InsetExternal.h
|
Fix bug #4360: Instant preview does not render formulas which contain math-macro from input file.
|
2009-11-22 20:50:35 +00:00 |
InsetFlex.cpp
|
Make members of FuncRequest private, per the FIXME there. Again, this is
|
2010-04-09 19:00:42 +00:00 |
InsetFlex.h
|
Uniformize Inset construction (passing Buffer * everywhere). Lots of cleanup to do still...
|
2009-11-08 15:53:21 +00:00 |
InsetFloat.cpp
|
Make members of FuncRequest private, per the FIXME there. Again, this is
|
2010-04-09 19:00:42 +00:00 |
InsetFloat.h
|
s/updateLabels/updateBuffer/g, per a suggestion of Abdel's.
|
2010-03-03 22:13:45 +00:00 |
InsetFloatList.cpp
|
Use something simpler for the TOC links in XHTML. Some browsers don't
|
2010-03-18 18:12:30 +00:00 |
InsetFloatList.h
|
XHTML output for lists of figures, tables, etc.
|
2010-01-01 02:41:26 +00:00 |
InsetFoot.cpp
|
Fix bug #6672 (part 2): Add tooltips to the outliner.
|
2010-04-26 00:43:08 +00:00 |
InsetFoot.h
|
s/updateLabels/updateBuffer/g, per a suggestion of Abdel's.
|
2010-03-03 22:13:45 +00:00 |
InsetFootlike.cpp
|
Next headers
|
2010-03-31 19:38:05 +00:00 |
InsetFootlike.h
|
Uniformize Inset construction (passing Buffer * everywhere). Lots of cleanup to do still...
|
2009-11-08 15:53:21 +00:00 |
InsetGraphics.cpp
|
support:
|
2010-04-21 01:19:31 +00:00 |
InsetGraphics.h
|
Inset***.h: fix typo in comment
|
2010-05-22 02:00:41 +00:00 |
InsetGraphicsParams.cpp
|
DocFileName.outputFilename -> DocFileName.outputFileName
|
2010-04-21 01:19:25 +00:00 |
InsetGraphicsParams.h
|
|
|
InsetHyperlink.cpp
|
Move the StartTag, EndTag, and CompTag classes into the html namespace.
|
2010-01-19 22:08:04 +00:00 |
InsetHyperlink.h
|
Inset***.h: fix typo in comment
|
2010-05-22 02:00:41 +00:00 |
InsetInclude.cpp
|
Using "using namespace std" with msvc10 makes also std::tr1::bind visible and generates conflicts with boost::bind.
|
2010-04-22 11:16:58 +00:00 |
InsetInclude.h
|
s/updateLabels/updateBuffer/g, per a suggestion of Abdel's.
|
2010-03-03 22:13:45 +00:00 |
InsetIndex.cpp
|
Seems boost also includes all std headers. Not including boost therefore produces errors.
|
2010-04-22 11:45:34 +00:00 |
InsetIndex.h
|
* InsetIndex.{cpp,h}:
|
2010-01-17 14:47:45 +00:00 |
InsetInfo.cpp
|
Fix bug #6664: InsetInfo: lyxrc information broken.
|
2010-04-23 11:46:24 +00:00 |
InsetInfo.h
|
LyX version info for InsetInfo.
|
2010-04-17 13:04:41 +00:00 |
InsetLabel.cpp
|
Make members of FuncRequest private, per the FIXME there. Again, this is
|
2010-04-09 19:00:42 +00:00 |
InsetLabel.h
|
s/updateLabels/updateBuffer/g, per a suggestion of Abdel's.
|
2010-03-03 22:13:45 +00:00 |
InsetLayout.cpp
|
Introduce a RefPrefix tag for Style, InsetLayout, and Float, that
|
2010-03-17 12:23:24 +00:00 |
InsetLayout.h
|
Introduce a RefPrefix tag for Style, InsetLayout, and Float, that
|
2010-03-17 12:23:24 +00:00 |
InsetLine.cpp
|
Move the StartTag, EndTag, and CompTag classes into the html namespace.
|
2010-01-19 22:08:04 +00:00 |
InsetLine.h
|
Restore XHTML output for InsetLine.
|
2009-11-25 22:07:17 +00:00 |
InsetListings.cpp
|
Make members of FuncRequest private, per the FIXME there. Again, this is
|
2010-04-09 19:00:42 +00:00 |
InsetListings.h
|
fix bugs #6696 and #6697
|
2010-05-18 13:59:59 +00:00 |
InsetListingsParams.cpp
|
Next one
|
2010-02-08 07:19:48 +00:00 |
InsetListingsParams.h
|
Unneeded include
|
2010-02-08 07:19:43 +00:00 |
InsetMarginal.cpp
|
Fix bug #6672 (part 2): Add tooltips to the outliner.
|
2010-04-26 00:43:08 +00:00 |
InsetMarginal.h
|
Uniformize Inset construction (passing Buffer * everywhere). Lots of cleanup to do still...
|
2009-11-08 15:53:21 +00:00 |
InsetNewline.cpp
|
Make members of FuncRequest private, per the FIXME there. Again, this is
|
2010-04-09 19:00:42 +00:00 |
InsetNewline.h
|
Restore InsetNewline.
|
2009-11-19 23:04:10 +00:00 |
InsetNewpage.cpp
|
Make members of FuncRequest private, per the FIXME there. Again, this is
|
2010-04-09 19:00:42 +00:00 |
InsetNewpage.h
|
Restore XHTML output for InsetNewpage.
|
2009-11-25 22:00:29 +00:00 |
InsetNomencl.cpp
|
Make members of FuncRequest private, per the FIXME there. Again, this is
|
2010-04-09 19:00:42 +00:00 |
InsetNomencl.h
|
InsetNomencl still disabled.
|
2009-11-21 23:29:29 +00:00 |
InsetNote.cpp
|
Fix bug #6672 (part 2): Add tooltips to the outliner.
|
2010-04-26 00:43:08 +00:00 |
InsetNote.h
|
* add pref option to exclude notes and comments from spell checking (bug 1509).
|
2010-02-13 16:22:39 +00:00 |
InsetPhantom.cpp
|
Make members of FuncRequest private, per the FIXME there. Again, this is
|
2010-04-09 19:00:42 +00:00 |
InsetPhantom.h
|
InsetOptArg and InsetPhantom disabled.
|
2009-11-21 23:31:13 +00:00 |
InsetPreview.cpp
|
Fix gcc warnings. Vincent, is it correct ploader is unused?
|
2010-03-28 20:14:44 +00:00 |
InsetPreview.h
|
Fix gcc warnings. Vincent, is it correct ploader is unused?
|
2010-03-28 20:14:44 +00:00 |
InsetQuotes.cpp
|
Next headers
|
2010-03-31 19:38:05 +00:00 |
InsetQuotes.h
|
Restore InsetQuote.
|
2009-11-19 23:02:47 +00:00 |
InsetRef.cpp
|
s/updateLabels/updateBuffer/g, per a suggestion of Abdel's.
|
2010-03-03 22:13:45 +00:00 |
InsetRef.h
|
InsetRef.h: fix #6711
|
2010-05-22 02:01:47 +00:00 |
InsetSpace.cpp
|
typo
|
2010-04-28 21:50:06 +00:00 |
InsetSpace.h
|
Migrate GuiHSPace to InsetParamsDialog.
|
2010-02-21 09:28:33 +00:00 |
InsetSpecialChar.cpp
|
Fix output for InsetSpecialChar. These shouldn't be escaped.
|
2009-11-28 20:37:01 +00:00 |
InsetSpecialChar.h
|
Restore XHTML for InsetSpecialChar.
|
2009-11-25 22:04:41 +00:00 |
InsetTabular.cpp
|
fix warnings
|
2010-06-08 13:38:12 +00:00 |
InsetTabular.h
|
add support for decimal alignment in tables
|
2010-06-05 07:44:44 +00:00 |
InsetText.cpp
|
Rename InsetOptArg as InsetArgument.
|
2010-06-04 22:44:58 +00:00 |
InsetText.h
|
Fix bug #6672 (part 2): Add tooltips to the outliner.
|
2010-04-26 00:43:08 +00:00 |
InsetTOC.cpp
|
Use something simpler for the TOC links in XHTML. Some browsers don't
|
2010-03-18 18:12:30 +00:00 |
InsetTOC.h
|
A comment, and a minor change.
|
2010-01-01 02:08:22 +00:00 |
InsetVSpace.cpp
|
Make members of FuncRequest private, per the FIXME there. Again, this is
|
2010-04-09 19:00:42 +00:00 |
InsetVSpace.h
|
Factorize showInsetDialog() for InsetParamsDialog based dialogs.
|
2010-02-16 13:35:40 +00:00 |
InsetWrap.cpp
|
Make members of FuncRequest private, per the FIXME there. Again, this is
|
2010-04-09 19:00:42 +00:00 |
InsetWrap.h
|
s/updateLabels/updateBuffer/g, per a suggestion of Abdel's.
|
2010-03-03 22:13:45 +00:00 |
RenderBase.h
|
|
|
RenderButton.cpp
|
|
|
RenderButton.h
|
|
|
RenderGraphic.cpp
|
Using "using namespace std" with msvc10 makes also std::tr1::bind visible and generates conflicts with boost::bind.
|
2010-04-22 11:16:58 +00:00 |
RenderGraphic.h
|
|
|
RenderPreview.cpp
|
Using "using namespace std" with msvc10 makes also std::tr1::bind visible and generates conflicts with boost::bind.
|
2010-04-22 11:16:58 +00:00 |
RenderPreview.h
|
|
|