.. |
CMakeLists.txt
|
prevent Qt6 from defining UNICODE (Qt6.1.1 and upwards)
|
2021-06-19 10:48:49 +02:00 |
ExternalSupport.cpp
|
|
|
ExternalSupport.h
|
|
|
ExternalTemplate.cpp
|
|
|
ExternalTemplate.h
|
|
|
ExternalTransforms.cpp
|
|
|
ExternalTransforms.h
|
|
|
Inset.cpp
|
Tentative fix for the inset problems on Mac (#12418, maybe #12820, #12279)
|
2023-08-21 19:20:06 +02:00 |
Inset.h
|
Introduce new InsetLayout tag InheritFont
|
2023-07-22 15:53:14 +02:00 |
InsetArgument.cpp
|
Sync with master
|
2022-10-26 10:52:21 +02:00 |
InsetArgument.h
|
Make sure that language is "latex" in InsetArgument when pass-thru.
|
2021-10-21 19:14:06 +02:00 |
InsetBibitem.cpp
|
|
|
InsetBibitem.h
|
|
|
InsetBibtex.cpp
|
Mark empty bib(la)tex insets (i.e., with no databases defined) (#12668)
|
2023-02-19 12:15:45 +01:00 |
InsetBibtex.h
|
Implement Row::Element::row_flags
|
2021-12-07 17:04:47 +01:00 |
InsetBox.cpp
|
Prevent more local colors from leaking (#6626)
|
2021-01-22 10:34:41 +01:00 |
InsetBox.h
|
Replace hardcoded inheritFont() with InheritFont InsetLayout tag
|
2023-07-22 23:38:53 +02:00 |
InsetBranch.cpp
|
Improve branch activatiion LFUNs
|
2023-07-23 18:57:38 +02:00 |
InsetBranch.h
|
Advaced search: check for toString() before using it.
|
2023-05-18 18:07:40 +02:00 |
InsetCaption.cpp
|
Add HTMLClass for InsetLayout as well. Layout format change.
|
2022-12-05 23:42:50 -05:00 |
InsetCaption.h
|
Sync with master
|
2022-10-26 10:52:21 +02:00 |
InsetCaptionable.cpp
|
|
|
InsetCaptionable.h
|
|
|
InsetCitation.cpp
|
Account for babel's bidi option (#12866)
|
2023-08-17 14:25:33 +02:00 |
InsetCitation.h
|
Advaced search: check for toString() before using it.
|
2023-05-18 18:07:40 +02:00 |
InsetCode.h
|
Introduce InsetIndexMacros
|
2022-04-19 11:46:08 +02:00 |
InsetCollapsible.cpp
|
Add a "nogui" option to the inset-edit lfun (bug 11956).
|
2023-07-24 01:21:52 +02:00 |
InsetCollapsible.h
|
Move getFont and getLabelFont from InsetCollapsible to Inset
|
2021-03-24 20:04:27 +01:00 |
InsetCommand.cpp
|
Catch another potential crash of the same kind as in the previous commit.
|
2023-07-28 23:09:00 -04:00 |
InsetCommand.h
|
Catch another potential crash of the same kind as in the previous commit.
|
2023-07-28 23:09:00 -04:00 |
InsetCommandParams.cpp
|
Fix bug #11410.
|
2022-12-04 18:33:58 -05:00 |
InsetCommandParams.h
|
Fix bug #11410.
|
2022-12-04 18:33:58 -05:00 |
InsetCounter.cpp
|
|
|
InsetCounter.h
|
Advaced search: check for toString() before using it.
|
2023-05-18 18:07:40 +02:00 |
InsetERT.cpp
|
Remove debug output.
|
2022-04-02 03:34:32 +02:00 |
InsetERT.h
|
Inset::forceLTR() only determines whether explicit switches are needed
|
2023-04-10 10:20:11 +02:00 |
InsetExternal.cpp
|
Fix bug #12721.
|
2023-03-30 16:12:08 -04:00 |
InsetExternal.h
|
Fix bug #12721.
|
2023-03-30 16:12:08 -04:00 |
InsetFlex.cpp
|
Display equation/theorem numbers in insert cross reference dialog.
|
2023-07-26 13:35:42 -04:00 |
InsetFlex.h
|
Correctly show deleted url with change tracking
|
2021-02-17 19:51:01 +01:00 |
InsetFloat.cpp
|
Merge files Text{,2,3}.cpp
|
2023-05-04 16:28:09 +02:00 |
InsetFloat.h
|
Replace hardcoded inheritFont() with InheritFont InsetLayout tag
|
2023-07-22 23:38:53 +02:00 |
InsetFloatList.cpp
|
|
|
InsetFloatList.h
|
Implement Row::Element::row_flags
|
2021-12-07 17:04:47 +01:00 |
InsetFoot.cpp
|
Display footnote labels as superscripts
|
2023-07-24 11:15:03 +02:00 |
InsetFoot.h
|
If language needs to be reset at the end of footnotes or floats
|
2023-07-16 16:31:31 +02:00 |
InsetFootlike.cpp
|
Remove unneeded InsetFootlike::metrics/draw() methods
|
2021-03-24 16:25:43 +01:00 |
InsetFootlike.h
|
Replace hardcoded inheritFont() with InheritFont InsetLayout tag
|
2023-07-22 23:38:53 +02:00 |
InsetGraphics.cpp
|
Amend 8a0715d0bd
|
2022-02-27 10:02:52 +01:00 |
InsetGraphics.h
|
Graphics inset is not forceLTR without pdftex (#12865)
|
2023-08-11 12:25:03 +02:00 |
InsetGraphicsParams.cpp
|
Add option to revert graphics colors in dark mode (#12076)
|
2021-01-18 10:46:16 +01:00 |
InsetGraphicsParams.h
|
|
|
InsetHyperlink.cpp
|
Whitespace
|
2023-06-13 09:55:53 -04:00 |
InsetHyperlink.h
|
Advaced search: check for toString() before using it.
|
2023-05-18 18:07:40 +02:00 |
InsetInclude.cpp
|
FindAdv: Use private variable for_search
|
2022-05-09 22:11:38 +02:00 |
InsetInclude.h
|
Implement Row::Element::row_flags
|
2021-12-07 17:04:47 +01:00 |
InsetIndex.cpp
|
typo
|
2023-06-20 11:00:05 +02:00 |
InsetIndex.h
|
Introduce index-tag-all lfun
|
2022-11-05 18:39:33 +01:00 |
InsetIndexMacro.cpp
|
Fix output of subentry with sortkey
|
2022-11-01 11:55:57 +01:00 |
InsetIndexMacro.h
|
Handle empty index subentries (#7820)
|
2022-11-01 10:20:50 +01:00 |
InsetInfo.cpp
|
Make inset info icons tight again!
|
2023-05-02 14:49:47 +02:00 |
InsetInfo.h
|
Revert "Fix crash with info inset and dialogs"
|
2023-02-08 12:53:39 +01:00 |
InsetIPA.cpp
|
|
|
InsetIPA.h
|
|
|
InsetIPAMacro.cpp
|
InsetIPAMacro: implement the XHTML conversion, refactor plaintext and DocBook to share more code.
|
2022-12-26 20:54:36 +01:00 |
InsetIPAMacro.h
|
Advaced search: check for toString() before using it.
|
2023-05-18 18:07:40 +02:00 |
InsetLabel.cpp
|
New RefFormat tag for counters, and PrettyFormat for floats.
|
2023-07-28 17:37:13 -04:00 |
InsetLabel.h
|
Fix up 04fc48d790 .
|
2023-07-29 13:53:59 -04:00 |
InsetLayout.cpp
|
Improve AllowedOccurrences
|
2023-07-26 09:53:25 +02:00 |
InsetLayout.h
|
Improve AllowedOccurrences
|
2023-07-26 09:53:25 +02:00 |
InsetLine.cpp
|
Allow line inset to draw a vertical line.
|
2021-06-14 15:45:35 +02:00 |
InsetLine.h
|
|
|
InsetListings.cpp
|
XHTML: remove deferred text in InsetListings, fixing 12007.
|
2023-07-27 10:29:42 +02:00 |
InsetListings.h
|
Replace hardcoded inheritFont() with InheritFont InsetLayout tag
|
2023-07-22 23:38:53 +02:00 |
InsetListingsParams.cpp
|
LyXHTML: switch the doctype to (X)HTML5 and only output XML entities.
|
2022-12-25 20:48:14 +01:00 |
InsetListingsParams.h
|
|
|
InsetMarginal.cpp
|
|
|
InsetMarginal.h
|
|
|
InsetNewline.cpp
|
Improve row flushing
|
2021-12-07 17:04:47 +01:00 |
InsetNewline.h
|
Improve row flushing
|
2021-12-07 17:04:47 +01:00 |
InsetNewpage.cpp
|
|
|
InsetNewpage.h
|
Implement Row::Element::row_flags
|
2021-12-07 17:04:47 +01:00 |
InsetNomencl.cpp
|
Fix comment
|
2021-01-14 08:57:15 +01:00 |
InsetNomencl.h
|
Implement Row::Element::row_flags
|
2021-12-07 17:04:47 +01:00 |
InsetNote.cpp
|
Fix bug #11853
|
2022-12-03 23:03:33 -05:00 |
InsetNote.h
|
Replace hardcoded inheritFont() with InheritFont InsetLayout tag
|
2023-07-22 23:38:53 +02:00 |
InsetPhantom.cpp
|
|
|
InsetPhantom.h
|
|
|
InsetPreview.cpp
|
Factor out the generation of the code to create a preview.
|
2021-10-13 19:26:49 +02:00 |
InsetPreview.h
|
Factor out the generation of the code to create a preview.
|
2021-10-13 19:26:49 +02:00 |
InsetQuotes.cpp
|
Adding hebrew quotation marks (bug #12849).
|
2023-08-06 16:50:07 +02:00 |
InsetQuotes.h
|
Adding hebrew quotation marks (bug #12849).
|
2023-08-06 16:50:07 +02:00 |
InsetRef.cpp
|
Use master buffer setting when exporting
|
2023-08-18 19:25:04 -04:00 |
InsetRef.h
|
Advaced search: check for toString() before using it.
|
2023-05-18 18:07:40 +02:00 |
InsetScript.cpp
|
|
|
InsetScript.h
|
Replace hardcoded inheritFont() with InheritFont InsetLayout tag
|
2023-07-22 23:38:53 +02:00 |
InsetSeparator.cpp
|
|
|
InsetSeparator.h
|
Remove indentation on screen after a plain separator inset
|
2023-03-18 19:47:42 +01:00 |
InsetSpace.cpp
|
THINSPACE is nonbreakable (i.e., 0x202f, not 0x2009)
|
2023-07-17 17:14:50 +02:00 |
InsetSpace.h
|
Advaced search: check for toString() before using it.
|
2023-05-18 18:07:40 +02:00 |
InsetSpecialChar.cpp
|
add comment
|
2023-07-15 15:20:28 +02:00 |
InsetSpecialChar.h
|
Advaced search: check for toString() before using it.
|
2023-05-18 18:07:40 +02:00 |
InsetTabular.cpp
|
Account for babel's bidi option (#12866)
|
2023-08-17 14:25:33 +02:00 |
InsetTabular.h
|
Replace hardcoded inheritFont() with InheritFont InsetLayout tag
|
2023-07-22 23:38:53 +02:00 |
InsetText.cpp
|
Avoid unnecessary cprotect loading (#12826)
|
2023-06-30 16:31:13 +02:00 |
InsetText.h
|
Advaced search: check for toString() before using it.
|
2023-05-18 18:07:40 +02:00 |
InsetTOC.cpp
|
Fix bug #11418.
|
2022-12-04 00:33:14 -05:00 |
InsetTOC.h
|
Implement Row::Element::row_flags
|
2021-12-07 17:04:47 +01:00 |
InsetVSpace.cpp
|
\\noindent in a paragraph that starts with \\vspace is possible
|
2021-10-31 11:56:53 +01:00 |
InsetVSpace.h
|
Implement Row::Element::row_flags
|
2021-12-07 17:04:47 +01:00 |
InsetWrap.cpp
|
Add HTMLClass for InsetLayout as well. Layout format change.
|
2022-12-05 23:42:50 -05:00 |
InsetWrap.h
|
Fix unintialized variables spotted by coverity
|
2022-02-20 17:03:33 +01:00 |
RenderBase.h
|
|
|
RenderButton.cpp
|
|
|
RenderButton.h
|
Remove RenderButton::button_box_, which is unused.
|
2021-01-19 11:27:54 +01:00 |
RenderGraphic.cpp
|
|
|
RenderGraphic.h
|
|
|
RenderPreview.cpp
|
Center preview status message
|
2023-05-30 14:12:11 +02:00 |
RenderPreview.h
|
|
|