]> git.lyx.org Git - features.git/log
features.git
2 years agoMovable minimised Quick Search Widget
Daniel Ramoeller [Fri, 19 Mar 2021 06:37:11 +0000 (07:37 +0100)]
Movable minimised Quick Search Widget

Fix for bug #12207.

2 years agoAdjust spacing of Quick Find Dock
Daniel Ramoeller [Fri, 19 Mar 2021 07:54:22 +0000 (08:54 +0100)]
Adjust spacing of Quick Find Dock

Fix for bug #12209.

(amended by Jürgen Spitzmüller)

2 years ago\\noindent in a paragraph that starts with \\vspace is possible
Juergen Spitzmueller [Sun, 31 Oct 2021 10:56:53 +0000 (11:56 +0100)]
\\noindent in a paragraph that starts with \\vspace is possible

But the \\vspace must precede \\noindent (the latter leaves vmode)

2 years agoFix for bug #11974
Daniel Ramoeller [Tue, 15 Sep 2020 05:31:53 +0000 (07:31 +0200)]
Fix for bug #11974

Support for setUnifiedTitleAndToolBarOnMac (unify toolbar and title bar).

2 years agoAmend comment
Juergen Spitzmueller [Sun, 31 Oct 2021 09:38:52 +0000 (10:38 +0100)]
Amend comment

2 years agoDo not output \\noindent for paragraphs starting with a vspace
Juergen Spitzmueller [Sun, 31 Oct 2021 09:22:11 +0000 (10:22 +0100)]
Do not output \\noindent for paragraphs starting with a vspace

These are not indented anyway, and the extra \\noindent causes whitespace

2 years agoProperly terminate \\noindent
Juergen Spitzmueller [Sun, 31 Oct 2021 08:58:10 +0000 (09:58 +0100)]
Properly terminate \\noindent

2 years agoFactor out Paragraph::isPartOfTextSequence
Juergen Spitzmueller [Sun, 31 Oct 2021 08:26:57 +0000 (09:26 +0100)]
Factor out Paragraph::isPartOfTextSequence

Amends 045c25cf76

2 years agode.po
Juergen Spitzmueller [Sat, 30 Oct 2021 15:51:16 +0000 (17:51 +0200)]
de.po

2 years agoPrevent unneeded (and wrong) \noindent
Juergen Spitzmueller [Sat, 30 Oct 2021 12:19:46 +0000 (14:19 +0200)]
Prevent unneeded (and wrong) \noindent

