Created
November 13, 2016 01:11
-
-
Save su-v/101015e3f1cb6266339cb9b174f542a5 to your computer and use it in GitHub Desktop.
bzr log -r tag:INKSCAPE_0_92_PRE1..tag:INKSCAPE_0_92_PRE2 --short -n 1 | pbcopy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15118 bryce 2016-10-18 {INKSCAPE_0_92_PRE2} | |
update for 0.92pre2 pre-release | |
15117 bryce 2016-10-18 | |
build: Add support for the WITH_MESH cmake option | |
15116 JazzyNico 2016-10-18 | |
fixes bug: https://launchpad.net/bugs/1633999 | |
[Bug #1633999] xcf export fails if layer names contain non-ASCII characters. | |
15115 Eduard Braun 2016-10-18 | |
Packaging: Make all available languages accessible in NSIS installer | |
- Some code re-factoring to facilitate addition of new languages in future | |
- Update all translation files | |
15114 Eduard Braun 2016-10-17 | |
Packaging: A whole lot of improvements for NSIS | |
- Make the installation components much more robust (i.e. only install what they're supposed to and do not include the same files in different components) | |
- As a result speed up installation times drastically | |
- Offer "Python", "Extensions" and "Dictionaries" as additional (optional) components | |
- A minimal installation can now be as small as 150 MB (compared to the full installation size of 300 MB; typical installation size is 230 MB) | |
- update verision check to require NSIS 3.0 | |
15113 victor.westmann 2016-10-17 | |
fixes bug: https://launchpad.net/bugs/1627166 | |
[Bug #1627166] Brazilian Portuguese translation for 0.92. | |
15112 Eduard Braun 2016-10-16 | |
fixes bug: https://launchpad.net/bugs/420177 | |
Packaging: Restore original Simplified Chinese translation from original bug report (at some point the wrong encoding was used destroying most characters) | |
https://bugs.launchpad.net/inkscape/+bug/420177 | |
15111 Eduard Braun 2016-10-16 | |
Packaging: Make NSIS use Unicode (nativley supported since version 3.0) | |
This fixes a lot of issues with translations and makes handling of the language files much easier | |
15110 Eduard Braun 2016-10-13 | |
Packaging: Commit forgotten macro and fix the issue of leftover empty directories in NSIS installer | |
15109 Eduard Braun 2016-10-10 | |
Packaging: WiX installer | |
- cut down final .msi installer size by 30% (by using best possible LZX compression instead of MSZip) | |
- small README update | |
15108 Eduard Braun 2016-10-10 | |
Packaging: Yet another round of fixes / improvements for NSIS installer | |
- Get the correct installation directory for Inkscape 64-bit | |
- Implement a replacement for the custom MessageBox plug-in which is "is unsupported and not stable to use anymore" [1] | |
- Fix .nsi file encoding (at least for now we build an ANSI installer so we can't use Unicode symbols) | |
- Fix file properties of installer/uninstaller (e.g. it was claimed to be in Ukrainian language) | |
- Add some information that is shown in the "Programs and Features" dialog (publisher, website, installation size) | |
- Improve removal of user preferences | |
- Attempt to remove residual files (notably .pyc files) and delete all empty directories on uninstall) | |
[1] http://nsis.sourceforge.net/MessageBox_plug-in | |
15107 victor.westmann 2016-10-10 | |
fixes bug: https://launchpad.net/bugs/1627166 | |
[Bug #1627166] Brazilian Portuguese translation for 0.92. | |
15106 victor.westmann 2016-10-10 | |
[Packaging] NSIS translation update for pt_br | |
15105 helix84 2016-10-10 | |
Translations. Icelandic translation update. | |
15104 theAdib 2016-10-09 | |
win32: link inkview with inkview.rc | |
15103 Eduard Braun 2016-10-09 | |
Packaging: More fixes for NSIS | |
- Now supports 32-bit and 64-bit distributions | |
- Tries to find the compiled Inkscape files for the distribution (btool vs. cmake) | |
- Fully works with NSIS 3.0 now | |
15102 Eduard Braun 2016-10-08 | |
Packaging: move NSIS plugins and macros to /plugins and /macros subdirs | |
15101 Eduard Braun 2016-10-08 | |
Packaging: Some initial fixes for NSIS | |
15100 Eduard Braun 2016-10-08 | |
Packaging: Some initial fixes for WiX (MSI installer) | |
15099 JazzyNico 2016-10-08 | |
fixes bug: https://launchpad.net/bugs/1419192 | |
[Bug #1419192] 0.91 tarball is missing some test files. | |
15098 jabiertxof 2016-10-08 | |
fixes bug: https://launchpad.net/bugs/1622321 | |
Backport from trunk. Fix bug:1622321 on powerstroke | |
15097 jabiertxof 2016-10-08 | |
fixes bug: https://launchpad.net/bugs/1630796 | |
Backport from trunk. Fix bug:1630796 on flatten button. Attemp 2 | |
15096 jabiertxof 2016-10-07 | |
fixes bug: https://launchpad.net/bugs/1630796 | |
Backport from trunk. Fix bug:1630796 on flatten button | |
15095 jabiertxof 2016-10-07 | |
fixes bug: https://launchpad.net/bugs/1630821 | |
Backport from trunk. Fix bug:1630821 on LPE selected nodes | |
15094 suv-lp 2016-10-01 | |
fixes bug: https://launchpad.net/bugs/1619557 | |
[Bug #1619557] Text and Font (0.92.x): only hide 'spacing_combo', keep other layout options visible | |
15093 suv-lp 2016-10-01 | |
Build. Allowing building without C++11 in the 0.92.x branch. | |
15092 Martin Owens 2016-09-29 | |
Backport fix for lp:1627523, glyphs having the wrong positions because the tangent is reset. | |
15091 tavmjong-free 2016-09-27 | |
Backport of trunk r15137: Rename <mesh> to <meshgradient> per SVG 2 CR specification. | |
Note: <mesh> has been repurposed to be a special shape that tightly wraps a mesh gradient. | |
15090 tavmjong-free 2016-09-26 | |
Backport trunk r15135. Fix undo/redo for mesh gradients. | |
15089 tavmjong-free 2016-09-26 | |
Backport trunk 15134. Add tracing code. | |
This backport not really required but will make merging mesh undo/redo fix easier. | |
15088 tavmjong-free 2016-09-26 | |
Backport trunk r15133. Fix Gtk type error, code cleanup, and documentation. | |
15087 jabiertxof 2016-09-24 | |
Fix bug on reopen mirror simmetry object | |
15086 jabiertxof 2016-09-24 | |
Fix a typo bug | |
15085 jabiertxof 2016-09-24 | |
fixes bug: https://launchpad.net/bugs/1627202 | |
Backport. Fix bug 1627202 on mirror symmetry wrong results on transforms | |
15084 jabiertxof 2016-09-24 | |
Typo fix for name var | |
15083 jabiertxof 2016-09-24 | |
Code improvements on mirror symmetry | |
15082 jabiertxof 2016-09-23 | |
Backport. Fix bug pointed in inkscape devel by Miguel Lopez and CR. Caution now rotate copies and perspective envelope store in a better way the dropdown widgets -enums- | |
15081 tavmjong-free 2016-09-20 | |
Update CSS tables (font-variants, etc.). | |
--------------SS tables (font-variants, etc.). | |
modified: | |
share/attributes/css_defaults | |
share/attributes/cssprops | |
share/attributes/genMapDataCSS.pl | |
15080 ohtsuka-yoshio 2016-09-14 | |
fixes bug: https://launchpad.net/bugs/459914 | |
[Bug #459914] Non-ascii (ja) charactors aren't displayed properly in Handle to grid intersection. | |
15079 firashanife 2016-09-13 | |
fixes bug: https://launchpad.net/bugs/1574561 | |
[Bug #1574561] Italian translation update. | |
15078 Eduard Braun 2016-09-11 | |
cmake: improve "make install" on Windows | |
15077 jabiertxof 2016-09-11 | |
Fix compiler warning | |
15076 jabiertxof 2016-09-11 | |
fixes bugs: https://launchpad.net/bugs/172137 https://launchpad.net/bugs/1621234 | |
Backport from r15111: Fix bugs: #1621234 and #172137 | |
15075 jabiertxof 2016-09-09 | |
fixes bug: https://launchpad.net/bugs/1621213 | |
Backport. Fix bug: #1621213 in Pattern Along Path LPE, remove unused headers | |
15074 tavmjong-free 2016-09-06 | |
Backport trunk r15108 | |
Improve pattern rendering with large pattern transform. | |
Partial fix for bug #1465753. | |
15073 tavmjong-free 2016-09-05 | |
Fix history handling for previous commit. | |
15072 tavmjong-free 2016-09-05 | |
Backport of trunk r15106. | |
Save new 'x' and 'y' attribute values when 'line-height' changed. | |
Partial fix for bug #1590141. | |
15071 jabiertxof 2016-09-05 | |
fixes bug: https://launchpad.net/bugs/744612 | |
Backport. Bug#744612. Add minimun radius value to minimize hangs | |
15070 jabiertxof 2016-09-04 | |
fixes bug: https://launchpad.net/bugs/744612 | |
Backport from trunk. Fix bug#744612 | |
15069 jabiertxof 2016-09-04 | |
Backport: Fix some crash when apply LPE: ej- sometimes Gear | |
15068 Janis Eisaks 2016-09-03 | |
Latvian translation update | |
15067 tavmjong-free 2016-09-01 | |
Backport trunk r15098: | |
Comment out line-height setting code in Text and Font dialog as it does not yet handle absolute units. | |
15066 tavmjong-free 2016-09-01 | |
Backport trunk r15097: | |
Fix font style handling for non-system fonts. | |
Gets rid of some Pango-CRITICAL and Gtk_CRITICAL warnings. | |
15065 tavmjong-free 2016-09-01 | |
Backport trunk r15058 and r15059: | |
Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/ | |
15064 tavmjong-free 2016-09-01 | |
Backport trunk 15063: | |
Use M_PI, M_PI_2. We use these constants everywhere so if they are not defined we are already in trouble. | |
No need to define them ourselves (except maybe in shared libraries). | |
15063 tavmjong-free 2016-09-01 | |
Backport trunk 15085: | |
Don't write out sodipodi:line-spacing. Don't read if 'line-height' already set. | |
Partial fix for #1590141. | |
15062 Ted Gould 2016-08-30 | |
Setting the GTK_PATH variable | |
15061 Ted Gould 2016-08-30 | |
Drop deprectated copy plugin for dump | |
15060 Ted Gould 2016-08-30 | |
Fix GNOME VFS module paths | |
15059 firashanife 2016-08-30 | |
fixes bug: https://launchpad.net/bugs/1590529 | |
[Bug #1590529] Italian Updates for inkscape docs. | |
15058 JazzyNico 2016-08-30 | |
fixes bug: https://launchpad.net/bugs/1447971 | |
[Bug #1447971] User palettes not available if all shared system palettes are deleted from installation. | |
15057 Jabiertxof 2016-08-29 | |
Add phantom bpath to helper | |
15056 jabiertxof 2016-08-29 | |
Partial fix for bug 172063 if finaly we find a better solution for XOR in helper lines. commited for consistent with previous handle line | |
15055 suv-lp 2016-08-29 | |
fixes bug: https://launchpad.net/bugs/1269698 | |
[Bug #1269698] Preferences, Undo, Redo and Revert stock icons are missing. | |
15054 jabiertxof 2016-08-29 | |
Fix a bug in pattern along path at first edit node after applied. Backport from trunk | |
15053 jabiertxof 2016-08-29 | |
Allow update helper paths from LPE widget interaction | |
15052 Ted Gould 2016-08-29 | |
Fixing home directory | |
15051 alvinhochun 2016-08-29 | |
fixes bug: https://launchpad.net/bugs/1425542 | |
[Bug #1425542] Filter applied on group does not auto redraw when edited. | |
15050 Martin Owens 2016-08-27 | |
Back port new ask question link which we control on inkscape.org | |
15049 suv-lp 2016-08-27 | |
fixes bug: https://launchpad.net/bugs/1586568 | |
[Bug #1586568] Interpolate extension creates wrong stroke width. | |
15048 JazzyNico 2016-08-27 | |
fixes bug: https://launchpad.net/bugs/1486403 | |
[Bug #1486403] Updating K&M reference for English (translations already updated). | |
15047 JazzyNico 2016-08-27 | |
fixes bug: https://launchpad.net/bugs/1417923 | |
[Bug #1417923] Fixing issues with titles. | |
15046 JazzyNico 2016-08-27 | |
fixes bug: https://launchpad.net/bugs/1590529 | |
[Bug #1590529] Italian tutorials translation update (and new Elements tutorial translation). | |
15045 bryce 2016-08-25 | |
Disable LPE experimental features | |
This is a patch to disable WITH_LPETOOL and LPE_ENABLE_TEST_EFFECTS in | |
cmake. | |
Patch from Shlomi Fish | |
Partial fix for LP: #1589340 | |
15044 JazzyNico 2016-08-18 | |
fixes bugs: https://launchpad.net/bugs/1607698 https://launchpad.net/bugs/1608152 https://launchpad.net/bugs/1608216 | |
Fix for various sp-canvas regressions in 0.92.x. | |
15043 Eduard Braun 2016-08-17 | |
Add back icon (this time as a copy) | |
15042 Eduard Braun 2016-08-17 | |
Symlinks prevents to even check out the repository on some systems | |
bzr: ERROR: Unable to create symlink 'setup/gui/inkscape.svg' on this platform | |
15041 chironsylvain 2016-08-17 | |
Translations. Merging lp:~chironsylvain/inkscape/translation-fr into lp:inkscape. | |
15040 JazzyNico 2016-08-17 | |
Documentation. Traditional Chinese tutorials and keys reference update. | |
15039 JazzyNico 2016-08-17 | |
fixes bug: https://launchpad.net/bugs/1612957 | |
Documentation. Tutorials translation update for Brazilian Portuguese. | |
15038 JazzyNico 2016-08-17 | |
fixes bug: https://launchpad.net/bugs/1612957 | |
Documentation. New tutorial translations for Portuguese, part 2. | |
15037 JazzyNico 2016-08-17 | |
fixes bug: https://launchpad.net/bugs/1612957 | |
Documentation. New tutorial translations for Portuguese. | |
15036 kris-degussem 2016-08-17 | |
Translations. Dutch translation update. | |
15035 jabiertxof 2016-08-16 | |
Little fix to last commit | |
15034 jabiertxof 2016-08-16 | |
Fix bug in http://www.viva64.com/en/b/0419/ in a experimental effect, trunk substitute this effect soon, I hope | |
15033 Martin Owens 2016-08-16 | |
Back port arc node editing improvements to 0.92 | |
15032 Ted Gould 2016-08-11 | |
Add in libpotrace-dev | |
15031 Ted Gould 2016-08-11 | |
Move to strict confinement | |
15030 Ted Gould 2016-08-11 [merge] | |
Add Snapcraft packaging and a small fix to path-prefix.h | |
15029 jabiertxof 2016-08-04 | |
Revert 15028 revision | |
15028 jabiertxof 2016-08-03 | |
Temporary workarround for bug#1607698, windows one have another file dialog, so maybe we need similar hack to filedialogimpl-win32.cpp | |
15027 xande6ruz 2016-08-02 | |
fixes bug: https://launchpad.net/bugs/1604784 | |
[Bug #1604784] Portuguese translation - Windows installer. | |
15026 firashanife 2016-08-02 | |
fixes bug: https://launchpad.net/bugs/1574561 | |
[Bug #1574561] Italian translation updates for 0.92.x. | |
15025 xande6ruz 2016-07-30 | |
fixes bug: https://launchpad.net/bugs/1604789 | |
[Bug #1604789] Portuguese translation - Interface | |
15024 Krzysztof Kosiński 2016-07-24 | |
Revert the canvas widget changes, which cause performance regressions | |
on GTK2 on some platforms. | |
15023 jabiertxof 2016-07-24 | |
Order some headers | |
15022 jabiertxof 2016-07-24 | |
Fixed a bug on roughen LPE on open paths | |
15021 jabiertxof 2016-07-24 | |
Fises to toggle button and coding style | |
15020 jabiertxof 2016-07-23 | |
Order and cleanup of some LPE | |
15019 Marc Jeanmougin 2016-07-23 | |
Fix auto palette when using extensions | |
15018 Adrian Boguszewski 2016-07-22 | |
fixes bug: https://launchpad.net/bugs/1591390 | |
Fixed null when selection contains more than one item | |
15017 alexhenrie24 2016-07-18 [merge] | |
fixes bug: https://launchpad.net/bugs/1524838 | |
Disambiguate sigc::ptr_fun to fix C++14 compilation. | |
15016 Eduard Braun 2016-07-13 | |
Translations: Update German .po file | |
Includes *a lot* of new and improved translations by Maren Hachmann | |
15015 tavmjong-free 2016-07-10 | |
Comment out unused enum. | |
15014 Kris De Gussem 2016-07-08 | |
Dutch translation update | |
15013 JazzyNico 2016-07-08 | |
Documentation. French documentation translation updated. | |
15012 suv-lp 2016-07-06 | |
fix for mac os | |
15011 Marc Jeanmougin 2016-07-06 [merge] | |
CMake build on windows (merge Sebastian's branch) | |
15010 chironsylvain 2016-07-06 | |
Translations. French translations update. | |
15009 firashanife 2016-07-04 | |
fixes bug: https://launchpad.net/bugs/1574561 | |
[Bug #1574561] Italian translation updates for 0.92.x. | |
15008 tavmjong-free 2016-07-04 | |
Fix typo that prevents reading of 'units-per-em'. | |
15007 tavmjong-free 2016-07-04 | |
Prevent data-losing crash when sorting attributes and Layer dialog open. | |
15006 tavmjong-free 2016-07-02 | |
Rename function, fix some indenting issues. | |
15005 tavmjong-free 2016-07-02 | |
Fix typo from GList purge that broke SVG Font Editor dialog. | |
15004 jabiertxof 2016-07-02 | |
fixes bug: https://launchpad.net/bugs/1598009 | |
Fix bug #1598009 regression on path parameter | |
15003 apenner 2016-06-29 | |
fixes bug: https://launchpad.net/bugs/1593963 | |
avoid zero SBasis curve. (Bug 1593963) | |
15002 Jabiertxof 2016-06-25 | |
fixes bug: https://launchpad.net/bugs/168286 | |
Fix bug#168286 also opem regression on bug#1594565 | |
15001 JazzyNico 2016-06-23 | |
fixes bug: https://launchpad.net/bugs/1594542 | |
[Bug #1594542] Reset paint buckets parameters icon is not visible in Tool Controls Bar. | |
15000 suv-lp 2016-06-23 | |
fixes bug: https://launchpad.net/bugs/1589792 | |
[Bug #1589792] Fix scaling for Draw From Triangle. | |
14999 tghs 2016-06-23 | |
Translation. en_GB translation update. | |
14998 JazzyNico 2016-06-21 | |
fixes bug: https://launchpad.net/bugs/1594113 | |
[Bug #1594113] New extension Deep Ungroup includes hard-coded unit conversion based on 90dpi. | |
14997 JazzyNico 2016-06-20 | |
Fixing missing gettext keyword (regression introduced rev. 14057). | |
14996 firashanife 2016-06-20 | |
fixes bug: https://launchpad.net/bugs/1574561 | |
[Bug #1574561] Italian translation updates for 0.92.x. | |
14995 JazzyNico 2016-06-17 | |
fixes bug: https://launchpad.net/bugs/1454910 | |
[Bug #1454910] Compressed SVG with media error. | |
14994 lohanandrade 2016-06-17 | |
fixes bug: https://launchpad.net/bugs/1580583 | |
[Bug #1580583] update corel draw x8 shortcut. | |
14993 firashanife 2016-06-17 | |
fixes bug: https://launchpad.net/bugs/1574561 | |
[Bug #1574561] Italian translation updates for 0.92.x. | |
14992 JazzyNico 2016-06-17 | |
Fixing wrong gettext keyword preventing translations from being used. | |
14991 jabiertxof 2016-06-16 | |
fixes bugs: https://launchpad.net/bugs/1535444 https://launchpad.net/bugs/1236320 https://launchpad.net/bugs/1586973 | |
Fixes some bugs related to powerstroke 'Powerstroke infinite loop' | |
14990 Marc Jeanmougin 2016-06-16 [merge] | |
fix a bat file | |
14989 Marc Jeanmougin 2016-06-16 | |
remove tabs | |
14988 Marc Jeanmougin 2016-06-16 | |
fixes bug: https://launchpad.net/bugs/1589420 | |
Fix z-cycling (alt+mousewheel) behavior | |
14987 drivehappy 2016-06-14 | |
fixes bug: https://launchpad.net/bugs/1300865 | |
[Bug #1300865] lcms2: crash in Fill and Stroke if linked color profile is missing on local system. | |
14986 brock-alexander 2016-06-14 | |
Merging lp:~inkscape+alexander/inkscape/comments into lp:inkscape. | |
14985 yurchor-gmail 2016-06-14 | |
fixes bug: https://launchpad.net/bugs/1407331 | |
[Bug #1407331] Ukrainian translation update for 0.92. | |
14984 Jabiertxof 2016-06-13 | |
Fix a helper path data | |
14983 tavmjong-free 2016-06-12 | |
Fix faulty comparison function. | |
14982 Jabiertxof 2016-06-12 | |
fixes bug: https://launchpad.net/bugs/1591662 | |
Fix bug 'Persistent measure repositions on middle click' | |
14981 tavmjong-free 2016-06-12 | |
Fix errors do to previous commit. (We have two attribute-test files.) | |
14980 tavmjong-free 2016-06-12 | |
Optionally sort attributes and properties into a canonical order. | |
Useful for comparing different versions of an SVG file. | |
14979 Eduard Braun 2016-06-11 | |
fixes bug: https://launchpad.net/bugs/1591230 | |
Extensions: Use underscored variants of parameters / attribute names in internal extensions where translation via gettext is desired. | |
14978 Eduard Braun 2016-06-11 | |
fixes bug: https://launchpad.net/bugs/1589300 | |
Clean up includes after r14955 | |
14977 tavmjong-free 2016-06-11 | |
A little cleaning up of attributes. | |
14976 Eduard Braun 2016-06-11 | |
Fix a typo that spawned a lot of "unused parameter" warnings when compiling | |
14975 Jabiertxof 2016-06-11 | |
fixes bugs: https://launchpad.net/bugs/540591 https://launchpad.net/bugs/1287996 https://launchpad.net/bugs/456503 | |
fix-bugs #540591 #1287996 and #456503 related to undo in path parameters of LPE | |
14974 JazzyNico 2016-06-11 | |
fixes bug: https://launchpad.net/bugs/1588983 | |
[Bug 1588983] Finish up German tutorials for 0.92 - part 3. | |
14973 Marc Jeanmougin 2016-06-11 [merge] | |
Enabled using the context menu key additionally to the already working Shift+F10 key combination to show the context menu | |
14972 tavmjong-free 2016-06-10 | |
Add 'transform' to list of allowed properties for <flowRoot>. | |
14971 Alexander Valavanis 2016-06-10 | |
Rm unused WITH_GTEST pseudo-option | |
14970 Alexander Valavanis 2016-06-10 | |
fixes bug: https://launchpad.net/bugs/1591251 | |
Rm unnecessary/incorrect post-build message | |
14969 Alexander Valavanis 2016-06-10 | |
Remove unit test dependency on GUI session to allow auto-build in PPA | |
14968 Alexander Valavanis 2016-06-09 [merge] | |
Fix make test target | |
14967 firashanife 2016-06-09 | |
fixes bug: https://launchpad.net/bugs/1574561 | |
[Bug #1574561] Italian translation updates for 0.92.x. | |
14966 Kris De Gussem 2016-06-08 | |
Dutch translation update | |
14965 tavmjong-free 2016-06-08 | |
Only update inkscape.version on successful file write. | |
14964 tavmjong-free 2016-06-08 | |
Really remove last of svg_units. | |
14963 tavmjong-free 2016-06-08 | |
Remove unused svg-units variable. | |
14962 tavmjong-free 2016-06-08 | |
Store rest of string in Inkscape version ('pre' 'devel'). | |
Fix try/catch blocks by really throwing errors. | |
(stringstream doesn't throw errors by default.) | |
14961 JazzyNico 2016-06-08 | |
Translations. PO template update. | |
14960 JazzyNico 2016-06-08 | |
fixes bug: https://launchpad.net/bugs/1590171 | |
[Bug #1590171] Fill and Stroke dialog shows wrong label for Radial gradient. | |
14959 jabiertxof 2016-06-08 | |
Fix wrong string in measure code. Noticed to translators. Thanks CRogers fro the text | |
14958 firashanife 2016-06-07 | |
fixes bug: https://launchpad.net/bugs/1574561 | |
[Bug #1574561] Italian translation updates for 0.92.x. | |
14957 JazzyNico 2016-06-06 | |
fixes bug: https://launchpad.net/bugs/1588983 | |
[Bug #1588983] Finish up German tutorials for 0.92. | |
14956 JazzyNico 2016-06-06 | |
Documentation. French tutorials and man update. | |
14955 Eduard Braun 2016-06-05 | |
Extensions: Fixes and improvements for "gui-text" parameter attribute | |
- "gui-text" was always translated (as opposed to only "_gui-text") | |
- This made it impossible to have parameters without label (since the empty string returns the whole .po file header when translated), which caused an issue in restack extension | |
- Added possibility to specify "msgctxt" for "gui-text" | |
14954 suv-lp 2016-06-05 | |
fixes bug: https://launchpad.net/bugs/1545333 | |
[Bug #1545333] Convenience option (default: ON) for cmake builds to enable SVG2 and experimental LPEs | |
14953 suv-lp 2016-06-05 | |
fixes bug: https://launchpad.net/bugs/1545333 | |
[Bug #1545333] Remove obsolete poppler entries from cmake's template for config.h | |
14952 rafael-g 2016-06-05 | |
fixes bug: https://launchpad.net/bugs/1587311 | |
[Bug #1587311] Entering + into stroke width dialog crashes Inkscape. | |
14951 rafael-g 2016-06-05 | |
fixes bug: https://launchpad.net/bugs/1550178 | |
[Bug #1550178] Inkscape crashed with segfault in ExpressionEvaluator on OpenBSD. | |
14950 tavmjong-free 2016-06-04 | |
fixes bug: https://launchpad.net/bugs/1485197 | |
Fix reading of 'stroke-dasharray' when there is a trailing blank. | |
Also fixes reading a value when there is no digit before a decimal point. | |
14949 Jabiertxof 2016-06-04 | |
Fix for bug on previous commit about guides lock | |
14948 jabiertxof 2016-06-04 | |
Fix a bug in lock guides pointed by suv on IRC | |
14947 tavmjong-free 2016-06-03 | |
Fix guide placement when guides are generated by a template with width/height/viewBox different from default SVG file. | |
14946 houz 2016-06-02 | |
fixes bug: https://launchpad.net/bugs/1457126 | |
Sort color profile lists | |
14945 JazzyNico 2016-06-02 | |
Translations. Updating all translation files. | |
14944 JazzyNico 2016-06-02 | |
Updating Inkscape version in the linked help pages. PO template updated. | |
14943 firashanife 2016-06-02 | |
fixes bug: https://launchpad.net/bugs/1574561 | |
Translations. Italian translation udpate. | |
14942 JazzyNico 2016-06-02 | |
fixes bug: https://launchpad.net/bugs/1508255 | |
[Bug #1508255] Shapes tutorial: things that might need an update. Plus calligraphy update missing from previous commit. | |
14941 JazzyNico 2016-06-02 | |
Documentation. Initial Keys and mouse reference for 0.92. | |
14940 marenhachmann 2016-06-02 | |
fixes bug: https://launchpad.net/bugs/1588078 | |
[Bug #1588078] Update german docs. | |
14939 tavmjong-free 2016-06-01 | |
Remove last use of getSVGUnit() and remove all remnants of this abomination. | |
14938 tavmjong-free 2016-06-01 | |
Replace two instances of getSVGUnit() by getDocumentScale(). | |
Simplify writing of style string. | |
Switch 'pt' to 'px'. | |
14937 tavmjong-free 2016-06-01 | |
Fix tiling when generic template used to create file. Try 2. | |
------------- This line and the following will be ignored -------------- | |
modified: | |
src/ui/dialog/clonetiler.cpp | |
unknown: | |
inkscape_glyph_cursor.txt | |
latex.patch | |
libnrtype_OLD/ | |
share/attributes/attindex.html | |
share/attributes/propidx.html | |
share/extensions/six.py | |
share/icons/icons_template.svg | |
share/icons/symbolic_icons_purged.svg | |
src/cxxtests.xml | |
src/default.svg | |
src/export-objects/ | |
src/glist_removal.diff | |
src/sp-text.cpp_save | |
src/display/cairo-utils.cpp_dither | |
src/display/cairo-utils.h_dither | |
src/display/drawing-shape.cpp_dither | |
src/libnrtype/Layout-TNG-Input.cpp_attempt_to_replace_linefeeds | |
src/libnrtype/Layout-TNG-Input.cpp_works | |
src/ui/dialog/tags_backup.cpp | |
14936 tavmjong-free 2016-06-01 | |
Fix tiling when generic template used to create file. | |
14935 tavmjong-free 2016-06-01 | |
Use CSS 'strut' as minimum value of CSS line box height. | |
14934 JazzyNico 2016-06-01 | |
fixes bug: https://launchpad.net/bugs/1508988 | |
[Bug #1508988] Calligraphy tutorial: things that might need an update. | |
14933 Alexandre Prokoudine 2016-06-01 | |
Update Russian translation | |
14932 JazzyNico 2016-05-31 | |
fixes bug: https://launchpad.net/bugs/1404285 | |
Documentation. French tutorials update. | |
14931 JazzyNico 2016-05-31 | |
fixes bug: https://launchpad.net/bugs/1417283 | |
[Bug #1417283] Q shortcut missing in keys reference. | |
14930 JazzyNico 2016-05-31 | |
Translations. French translation update. | |
14929 JazzyNico 2016-05-30 | |
Extensions. Fix localization in the webbrowser launcher extension (missing call to inkex.localize()). | |
14928 JazzyNico 2016-05-30 | |
Translations. PO template update. | |
14927 JazzyNico 2016-05-30 | |
Extensions. Convert to dashes python file now translatable. | |
14926 mcepl 2016-05-30 | |
fixes bug: https://launchpad.net/bugs/171117 | |
[Bug #171117] (Extensions) Add ungroup all funtion. | |
14925 JazzyNico 2016-05-30 | |
Extensions. Fixing description in Seamless pattern. | |
14924 jonathan-underwood 2016-05-30 | |
fixes bug: https://launchpad.net/bugs/1545771 | |
[Bug #1545771] Rename Drawing Shortcut Group to X-Drawing Shortcut Group. | |
14923 yurchor-gmail 2016-05-30 | |
fixes bug: https://launchpad.net/bugs/1407331 | |
Translations. Ukrainian translation update. | |
14922 JazzyNico 2016-05-30 | |
fixes bug: https://launchpad.net/bugs/1586292 | |
[Bug #1586292] Bad markup found in translations. | |
14921 Jabiertxof 2016-05-29 | |
fixes bug: https://launchpad.net/bugs/1586749 | |
fix-bug-1586749. Broken english in bspline help message | |
14920 jabiertxof 2016-05-27 | |
Add option to perspective-envelope LPE to not make unreal perspectives, as sugest by vlada on IRC | |
14919 Kris De Gussem 2016-05-26 | |
Dutch translation update | |
14918 JazzyNico 2016-05-26 | |
fixes bug: https://launchpad.net/bugs/1538277 | |
[Bug #1538277] Translations in inkex.py fail unless extension script itself initalizes gettext. | |
14917 tavmjong-free 2016-05-25 | |
fixes bug: https://launchpad.net/bugs/1508400 | |
[Bug #1508400] self-intersecting shape display and union error - reverting rev. 14224 and applying the patch at the right place (thanks ~suv!). | |
14916 bryce 2016-05-25 {INKSCAPE_0_92_PRE1} | |
Update for pre1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment