lyx_mirror/src/insets
Kornel Benko cd94180492 FindAdv: Simplify search for chars '&', '%', '#' and '_'
This is not possible for '$', because of the latex-meaning to
start/end math inset.
Therefore, if not ignoring format, we still have to use
[\\][\$] in regex in order to find '$' in text.
2018-12-05 13:36:43 +01:00
..
CMakeLists.txt
ExternalSupport.cpp Whitespace. 2018-04-16 14:02:20 -04:00
ExternalSupport.h Fix some problems with background cancellation. 2018-04-16 14:02:20 -04:00
ExternalTemplate.cpp Bulk cleanup/fix incorrect annotation at the end of namespaces. 2017-07-23 13:11:54 +02:00
ExternalTemplate.h
ExternalTransforms.cpp Bulk cleanup/fix incorrect annotation at the end of namespaces. 2017-07-23 13:11:54 +02:00
ExternalTransforms.h
Inset.cpp Do not draw inactive math corners when they have mathbg color 2017-12-19 23:32:47 +01:00
Inset.h Revert "Use new display() values to remove some inset hardcoding." 2018-09-12 15:26:15 +02:00
InsetArgument.cpp Introduce listpreamble argument type 2018-08-17 10:22:32 +02:00
InsetArgument.h Properly implement IsTocCaption for Arguments in standard TOC 2017-12-29 11:51:24 +01:00
InsetBibitem.cpp Fix bug #10817. 2018-02-22 15:40:05 -05:00
InsetBibitem.h Do not scan BibTeX files multiple times in a collectBibKeys() procedure. 2017-10-18 09:20:31 +02:00
InsetBibtex.cpp Clear bibfile cache when set of bibliography files change 2018-10-13 11:06:24 +02:00
InsetBibtex.h Add bibtex inset to outliner if "add to toc" is checked. 2018-09-25 15:24:46 +02:00
InsetBox.cpp Fix InsetBox::contentAlignment() 2018-05-11 15:11:06 +02:00
InsetBox.h Revert "Use new display() values to remove some inset hardcoding." 2018-09-12 15:26:15 +02:00
InsetBranch.cpp Handle branches with space in their name 2018-09-08 13:07:07 +02:00
InsetBranch.h Collapsable -> Collapsible (part 2) 2017-10-16 10:12:21 +02:00
InsetCaption.cpp Avoid assignment in if() clause 2017-12-14 12:56:02 +01:00
InsetCaption.h Revert "Use new display() values to remove some inset hardcoding." 2018-09-12 15:26:15 +02:00
InsetCaptionable.cpp Collapsable -> Collapsible (part 2) 2017-10-16 10:12:21 +02:00
InsetCaptionable.h Collapsable -> Collapsible (part 2) 2017-10-16 10:12:21 +02:00
InsetCitation.cpp amend 1c623ffe8f 2018-03-22 23:37:19 +01:00
InsetCitation.h Respect "literal" setting when entering citation via LyX server. 2018-02-22 15:28:01 -05:00
InsetCode.h Collapsable -> Collapsible (part 2) 2017-10-16 10:12:21 +02:00
InsetCollapsible.cpp Extend fix for #7404 to allow any inset collapsible to be edited 2018-10-04 13:41:41 -04:00
InsetCollapsible.h Fix up e5fc7327. 2018-10-04 17:56:14 -04:00
InsetCommand.cpp Collapsable -> Collapsible (part 2) 2017-10-16 10:12:21 +02:00
InsetCommand.h Fix whitespace at EOL. 2017-07-03 13:46:30 -04:00
InsetCommandParams.cpp Braces need to be escaped as well on LATEXIFY 2018-03-06 18:17:01 +01:00
InsetCommandParams.h Fix bug #10896. 2018-02-22 00:49:35 -05:00
InsetERT.cpp Fix up e5fc7327. 2018-10-04 17:56:14 -04:00
InsetERT.h Fix up e5fc7327. 2018-10-04 17:56:14 -04:00
InsetExternal.cpp Fix some problems with background cancellation. 2018-04-16 14:02:20 -04:00
InsetExternal.h InsetExternal: update renderer after preview status change 2017-11-12 14:46:28 +01:00
InsetFlex.cpp Do not step counters in deleted material. 2018-05-02 23:56:41 -04:00
InsetFlex.h Collapsable -> Collapsible (part 2) 2017-10-16 10:12:21 +02:00
InsetFloat.cpp Fix bug #11398 2018-12-02 18:27:38 +01:00
InsetFloat.h Implement InsetFloat::contentAlignment() 2018-05-11 15:31:04 +02:00
InsetFloatList.cpp Fix trailing whitespace in cpp files. 2017-07-03 13:53:14 -04:00
InsetFloatList.h Revert "Use new display() values to remove some inset hardcoding." 2018-09-12 15:26:15 +02:00
InsetFoot.cpp Do not step counters in deleted material. 2018-05-02 23:56:41 -04:00
InsetFoot.h Allow footnotes in floating tables via tablefootnote package 2017-11-19 12:56:40 +01:00
InsetFootlike.cpp Collapsable -> Collapsible (part 2) 2017-10-16 10:12:21 +02:00
InsetFootlike.h Collapsable -> Collapsible (part 2) 2017-10-16 10:12:21 +02:00
InsetGraphics.cpp Fix bug #11180 2018-06-24 20:06:40 +02:00
InsetGraphics.h Fix bug #11180 2018-06-24 20:06:40 +02:00
InsetGraphicsParams.cpp Kill MSVC warning 2017-12-14 13:04:52 +01:00
InsetGraphicsParams.h
InsetHyperlink.cpp Support input of non-ASCII characters in hyperlinks 2018-06-09 11:52:55 +02:00
InsetHyperlink.h Fix whitespace at EOL. 2017-07-03 13:46:30 -04:00
InsetInclude.cpp Allow 'module in child not used in master' warning to be disabled. 2018-09-27 21:58:37 -04:00
InsetInclude.h cprotect include inset 2018-05-04 11:56:42 +02:00
InsetIndex.cpp FindAdv: Simplify search for chars '&', '%', '#' and '_' 2018-12-05 13:36:43 +01:00
InsetIndex.h Revert "Use new display() values to remove some inset hardcoding." 2018-09-12 15:26:15 +02:00
InsetInfo.cpp missed this. 2018-11-09 11:47:51 +01:00
InsetInfo.h Implement layout format in insetinfo 2018-09-20 11:33:03 +02:00
InsetIPA.cpp Fix trailing whitespace in cpp files. 2017-07-03 13:53:14 -04:00
InsetIPA.h Fix whitespace at EOL. 2017-07-03 13:46:30 -04:00
InsetIPAMacro.cpp Collapsable -> Collapsible (part 2) 2017-10-16 10:12:21 +02:00
InsetIPAMacro.h Collapsable -> Collapsible (part 2) 2017-10-16 10:12:21 +02:00
InsetLabel.cpp Improve UndoGroupHelper and use it more 2017-12-13 11:10:49 +01:00
InsetLabel.h Fix whitespace at EOL. 2017-07-03 13:46:30 -04:00
InsetLayout.cpp Extend fix for #7404 to allow any inset collapsible to be edited 2018-10-04 13:41:41 -04:00
InsetLayout.h Extend fix for #7404 to allow any inset collapsible to be edited 2018-10-04 13:41:41 -04:00
InsetLine.cpp Move the inPixels(MetricsBase) help from Length to MetricsBase. 2018-01-05 20:14:04 +01:00
InsetLine.h
InsetListings.cpp Revert "Use new display() values to remove some inset hardcoding." 2018-09-12 15:26:15 +02:00
InsetListings.h Properly communicate forced encodings 2018-01-26 08:38:52 +01:00
InsetListingsParams.cpp Collapsable -> Collapsible (part 2) 2017-10-16 10:12:21 +02:00
InsetListingsParams.h Collapsable -> Collapsible (part 2) 2017-10-16 10:12:21 +02:00
InsetMarginal.cpp
InsetMarginal.h
InsetNewline.cpp Fix trailing whitespace in cpp files. 2017-07-03 13:53:14 -04:00
InsetNewline.h Revert "Use new display() values to remove some inset hardcoding." 2018-09-12 15:26:15 +02:00
InsetNewpage.cpp Fix trailing whitespace in cpp files. 2017-07-03 13:53:14 -04:00
InsetNewpage.h Revert "Use new display() values to remove some inset hardcoding." 2018-09-12 15:26:15 +02:00
InsetNomencl.cpp Do not escape makeindex chars in bibitemWidest. 2017-12-03 12:04:39 +01:00
InsetNomencl.h Revert "Use new display() values to remove some inset hardcoding." 2018-09-12 15:26:15 +02:00
InsetNote.cpp Revert "Use new display() values to remove some inset hardcoding." 2018-09-12 15:26:15 +02:00
InsetNote.h Revert "Use new display() values to remove some inset hardcoding." 2018-09-12 15:26:15 +02:00
InsetPhantom.cpp InsetXXX.cpp: remove unused and duplicated includes 2017-12-06 19:35:53 +01:00
InsetPhantom.h Collapsable -> Collapsible (part 2) 2017-10-16 10:12:21 +02:00
InsetPreview.cpp
InsetPreview.h
InsetQuotes.cpp Fix quotation marks in RTL script 2018-07-15 12:11:10 +02:00
InsetQuotes.h Fix quotation marks in RTL script 2018-07-15 12:11:10 +02:00
InsetRef.cpp Fix bug 11070. 2018-04-30 21:29:21 -04:00
InsetRef.h Revert "Use new display() values to remove some inset hardcoding." 2018-09-12 15:26:15 +02:00
InsetScript.cpp Revert "Use new display() values to remove some inset hardcoding." 2018-09-12 15:26:15 +02:00
InsetScript.h Revert "Use new display() values to remove some inset hardcoding." 2018-09-12 15:26:15 +02:00
InsetSeparator.cpp
InsetSeparator.h Revert "Use new display() values to remove some inset hardcoding." 2018-09-12 15:26:15 +02:00
InsetSpace.cpp Aesthetics: off-by-one in line drawing 2018-07-23 17:16:03 +02:00
InsetSpace.h
InsetSpecialChar.cpp Use a unicode character for menu separator on screen 2018-07-19 23:05:00 +02:00
InsetSpecialChar.h Fix whitespace at EOL. 2017-07-03 13:46:30 -04:00
InsetTabular.cpp Revert "Try to please windows compiler" 2018-09-18 23:06:36 +02:00
InsetTabular.h Attempt to reflect tabular width in workarea 2018-07-02 17:05:46 +02:00
InsetText.cpp Use std::move in InsetText::updateBuffer for notes and friends 2018-09-18 23:18:17 +02:00
InsetText.h cprotect allows to place environments in fragile contexts. 2018-04-30 09:06:15 +02:00
InsetTOC.cpp Bulk cleanup/fix incorrect annotation at the end of namespaces. 2017-07-23 13:11:54 +02:00
InsetTOC.h Revert "Use new display() values to remove some inset hardcoding." 2018-09-12 15:26:15 +02:00
InsetVSpace.cpp Bulk cleanup/fix incorrect annotation at the end of namespaces. 2017-07-23 13:11:54 +02:00
InsetVSpace.h Revert "Use new display() values to remove some inset hardcoding." 2018-09-12 15:26:15 +02:00
InsetWrap.cpp Fix trailing whitespace in cpp files. 2017-07-03 13:53:14 -04:00
InsetWrap.h
RenderBase.h
RenderButton.cpp Fix bug #10904. 2018-02-23 23:29:52 -05:00
RenderButton.h Fix bug #10904. 2018-02-23 23:29:52 -05:00
RenderGraphic.cpp Take actual font height (ascent, descent) into account when drawing placeholder box for graphics 2018-02-25 17:21:01 +01:00
RenderGraphic.h
RenderPreview.cpp Fix segfault after deleting monitor 2018-12-04 00:05:01 -05:00
RenderPreview.h