summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixes bug:1492704 in bsplinejtx2015-09-081-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1492704 (bzr r14347)
* for a zero sbasis, set the size to 1. (Bug 1478168)Alvin Penner2015-09-061-2/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1478168 (bzr r14346)
* Attempt to fix 1417173 (undo duplicate gradient crash)Marc Jeanmougin2015-09-051-10/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1417173 (bzr r14345)
* Quick fix for previous fix (i cannot understand why the previous fix still ↵Marc Jeanmougin2015-09-051-1/+1
| | | | | works fine, but it will be cleaner with this anyway) (bzr r14344)
* better ordering of setting the ids in the group to symbol codeMarc Jeanmougin2015-09-051-3/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1492615 (bzr r14343)
* Fix z-order in creating symbolsMarc Jeanmougin2015-09-051-1/+2
| | | (bzr r14342)
* Changed some strings to BSPLine widgetsJabier Arraiza Cenoz2015-09-012-16/+16
| | | (bzr r14339)
* Improvements to BSPline widgets:jtx2015-09-014-22/+29
| | | | | | | Now the "Change Weight" is % based insteas 0-1 interval Removed "Ignore cusp nodes" and substituted by: "Apply on cusp nodes" and "Apply on non cusp nodes" (bzr r14337)
* Merge faster touch selectJohn Bintz2015-09-011-32/+45
|\ | | | | (bzr r14336)
| * Cache SVG DOM node order for faster touch selection.John Bintz2015-05-231-32/+45
| | | | | | (bzr r14169.1.1)
* | Fix restoring previous state of 'Objects' and 'Selection sets' dialogssu_v2015-08-311-0/+2
| | | | | | (bzr r14335)
* | Why would anyone make a sorting function that is not antisymmetric ? That ↵Marc Jeanmougin2015-08-301-9/+3
| | | | | | | | | | | | | | | | makes std::sort crash, and makes me sad. Fixed bugs: - https://launchpad.net/bugs/1490196 (bzr r14334)
* | lpe-powerstroke. validity check on data. (Bug 1487424)Alvin Penner2015-08-301-2/+5
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1487424 (bzr r14333)
* | Ensure strncpy'd strings are null terminatedBryce Harrington2015-08-294-3/+9
| | | | | | (bzr r14332)
* | Fix a bug on ToogleButton Parameter when call a function without showing the ↵Jabier Arraiza Cenoz2015-08-291-0/+4
| | | | | | | | | | parameter widget (bzr r14331)
* | typo ?Marc Jeanmougin2015-08-281-1/+1
| | | | | | (bzr r14330)
* | Improve elastic mode in transform by two points LPEjtx2015-08-281-1/+5
| | | | | | (bzr r14329)
* | Add lock angle to transform by two points LPEJabier Arraiza Cenoz2015-08-272-33/+45
| | | | | | (bzr r14328)
* | Changed from fixed width to lock width, removed one widget to the transform ↵Jabier Arraiza Cenoz2015-08-272-29/+22
| | | | | | | | | | by 2 pts (bzr r14326)
* | Added fixed and elastic modes to transform by two knotsJabier Arraiza Cenoz2015-08-262-8/+92
| | | | | | (bzr r14325)
* | Prevent crash when "vector" doesn't exist (i.e. for mesh gradient).Tavmjong Bah2015-08-251-1/+3
| | | | | | (bzr r14324)
* | Guides. Fix for bug #1374870 (Guide colour not rendered opening saved document)Geoff Lankow2015-08-254-4/+17
|\ \ | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1374870 (bzr r14323)
| * | Read inkscape:color attribute in more placesGeoff Lankow2015-07-152-0/+2
| | | | | | | | | (bzr r14228.1.4)
| * | Reread guide colour after setting default colourGeoff Lankow2015-07-121-5/+6
| | | | | | | | | (bzr r14228.1.3)
| * | Read attribute after setting the defaultGeoff Lankow2015-07-112-2/+6
| | | | | | | | | (bzr r14228.1.2)
| * | Read inkscape:color attribute on guidesGeoff Lankow2015-07-074-1/+7
| | | | | | | | | (bzr r14228.1.1)
* | | Fix a big on apply on closed path Transform By two knotsJabier Arraiza Cenoz2015-08-241-0/+4
| | | | | | | | | (bzr r14322)
* | | update to trunkJabier Arraiza Cenoz2015-08-2437-836/+605
|\ \ \ | | | | | | | | (bzr r13879.1.22)
| * | | Revert custom gdl patch (focus indicator of docked dialogs) for Quartz ↵su_v2015-08-232-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backend (bug #1363998) Fixed bugs: - https://launchpad.net/bugs/1363998 (bzr r14319)
| * | | Add 'inkscape:_templateinfo' back to sp-factory.cpp (got lost in r13940).su_v2015-08-231-0/+2
| | | | | | | | | | | | (bzr r14318)
| * | | Remove remnants of r4454 (ige-mac-menu), no longer needed after r10950.su_v2015-08-231-1/+0
| | | | | | | | | | | | (bzr r14317)
| * | | Simplify a bit BSpline codeJabier Arraiza Cenoz2015-08-221-61/+22
| | | | | | | | | | | | (bzr r14316)
| * | | indentation and whitespace fixesFelipe Corrêa da Silva Sanches2015-08-211-18/+18
| | | | | | | | | | | | (bzr r14314)
| * | | small fix for pasting svg that were not copied in inkscapeMarc Jeanmougin2015-08-201-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1486927 (bzr r14311)
| * | | UI. Fix for Bug #1485831 (Preview of bitmap image in file chooser no longer ↵Nicolas Dufour2015-08-201-28/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | displays its dimensions). Fixed bugs: - https://launchpad.net/bugs/1485831 (bzr r14310)
| * | | Allows for copying clones between inkscape instances.Marc Jeanmougin2015-08-182-10/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch puts the original of clones as children of _clipnode (<inkscape:clipboard>). Then, on paste, it checks for the presence of an element with the right id (so that it does not breaks copypaste clones in the same doc), then pastes all, and deletes the original if needed (which automagically unlinks the clone if needed). [an alternate solution is to put the original in the defs (which might cause edition problems) and not unlink. Depending on whether people would be more interested in this behavior there could be a preference item to choose] Fixed bugs: - https://launchpad.net/bugs/167907 (bzr r14309)
| * | | added a check that is present in surrounding code, but not on this ↵Marc Jeanmougin2015-08-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | particular line, which is most infortunate, since it led to a crash. Fixed bugs: - https://launchpad.net/bugs/1445204 (bzr r14308)
| * | | import images with dpi from file : xscale and yscale were not rounded but ↵Marc Jeanmougin2015-08-172-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | floored, which resulted in 0 values for big images, and numerical mayhem ensued ("inf" and "nan"). Fixed bugs: - https://launchpad.net/bugs/1479193 (bzr r14307)
| * | | Fixes doubled transparency computation on bitmaps for some reasonMarc Jeanmougin2015-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1434122 (bzr r14306)
| * | | fix for ungrouping dynamic offset displacement bugMarc Jeanmougin2015-08-161-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/844909 (bzr r14305)
| * | | add inkview to the cmake buildJuan Luis Boya2015-08-142-27/+30
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1484330 (bzr r14302)
| | * | | Do not add .def files to the build listJuan Luis Boya García2015-08-131-1/+1
| | | | | | | | | | | | | | | (bzr r14293.1.2)
| | * | | Add inkview to the CMake build.Juan Luis Boya García2015-08-131-26/+29
| | | | | | | | | | | | | | | (bzr r14293.1.1)
| * | | | A bit more refactor of BSPline tool. Still the bug duplicating end node :(Jabier Arraiza Cenoz2015-08-144-7/+7
| | | | | | | | | | | | | | | (bzr r14301)
| * | | | Refactor of BSPline code attemping to fix the duplicate end node bug, not ↵Jabier Arraiza Cenoz2015-08-134-74/+51
| | | | | | | | | | | | | | | | | | | | | | | | | sure if fixed jet (bzr r14300)
| * | | | 2Geom: update to r2422.Krzysztof Kosi??ski2015-08-136-55/+51
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes LP #1482806: crash on Pattern along Path with horizontal segments. This was caused by empty SBasis objects. After the changes in 2Geom, empty SBasis objects should no longer be created. Fixed bugs: - https://launchpad.net/bugs/1482806 (bzr r14299)
| * | | Translations. Last set of new Indian languages translations (Kannada, ↵Nicolas Dufour2015-08-121-16/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Kashmiri [Perso-Arabic and Devanagari scripts], Kokani [Roman and Devanagari scripts], Maithili, and Manipuri [Meetei Mayek and Bengali scripts]). Fixed bugs: - https://launchpad.net/bugs/1316550 - https://launchpad.net/bugs/1316555 - https://launchpad.net/bugs/1316559 - https://launchpad.net/bugs/1316560 - https://launchpad.net/bugs/1316561 (bzr r14291)
| * | | Translations. Second set of new Indian languages translations (Bodo, ↵Nicolas Dufour2015-08-111-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Malayalam, Marathi, Urdu, Sindhi [PA and Devanagari], and Sanskrit). Fixed bugs: - https://launchpad.net/bugs/1316442 - https://launchpad.net/bugs/1316564 - https://launchpad.net/bugs/1316427 - https://launchpad.net/bugs/1316572 - https://launchpad.net/bugs/1316570 - https://launchpad.net/bugs/1316566 (bzr r14288)
| * | | for spiro converters, close path only after last segment. (Bug 1473641)Alvin Penner2015-08-083-31/+40
| | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1473641 (bzr r14285)
| * | | minor coding style changesJabier Arraiza Cenoz2015-08-082-30/+31
| | | | | | | | | | | | (bzr r14284)