Skip to content

Instantly share code, notes, and snippets.

@su-v
Created January 25, 2017 03:45
Show Gist options
  • Save su-v/d530be1c9610a3d3d9b74e4333328b85 to your computer and use it in GitHub Desktop.
Save su-v/d530be1c9610a3d3d9b74e4333328b85 to your computer and use it in GitHub Desktop.
bzr log -r tag:INKSCAPE_0_92_0..tag:INKSCAPE_0_92_1_PRE0 --short -n 1 | pbcopy
15340 bryce 2017-01-23 {INKSCAPE_0_92_1_PRE0}
update for 0.92.1pre0 pre-release
15339 Marc Jeanmougin 2017-01-24
minor fix to file-update
15338 Marc Jeanmougin 2017-01-24 [merge]
merge 092+lineheight-fix branch
15337 tavmjong-free 2017-01-23
Backport trunk 15386. Fix logic error (non-scaling stroke on text).
This fixes rendering when the 'vector-effect' propery for text has the value 'non-scaling-stroke'.
15336 tavmjong-free 2017-01-23
Backport trunk 15389. Fix misplaced parenthesis reported by compiler warning.
This fixes code that checks for badly formed input.
15335 tavmjong-free 2017-01-23
Backport trunk r15387. Add 'line-height' to allowed properties of tspans.
This prevents the deleting of the 'line-height' property on tspans when
a user requests that Inkscape remove incorrect properties.
15334 JazzyNico 2017-01-23
fixes bug: https://launchpad.net/bugs/1656713
[Bug #1656713] Keys and Mouse reference: Add shortcut '7' for cycling through path effect parameters in node tool.
15333 JazzyNico 2017-01-23
i18n. Fixing gettext initialization in some more extensions.
15332 Marc Jeanmougin 2017-01-22
Backport trunk r15399: install non-executable scripts without executable bit
15331 JazzyNico 2017-01-22
i18n. Partially reverting r15329 (no fix needed for HPGL output).
15330 Alexandre Prokoudine 2017-01-22
Updates and fixes to the Russian translation
15329 JazzyNico 2017-01-22
i18n. Fixing gettext initialization in the HPGL related extensions.
15328 JazzyNico 2017-01-22
i18n. Fixing gettext initialization in the Uniconvertor related extensions.
15327 creedofscience 2017-01-22
fixes bug: https://launchpad.net/bugs/1656726
[Bug #1656726] Adding Russian translation for the shortcut comment.
15326 Jabiertxof 2017-01-21
fixes bug: https://launchpad.net/bugs/1622731
Backport from trunk.Fixes typos in strings. Some typos in Inkscape 0.92 LPE UI
15325 Jabiertxof 2017-01-20
fixes bugs: https://launchpad.net/bugs/1656093 https://launchpad.net/bugs/1656527
Backport from trunk. Fixes bugs in copy LPE's. #1656093:Paste path effect doesn't work on 0.92 and #1656527:Copy & paste of group with shaped path corrupts it, in v0.92
15324 Jabiertxof 2017-01-20
fixes bug: https://launchpad.net/bugs/1622388
Backport from trunk. Fix bug 1622388. Insane memory leak and crash with pattern along path
15323 Jabiertxof 2017-01-20
fixes bug: https://launchpad.net/bugs/1657591
Backport from trunk. Fix bug 1657591. Crash on ungrouping in v0.92. A unnecesary call to update path effect hook the crash, not sure why but this call is unnecesary so I remove it
15322 Eduard Braun 2017-01-18
Fix usage information for "--export-pdf-version"
15321 Eduard Braun 2017-01-17
fixes bugs: https://launchpad.net/bugs/1656763 https://launchpad.net/bugs/1656763
Partially fix opening of librevenge based input formats (cdr/vsd/wpg) on Windows if the filename contains non-ASCII characters
The problem is that "RVNGFileStream" uses "fopen()" internally which only supports ANSI filenames on Windows (i.e. a complete fix would require upstream code changes).
By using "g_win32_locale_filename_from_utf8()" the problem can be worked around in most cases, though:
* the filename is converted to the current codepage (i.e. all 255 characters that are available in the current character encoding are allowed in the filename)
* even if the filename contains a character that's not available in the current character encoding it's attempted to use the alternative short (8.3) file name instead
Therefore the input operation will only fail in the unlikely case that the filename contains a character not available in the current ANSI code page while at the same time short file names are disabled on the file system (which is not the case in standard configurations).
15320 Marc Jeanmougin 2017-01-17
fixes bug: https://launchpad.net/bugs/1656141
Fix regression on selecting objects after locking layers
15319 Eduard Braun 2017-01-16
fixes bug: https://launchpad.net/bugs/1654460
Packaging: Sort translations by name in Windows .exe and .msi installers (before they were sorted by language code)
This commit also adds functionality to automatically parse localized language names from the Inkscape .po file for the NSIS (.exe) installer
Python scripts for Windows packaging are now Python 2/3 compatible and should always handle unicode characters properly.
15318 Eduard Braun 2017-01-15
Extensions: run_command.py - inform user about output to stderr even if error code is zero
15317 JazzyNico 2017-01-13
fixes bug: https://launchpad.net/bugs/1654892
[Bug #1654892] Few typos in Calligraphy tutorial.
15316 seahawk1986-hotmail 2017-01-13
fixes bug: https://launchpad.net/bugs/1650480
[Bug #1650480] pyserial errorhandling in plotter.py tries to iterate over wrong Exception attribute.
15315 JazzyNico 2017-01-12
fixes bug: https://launchpad.net/bugs/1651815
[Bug #1651815] share/examples: rescale svgs to 96 dpi. Fixing incorrectly scaled examples.
15314 Diederik van Lierop 2017-01-11
Fix snapping tooltips and highlighting of snapped bounding boxes (both of which were not shown)
15313 JazzyNico 2017-01-10
fixes bug: https://launchpad.net/bugs/1651334
[Bug #1651334] Strings untranslatable due to word puzzles.
15312 suv-lp 2017-01-09
fixes bug: https://launchpad.net/bugs/1654743
[Bug #1654743] Interpolate extension fails if end path has no 'stroke-width' attribute (0.91, 0.92)
15311 Marc Jeanmougin 2017-01-09
fix typo
15310 suv-lp 2017-01-09
fixes bug: https://launchpad.net/bugs/1654798
[Bug #1654798] Broken icon in LPE 'Fill between many'
15309 Marc Jeanmougin 2017-01-07
suppress warnings on symbols dialog
15308 JazzyNico 2017-01-07
Tutorials. Fixing Calligraphy tutorials (see Bug #1651815).
15307 JazzyNico 2017-01-06
fixes bug: https://launchpad.net/bugs/1651815
[Bug #1651815] share/examples: rescale svgs to 96 dpi.
15306 jmas-softcatala 2017-01-06
fixes bug: https://launchpad.net/bugs/1654312
[Bug #1654312] Tutorials - Catalan translation for Inkscape 0.92.1.
15305 Jabiertxof 2017-01-06
Backport from trunk. Improve UI to partialy fix bug#1654121 now offset in meassure tool is near the only button that have this option. Also improved tooltip
15304 JazzyNico 2017-01-05
Tutorials. Fixing a couple of broken tutorials (see bug #1651815).
15303 Ivan Masár 2017-01-05
* [INTL:sk] Slovak translation update
15302 JazzyNico 2017-01-05
[Bug #1651815] share/examples: rescale svgs to 96 dpi.
Tutorials. New Slovak Tracing pixelart tutorial.
Tutorials. New localized pixelart dialog bitmaps.
15301 bryce 2017-01-03 [merge]
Re-land post-release translation updates
15300 bryce 2017-01-02 {INKSCAPE_0_92_0}
update for 0.92.0 release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment