| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | Extract SPDimensions from spuse | Shlomi Fish | 2017-10-05 | 2 | -24/+4 | |
| | | | | | | ||||||
| | | * | | | Extract a base class, SPDimensions. | Shlomi Fish | 2017-10-05 | 7 | -43/+99 | |
| | | | | | | | | | | | | | | | | | | | | | From two places getting rid of duplicate code. | |||||
| | | * | | | Extract SPRoot::setRootDimensions . | Shlomi Fish | 2017-10-05 | 2 | -39/+44 | |
| | | | | | | ||||||
| | | * | | | Extract unset_x_and_y(). | Shlomi Fish | 2017-10-05 | 2 | -4/+10 | |
| | | | | | | ||||||
| | | * | | | Merge double assignment + eliminate trail space. | Shlomi Fish | 2017-10-05 | 1 | -5/+3 | |
| | | | | | | ||||||
| | * | | | | Fix a few draw-geometry-* icons | Stefano Facchini | 2017-10-07 | 4 | -71/+276 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | For some reason the actual drawing was translated well outside the document borders, making the icons effectively invisible. | |||||
| | * | | | | Ignonore Google Tests files by .gitignore | Jabier Arraiza | 2017-10-07 | 1 | -0/+1 | |
| | | | | | | ||||||
| | * | | | | Fix for bug #412928 Allow clip/mask set inverse | Jabiertxo Arraiza Cenoz | 2017-10-06 | 4 | -174/+117 | |
| | | | | | | ||||||
| | * | | | | Rename get_group0_keyval to get_latin_keyval | Andrey Mozzhuhin | 2017-10-05 | 41 | -87/+87 | |
| | | | | | | ||||||
| | * | | | | Fix bug #1226962 - Keyboard shortcuts (hotkeys) not functional in some | Andrey Mozzhuhin | 2017-10-05 | 3 | -4/+39 | |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | cases in non-latin keyboard layouts The key group with zero index can be a non-Latin layout. Try to determine Latin layout group index at runtime by checking available keymap entries for Latin 'a' keyval. | |||||
| | * | | | Merge branch 'edit-clip-object' of gitlab.com:stfacc/inkscape | Marc Jeanmougin | 2017-10-05 | 9 | -111/+81 | |
| | |\ \ \ | ||||||
| | | * | | | Rename object-edit.cpp to what it really is | Stefano Facchini | 2017-10-01 | 4 | -89/+52 | |
| | | | | | | ||||||
| | | * | | | Fix the editing of clipping and masking objects | Stefano Facchini | 2017-10-01 | 6 | -22/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By passing along an edit_transform matrix, as done for clipping paths. Cleanups: - remove some unused methods - use member initialization | |||||
| | * | | | | Merge branch 'interp_att_ext' of gitlab.com:Moini/inkscape | Marc Jeanmougin | 2017-10-04 | 2 | -146/+160 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Can now interpolate namespaced attributes, uses previously unused units ↵ | Maren Hachmann | 2017-10-03 | 1 | -141/+152 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | field, improved whitespace, removes some duplication, can now use different color formats for start and end value, allows comma as decimal separator, fixes crash of extension when Other attribute is not specified. | |||||
| | | * | | | | Add some help texts, improve structure | Maren Hachmann | 2017-10-03 | 1 | -5/+8 | |
| | | | | | | | ||||||
| | * | | | | | selection clear: First disconnect, then clear | Friedrich Beckmann | 2017-10-04 | 1 | -5/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As proposed by Marc, the objects are first disconnected and then all elements are removed from the container via container.clear. This also avoids the corruption of the iterator as the container is not modified during the iterations. | |||||
| | * | | | | | Fix bug: crash - iterator corrupted by removing objects from container | Friedrich Beckmann | 2017-10-03 | 2 | -4/+11 | |
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On MacOS El Capitan with XCode 7.3 inkscape crashes when a second item is drawn in the drawing area. The crash is triggered by clearing the selection from the previous drawing activity. The reason for the crash is that the iterator is corrupted because during iteration the objects are removed from the container. This patch uses a safe way to remove items from the container and going to the next iteration. Using this patch, inkscape does not crash anymore. | |||||
| | * | | | | removed GList in ruler.cpp | Marc Jeanmougin | 2017-10-03 | 1 | -9/+15 | |
| | | | | | | ||||||
| | * | | | | Merge branch 'master' of gitlab.com:inkscape/inkscape | Marc Jeanmougin | 2017-10-02 | 2 | -1/+18 | |
| | |\ \ \ \ | ||||||
| | | * | | | | Improvements to translations in clone LPE | Jabiertxo Arraiza Cenoz | 2017-10-02 | 2 | -1/+18 | |
| | | | | | | | ||||||
| | * | | | | | third batch | Marc Jeanmougin | 2017-10-02 | 12 | -214/+121 | |
| | | | | | | | ||||||
| | * | | | | | Merge branch 'master' of gitlab.com:inkscape/inkscape | Marc Jeanmougin | 2017-10-02 | 8 | -22/+104 | |
| | |\| | | | | ||||||
| | | * | | | | Add better transform handle to Clone Item LPE | Jabier Arraiza | 2017-10-01 | 8 | -22/+104 | |
| | | |/ / / | ||||||
| | * | | | | Second batch | Marc Jeanmougin | 2017-10-02 | 8 | -299/+138 | |
| | | | | | | ||||||
| | * | | | | First batch | Marc Jeanmougin | 2017-10-01 | 21 | -398/+214 | |
| | | | | | | ||||||
| | * | | | | Merge branch 'master' of gitlab.com:inkscape/inkscape | Marc Jeanmougin | 2017-10-01 | 9 | -31/+67 | |
| | |\| | | | ||||||
| | | * | | | A little styling tweak to a LPE expander | Jabier Arraiza | 2017-10-01 | 1 | -1/+2 | |
| | | | | | | ||||||
| | | * | | | Add button to apply on path parameter as suggest Maren in bug #1715433#23 | Jabier Arraiza | 2017-10-01 | 2 | -4/+21 | |
| | | | | | | ||||||
| | | * | | | CI/AppVeyor: Re-introduce full system upgrade | Eduard Braun | 2017-09-30 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was disabled in 657285e593dc1b901203bd797c335e87672e3d26 to reduce build times. Unfortunately pacman does not update dependencies of installed packages, so if a dependency is already present on the build machine an outdated (and potentially incompatible) version will be used. For an example of such breakage, see https://github.com/Alexpux/MSYS2-packages/pull/1020 https://github.com/appveyor/ci/issues/1822 | |||||
| | | * | | | MSYS2: use custom ImageMagick build as relocation support is broken | Eduard Braun | 2017-09-30 | 1 | -8/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package was configured `--without-modules` which results in ImageMagick's "coders" to be compiled directly into the main library instead of using separate modules (which might not be found). see - https://bugs.launchpad.net/inkscape/+bug/1720330 - https://github.com/Alexpux/MINGW-packages/issues/2995 | |||||
| | | * | | | Do not crash if raster image can not be opened by ImageMagick | Eduard Braun | 2017-09-30 | 1 | -12/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The crash only affected embedded images. (we were already catching the exception when loading a linked file) While at it add some error reporting via debug messages, fix a memory leak and do some minor cleanup. Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/1720330 | |||||
| | | * | | | Fix bug #1719505 segfault on convert to path | Jabier Arraiza | 2017-09-30 | 1 | -1/+6 | |
| | | | | | | ||||||
| | | * | | | Fix bug in comment #20 From Maren in bug #1715433. Clone original LPE can no ↵ | Jabier Arraiza | 2017-09-30 | 2 | -5/+8 | |
| | | | | | | | | | | | | | | | | | | | | | longer be used to fill a powerstroke path | |||||
| | * | | | | Removed all GSList occurences in .h files | Marc Jeanmougin | 2017-10-01 | 39 | -509/+389 | |
| | | | | | | ||||||
| | * | | | | Merge branch 'master' of gitlab.com:inkscape/inkscape | Marc Jeanmougin | 2017-09-30 | 3 | -62/+32 | |
| | |\| | | | ||||||
| | | * | | | Improvements to meassure segments LPE and a little styling tweak to default ↵ | Jabier Arraiza | 2017-09-30 | 3 | -62/+32 | |
| | | | | | | | | | | | | | | | | | | | | | LPE params | |||||
| | * | | | | Merge branch 'master' of gitlab.com:inkscape/inkscape | Marc Jeanmougin | 2017-09-30 | 3 | -12309/+13504 | |
| | |\| | | | ||||||
| | | * | | | Translations: Fix translation error in Icelandic (is) translation | Eduard Braun | 2017-09-29 | 1 | -0/+1 | |
| | | | | | | ||||||
| | | * | | | Translations: Update Icelandic (is) translation | Sveinn í Felli | 2017-09-29 | 1 | -5137/+6140 | |
| | | | | | | | | | | | | | | | | | | | | | https://bugs.launchpad.net/inkscape/+bug/1714468 | |||||
| | | * | | | Translations: Update Russian (ru) translation | Igor Zhigunov | 2017-09-29 | 1 | -101/+189 | |
| | | | | | | ||||||
| | | * | | | Translations: Update Spanish (es) translation | Lucas Vieites | 2017-09-29 | 1 | -7071/+7174 | |
| | | | | | | ||||||
| | * | | | | Hunted every GList to the last (except in libnrtype and libcroco) | Marc Jeanmougin | 2017-09-30 | 13 | -183/+164 | |
| | |/ / / | ||||||
| | * | | | remove helper/gnome-utils.* | Marc Jeanmougin | 2017-09-29 | 4 | -158/+7 | |
| | | | | | ||||||
| | * | | | CI/AppVeyor: Fix tests involving font rendering | Eduard Braun | 2017-09-28 | 1 | -6/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use a custom fonts.conf to load fonts from ./build/fonts folder - manually download fonts required by tests and extract into said folder (subfolders are scanned, too, so that's fine) Now that finally all tests pass: Fail the build if a test fails! | |||||
| | * | | | Tests: Fix problematic rendering test | Eduard Braun | 2017-09-28 | 3 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Renderin was different between 32-bit and 64-bit builds of Inkscape, likely due to rounding issues, see https://gitlab.com/inkscape/inkscape/merge_requests/71#note_40940240) | |||||
| | * | | | MSYS2: Upgrade python packages when re-running the script (pip) | Eduard Braun | 2017-09-28 | 1 | -2/+2 | |
| | | | | | ||||||
| | * | | | MSYS2: Switch to repo.msys2.org URL for imagemagick | Eduard Braun | 2017-09-28 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | (https://twitter.com/sfnet_ops/status/913044025791467520 among other reasons) | |||||
| | * | | | Merge branch 'colord_icc_store' of gitlab.com:fbbdev/inkscape | Marc Jeanmougin | 2017-09-27 | 1 | -0/+16 | |
| | |\ \ \ | ||||||
| | | * | | | Add colord ICC store dirs to CMS search paths | Fabio Massaioli | 2017-09-26 | 1 | -0/+16 | |
| | | | | | | | | | | | | | | | | | | | | | For reference, see https://github.com/hughsie/colord/blob/fe10f76536bb27614ced04e0ff944dc6fb4625c0/lib/colord/cd-icc-store.c#L590 | |||||
