- 25 Jun, 2022 1 commit
-
-
Nathan Lee authored
Also add a couple I missed. (cherry picked from commit 6a7b6107)
-
- 23 Jun, 2022 1 commit
-
-
Tomáš Marný authored
-
- 21 Jun, 2022 10 commits
-
-
Replace some std::map's declared at global scope with static variables local to functions, which will be non-trivially initialized after the entry point to main() and thus after the locale is set. This fixes the breakage of the "3DBox" and "Ellipse" tools on Czech locale (LC_ALL=cs_CZ.UTF-8). Fixes #3571 (cherry picked from commit d0e1ff62)
-
Nathan Lee authored
Fix #3599 (cherry picked from commit e0e0620a)
-
If the prefs are canceled, then the export is not done and it moves onto the next format in the batch export. But because it continues, it skips cleanup steps and this results in the export button being disabled. This moves the cleanup until after all exports are completed. Fixes: inkscape/inkscape#3605 (cherry picked from commit 6b9550fec84f0a103e7c1911cd89c28e6650fd6b)
-
Nathan Lee authored
inkscape/inkscape#2799 (cherry picked from commit 2fe9cf9a3ca62a9ac9ee4c5945111b0672831e8a)
-
(cherry picked from commit a3c85c7f2137c33acee831558b49349cb711e9ee)
-
Removed darkblue and powderblue styling from fonts used in the document and added bold to their styling. This makes the text more legible on both dark and light themes. Earlier the fonts used in the document were illegible on dark themes. Fixes: inkscape/inkscape#910 (cherry picked from commit 7fe10487536b3442809ee03061d55cb16f342afe)
-
Nathan Lee authored
Also panning then switching to 3d box tool. finishItem call still necessary for next click to immediately select the object. inkscape/inkscape#3538 (cherry picked from commit f6e0b532137222f629b318ea7cfb2c1aec7ff505)
-
Nathan Lee authored
Correct text bounds provided by rebuildLayout, removed in b4fa18dd (from SPText::write). Re-adding for a rebuild on every write/update seems excessive, so just added as needed. Fix inkscape/inkscape#3412 (cherry picked from commit 266d37a130382e90f5f6aaca754f37eb9b495555)
-
Nathan Lee authored
Also adds workarounds for missing desktop in CLI. In the future, some helper function in ObjectSet might be necessary but should be done alongside desktop-style refactoring if appropriate. inkscape/inkscape#3502 inkscape/inkscape!4410 (cherry picked from commit 0f8d9ddc9563107e19e3ee9573cc151cfcc47ac6)
-
Using Glib::ustring() instead of std::ostringstream() for item labels ensures that the UTF-8 encoded translations are displayed correct. Fixes inkscape/inkscape#3152 (cherry picked from commit 0b545f952847b324d2308905ecaf2481598eca79)
-
- 19 Jun, 2022 2 commits
-
-
- 10 Jun, 2022 1 commit
-
-
Simos authored
-
- 09 Jun, 2022 1 commit
-
-
Ted Gould authored
-
- 03 Jun, 2022 1 commit
-
-
- 31 May, 2022 2 commits
-
-
Jabier Arraiza authored
-
Jabier Arraiza authored
-
- 17 May, 2022 2 commits
- 14 May, 2022 10 commits
-
-
Marc Jeanmougin authored
Thanks to all Inkscape contributors, community members, and users!
-
Currently selectionChanged should only be passed nullptr during destructor. However refactoring out the doc argument would require a rather clunky destructor with some overlap with connectDocument or selectionChanged. Fix inkscape/inkscape#3508
-
Marc Jeanmougin authored
-
GenericEllise has an internal type, this is set at two points during the sp-factor construction and again when writing out the xml. But undo and redo do not use the factory and obviously shouldn't call the xml-write since it's an xml changing method already. So to keep track it must track the tag name change event and keep the genneric ellipse internal state consistannt. Fixes: #2879
-
-
avoid calling it too often
-
Ted Gould authored
-
Milo Ivir authored
-
Jabier Arraiza authored
-
-
- 13 May, 2022 9 commits
-
-
Jabier Arraiza authored
-
-
-
-
-
On win32, 32 bit, double equality comparison may compare between long double and double (https://stackoverflow.com/a/41411624/7544159). Use approximate comparison to workaround. Fix inkscape/inkscape#3494 (cherry picked from commit 2dd0cadb66dcc25864d1f72606b34d8067652485)
-
Taking from the following functions and windows api docs :guess_category_value:gettext-runtime/intl/dcigettext.c, :gl_locale_name_from_win32_LANGID:gettext-runtime/gnulib-lib/localename.c LANGUAGE may be ignored under some Windows Region Formats, as they are ignored and locale is set to C. LANG is still recognized. See inkscape/inkscape#2920 (cherry picked from commit a7f44ca6226689c1a386573239690782b7e0b892)
-
(cherry picked from commit 7fa5b4505a3dc79eaa0af918ba1ac16510fed412)
-
-