[LyX/master] Rename README.Cygwin as INSTALL.Cygwin

2019-07-15 Thread Enrico Forestieri
commit cab4302377d709d96886338f84e7f983b1c0b366 Author: Enrico Forestieri Date: Mon Jul 15 15:52:27 2019 +0200 Rename README.Cygwin as INSTALL.Cygwin --- INSTALL.Cygwin | 34 ++ Makefile.am|2 +- README.Cygwin | 34

[LyX/master] Fix bug #11616

2019-07-17 Thread Enrico Forestieri
commit 2890b99a76ec58e57168b26cd1872e050eb37cfb Author: Enrico Forestieri Date: Wed Jul 17 21:28:49 2019 +0200 Fix bug #11616 Do not care about branches when no package language is used. --- src/insets/InsetBranch.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions

[LyX/master] Fix bug 11667

2019-09-28 Thread Enrico Forestieri
commit 0573bf92e08715266d97ba8cec74107d084744c8 Author: Enrico Forestieri Date: Sat Sep 28 16:08:06 2019 +0200 Fix bug 11667 When automatic command termination was added to texstream it was forgotten to reset its status after a math inset. --- src/mathed/InsetMathNest.cpp

[LyX/2.3.x] Fix bug 11667

2019-09-30 Thread Enrico Forestieri
commit fe426c2db88298229c6bd7ce5a410e7268aa30f7 Author: Enrico Forestieri Date: Sat Sep 28 16:08:06 2019 +0200 Fix bug 11667 When automatic command termination was added to texstream it was forgotten to reset its status after a math inset. (cherry picked from commit

[LyX/master] Update it.po

2019-11-02 Thread Enrico Forestieri
commit 2d6c46cd336071dbced6e03b1a6004434888e289 Author: Enrico Forestieri Date: Sat Nov 2 16:21:15 2019 +0100 Update it.po po/it.gmo | Bin 570713 -> 586880 bytes po/it.po | 6154 +++-- 2 files changed, 3104 insertions(+), 3

[LyX/master] it.po: resolve shortcuts conflict

2019-11-02 Thread Enrico Forestieri
commit fe0a926fd1849a4bd6660185c0239bf48108cb86 Author: Enrico Forestieri Date: Sat Nov 2 18:19:02 2019 +0100 it.po: resolve shortcuts conflict --- po/it.gmo | Bin 586880 -> 586880 bytes po/it.po |4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/po/it.gmo b

[LyX/2.3.x] Update it.po

2019-11-30 Thread Enrico Forestieri
commit 73c3654304dc05819ac91388ee390211551767b9 Author: Enrico Forestieri Date: Sat Nov 30 10:48:19 2019 +0100 Update it.po po/it.gmo | Bin 536963 -> 537527 bytes po/it.po | 1255 +++- status.23x |2 +- 3 files changed,

[LyX/master] Fix bug #11716

2020-01-12 Thread Enrico Forestieri
commit 45f8254cbdebb6a1b6185e0ac1d544e50c7f62ad Author: Enrico Forestieri Date: Sun Jan 12 18:35:15 2020 +0100 Fix bug #11716 Close \lyx*displayobjdeleted so that the correct macro is used for the following deleted material. --- src/Paragraph.cpp | 10 ++ 1 files

[LyX/2.3.x] Fix bug #11716

2020-01-27 Thread Enrico Forestieri
commit 15949fc99a028a63d5bca5e67824552f2238ae4a Author: Enrico Forestieri Date: Mon Jan 27 11:18:19 2020 +0100 Fix bug #11716 Force closing and reopening of \lyxdeleted after deleted display math so that the following deleted text can be correctly striked out. --- src

[LyX/master] Fix syntax error with Python 2

2020-02-06 Thread Enrico Forestieri
commit 4e3567523a18eb5519f88199eb81f260346a0e38 Author: Enrico Forestieri Date: Thu Feb 6 10:50:02 2020 +0100 Fix syntax error with Python 2 Python 2 wants b"..." and gives error win rb"...". --- lib/scripts/lyxpreview_tools.py |2 +- 1 files changed

[LyX/master] Make sure to not dereference a null pointer.

2020-02-10 Thread Enrico Forestieri
commit 536d476d38c16ae29ea941046e6544eb20b41127 Author: Enrico Forestieri Date: Mon Feb 10 21:54:07 2020 +0100 Make sure to not dereference a null pointer. --- src/mathed/MathParser.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mathed/MathParser.cpp b

[LyX/master] Remove unnecessary assignments

2020-02-10 Thread Enrico Forestieri
commit 926c846abb244a61d26aa7adcb2faeb921675758 Author: Enrico Forestieri Date: Mon Feb 10 21:59:52 2020 +0100 Remove unnecessary assignments --- src/mathed/MathParser.cpp |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/mathed/MathParser.cpp b/src/mathed

[LyX/master] Fix FileName::realPath() on Windows

2020-02-23 Thread Enrico Forestieri
commit 5873a382de44a7e3b608fdab7a5d44c9699ad3a8 Author: Enrico Forestieri Date: Sun Feb 23 22:48:35 2020 +0100 Fix FileName::realPath() on Windows The realPath() implementation on Windows works only for files and not for directories. By using an API available starting from

[LyX/master] Revert "Fix write to uninitialized bytes for XCB event"

2020-02-25 Thread Enrico Forestieri
commit 89772960781f0ee0fe493776da1fbd7cd91e1215 Author: Enrico Forestieri Date: Tue Feb 25 12:32:10 2020 +0100 Revert "Fix write to uninitialized bytes for XCB event" This reverts commit 19c41bd09572f15ac3546c8e6a6d4ec15306c93a. A more efficient fix is

[LyX/master] Cleaner fix to ensure 32-bit XCB events

2020-02-25 Thread Enrico Forestieri
commit f28334ac8bfb4b720c27516038ae89926bbf6258 Author: Enrico Forestieri Date: Tue Feb 25 12:37:51 2020 +0100 Cleaner fix to ensure 32-bit XCB events This fix still satisfies Valgrind and is cleaner than the approach at 19c41bd0: instead of using calloc we now use the C++11

[LyX/master] Fix Python 3 issues when generating preview snippets

2020-03-14 Thread Enrico Forestieri
commit bd6d09fc98b4bae208499008446d4bb7738111e2 Author: Enrico Forestieri Date: Sat Mar 14 17:03:16 2020 +0100 Fix Python 3 issues when generating preview snippets The log file generated by latex can contain strings encoded in whatever supported encoding. Instead of guessing

[LyX/master] Amend bd6d09fc

2020-03-22 Thread Enrico Forestieri
commit 92c4bb46828941a36cb464bb2202607fe2abb934 Author: Enrico Forestieri Date: Sun Mar 22 22:03:49 2020 +0100 Amend bd6d09fc Was forgetting this. --- lib/scripts/legacy_lyxpreview2ppm.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/scripts

[LyX/master] Raise the window in single-instance mode

2020-04-21 Thread Enrico Forestieri
commit a73c2c2b9342edd875810da700692d908f9ac624 Author: Enrico Forestieri Date: Tue Apr 21 21:55:20 2020 +0200 Raise the window in single-instance mode Other than issuing a warning on the console, now the LyX window is raised when in single-instance mode and no files to load

[LyX/2.3.x] Update it.po

2020-04-23 Thread Enrico Forestieri
commit 7bdbffa88fee90c7d20ac645e96ae8bd3aef1424 Author: Enrico Forestieri Date: Thu Apr 23 16:57:57 2020 +0200 Update it.po po/it.po | 1257 -- 1 files changed, 567 insertions(+), 690 deletions(-) -- lyx-cvs mailing list lyx

[LyX/master] Update it.po

2020-04-23 Thread Enrico Forestieri
commit c4a8a07a091ac86732afcaf70888a3e53768ab69 Author: Enrico Forestieri Date: Thu Apr 23 23:08:36 2020 +0200 Update it.po po/it.gmo | Bin 586880 -> 593938 bytes po/it.po | 7019 - 2 files changed, 3657 insertions(+), 3

[LyX/master] Fix bug #11854

2020-05-17 Thread Enrico Forestieri
commit 49098aa3189c8cc17ce53171eb769c2a192f6e8d Author: Enrico Forestieri Date: Sun May 17 18:15:00 2020 +0200 Fix bug #11854 The code was checking only for particular vertical alignment requests in order to decide to nest a standard array into a 1x1 ams matrix. However

[LyX/2.3.x] Amend bd6d09fc

2020-05-18 Thread Enrico Forestieri
commit 877d296b786fb8c5a19e166ee81a3ab035a608c5 Author: Enrico Forestieri Date: Sun Mar 22 22:03:49 2020 +0100 Amend bd6d09fc Was forgetting this. (cherry picked from commit 92c4bb46828941a36cb464bb2202607fe2abb934) --- lib/scripts/legacy_lyxpreview2ppm.py |2

[LyX/2.3.x] Fix Python 3 issues when generating preview snippets

2020-05-18 Thread Enrico Forestieri
commit 51b8778c73f111772d178192bf41bb0bf0550d31 Author: Enrico Forestieri Date: Sat Mar 14 17:03:16 2020 +0100 Fix Python 3 issues when generating preview snippets The log file generated by latex can contain strings encoded in whatever supported encoding. Instead of guessing

[LyX/2.3.x] Update it.po

2020-05-24 Thread Enrico Forestieri
commit e7e32984cf8af47d4207314424b44d9cd607dc28 Author: Enrico Forestieri Date: Sun May 24 15:18:11 2020 +0200 Update it.po po/it.gmo | Bin 538017 -> 538910 bytes po/it.po | 1266 +++- status.23x |4 +- 3 files changed,

[LyX/master] Update it.po

2020-05-24 Thread Enrico Forestieri
commit 2b30d1d30a4e5c477e63d0db5cce571eae2dc354 Author: Enrico Forestieri Date: Sun May 24 16:23:10 2020 +0200 Update it.po po/it.gmo | Bin 593938 -> 598841 bytes po/it.po | 4403 ++--- 2 files changed, 2427 insertions(+), 1

[LyX/master] Add support for the doublestroke package

2020-06-11 Thread Enrico Forestieri
commit 5a80f7bb6a023dc8e89bf61f7f0803d6999f1f27 Author: Enrico Forestieri Date: Thu Jun 11 16:42:31 2020 +0200 Add support for the doublestroke package This commit adds the mathed command \mathds that selects a font more appropriate than \mathbb for typesetting the

[LyX/master] Amend 5a80f7bb

2020-06-11 Thread Enrico Forestieri
commit 6f6d985b9e5823260d8a51129a0dfb12a00cebb5 Author: Enrico Forestieri Date: Thu Jun 11 17:43:44 2020 +0200 Amend 5a80f7bb Was forgetting this. --- lib/Makefile.am |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index

[LyX/master] MathML: generate only a mathvariant for double-struck font, no redundant class

2020-06-11 Thread Enrico Forestieri
commit c8d0492194c99c4ed53c389a59078b2b2a4d7c15 Author: Thibaut Cuvelier Date: Thu Jun 11 21:25:22 2020 +0200 MathML: generate only a mathvariant for double-struck font, no redundant class --- src/mathed/InsetMathFont.cpp | 16 +--- 1 files changed, 5 insertions(+), 11 delet

[LyX/master] Amend 5a80f7bb

2020-06-12 Thread Enrico Forestieri
commit 85ac309eed0ec274bc83824d04e86f72a71292bf Author: Enrico Forestieri Date: Fri Jun 12 11:50:58 2020 +0200 Amend 5a80f7bb Was missing these. --- src/Font.cpp |2 +- src/FontInfo.cpp |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src

[LyX/master] Document the doublestroke package

2020-06-12 Thread Enrico Forestieri
commit 0e30594eba22aa70a0843b91df990ed670071e74 Author: Enrico Forestieri Date: Fri Jun 12 13:03:01 2020 +0200 Document the doublestroke package --- lib/doc/LaTeXConfig.lyx | 82 +- 1 files changed, 80 insertions(+), 2 deletions(-) diff --git

[LyX/2.3.x] Add support for the doublestroke package

2020-06-12 Thread Enrico Forestieri
commit 10e1f9088301bf50c34744803bf50e24745136e2 Author: Enrico Forestieri Date: Fri Jun 12 23:58:32 2020 +0200 Add support for the doublestroke package This commit adds the mathed command \mathds that selects a font more appropriate than \mathbb for typesetting the

[LyX/master] Add mathds to math type table

2020-06-13 Thread Enrico Forestieri
commit d28e6b00cc9bf1618623d89d9a0f1488b3d58ea5 Author: Enrico Forestieri Date: Sat Jun 13 15:45:36 2020 +0200 Add mathds to math type table --- lib/doc/UserGuide.lyx | 44 +--- 1 files changed, 37 insertions(+), 7 deletions(-) diff --git a/lib

[LyX/2.3.x] Add mathscr and mathds to math type table

2020-06-13 Thread Enrico Forestieri
commit 733aa07d638b4b93a627a1822ee4ca0281bb998e Author: Enrico Forestieri Date: Sat Jun 13 16:00:09 2020 +0200 Add mathscr and mathds to math type table --- lib/doc/UserGuide.lyx | 69 - 1 files changed, 68 insertions(+), 1 deletions

[LyX/master] Correctly display \dag and \ddag in mathed

2020-06-13 Thread Enrico Forestieri
commit 57272e837b148975817440bdc6a66b9935fa00a3 Author: Enrico Forestieri Date: Sat Jun 13 16:42:25 2020 +0200 Correctly display \dag and \ddag in mathed They are synonyms for \dagger and \ddagger and are used in Sect. 13.1 of the math manual. --- lib/symbols |3 +++ 1

[LyX/master] Update copyright notice

2020-06-16 Thread Enrico Forestieri
commit ddcbfb77bf31cfcc93185075fd684d03fa422b46 Author: Enrico Forestieri Date: Tue Jun 16 21:22:42 2020 +0200 Update copyright notice --- src/lyxwinres.rc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/lyxwinres.rc b/src/lyxwinres.rc index 96d68e3..b09b74a

[LyX/master] Add new icon

2020-06-17 Thread Enrico Forestieri
commit 36e615451528b946bc5c189822fc8665a8990db2 Author: Enrico Forestieri Date: Wed Jun 17 19:29:26 2020 +0200 Add new icon This icon has been produced using lyx_doc.svg and contains 3 different sizes (32x32, 64x64, 256x256) instead of only one. --- development/Win32

[LyX/master] Use the same icon as in the cmake build

2020-06-17 Thread Enrico Forestieri
commit 70ccf9f243ea4020bcd392c25af31be90ac7d341 Author: Enrico Forestieri Date: Wed Jun 17 19:52:27 2020 +0200 Use the same icon as in the cmake build --- development/Makefile.am |1 + src/Makefile.am |3 ++- src/lyxwinres.rc|4 ++-- 3 files changed, 5

[LyX/master] Fix compilation on platforms where sizeof(wchar_t) == 2.

2020-07-11 Thread Enrico Forestieri
commit da336cedf3c7a45a9f6ae352d4ffa751ca6aa221 Author: Enrico Forestieri Date: Sat Jul 11 16:19:21 2020 +0200 Fix compilation on platforms where sizeof(wchar_t) == 2. Use "set" instead of "unordered_set" as some facets are missing when using gcc on cygwin,

[LyX/master] Fix placement of limits with integral signs

2020-07-24 Thread Enrico Forestieri
commit 0b3e69167cb0eab323e4fe430c5d75fff9c45f3d Author: Enrico Forestieri Date: Fri Jul 24 12:32:24 2020 +0200 Fix placement of limits with integral signs Since be836909c52 the positioning of super- and subscripts for symbol fonts has been broken because the metrics of the

[LyX/master] Fix typos in lib/symbols

2020-07-24 Thread Enrico Forestieri
commit 585da1de4a0e68ba027c1d484b5d67dc2269870e Author: Enrico Forestieri Date: Fri Jul 24 12:57:00 2020 +0200 Fix typos in lib/symbols This amends e8ee0100 and f96b99dc. --- lib/symbols |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/symbols b

[LyX/master] Update layouts

2020-07-24 Thread Enrico Forestieri
commit 1e2885fe81a71f1b6d983d0517a1d77de5943803 Author: Enrico Forestieri Date: Fri Jul 24 18:50:53 2020 +0200 Update layouts lib/citeengines/basic.citeengine |2 +- lib/citeengines/biblatex-natbib.citeengine |2 +- lib/citeengines/biblatex.citeengine

[LyX/2.3.x] Fix placement of limits with integral signs

2020-07-24 Thread Enrico Forestieri
commit 79998fdc62432c26f97707becd49511d05a87939 Author: Enrico Forestieri Date: Fri Jul 24 19:09:17 2020 +0200 Fix placement of limits with integral signs Since be836909c52 the positioning of super- and subscripts for symbol fonts has been broken because the metrics of the

[LyX/master] Assure correct spacing of colored items in mathed

2020-08-02 Thread Enrico Forestieri
commit 7441172d4d9a26eb4824bb8bee003f457ef34f1c Author: Enrico Forestieri Date: Sun Aug 2 18:58:40 2020 +0200 Assure correct spacing of colored items in mathed When coloring a non-ordinary math atom, explicitly apply its math class, so that to leave unchanged the spacing

[LyX/master] Update it.po

2020-08-02 Thread Enrico Forestieri
commit 7ee1e22949c840483c50b701f12011e6b8439cc3 Author: Enrico Forestieri Date: Sun Aug 2 19:07:43 2020 +0200 Update it.po po/it.gmo | Bin 598841 -> 597108 bytes po/it.po | 1536 2 files changed, 717 insertions(+),

[LyX/master] layouttranslations: nothing to do for it

2020-08-02 Thread Enrico Forestieri
commit 6d35db73fb493c84e8b45daa429d3cd624852caa Author: Enrico Forestieri Date: Sun Aug 2 19:10:03 2020 +0200 layouttranslations: nothing to do for it --- lib/layouttranslations.review |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/layouttranslations.review

[LyX/master] Correctly compute metrics for single-char non-math fonts

2020-08-06 Thread Enrico Forestieri
commit 582296d79a143d918f30c14971c428d830f3752d Author: Enrico Forestieri Date: Thu Aug 6 15:34:54 2020 +0200 Correctly compute metrics for single-char non-math fonts As evidenced by the comment, this corrects a thinko. --- src/frontends/qt/GuiFontMetrics.cpp |2 +- 1 files

[LyX/2.3.x] Correctly compute metrics for single-char non-math fonts

2020-08-06 Thread Enrico Forestieri
commit a85bd343480007cf9d8023bd68a79e97a9233d58 Author: Enrico Forestieri Date: Thu Aug 6 19:10:23 2020 +0200 Correctly compute metrics for single-char non-math fonts No status entry needed, as this amends 79998fdc. --- src/frontends/qt4/GuiFontMetrics.cpp |2 +- 1 files

[LyX/master] Switch font for multipar insets

2020-08-12 Thread Enrico Forestieri
commit f5672a4843eb6b85e61167d0ebd338234346c246 Author: Enrico Forestieri Date: Wed Aug 12 16:25:35 2020 +0200 Switch font for multipar insets Use font switches for insets that allow paragraph breaks rather than insets that do not inherit outer font settings. No change of

[LyX/master] Fix bug #10263

2020-08-12 Thread Enrico Forestieri
commit 001f5a47861f04c985323677dfd17ef15b8c33a7 Author: Enrico Forestieri Date: Wed Aug 12 16:35:12 2020 +0200 Fix bug #10263 --- src/insets/InsetFoot.h |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/insets/InsetFoot.h b/src/insets/InsetFoot.h index

[LyX/master] Correctly set font decorations for multipar insets

2020-08-14 Thread Enrico Forestieri
commit 5791b8bff8650be1ce0a3ee142e131fbc8de8587 Author: Enrico Forestieri Date: Fri Aug 14 12:04:23 2020 +0200 Correctly set font decorations for multipar insets Font decorations such as underline cannot be set for a whole inset that allows paragraph breaks. This commit allows

[LyX/master] Revert "Correctly set font decorations for multipar insets"

2020-08-14 Thread Enrico Forestieri
commit 836300cd33cec51c26d715f01529f31e495fb156 Author: Enrico Forestieri Date: Fri Aug 14 18:01:26 2020 +0200 Revert "Correctly set font decorations for multipar insets" This reverts commit 5791b8bff8650be1ce0a3ee142e131fbc8de8587. --- src/Font.cpp

[LyX/master] Amend f96b99dc

2020-08-28 Thread Enrico Forestieri
commit 8a826918de697e139a477867f6fccfc07ab500e7 Author: Enrico Forestieri Date: Fri Aug 28 17:39:01 2020 +0200 Amend f96b99dc --- lib/symbols | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/symbols b/lib/symbols index 1fa4f69..31491dc 100644 --- a

[LyX/master] Use correct width for \fint

2020-08-29 Thread Enrico Forestieri
commit 80f94a9398ef1843d2592e87bd71d1cd2b40703c Author: Enrico Forestieri Date: Sat Aug 29 20:10:26 2020 +0200 Use correct width for \fint Both QTextLine::naturalTextWidth() and QTextLine::horizontalAdvance() return the same value for \fint. However, examining esint10.ttf with

[LyX/master] Adjust debug output for fonts

2020-09-01 Thread Enrico Forestieri
commit 8039b34802c9e08809c02bb3682ac50439d97951 Author: Enrico Forestieri Date: Tue Sep 1 12:12:55 2020 +0200 Adjust debug output for fonts This restores the debug output as it was intended before the introduction of the LYXERR macro that was unconditionally outputing an

[LyX/master] Personalize fonts

2020-09-03 Thread Enrico Forestieri
commit a9afdbb73c7ee568eeabd2848e9996322e4d5c85 Author: Enrico Forestieri Date: Thu Sep 3 17:46:30 2020 +0200 Personalize fonts When the fonts distributed with texlive with same family name as ours are also managed by fontconfig, Qt is not able to discriminate ours by the

[LyX/2.3.x] Personalize fonts

2020-09-03 Thread Enrico Forestieri
commit 1f1a8f60070fb6dea9b35c9ec3ef91d6307322f0 Author: Enrico Forestieri Date: Thu Sep 3 20:42:05 2020 +0200 Personalize fonts When the fonts distributed with texlive with same family name as ours are also managed by fontconfig, Qt is not able to discriminate ours by the

[LyX/2.3.x] Adjust debug output for fonts

2020-09-03 Thread Enrico Forestieri
commit 82b3a26a320f1056b09d4061bfbe704e838b7487 Author: Enrico Forestieri Date: Thu Sep 3 20:53:41 2020 +0200 Adjust debug output for fonts This restores the debug output as it was intended before the introduction of the LYXERR macro that was unconditionally outputing an

[LyX/master] Rename and update description of fonts

2020-09-03 Thread Enrico Forestieri
commit 50294f644295932feb7dd208ea1e8b183ce570c1 Author: Enrico Forestieri Date: Thu Sep 3 21:45:36 2020 +0200 Rename and update description of fonts --- lib/fonts/README | 84 lib/fonts/ReadmeBaKoMa4LyX.txt | 77

Re: [LyX/master] Personalize fonts

2020-09-03 Thread Enrico Forestieri
On Thu, Sep 03, 2020 at 06:22:40PM +0200, Jean-Marc Lasgouttes wrote: > > I guess the BakomaFontLicence file should be renamed to README and updated. Done at 50294f64. -- Enrico -- lyx-cvs mailing list lyx-cvs@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-cvs

[LyX/2.3.x] Update the autocorrect file

2020-09-03 Thread Enrico Forestieri
commit d8d9ca78dbad054c37b89c5e1d1db063ffc65b90 Author: Enrico Forestieri Date: Thu Sep 3 23:19:25 2020 +0200 Update the autocorrect file Correct or activate some already present shortcuts, and add new ones for easily obtaining the most common fixed size delimiters

Re: [LyX/master] Fix dist

2020-09-04 Thread Enrico Forestieri
On Fri, Sep 04, 2020 at 09:03:35AM +0200, Pavel Sanda wrote: > commit a218f64a56bb1553f2d8e57a647d08bc5e949e77 > Author: Pavel Sanda > Date: Fri Sep 4 09:29:56 2020 +0200 > > Fix dist > --- > lib/Makefile.am |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) I had forgot that.

[LyX/master] Fix on-screen display of special math fonts

2020-09-06 Thread Enrico Forestieri
commit 062d94c5daeede6ee75a78491d1d26be79356192 Author: Enrico Forestieri Date: Sun Sep 6 18:16:04 2020 +0200 Fix on-screen display of special math fonts Make sure that the on-screen representation of the special math fonts mathbb, mathds, mathfrak, mathcal, and mathscr

[LyX/master] Try to use the right width for math symbols

2020-09-08 Thread Enrico Forestieri
commit 0762b52334d8a455a8c2ed08f5cc6ce6d67a35d9 Author: Enrico Forestieri Date: Tue Sep 8 22:30:02 2020 +0200 Try to use the right width for math symbols The rules for typesetting math differ from the rules for typesetting text. For example, two italic 'f' chars

[LyX/2.3.x] Try to use the right width for math symbols

2020-09-08 Thread Enrico Forestieri
commit 34f33b27a36ec3e7298546588768747802f99fcc Author: Enrico Forestieri Date: Wed Sep 9 01:25:12 2020 +0200 Try to use the right width for math symbols The rules for typesetting math differ from the rules for typesetting text. For example, two italic 'f' chars

[LyX/master] Avoid spurious requirements

2020-09-08 Thread Enrico Forestieri
commit fcd14df2306e0ee33c525da7997446c30c8dacd2 Author: Enrico Forestieri Date: Wed Sep 9 01:32:51 2020 +0200 Avoid spurious requirements The macros defined in the symbols file are only used for on-screen representation, so that their definition should not require the use

[LyX/master] Fix bug #10636

2017-05-16 Thread Enrico Forestieri
commit bfe0d52e97e4b77076e9ed6846f638114275e1b2 Author: Enrico Forestieri Date: Tue May 16 20:20:32 2017 +0200 Fix bug #10636 The code was not accounting for partial preview of the source code and was trying to pop a language that was never pushed. --- src/output_latex.cpp

[LyX/master] Amend bfe0d52e

2017-05-16 Thread Enrico Forestieri
commit ead148510bc78116f8367bd061833e05e5e85949 Author: Enrico Forestieri Date: Tue May 16 22:02:42 2017 +0200 Amend bfe0d52e Was forgetting to account for babel. --- src/output_latex.cpp |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src

[LyX/master] Fix bug #10469

2017-05-17 Thread Enrico Forestieri
commit 922d1ddc8c1ef29c17c2e71d91be56ae47b7dd98 Author: Enrico Forestieri Date: Wed May 17 22:31:27 2017 +0200 Fix bug #10469 --- src/frontends/qt4/GuiApplication.cpp |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/frontends/qt4/GuiApplication.cpp b/src

[LyX/2.2.x] Fix bug #10469

2017-05-19 Thread Enrico Forestieri
commit 05d4332152ce8fdba42e894c4246752d2c1c0aab Author: Enrico Forestieri Date: Sat May 20 02:36:16 2017 +0200 Fix bug #10469 --- src/frontends/qt4/GuiApplication.cpp |6 ++ status.22x |1 + 2 files changed, 7 insertions(+), 0 deletions(-) diff --git

[LyX/master] Fix bug #10263

2017-05-23 Thread Enrico Forestieri
commit 3ceb5034905a4594fd100b8c29719699f3e87fb7 Author: Enrico Forestieri Date: Wed May 24 00:24:54 2017 +0200 Fix bug #10263 --- src/insets/InsetFoot.h |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/insets/InsetFoot.h b/src/insets/InsetFoot.h index 67110d2

[LyX/master] Revert 3ceb5034

2017-05-25 Thread Enrico Forestieri
commit 2dde90a8fe48c976c49ff934e67dd4b4ffb5f746 Author: Enrico Forestieri Date: Thu May 25 19:06:52 2017 +0200 Revert 3ceb5034 This does not work when the footnote contains multiple paragraphs and the font properties are changed outside the inset. --- src/insets/InsetFoot.h

[LyX/master] Add an external template for minted

2017-05-28 Thread Enrico Forestieri
commit 85dd9a2f9c81ad8641c31aa1403cab2678590a0e Author: Enrico Forestieri Date: Sun May 28 23:43:19 2017 +0200 Add an external template for minted See #9095 --- lib/Makefile.am |2 + lib/examples/minted.lyx | 213

[LyX/master] Small tweak

2017-05-28 Thread Enrico Forestieri
commit 6da125b296f987cfbd3a7892e33d4bd7fc7b6ed1 Author: Enrico Forestieri Date: Sun May 28 23:46:51 2017 +0200 Small tweak --- lib/examples/minted.lyx |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/examples/minted.lyx b/lib/examples/minted.lyx index 02a36bb

