- Mar 26, 2023
-
-
Federico Bruni authored
-
- Mar 25, 2023
-
-
Jean Abou-Samra authored
According to the docstrings, a system Python was searched because the LilyPond-provided one did not function correctly. With current versions of LilyPond, which use a completely rewritten system for generating the binaries instead of GUB, it does. Fixes #1492
-
Jean Abou-Samra authored
This is a conservative fix for #1419
-
- Mar 22, 2023
-
-
Jean Abou Samra authored
-
- Mar 21, 2023
-
-
Federico Bruni authored
-
- Mar 16, 2023
-
-
Jean Abou Samra authored
AbstractDocument.new_from_url is documented as "intended to open a new Document without instantiating one if loading the contents fails", but failed to do so, causing "frescobaldi nonexistent-document.ly" to open *two* new tabs with a new document for creating nonexistent-document.ly. Fixes #1552
-
- Mar 14, 2023
-
-
Federico Bruni authored
ChangeLog replaced by a new changelog file in Markdown format following the spec defined in keepachangelog.com
-
- May 31, 2022
-
-
Anthony Fok authored
-
- May 05, 2022
-
-
Wilbert Berendsen authored
-
- Mar 20, 2021
-
-
Wilbert Berendsen authored
-
Wilbert Berendsen authored
-
- Feb 02, 2021
-
-
Anthony Fok authored
-
- Dec 25, 2020
-
-
Wilbert Berendsen authored
-
- Dec 12, 2020
-
-
Wilbert Berendsen authored
-
Wilbert Berendsen authored
-
- Aug 27, 2020
-
-
Davide Liessi authored
Fixes #1305
-
- Jul 19, 2020
-
-
Davide Liessi authored
-
Davide Liessi authored
-
Davide Liessi authored
-
- Jul 06, 2020
-
-
Davide Liessi authored
-
- May 25, 2020
-
-
Wilbert Berendsen authored
-
- May 24, 2020
-
-
Ryan Kavanagh authored
-
- May 22, 2020
-
-
Wilbert Berendsen authored
-
Wilbert Berendsen authored
-
- Apr 23, 2020
-
-
Wilbert Berendsen authored
-
- Apr 20, 2020
-
-
Wilbert Berendsen authored
-
- Apr 12, 2020
-
-
Wilbert Berendsen authored
-
- Apr 10, 2020
-
-
Davide Liessi authored
This reverts commit 1588a00c.
-
- Apr 09, 2020
-
-
Davide Liessi authored
-
Wilbert Berendsen authored
-
Davide Liessi authored
* respect custom tool names settings * take custom tool names into account automatically Uses ly_tool automatically in toolcommand by default, still allowing to disable it via optional argument (no use case at the moment, though). This allows toolcommand to know which tool is being called, regardless of custom tool names, which is required for #1232 (Python selection on macOS). * macosx: make OS Python ignore PYTHON* env variables Partially addresses #1232, solving the issue described in https://github.com/frescobaldi/frescobaldi/issues/1232#issue-543283689: Error using convert-ly in Frescobaldi 3.1 Mac app: ImportError: Bad magic number in /Volumes/Frescobaldi/Frescobaldi.app/Contents/Resources/site.pyc * lilychooser: for toolcommands, keep only viable LilyPonds in the list * macosx: choose Python based on actual requirements Fixes #1232
-
- Mar 15, 2020
-
-
Davide Liessi authored
fixes #1272
-
- Mar 09, 2020
-
-
Davide Liessi authored
fixes #1087
-
Davide Liessi authored
- next document: ctrl+tab - previous document: ctrl+shift+tab - start of line: cmd+left - end of line: cmd+right fixes #860
-
Davide Liessi authored
Now that printing with the Arthur backend seems to work correctly, there is no need to direct the user to open the PDF file with an external program. Instead, when printing directly to CUPS, the user is warned about its drawbacks. Accordingly, the default value of the printing/directcups preference is set to False on Mac. Fixes #30
-
- Mar 05, 2020
-
-
Davide Liessi authored
Previously, only very quick pinches changed the scale substantially, because scaleFactor concerns only the last input on the touch device and long (in time) pinches most likely are seen as a sequence of short pinches. Instead, totalScaleFactor concerns the scale change from the beginning of the pinch.
-
Anthony Fok authored
-
- Feb 10, 2020
-
-
Wilbert Berendsen authored
-
- Jan 25, 2020
-
-
Wilbert Berendsen authored
-
- Jan 03, 2020
-
-
Wilbert Berendsen authored
-