Juergen Spitzmueller
44d1756783
Don't asssert on (too) deeply nested items
...
Use a fallback label instead.
2022-03-05 14:17:37 +01:00
Juergen Spitzmueller
ed2e242b1e
Whitespace
2022-03-05 13:45:27 +01:00
Juergen Spitzmueller
c02fe70797
Use a more transparent lexic for bullet label functions
2022-03-05 09:00:47 +01:00
Juergen Spitzmueller
ad31043987
Remove unused function
2022-03-05 08:51:32 +01:00
Thibaut Cuvelier
ffc1976b97
Avoid copies of vectors.
2022-03-05 03:46:22 +01:00
Enrico Forestieri
8496b7dc9a
Compile fix
2022-03-05 02:19:38 +01:00
Kornel Benko
ada2fd2d65
Update sk.po
2022-03-04 17:40:36 +01:00
Kornel Benko
4b58e3b4fe
Format of description of function search-ignore
2022-03-04 17:29:37 +01:00
Thibaut Cuvelier
422bb60a14
tex2lyx tests: set the encoding when reading a file, not all OSes default to UTF-8
2022-03-03 01:57:28 +01:00
Juergen Spitzmueller
b5b3f56abb
Encoding::fromLaTeXCommand: properly record requirements when exiting early
2022-03-02 12:48:10 +01:00
Juergen Spitzmueller
0c73df6efb
Revert "Adapt resulting lyx-file to amend 39c0b322
(changed tex2lyx output)"
...
This reverts commit 5e8969b597
.
2022-03-02 12:30:16 +01:00
Kornel Benko
5e8969b597
Adapt resulting lyx-file to amend 39c0b322
(changed tex2lyx output)
2022-03-02 08:48:35 +01:00
Juergen Spitzmueller
39c0b322f7
Encodings::fromLaTeXCommand: properly set needsTermination on early exit
2022-03-02 08:11:34 +01:00
Juergen Spitzmueller
afd6e1d45e
Fix indentation fix.
2022-03-02 07:11:27 +01:00
Thibaut Cuvelier
c66be94d14
Fix indentation.
2022-03-02 00:39:53 +01:00
Thibaut Cuvelier
997f0621c5
Rename LATEX debug level to OUTFILE and use it for DocBook, HTML, and XML messages.
2022-03-01 16:05:42 +01:00
Thibaut Cuvelier
1220f399a7
Use a static method instead of a method call on a global variable.
2022-03-01 03:15:30 +01:00
Kornel Benko
3002a20800
FindAdv: Add missed command after 030db93a
2022-02-28 09:53:12 +01:00
Juergen Spitzmueller
6c530e1215
Still more indentation fixes.
2022-02-28 08:04:55 +01:00
Thibaut Cuvelier
75be9b1200
Slightly simplify code by using for range.
2022-02-27 20:37:51 +01:00
Juergen Spitzmueller
9cd479a044
Clarify debug message
2022-02-27 15:12:33 +01:00
Juergen Spitzmueller
6d17c5a1d6
Another indentation fix
2022-02-27 14:53:01 +01:00
Juergen Spitzmueller
f2bd823217
Fix indentation
2022-02-27 14:45:16 +01:00
Juergen Spitzmueller
b04a930a27
Amend 8a0715d0bd
...
Also do not use the bb trick when exporting "nice".
2022-02-27 10:02:52 +01:00
Thibaut Cuvelier
030db93ab2
unicodesymbols: fix problematic entries.
2022-02-27 04:14:12 +01:00
Juergen Spitzmueller
8a0715d0bd
Do not output eps bounding box for unknown/missing graphics ( #8899 )
...
Except for dvi/ps output chain for which this trick was meant.
Also, issue an error message in this case. This is analogous to
the other output flavors now.
2022-02-26 16:23:27 +01:00
Kornel Benko
de0dbfb61b
Amend(2) b5d9bbfe
: FindAdv: Added handling of some missing conversions
2022-02-23 18:22:16 +01:00
Daniel Ramoeller
8bc6aa7535
Footnote LabelString should be "Foot" rather than "foot"
...
Fix for bug #12487 .
2022-02-22 10:33:51 +01:00
Thibaut Cuvelier
4cab1a77d2
Encodings::fromLaTeXCommand: if the command directly maps an entry of unicodesymbols, use it and bypass most of the logic.
...
This is important for commands like !`, that are equivalent to \textexclamdown. However, ! is matched earlier, because the logic works with prefixes, hence the output doesn't make sense.
2022-02-21 18:24:26 +01:00
Thibaut Cuvelier
0cde3dce12
unicodesymbols: add math versions of some symbols according to unicodetex
2022-02-21 18:24:26 +01:00
Thibaut Cuvelier
548c12158f
unicodesymbols: mark several Greek characters as deprecated (oxia becoming tonos).
...
Some of corresponding commands did not have a matching LaTeX command for a currently recommended Unicode character; these have been added.
2022-02-21 18:24:26 +01:00
Kornel Benko
407ae8db04
Amend b5d9bbfe
: FindAdv: Added handling of some missing conversions
2022-02-21 14:52:56 +01:00
Kornel Benko
b5d9bbfecd
FindAdv: Added handling of some missing conversions
2022-02-21 11:11:55 +01:00
Juergen Spitzmueller
0d7d8c37e3
Fix language direction switch issue
...
reported at https://marc.info/?l=lyx-users&m=164538003727435&w=2
2022-02-21 09:49:32 +01:00
Thibaut Cuvelier
fb70452086
unicodesymbols: amend fec498d6
, there was an O (capital letter O) instead of an 0 (zero).
2022-02-20 22:29:15 +01:00
Thibaut Cuvelier
cfb6f205fa
DocBook, InsetFloat: avoid a potential nullptr dereference when detecting the type of table for filler content.
2022-02-20 21:31:13 +01:00
Jean-Marc Lasgouttes
bfe9818116
Make undo action no-ops when the buffer is read-only
...
Since the buffer cannot be modified, there is no point to record changes.
Avoids marking buffer dirty after running "inset-forall".
2022-02-20 19:48:13 +01:00
Jean-Marc Lasgouttes
a90a1aed06
Fixup cc426346
: rename curs to bvcur
...
The name "curs" was chosen to avoid to hide the existing "cur" local variable.
Using "bvcur" makes the name easier to grasp.
2022-02-20 19:35:37 +01:00
Jean-Marc Lasgouttes
48ee2fd07b
Do not call recordUndo(), lyx::dispatch handles it.
...
This avoids extra memory use (and would mark document dirty even if
read-only).
2022-02-20 19:33:22 +01:00
Jean-Marc Lasgouttes
3b28ac4637
inset-forall: clear selection after each action
...
This avoid a crash when doing
command-sequence inset-forall Caption char-delete-forward; statistics; undo
in the user guide when a malformed selection is created.
The selection happens here because char-delete-forward will select the
caption instead of deleting it if the "force" parameter is not given.
This is a poor API IMO, it is the plain <del> action that should use a
special parameter.
2022-02-20 19:07:58 +01:00
Daniel Ramoeller
aad18e969a
Combine the separation between different layouts (with same depth)
...
Fix for #12402 .
2022-02-20 18:09:57 +01:00
Jean-Marc Lasgouttes
b365a47112
Avoid null pointer dereference
...
Spotted by coverity. In the real world, getInset should never return
nullptr when isInset is true.
2022-02-20 17:22:07 +01:00
Jean-Marc Lasgouttes
a900667ea1
Avoid null pointer dereference
...
Spotted by coverity.
2022-02-20 17:09:49 +01:00
Jean-Marc Lasgouttes
e263fe8e03
Fix unintialized variables spotted by coverity
...
The InsetWrap case happens in decodeInsetParaps (InsetCommand.cpp),
where the default constructor is invoked. In this case, lines was not
initialized.
2022-02-20 17:03:33 +01:00
Stephan Witt
6b0cd451fb
#9287 query Standard User Defaults on mac and adjust cursor flash time accordingly
2022-02-20 13:06:54 +01:00
jpc
28af3b6cf8
Update fr.po
2022-02-20 10:06:50 +01:00
Thibaut Cuvelier
dec5330426
Amend 0dc7f34e
: avoid using a C++20 function.
2022-02-20 02:03:51 +01:00
Thibaut Cuvelier
fec498d661
unicodesymbols: add several synonyms.
2022-02-20 01:33:28 +01:00
Thibaut Cuvelier
0dc7f34e00
unicodesymbols: parse supplementary lines to encode alternative ways to encode symbols in raw LaTeX.
2022-02-20 01:33:03 +01:00
Thibaut Cuvelier
3f9e21b826
CharInfo: allow to store several commands (both text and math) for each character.
...
Only the first one is returned by default with existing methods to guarantee compatibility with existing code.
2022-02-20 01:33:03 +01:00