[LyX/master] Add some clarifying comments

2017-05-29 Thread Enrico Forestieri
commit dde3e3003150d56e2262dfb3b77d98b008e61ab7 Author: Enrico Forestieri Date: Mon May 29 12:00:25 2017 +0200 Add some clarifying comments --- lib/examples/minted.lyx |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/examples/minted.lyx b/lib/examples

[LyX/master] Revert a gratuitous change

2017-05-29 Thread Enrico Forestieri
commit 90c423a646252e65e93fe2e9a3b688fff3a37015 Author: Enrico Forestieri Date: Mon May 29 23:22:14 2017 +0200 Revert a gratuitous change This commit reverts a change made at 3bc08a76 that was causing changed output. See: http://www.mail-archive.com/lyx-devel@lists.lyx.org

[LyX/master] Fix bug #10685

2017-05-30 Thread Enrico Forestieri
commit 2a5bb7ab676c4e7e24d384d461a582e44aeeceef Author: Enrico Forestieri Date: Tue May 30 17:49:59 2017 +0200 Fix bug #10685 Make sure to properly nest \begin{lang} and \end{lang} tags even when no language package is selected. In this case, LyX assumes that babel is

[LyX/master] Fix bugs #10650 and #9598

2017-06-03 Thread Enrico Forestieri
commit 55bbd67cde18184082b074f669a6b81cc48257b6 Author: Enrico Forestieri Date: Sat Jun 3 17:26:05 2017 +0200 Fix bugs #10650 and #9598 --- src/Font.cpp |6 +++ src/Font.h |1 + src/Paragraph.cpp| 111 + src

