summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix selection issue with ObjectSet::unlinkRecursive() and add tests for it.Alexander Brock2016-11-061-0/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove duplicate code from unlinkRecursive() and fix issue with clones of groupsAlexander Brock2016-11-061-19/+4
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make ObjectSet::unlink() work for clones which are both clipped and maskedAlexander Brock2016-11-041-12/+5
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Preserve clips when unlinking clonesAlexander Brock2016-11-041-27/+52
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "Edit->Clone->Unlink Clones recursively" function (ObjectSet::unlinkRecur...Alexander Brock2016-11-045-11/+80
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add recursive clone unlink featureAlexander Brock2016-10-275-100/+199
| | | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix some bugs on pen/cil dropdown shapesJabier Arraiza Cenoz2016-11-061-42/+42
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | further cppificationMarc Jeanmougin2016-11-065-32/+17
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Minor tweakJabier Arraiza Cenoz2016-11-061-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug on apply bend LPE from pen/cil without cliboard, nothin happends prev...Jabier Arraiza Cenoz2016-11-061-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move a header placeJabier Arraiza Cenoz2016-11-051-1/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix last commit not working, LPE are cloned on copiesJabier Arraiza Cenoz2016-11-053-7/+9
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a bug on duplicate item with multiples LPE on it. previously the LPE beco...Jabier Arraiza Cenoz2016-11-051-23/+17
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix change between multiples LPE in the same itemJabier Arraiza Cenoz2016-11-051-12/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug:1639098Jabier Arraiza Cenoz2016-11-051-2/+9
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug:1639083 crach closing segment with shortcut LPEJabier Arraiza Cenoz2016-11-054-26/+39
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Render meshes with old syntax using camelCase.Tavmjong Bah2016-11-041-0/+6
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix crash in some commandline usageMarc Jeanmougin2016-11-031-1/+2
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert two changes from r15177Marc Jeanmougin2016-11-031-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add some unit tests for object-set cppificationMarc Jeanmougin2016-11-025-6/+18
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix prefs iconTobias Ellinghaus2016-11-021-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix none color in palettes with scrollbarsTobias Ellinghaus2016-11-021-22/+14
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug:1013141 crash deleting LPEJabier Arraiza Cenoz2016-11-021-1/+11
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix fill between many LPE to start up with current pathJabier Arraiza Cenoz2016-11-021-0/+3
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Close the bounding box path LPEJabier Arraiza Cenoz2016-11-021-0/+1
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | allows for denser screens in zoom correction factorsMarc Jeanmougin2016-10-281-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix regression in loop preventionMarc Jeanmougin2016-10-273-27/+16
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prevent image drag/drop from groupingMarc Jeanmougin2016-10-261-1/+12
| |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix signalsMarc Jeanmougin2016-10-254-39/+23
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...Marc Jeanmougin2016-10-2429-996/+984
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CMake: inkscape.com needs the "-mconsole" linker flag to be usefulEduard Braun2016-10-221-0/+2
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug#1635442Jabier Arraiza Cenoz2016-10-221-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update translatorsMarc Jeanmougin2016-10-201-0/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix gradient comparison.Marc Jeanmougin2016-10-201-1/+1
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix CMake dependency orderMarc Jeanmougin2016-10-201-1/+2
| | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug:1634641 crash on deleteJabier Arraiza Cenoz2016-10-192-2/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement 'vector-effect' value 'non-scaling-stroke'. No GUI yet.Tavmjong Bah2016-10-197-7/+50
| | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update author list in about dialog from AUTHORS fileMarc Jeanmougin2016-10-181-1/+8
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use geometric bounding box for fill, visual for stroke in creating mesh.Tavmjong Bah2016-10-181-1/+7
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add option to scale mesh to fit in bounding box.Tavmjong Bah2016-10-176-0/+141
| | |_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement copying of objects with mesh gradients.Tavmjong Bah2016-10-143-78/+105
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bug:1633521 on powerstrokeJabier Arraiza Cenoz2016-10-141-3/+8
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code cleanup: simplify initial mesh color calculation.Tavmjong Bah2016-10-141-24/+9
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Do not create unused "vector" gradient when creating mesh gradient.Tavmjong Bah2016-10-141-20/+28
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure newly created meshes have correct 'gradientUnits'.Tavmjong Bah2016-10-141-4/+4
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused/undefined function.Tavmjong Bah2016-10-141-3/+0
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Better handling of mesh gradients in Paint Selector dialog.Tavmjong Bah2016-10-133-23/+93
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Bug #1630635] Wrong tool tip for new text line height setting.marenhachmann2016-10-121-11/+11
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Render mesh gradients that reference other mesh gradients.Tavmjong Bah2016-10-122-12/+27
| | |_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge a fix and refactorMarc Jeanmougin2016-10-092-60/+16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \