lyx_mirror/src/insets
Jean-Marc Lasgouttes c6f35b6ad6 Implement on screen numbering for Subequation module
The module subequation allows to number equations in the "Subfigure"
inset to be numbered (1a), (1b), (1c), etc.

To implement this on screen, we need to redefine temporarily the
"equation" counter to use this different numbering.

To this end, implement Counters::copy method that can be used to
backup full counter definitions.

Fixes bug #12567.
2022-07-25 23:53:46 +02:00
..
CMakeLists.txt prevent Qt6 from defining UNICODE (Qt6.1.1 and upwards) 2021-06-19 10:48:49 +02:00
ExternalSupport.cpp Fix warnings regarding switches on enum values 2020-11-25 23:16:56 +02:00
ExternalSupport.h
ExternalTemplate.cpp Add default TransformID enum value 2020-11-25 02:43:35 +02:00
ExternalTemplate.h
ExternalTransforms.cpp Include standard <regex> 2020-11-29 15:27:28 +02:00
ExternalTransforms.h Add default TransformID enum value 2020-11-25 02:43:35 +02:00
Inset.cpp Fix flicker due to changing metrics while selecting with the mouse 2022-07-25 23:04:08 +02:00
Inset.h Rename LATEX debug level to OUTFILE and use it for DocBook, HTML, and XML messages. 2022-03-01 16:05:42 +01:00
InsetArgument.cpp Make sure that language is "latex" in InsetArgument when pass-thru. 2021-10-21 19:14:06 +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 Refactor OutputParams 2020-11-30 13:05:03 +02:00
InsetBibitem.h Remove unused forward declarations 2020-10-13 09:57:36 +03:00
InsetBibtex.cpp FindAdv: Use private variable for_search 2022-05-09 22:11:38 +02: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 Add override specifiers to improve code maintainability 2020-10-03 12:43:48 +02:00
InsetBranch.cpp FindAdv: Use private variable for_search 2022-05-09 22:11:38 +02:00
InsetBranch.h Add override specifiers to improve code maintainability 2020-10-03 12:43:48 +02:00
InsetCaption.cpp Properly draw changed Captions 2022-07-17 15:11:45 +02:00
InsetCaption.h Better UI for captions outside floats (#12554) 2022-06-13 13:22:58 +02:00
InsetCaptionable.cpp DocBook: refactor code about retrieving captions and labels. 2020-11-15 04:03:04 +01:00
InsetCaptionable.h DocBook: refactor code about retrieving captions and labels. 2020-11-15 04:03:04 +01:00
InsetCitation.cpp Fix bug #10646. 2021-02-10 16:04:25 -05:00
InsetCitation.h Fix bug #10646. 2021-02-10 16:04:25 -05:00
InsetCode.h
InsetCollapsible.cpp Move code responsible to set TextMetrics outer font to InsetText 2021-03-24 20:28:19 +01:00
InsetCollapsible.h Move getFont and getLabelFont from InsetCollapsible to Inset 2021-03-24 20:04:27 +01:00
InsetCommand.cpp Fix crash (missing Buffer update) 2021-01-14 17:17:58 +01:00
InsetCommand.h Cleanup button handling in InsetInclude 2021-01-19 19:24:10 +01:00
InsetCommandParams.cpp Change name in source files 2020-12-05 17:17:02 -05:00
InsetCommandParams.h Change name in source files 2020-12-05 17:17:02 -05:00
InsetCounter.cpp Use LaTeXName of counter in LaTeX output. 2020-12-05 16:46:33 -05:00
InsetCounter.h Add override specifiers to improve code maintainability 2020-10-03 12:43:48 +02:00
InsetERT.cpp Remove debug output. 2022-04-02 03:34:32 +02:00
InsetERT.h Remove unused forward declarations 2020-10-13 09:57:36 +03:00
InsetExternal.cpp Fix C++20 warning on implicit capture of this via [=] 2020-12-28 23:26:14 +02:00
InsetExternal.h Add override specifiers to improve code maintainability 2020-10-03 12:43:48 +02:00
InsetFlex.cpp Implement on screen numbering for Subequation module 2022-07-25 23:53:46 +02:00
InsetFlex.h Correctly show deleted url with change tracking 2021-02-17 19:51:01 +01:00
InsetFloat.cpp Forgot to pass third parameter 2022-05-28 20:41:56 +02:00
InsetFloat.h Fix subfloat inset label (#11757) 2022-05-27 09:26:40 +02:00
InsetFloatList.cpp Rename XHTMLStream to XMLStream, move it to another file, and prepare for DocBook adoption. 2020-06-15 13:01:56 +02:00
InsetFloatList.h Implement Row::Element::row_flags 2021-12-07 17:04:47 +01:00
InsetFoot.cpp DocBook: fix handling of footnotes. 2021-05-24 23:36:37 +02:00
InsetFoot.h Revert "Fix bug #10263" 2021-04-13 10:21:25 +02:00
InsetFootlike.cpp Remove unneeded InsetFootlike::metrics/draw() methods 2021-03-24 16:25:43 +01:00
InsetFootlike.h Remove unneeded InsetFootlike::metrics/draw() methods 2021-03-24 16:25:43 +01:00
InsetGraphics.cpp Amend 8a0715d0bd 2022-02-27 10:02:52 +01:00
InsetGraphics.h Refactor OutputParams 2020-11-30 13:05: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 Make InsetInfo math/IPA icons visible in dark mode 2020-12-13 09:51:32 +01:00
InsetHyperlink.cpp Count words in hyperlink 2021-01-10 01:54:40 -05:00
InsetHyperlink.h Count words in hyperlink 2021-01-10 01:54:40 -05: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 FindAdv: Use private variable for_search 2022-05-09 22:11:38 +02:00
InsetIndex.h Allow to break rows before and after label and index insets 2022-06-09 21:29:21 +02:00
InsetInfo.cpp Fixup 12dfdbf0: intercept validate(), not latex() 2022-03-10 17:10:17 +01:00
InsetInfo.h Fixup 12dfdbf0: intercept validate(), not latex() 2022-03-10 17:10:17 +01:00
InsetIPA.cpp Refactor OutputParams 2020-11-30 13:05:03 +02:00
InsetIPA.h Move Dimension.h from InsetIPA.h 2020-10-15 19:26:16 +03:00
InsetIPAMacro.cpp Remove useless casts reported by GCC with -Wuseless-cast option 2021-09-30 10:37:24 +03:00
InsetIPAMacro.h Add override specifiers to improve code maintainability 2020-10-03 12:43:48 +02:00
InsetLabel.cpp Cleanup included headers 2020-11-29 00:25:14 +02:00
InsetLabel.h Allow to break rows before and after label and index insets 2022-06-09 21:29:21 +02:00
InsetLayout.cpp DocBook: add the DocBookRenderAsImage tag. 2021-10-13 19:26:48 +02:00
InsetLayout.h DocBook: add the DocBookRenderAsImage tag. 2021-10-13 19:26:48 +02:00
InsetLine.cpp Allow line inset to draw a vertical line. 2021-06-14 15:45:35 +02:00
InsetLine.h Remove unused forward declarations 2020-10-13 09:57:36 +03:00
InsetListings.cpp Fix compilation with gcc-12 2022-01-27 15:37:45 +00:00
InsetListings.h Implement Row::Element::row_flags 2021-12-07 17:04:47 +01:00
InsetListingsParams.cpp Match header/source function argument naming 2020-11-01 22:23:44 +02:00
InsetListingsParams.h Run codespell on src/insets 2020-06-25 23:46:16 +02:00
InsetMarginal.cpp Refactor OutputParams 2020-11-30 13:05:03 +02:00
InsetMarginal.h Add override specifiers to improve code maintainability 2020-10-03 12:43:48 +02:00
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 Remove useless breaks 2020-12-01 00:46:02 +02:00
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 FindAdv: Use private variable for_search 2022-05-09 22:11:38 +02:00
InsetNote.h Improve the description of Inset::inheritFont() 2021-04-13 10:37:25 +02:00
InsetPhantom.cpp Refactor OutputParams 2020-11-30 13:05:03 +02:00
InsetPhantom.h Add override specifiers to improve code maintainability 2020-10-03 12:43:48 +02:00
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 FindAdv: Use private variable for_search 2022-05-09 22:11:38 +02:00
InsetQuotes.h Do not repeatedly call main_font_encoding() 2021-12-20 12:09:12 +01:00
InsetRef.cpp Properly show labels from broken references in Cross-references dialog 2022-02-19 18:14:47 +01:00
InsetRef.h Fix bug #11104. Activate refstyle support for InsetMathRef. 2021-01-05 18:17:53 -05:00
InsetScript.cpp Refactor OutputParams 2020-11-30 13:05:03 +02:00
InsetScript.h More enums & includes refactoring 2020-12-06 18:26:41 +02:00
InsetSeparator.cpp Refactor OutputParams 2020-11-30 13:05:03 +02:00
InsetSeparator.h Improve row flushing 2021-12-07 17:04:47 +01:00
InsetSpace.cpp Make space names more standard 2022-06-12 13:35:29 +02:00
InsetSpace.h Implement Row::Element::row_flags 2021-12-07 17:04:47 +01:00
InsetSpecialChar.cpp Implement Row::Element::row_flags 2021-12-07 17:04:47 +01:00
InsetSpecialChar.h Implement Row::Element::row_flags 2021-12-07 17:04:47 +01:00
InsetTabular.cpp Word selection on mouse motion 2022-05-17 18:45:31 +02:00
InsetTabular.h XHTML/CALS tables: create helper functions to share more code. 2022-04-02 03:34:33 +02:00
InsetText.cpp Amend bcad19e504 2022-04-02 11:19:55 +02:00
InsetText.h DocBook: overall structure for rendered insets. 2021-10-13 19:26:49 +02:00
InsetTOC.cpp Refactor OutputParams 2020-11-30 13:05:03 +02: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 Fix unintialized variables spotted by coverity 2022-02-20 17:03:33 +01:00
InsetWrap.h Fix unintialized variables spotted by coverity 2022-02-20 17:03:33 +01:00
RenderBase.h Make InsetInfo math/IPA icons visible in dark mode 2020-12-13 09:51:32 +01:00
RenderButton.cpp Make InsetInfo math/IPA icons visible in dark mode 2020-12-13 09:51:32 +01:00
RenderButton.h Remove RenderButton::button_box_, which is unused. 2021-01-19 11:27:54 +01:00
RenderGraphic.cpp Make InsetInfo math/IPA icons visible in dark mode 2020-12-13 09:51:32 +01:00
RenderGraphic.h Make InsetInfo math/IPA icons visible in dark mode 2020-12-13 09:51:32 +01:00
RenderPreview.cpp Typos and comment improvements. 2021-10-13 19:26:49 +02:00
RenderPreview.h Merge namespace signals2 into namespace lyx 2020-12-19 22:52:51 +02:00