Fixes: #11554
Also load color with minted and polyglossia/RTL, as minted loads it
too late.
(cherry picked from commit 3e516a6219f8a768ef0413876109160dd5935cc1)
In painter, restrting paining regions does not really work when region is empty.
Fixes bug #11198.
(cherry picked from commit f9da28428a75f3e60920ec983ff52bbbf2e6d683)
This seems to be necessary on windows, where math editing can get very
slow. Note that other methods like rbearing already use a cache.
In the future all these caches for single characters shall be unified.
(cherry picked from commit d3979e798cd9c85041bb5e6158002384a8cddb8c)
In full screen mode, it is possible to restrict the text width. In
this case, the paint bar should not be painted outside of this
restricted area.
Fixes bug #11286.
(cherry picked from commit 7485225cc6f26c9e03d3674f4f361b431074fa6e)
Correctly add the branch name suffix when the stem
of the filename contains a dot.
(cherry picked from commit c3b950483565ca53265a4105a4946585f8b59e24)
Call gunzip with quoted filenames as they may contain spaces or
other special characters.
In computing the length of the extension, the code does not account
for the prefix "unzipped_", which is added when the zipped filename
does not have one of the extensions "gz", "z", "Z", or "svgz", and
thus the used index is out of bounds. See also this thread:
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg207360.html
(cherry picked from commit 69726b832b4ed1859d5c9e753c4437c98f5f2966)
(cherry picked from commit 7296e0e6ba8bcd343fb3cdb78c8590fd0864d469)
Call gunzip with quoted filenames as they may contain spaces or
other special characters.
(cherry picked from commit 69726b832b4ed1859d5c9e753c4437c98f5f2966)
To reproduce: Do a search for text in a footnote (say) that is
currently closed. Click inside the now open footnote. It will close
by itself.
We need to know whether we can go into the inset, not whether we can
edit once we're there.
(cherry picked from commit 4484cc775126e969d83f036561cfeb21d6751e79)
This commit removes the adhoc code in GuiPrefs and moves it to LyXRC,
so that it triggers in every preference change.
The code has also been updated to trigger on more variables, e.g.
font_*_foundry.
Note that the actual function that are called have not been changed
(addPreviews and LFUN_SCREEN_FONT_UPDATE), although there are doubts
that they behave as needed (see FIXMEs).
Fixes bug #11498.
(cherry picked from commit 954531f247adee029c12713634a81717f87a2bcf)