[LyX/master] Do not output a \par inside a local language switch command

2017-06-03 Thread Enrico Forestieri
commit 71f532db4bbce90574781413ffb9f5d2fdeb5b50 Author: Enrico Forestieri Date: Sun Jun 4 03:12:41 2017 +0200 Do not output a \par inside a local language switch command --- src/Font.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Font.cpp b/src/Font.cpp

[LyX/master] Fix up 0cf394dd

2017-06-03 Thread Enrico Forestieri
commit 8ae652eb16d04f6992fc1f28be7b47f7d40017dd Author: Enrico Forestieri Date: Sun Jun 4 03:28:49 2017 +0200 Fix up 0cf394dd --- src/insets/InsetGraphics.cpp |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/insets/InsetGraphics.cpp b/src/insets

[LyX/2.2.x] Fix bug #10636

2017-06-05 Thread Enrico Forestieri
commit 4945fabff125a7184c2f6d18148740d67e754ce0 Author: Enrico Forestieri Date: Mon Jun 5 22:59:25 2017 +0200 Fix bug #10636 The code was not accounting for partial preview of the source code and was trying to pop a language that was never pushed. --- src/output_latex.cpp

[LyX/2.2.x] Fix bugs #9598 and #10650

2017-06-05 Thread Enrico Forestieri
commit 59c22bd7b604a3ba9e0e78f7c51cb601f08d0192 Author: Enrico Forestieri Date: Mon Jun 5 23:14:48 2017 +0200 Fix bugs #9598 and #10650 --- src/Font.cpp |6 +++ src/Font.h |1 + src/Paragraph.cpp| 111 + src

