summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Another fix for the status bar with mesh gradients.Tavmjong Bah2016-11-171-1/+10
* Remove debug line from last commit.Tavmjong Bah2016-11-171-1/+0
* Fix status bar messages for meshes and gradients.Tavmjong Bah2016-11-172-5/+25
* Fix path outline function for meshes with nrow != ncolumn.Tavmjong Bah2016-11-171-1/+1
* Do not return invalid vector gradient when switching from mesh to linear/radi...Tavmjong Bah2016-11-171-1/+1
* Ensure getVector() and getArray() return a valid gradient pointer.Tavmjong Bah2016-11-171-4/+6
* Split selected rows/columns in half using Insert key.Tavmjong Bah2016-11-163-5/+78
* Implement tweaking of mesh handle colors.Tavmjong Bah2016-11-141-80/+102
* Fit to bounding box: correct transform when mesh has a non-identity gradient ...Tavmjong Bah2016-11-121-0/+9
* Fix rare crash on undo break apartMarc Jeanmougin2016-11-122-5/+7
* Fix selection toolbar icons missing on startMarc Jeanmougin2016-11-121-9/+9
* Add a make inkscape_pot to regen potfileMarc Jeanmougin2016-11-111-1/+1
* Fix filter editor updateMarc Jeanmougin2016-11-111-0/+1
* fix automatic dockbar resizingMarc Jeanmougin2016-11-112-8/+1
* patch for bug 1405292, start clipping with COPY instead of OR so GDI clipping...mathog2016-11-101-1/+1
* resizable undocked dialogsMarc Jeanmougin2016-11-091-0/+2
* merge boolop branch: Move boolop functions from sp_selected_path_<op> to Obje...Marc Jeanmougin2016-11-0911-156/+113
|\
| * Move boolop functions from sp_selected_path_<op> to ObjectSet::path<op>Alexander Brock2016-11-0911-156/+113
* | Click-drag selects nodes rather than creates new mesh if mesh already exists.Tavmjong Bah2016-11-091-1/+18
* | Enable swapping of fill and stroke when one is a mesh.Tavmjong Bah2016-11-091-0/+6
* | Improve mesh handling in Fill and Stroke dialog.Tavmjong Bah2016-11-089-118/+551
* | [Bug #1638472] Quadrant points of ellipse/circle fail to snap (as source or t...suv-lp2016-11-081-3/+4
* | [Bug #262341] Tooltips for LPE tool modes do not show up as translated.Nicolas Dufour2016-11-081-1/+1
* | Remove embedded build date, to allow reproducible building.Mattia Rizzolo2016-11-072-2/+2
|/
* 1639832 Blend and blur unspected resultsJabier Arraiza Cenoz2016-11-072-5/+8
* fix cursor on big endian systemsmpasteven2016-11-061-0/+7
* merge recursive unlink clones branchMarc Jeanmougin2016-11-065-39/+112
|\
| * 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