* When a paragraph is logically empty (only contains stuff which is not
  part of the text sequence

* In centered paragraphs

2 years agoFix the Unicode encoding of Rightarrow
Thibaut Cuvelier [Fri, 29 Oct 2021 19:29:11 +0000 (21:29 +0200)]
Fix the Unicode encoding of Rightarrow

Author: lynx

Related issue: 12411.
https://www.lyx.org/trac/ticket/12411

2 years agoRelease note: remove fun "bidi"
Jean-Marc Lasgouttes [Fri, 29 Oct 2021 16:08:29 +0000 (18:08 +0200)]
Release note: remove fun "bidi"

As documented later, this has been removed.

2 years agoDocument parskip change in RELEASE NOTES (#10968)
Juergen Spitzmueller [Fri, 29 Oct 2021 16:01:02 +0000 (18:01 +0200)]
Document parskip change in RELEASE NOTES (#10968)

2 years agoGet rid of some more fragile index reliances
Juergen Spitzmueller [Fri, 29 Oct 2021 15:51:32 +0000 (17:51 +0200)]
Get rid of some more fragile index reliances

2 years agoUpdate sk.po
Kornel Benko [Fri, 29 Oct 2021 15:46:44 +0000 (17:46 +0200)]
Update sk.po

2 years agoRename BufferView::updateScrollbar to show what does
Jean-Marc Lasgouttes [Fri, 29 Oct 2021 15:44:32 +0000 (17:44 +0200)]
Rename BufferView::updateScrollbar to show what does

Only parameters are updated, not the scrollbar itself.

2 years agoAmend [5c055034/lyxgit]
Juergen Spitzmueller [Fri, 29 Oct 2021 15:06:11 +0000 (17:06 +0200)]
Amend [5c055034/lyxgit]

Relying on indexes is too fragile here

2 years agoFixup b0c102cfb: make it possible to select medskip as parskip
Jean-Marc Lasgouttes [Fri, 29 Oct 2021 14:38:29 +0000 (16:38 +0200)]
Fixup b0c102cfb: make it possible to select medskip as parskip

Some new parskip possibilities had been added, but the check for
custom length index had not bee updated.

This code is very fragile.

Related to bug #10968.

2 years agoDisable language selector in LyXFiles dialog if no file is selected (#12412)
Juergen Spitzmueller [Fri, 29 Oct 2021 11:16:08 +0000 (13:16 +0200)]
Disable language selector in LyXFiles dialog if no file is selected (#12412)

2 years agoAn assert to hopefully please coverity
Jean-Marc Lasgouttes [Fri, 29 Oct 2021 10:39:50 +0000 (12:39 +0200)]
An assert to hopefully please coverity

2 years agoFix the Unicode encoding of langle/rangle
Thibaut Cuvelier [Thu, 28 Oct 2021 21:52:30 +0000 (23:52 +0200)]
Fix the Unicode encoding of langle/rangle

Author: lynx

Related issue: 12411.
https://www.lyx.org/trac/ticket/12411

The previous mapping was for HTML 4, the new one is for HTML 5.

2 years agoMark inverted branch insets
Yuriy Skalko [Thu, 21 Oct 2021 09:56:05 +0000 (12:56 +0300)]
Mark inverted branch insets

2 years agoUpdate ru.po
Yuriy Skalko [Tue, 26 Oct 2021 15:24:02 +0000 (18:24 +0300)]
Update ru.po

2 years agoUpdate layouts (run layout2layout.py)
Scott Kostyshak [Mon, 25 Oct 2021 16:28:06 +0000 (12:28 -0400)]
Update layouts (run layout2layout.py)

There is nothing in the diff besides the format number changing from
93 to 95. From what I understand, this is as expected since 93 -> 94
and 94 -> 95 just add new layout tags.

Updating the layouts makes it easier to test master. Otherwise, in
some use cases layout2layout can be run hundreds of times which can
make some things slow (e.g., opening documents or even opening the
advanced find pane).

2 years ago Update fr.po
jpc [Mon, 25 Oct 2021 08:38:44 +0000 (10:38 +0200)]
            Update fr.po

2 years ago#12150 don't set the directory file permissions of LyX app bundle to 444 anymore
Stephan Witt [Sun, 24 Oct 2021 19:43:23 +0000 (21:43 +0200)]
#12150 don't set the directory file permissions of LyX app bundle to 444 anymore

2 years agoImproved Qt framework configuration detection on macOS, add support for Qt6
Stephan Witt [Sun, 24 Oct 2021 19:41:11 +0000 (21:41 +0200)]
Improved Qt framework configuration detection on macOS, add support for Qt6

2 years ago#12408 improved release notes text for changed shortcuts on macOS
Stephan Witt [Sun, 24 Oct 2021 09:28:03 +0000 (11:28 +0200)]
#12408 improved release notes text for changed shortcuts on macOS

2 years ago#12201 force open document in tabs on Mac when user preference is Always
Stephan Witt [Sat, 23 Oct 2021 11:34:18 +0000 (13:34 +0200)]
#12201 force open document in tabs on Mac when user preference is Always

2 years agoLet Tab go out of inset when no cycling is possible
Jean-Marc Lasgouttes [Thu, 21 Oct 2021 20:36:29 +0000 (22:36 +0200)]
Let Tab go out of inset when no cycling is possible

Adapted patch from Enrico by adding S-Tab handling.

Fixes bug #11085

2 years agoMake sure that language is "latex" in InsetArgument when pass-thru.
Jean-Marc Lasgouttes [Thu, 21 Oct 2021 17:14:06 +0000 (19:14 +0200)]
Make sure that language is "latex" in InsetArgument when pass-thru.

The code that determine whether an InsetArgument is passThru is
complex and lives in updateBuffer.

This patch factors out the code in a new init method and calls it also
in doInsetInsert when inserting a InsetArgument.

Fixes bug #12143.

2 years agode.po
Juergen Spitzmueller [Thu, 21 Oct 2021 14:57:59 +0000 (16:57 +0200)]
de.po

2 years agoUpdate sk.po
Kornel Benko [Thu, 21 Oct 2021 14:43:07 +0000 (16:43 +0200)]
Update sk.po

2 years ago* better wording
Pavel Sanda [Thu, 21 Oct 2021 14:01:57 +0000 (16:01 +0200)]
* better wording

2 years agoImprove error msg.
Pavel Sanda [Thu, 21 Oct 2021 13:20:28 +0000 (15:20 +0200)]
Improve error msg.

2 years agoPrevent unneeded cprotection in branches (#12378)
Juergen Spitzmueller [Thu, 21 Oct 2021 08:27:05 +0000 (10:27 +0200)]
Prevent unneeded cprotection in branches (#12378)

2 years ago Update fr.po
jpc [Tue, 19 Oct 2021 09:43:14 +0000 (11:43 +0200)]
           Update fr.po

2 years agoDocBook: use the new refactorings in InsetText.
Thibaut Cuvelier [Tue, 19 Oct 2021 00:31:36 +0000 (02:31 +0200)]
DocBook: use the new refactorings in InsetText.

InsetText::docbookRenderAsImage directly used Qt to compute hashes, use the same code as support/FileName (now living in support/filetools).

2 years agoRefactor file-name sanitisation.
Thibaut Cuvelier [Tue, 19 Oct 2021 00:30:47 +0000 (02:30 +0200)]
Refactor file-name sanitisation.

For now, this is only used in FileName, because it does not change the semantics of DocFileName::mangledFileName.

2 years agoRefactor computing hashes.
Thibaut Cuvelier [Tue, 19 Oct 2021 00:24:22 +0000 (02:24 +0200)]
Refactor computing hashes.

For now, this is only used in FileName, because it does not change the semantics of DocFileName::mangledFileName.

2 years agoReset inline completion after undo/redo
Jean-Marc Lasgouttes [Tue, 12 Oct 2021 13:45:04 +0000 (15:45 +0200)]
Reset inline completion after undo/redo

Fixes bug #12383.

2 years agoRevert "Update correctly completion after undo"
Jean-Marc Lasgouttes [Mon, 18 Oct 2021 15:35:48 +0000 (17:35 +0200)]
Revert "Update correctly completion after undo"

This reverts commit 06acb7f806f99cd418781f9d0645b213f8241062.

2 years agoUpdate sk.po
Kornel Benko [Sun, 17 Oct 2021 19:26:50 +0000 (21:26 +0200)]
Update sk.po

2 years agoAmend 771f30e9 for cmake
Enrico Forestieri [Sun, 17 Oct 2021 17:17:01 +0000 (19:17 +0200)]
Amend 771f30e9 for cmake

2 years agoAmend 47f1fec9
Enrico Forestieri [Sun, 17 Oct 2021 16:31:52 +0000 (18:31 +0200)]
Amend 47f1fec9

Also account for cmake

2 years agode.po
Juergen Spitzmueller [Sun, 17 Oct 2021 15:34:03 +0000 (17:34 +0200)]
de.po

2 years agoDo not change bibliography processor to default if it is not found
Juergen Spitzmueller [Sun, 17 Oct 2021 09:30:24 +0000 (11:30 +0200)]
Do not change bibliography processor to default if it is not found

Rather than that, keep it with a warning that it is not available.
Fallback procedure (which maintains security measures) is done in
the conversion step.

This prevents document properties being silently changed on sharing.

2 years agoProvide proper fallback if a bibliography processor is not found
Juergen Spitzmueller [Sun, 17 Oct 2021 09:29:18 +0000 (11:29 +0200)]
Provide proper fallback if a bibliography processor is not found

Check for appropriate fallbacks and warn user if the requested
bibliography processor is unavailable.

2 years agoAmend 771f30e9
Enrico Forestieri [Sun, 17 Oct 2021 13:54:28 +0000 (15:54 +0200)]
Amend 771f30e9

2 years agoEnable QWindowsMimeMetafile with Qt6
Enrico Forestieri [Sun, 17 Oct 2021 13:06:05 +0000 (15:06 +0200)]
Enable QWindowsMimeMetafile with Qt6

The QWinMime class has been removed in Qt6 but the functionality
is still present. However, one has to allow inclusion of private
headers and register the mime handling to the QWindowsApplication
native interface.

2 years agoDocBook: use a hash to determine the file names for generated images.
Thibaut Cuvelier [Sat, 16 Oct 2021 20:41:20 +0000 (22:41 +0200)]
DocBook: use a hash to determine the file names for generated images.

This way, the file names no more change without a reason.

2 years agoDocBook: export the preview images to the right format.
Thibaut Cuvelier [Sat, 16 Oct 2021 19:12:18 +0000 (21:12 +0200)]
DocBook: export the preview images to the right format.

"docbook" is not the same as "docbook5", maybe it would be better to have an enumeration instead of strings.

2 years agoDocBook: wrong type of XML tag.
Thibaut Cuvelier [Sat, 16 Oct 2021 11:55:52 +0000 (13:55 +0200)]
DocBook: wrong type of XML tag.

imagedata should have been a compound tag, because it should have no content, only its attributes are relevant (instead of a start-end pair of tags).

2 years agoImprove detection of Qt6 libs
Enrico Forestieri [Sat, 16 Oct 2021 17:09:30 +0000 (19:09 +0200)]
Improve detection of Qt6 libs

We would miss the libraries specified by a full path when
also '-L' flags are present, as we would only take into
account those specified by '-l' flags.

2 years agoGet rid of std::iterator
Jean-Marc Lasgouttes [Fri, 15 Oct 2021 15:38:13 +0000 (17:38 +0200)]
Get rid of std::iterator

clang's libc++ 13 tells us that it is deprecated in C++17.

Fortunately, we do not need it after all.

2 years agoRemove variable that is not used
Jean-Marc Lasgouttes [Fri, 15 Oct 2021 13:49:40 +0000 (15:49 +0200)]
Remove variable that is not used

Spotted by clang++ 13.

2 years agoImprove display of META_INSET in status bar.
Jean-Marc Lasgouttes [Fri, 15 Oct 2021 09:10:44 +0000 (11:10 +0200)]
Improve display of META_INSET in status bar.

2 years agoFix sign-compare warning
Scott Kostyshak [Fri, 15 Oct 2021 03:31:14 +0000 (23:31 -0400)]
Fix sign-compare warning

Fix warning comparing long int to long unsigned int.

2 years agoGuard against possible referencing null.
Pavel Sanda [Thu, 14 Oct 2021 20:23:14 +0000 (22:23 +0200)]
Guard against possible referencing null.

Those checks might not be needed, but it's not self obvious from
the surrounding code. Because we already experienced crash from
similar change (cf 1c1c83eced96), let's be prudent here.

If you know that these pointers can't be null from broader context
feel free to remove the guards.

Introduced by 24926b2e2399, fix 104fdcc9be40df1 not backported
but now fixed by 1c1c83eced96 in 2.3.

https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg216414.html

2 years agoUpdate correctly completion after undo
Jean-Marc Lasgouttes [Thu, 14 Oct 2021 14:39:33 +0000 (16:39 +0200)]
Update correctly completion after undo

This is take #2 after reverting e59aee458.

Request the completer to rebuild a completion after undo/redo.

Fixes #12383.

2 years agoRevert "Reset inline completion after undo/redo"
Jean-Marc Lasgouttes [Thu, 14 Oct 2021 14:26:21 +0000 (16:26 +0200)]
Revert "Reset inline completion after undo/redo"

Try a solution closer to other code instead.

This reverts commit e59aee45801f6f61489a4be3162b4c43f6b8a658.

2 years agoDocBook: generate images for layouts that request it.
Thibaut Cuvelier [Wed, 13 Oct 2021 01:02:19 +0000 (03:02 +0200)]
DocBook: generate images for layouts that request it.

2 years agoFactor out the generation of the code to create a preview.
Thibaut Cuvelier [Wed, 13 Oct 2021 01:01:54 +0000 (03:01 +0200)]
Factor out the generation of the code to create a preview.

This will be soon reused in InsetText to generate images for DocBook.

2 years agoTypos and comment improvements.
Thibaut Cuvelier [Wed, 13 Oct 2021 01:01:11 +0000 (03:01 +0200)]
Typos and comment improvements.

2 years agoFactor out the list of macro definitions for InsetPreview.
Thibaut Cuvelier [Fri, 8 Oct 2021 01:14:18 +0000 (03:14 +0200)]
Factor out the list of macro definitions for InsetPreview.

This will be soon reused in InsetText to generate images for DocBook.

2 years agoDocBook: add assertion to help debugging.
Thibaut Cuvelier [Thu, 7 Oct 2021 00:34:07 +0000 (02:34 +0200)]
DocBook: add assertion to help debugging.

2 years agoDocBook: overall structure for rendered insets.
Thibaut Cuvelier [Thu, 7 Oct 2021 00:27:54 +0000 (02:27 +0200)]
DocBook: overall structure for rendered insets.

2 years agoDocBook: don't use a surrounding <para> for rendered insets.
Thibaut Cuvelier [Wed, 6 Oct 2021 22:07:21 +0000 (00:07 +0200)]
DocBook: don't use a surrounding <para> for rendered insets.

2 years agoDocBook: add the DocBookRenderAsImage tag.
Thibaut Cuvelier [Mon, 27 Sep 2021 01:30:45 +0000 (03:30 +0200)]
DocBook: add the DocBookRenderAsImage tag.

2 years ago#12368 correct spelling of toolbars visibility check function name
Stephan Witt [Wed, 13 Oct 2021 16:11:37 +0000 (18:11 +0200)]
#12368 correct spelling of toolbars visibility check function name

2 years agoDocBook: add test for the forest package.
Thibaut Cuvelier [Mon, 27 Sep 2021 01:22:04 +0000 (03:22 +0200)]
DocBook: add test for the forest package.

2 years agoDocBook: update links to LilyPond bugs.
Thibaut Cuvelier [Wed, 29 Sep 2021 00:26:29 +0000 (02:26 +0200)]
DocBook: update links to LilyPond bugs.

Also updates the test so that it matches the next version of LilyPond.

2 years agoDocBook: make copier compatible with Python 2.
Thibaut Cuvelier [Mon, 27 Sep 2021 13:36:09 +0000 (15:36 +0200)]
DocBook: make copier compatible with Python 2.

2 years agoFix build with Qt6
Enrico Forestieri [Tue, 12 Oct 2021 18:23:27 +0000 (20:23 +0200)]
Fix build with Qt6

In Qt6 the Svg includes are split into two different subdirs,
namely QtSvg and QtSvgWidgets. So, after 0862042b, it is necessary
to also account for the last one. Nothing needs to be done for Qt5.

2 years agoReset inline completion after undo/redo
Jean-Marc Lasgouttes [Tue, 12 Oct 2021 13:45:04 +0000 (15:45 +0200)]
Reset inline completion after undo/redo

Fixes bug #12383.

2 years agoWork around compilation warning
Jean-Marc Lasgouttes [Fri, 16 Jul 2021 16:27:15 +0000 (18:27 +0200)]
Work around compilation warning

Clang 12 (at least) misses the fact that tag is always initialized,
because the if/else sequence does cover all cases.

Initialize the variable although it is not required. It does not hurt
at least.

2 years agoFixup c52049bb83d: -Werror is needed to test for warning flags
Jean-Marc Lasgouttes [Mon, 11 Oct 2021 12:31:58 +0000 (14:31 +0200)]
Fixup c52049bb83d: -Werror is needed to test for warning flags

At least on my old clang++, this is required.

Fixes bug #12391.

2 years agoMake CoordCache assertions less annoying.
Jean-Marc Lasgouttes [Sat, 9 Oct 2021 10:25:29 +0000 (12:25 +0200)]
Make CoordCache assertions less annoying.

2 years agoAvoid duplicate checks in CoordCache
Jean-Marc Lasgouttes [Wed, 6 Oct 2021 11:06:45 +0000 (13:06 +0200)]
Avoid duplicate checks in CoordCache

The code is written in such a way that the elements are searched
several times. This can be expensive when there are a lots of insets
in the document.

Concerning the sanity checks, they are now conditionned on the
presence of assertion.

Related to bug #12297.

2 years agoReduce the number of accesses to coord cache when drawing a math row
Jean-Marc Lasgouttes [Fri, 8 Oct 2021 15:38:25 +0000 (17:38 +0200)]
Reduce the number of accesses to coord cache when drawing a math row

Each of these accesses is somewhat costly when using large branches
with lots of maths

Related to bug #12297.

2 years agoUse unordered maps to store inset and math rows geometry.
Jean-Marc Lasgouttes [Tue, 5 Oct 2021 14:58:49 +0000 (16:58 +0200)]
Use unordered maps to store inset and math rows geometry.

Simply using unordered_map instead of map makes a big difference for
documents with lots of math insets in one text inset.

Related to bug #12297.

2 years agoMinor refactor of previous commit
Scott Kostyshak [Fri, 8 Oct 2021 00:37:48 +0000 (20:37 -0400)]
Minor refactor of previous commit

A bit easier to read and avoids unnecessary status.clear().

2 years agoDisable LFUN for last column/row deletion
Daniel Ramoeller [Sun, 3 Oct 2021 04:22:48 +0000 (06:22 +0200)]
Disable LFUN for last column/row deletion

Fix for #12380.

2 years agoCheck changed status after decimal sep has been edited
Juergen Spitzmueller [Wed, 6 Oct 2021 16:05:23 +0000 (18:05 +0200)]
Check changed status after decimal sep has been edited

2 years agoNew Brazillian Portuguese translation.
Richard Kimberly Heck [Wed, 6 Oct 2021 16:00:04 +0000 (12:00 -0400)]
New Brazillian Portuguese translation.

2 years agoAmend d3c335a5d5
Yuriy Skalko [Thu, 30 Sep 2021 21:37:58 +0000 (00:37 +0300)]
Amend d3c335a5d5

2 years agoFix \cline calculation when last column has decimal alignment
Juergen Spitzmueller [Fri, 1 Oct 2021 10:42:06 +0000 (12:42 +0200)]
Fix \cline calculation when last column has decimal alignment

2 years agoAdd regression test for font switch before comment
Scott Kostyshak [Thu, 30 Sep 2021 18:22:49 +0000 (14:22 -0400)]
Add regression test for font switch before comment

This is a tricky issue that was fixed at 9eab66eb.

2 years agoClose font switches before comments
Juergen Spitzmueller [Thu, 30 Sep 2021 10:53:41 +0000 (12:53 +0200)]
Close font switches before comments

2 years agoRemove useless casts reported by GCC with -Wuseless-cast option
Yuriy Skalko [Wed, 29 Sep 2021 09:49:21 +0000 (12:49 +0300)]
Remove useless casts reported by GCC with -Wuseless-cast option

2 years agoAutoconf build: Fix the invalid test for '-Wno-deprecated-copy' flag
Jean-Marc Lasgouttes [Wed, 29 Sep 2021 16:01:14 +0000 (18:01 +0200)]
Autoconf build: Fix the invalid test for '-Wno-deprecated-copy' flag

(shamelessly stolen from c26db650a1, which was for cmake build)

The original test was always successfull, even if the flag was invalid.

But checking for '-Wdeprecated-copy' instead yields to error if the
warning does not exist. Existent warning for 'deprecated-copy' implies
that 'no-deprecated-copy' also exist.

2 years agoCmake build: Fix the invalid test for '-Wno-deprecated-copy' flag
Kornel Benko [Wed, 29 Sep 2021 15:53:50 +0000 (17:53 +0200)]
Cmake build: Fix the invalid test for '-Wno-deprecated-copy' flag

The original test was always successfull, even if the flag was invalid.
But checking for '-Wdeprecated-copy' instead yields to error if the warning does not exist.
Existent warning for 'deprecated-copy' implies that 'no-deprecated-copy' also exist.

2 years agoSVG replacement of busy.gif
Daniel Ramoeller [Wed, 29 Sep 2021 02:25:58 +0000 (04:25 +0200)]
SVG replacement of busy.gif

Fix for bug #10384.

2 years agoMake paragraph-goto and friends set paragraph to the top
Jean-Marc Lasgouttes [Wed, 17 Feb 2021 11:30:16 +0000 (12:30 +0100)]
Make paragraph-goto and friends set paragraph to the top

Add parameter 'force' to scrollToCursor(...) to avoid the case where the
cursor is not set to top because it is already visible on screen.
Change screen offset in this method so that the paragraph is really at
the top of the screen. This part may cause unforeseen issues and needs care.

gotoInset: use the new force flag and do not trigger a redraw.
Instead, return a boolean telling whether redraw is needed.
In the code that use it, set an update flag instead of the extra redraw.

In the handling of paragraph-goto, also set the update flag instead of
triggering a repaint.

Remove Bufferview::scrollToCursor(), which was equivalent to showCursor().

Fixes bug #10425.

2 years agoRemove redundant declarations reported by GCC with -Wredundant-decls option
Yuriy Skalko [Tue, 28 Sep 2021 17:20:57 +0000 (20:20 +0300)]
Remove redundant declarations reported by GCC with -Wredundant-decls option

2 years agotypo
Jean-Marc Lasgouttes [Tue, 28 Sep 2021 09:25:25 +0000 (11:25 +0200)]
typo

2 years agoFix crash
Kornel Benko [Tue, 28 Sep 2021 08:32:02 +0000 (10:32 +0200)]
Fix crash

Lyx crashes on export to pdf if used with sanitizer set to 'unspecified'.
Crash found by Scott.

Given that if we export without GUI, there is some weirdness here though.
1.) Why does lyx not crash if not using '-fsanitize' compile-option
2.) Why is export to pdf dependent on the screen-resolution

2 years agoRemove redundant semicolons reported by GCC with -Wextra-semi option
Yuriy Skalko [Tue, 28 Sep 2021 08:21:45 +0000 (11:21 +0300)]
Remove redundant semicolons reported by GCC with -Wextra-semi option

2 years agoInclude docbook_copy.py in released tarball.
Pavel Sanda [Mon, 27 Sep 2021 20:07:07 +0000 (22:07 +0200)]
Include docbook_copy.py in released tarball.

2 years agoMake rectangles have pointy corners
Jean-Marc Lasgouttes [Mon, 27 Sep 2021 15:46:38 +0000 (17:46 +0200)]
Make rectangles have pointy corners

This only makes a difference in HiDpi mode.

Adaptation of the patch proposed by Daniel.

Fix for bug #12336.