[LyX/2.2.x] Fix bug #10685

2017-06-05 Thread Enrico Forestieri
commit d738151a9b686eb260690780c7ec0edc59cf22fd Author: Enrico Forestieri Date: Tue Jun 6 00:01:14 2017 +0200 Fix bug #10685 Make sure to properly nest \begin{lang} and \end{lang} tags even when no language package is selected. In this case, LyX assumes that babel is being

[LyX/master] Fix bug #9101

2017-06-06 Thread Enrico Forestieri
commit 8dab1cfe7ee6a3bb6d5e57afb55cb357e1e8ec23 Author: Enrico Forestieri Date: Wed Jun 7 00:55:23 2017 +0200 Fix bug #9101 Update the listings inset to optionally use the minted package (instead of the listings one) for typesetting code listings. Only one of the two

[LyX/master] Rename the minted 'lang' external template option as 'language'

2017-06-06 Thread Enrico Forestieri
commit 268ae66e3c7df04effc329373dc887715d9c6f06 Author: Enrico Forestieri Date: Wed Jun 7 01:25:35 2017 +0200 Rename the minted 'lang' external template option as 'language' This is for consistency with the newly introduced support in the listings inset, w

[LyX/master] Add another minted example

2017-06-06 Thread Enrico Forestieri
commit a3389717008ca2e29536285538991ef4d16f947e Author: Enrico Forestieri Date: Wed Jun 7 02:28:21 2017 +0200 Add another minted example This one illustrates the usage of the new minted support. --- lib/Makefile.am |1 + lib/examples/minted-listings.lyx

[LyX/master] Fix a small glitch

2017-06-07 Thread Enrico Forestieri
commit aae04d25b92a97e99b91cbb981f30b4b20d9f4ed Author: Enrico Forestieri Date: Wed Jun 7 15:31:13 2017 +0200 Fix a small glitch When choosing a code language that has dialects in the languages combo box, the dialects combo gets activated also when minted is in use

[LyX/master] Don't allow captions in non-floating listings

2017-06-07 Thread Enrico Forestieri
commit fd0756141c960d1eb2ffa0e947f01f91aa6b6334 Author: Enrico Forestieri Date: Wed Jun 7 18:15:59 2017 +0200 Don't allow captions in non-floating listings It was possible to insert a caption in a listing not marked as floating. This didn't cause errors but the capt

[LyX/master] Simplify preamble code when using listings

2017-06-07 Thread Enrico Forestieri
commit 3cc3ff39a044a484faaaefbecf2a2937f7f102ef Author: Enrico Forestieri Date: Thu Jun 8 04:24:29 2017 +0200 Simplify preamble code when using listings Following an idea from Guillame. --- lib/layouts/stdinsets.inc| 74 + src/insets

[LyX/master] Extend minted support to listings as child documents

2017-06-08 Thread Enrico Forestieri
commit 8fa0e539e52512b80c5c3eac965e3abb98ba484e Author: Enrico Forestieri Date: Thu Jun 8 19:33:54 2017 +0200 Extend minted support to listings as child documents This was slipping through the cracks, apparently... --- src/frontends/qt4/GuiInclude.cpp | 15 +-- src/insets

[LyX/master] Amend fd075614

2017-06-09 Thread Enrico Forestieri
commit ca2d972a3650da73afa1ec02ed930001a8a3ea30 Author: Enrico Forestieri Date: Fri Jun 9 12:35:01 2017 +0200 Amend fd075614 Actually, only when using minted it is not possible to insert a caption in a non-floating listing. --- src/insets/InsetListings.cpp |5 +++-- 1

[LyX/master] Remove the minted external template

2017-06-09 Thread Enrico Forestieri
commit 4722e955a88a45c2af69df5b093ab0ab0c90a2e4 Author: Enrico Forestieri Date: Sat Jun 10 00:12:22 2017 +0200 Remove the minted external template That functionality is now provided by the new support for minted. Also change the example file and accordingly rename it. --- lib

[LyX/master] Was forgetting this at 4722e955

2017-06-09 Thread Enrico Forestieri
commit 9913fe650d70d8b47b1808e0a49bcb0bb113cc3f Author: Enrico Forestieri Date: Sat Jun 10 02:43:16 2017 +0200 Was forgetting this at 4722e955 --- lib/Makefile.am |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index a1d79cc

[LyX/master] Allow captions also on non-floating minted listings

2017-06-10 Thread Enrico Forestieri
commit 3dfa1cb417fe909adb96311500bc00e7f8306fd6 Author: Enrico Forestieri Date: Sat Jun 10 18:43:23 2017 +0200 Allow captions also on non-floating minted listings Minted provides for captions only with floating listings. However, listings always allows captions, and our

[LyX/master] Was forgetting to add the caption to the list of listings

2017-06-10 Thread Enrico Forestieri
commit c5c480bb3c3d99a70e4b3cc6336fda171b080c15 Author: Enrico Forestieri Date: Sat Jun 10 21:00:43 2017 +0200 Was forgetting to add the caption to the list of listings --- src/LaTeXFeatures.cpp |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src

[LyX/master] Quote backspace in string

2017-06-10 Thread Enrico Forestieri
commit 6f12fe596c37c01f983595fd1cc5fc6337ff7001 Author: Enrico Forestieri Date: Sat Jun 10 23:12:49 2017 +0200 Quote backspace in string --- src/insets/InsetListingsParams.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/insets/InsetListingsParams.cpp b

[LyX/master] Change the name of the "List of listings" for minted

2017-06-11 Thread Enrico Forestieri
commit ab47e48dcc525ed30b4e89b782d2ce5c81ca01c5 Author: Enrico Forestieri Date: Sun Jun 11 10:38:44 2017 +0200 Change the name of the "List of listings" for minted I actually checked that minted calls "List of Listings" the list of listings, contrarily to

[LyX/master] Update layouttranslations and remerge po files.

2017-06-11 Thread Enrico Forestieri
commit 6ede3c5f47cc8b105223cf160dd3ef475d4f0502 Author: Enrico Forestieri Date: Sun Jun 11 12:24:24 2017 +0200 Update layouttranslations and remerge po files. Only the new field "List of Listings" with same translation as for "Listings[[List of Listings]]"

[LyX/master] Unify translations

2017-06-11 Thread Enrico Forestieri
commit 405d71c172e0ecd10f833a8be8cd2ab94fd7e1c6 Author: Enrico Forestieri Date: Sun Jun 11 12:34:17 2017 +0200 Unify translations This entry is shared by both listings and minted, so no need to use different strings. --- src/insets/InsetListingsParams.cpp |2 +- 1 files

[LyX/master] Add documentation for minted

2017-06-11 Thread Enrico Forestieri
commit 027cad7f96448fd1a98ee72ed8d6c60077654bf5 Author: Enrico Forestieri Date: Sun Jun 11 13:42:35 2017 +0200 Add documentation for minted --- lib/doc/EmbeddedObjects.lyx | 256 +-- 1 files changed, 247 insertions(+), 9 deletions(-) diff --git a

[LyX/master] Add accelerator

2017-06-11 Thread Enrico Forestieri
commit 55223bdcaa4afdc5a949f88e3ee859609b0bffcf Author: Enrico Forestieri Date: Sun Jun 11 13:58:34 2017 +0200 Add accelerator --- src/frontends/qt4/ui/ListingsSettingsUi.ui |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/frontends/qt4/ui

<    1   2   3   4   5   6   7   8   9   10   >