summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improvements to BSPline widgets:jtx2015-09-012-2/+2
| | | | | | | 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)
* 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)
* typo ?Marc Jeanmougin2015-08-281-1/+1
| | | (bzr r14330)
* 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-181-8/+35
| | | | | | | | | | | | 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)
* A bit more refactor of BSPline tool. Still the bug duplicating end node :(Jabier Arraiza Cenoz2015-08-143-6/+6
| | | (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)
* 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)
* minor coding style changesJabier Arraiza Cenoz2015-08-082-30/+31
| | | (bzr r14284)
* allow more translations than only scaleJabier Arraiza Cenoz2015-08-081-5/+1
| | | (bzr r14283)
* Fix a bug scaling path parametersJabier Arraiza Cenoz2015-08-071-11/+28
| | | (bzr r14282)
* Remove unused function declaration and change some commentsJabier Arraiza Cenoz2015-08-061-51/+49
| | | (bzr r14281)
* Refactor BSPline and Spiro to remove duplicated functionsJabier Arraiza Cenoz2015-08-062-255/+2
| | | (bzr r14280)
* Allow scale on bend itemsJabier Arraiza Cenoz2015-08-051-1/+9
| | | (bzr r14277)
* Fix some transform problems in Bend path.Jabier Arraiza Cenoz2015-08-051-27/+17
| | | | | Also refactor a bit the file to simplify it (bzr r14276)
* Translations. First set of new Indian languages translations (Assamese, ↵Nicolas Dufour2015-08-041-9/+9
| | | | | | | | | | | | | | Dogri, Gujarati, Hindi, Odia, Santali and Tamil. Fixed bugs: - https://launchpad.net/bugs/1316569 - https://launchpad.net/bugs/1316565 - https://launchpad.net/bugs/1316571 - https://launchpad.net/bugs/1316548 - https://launchpad.net/bugs/1316479 - https://launchpad.net/bugs/1316476 - https://launchpad.net/bugs/1316440 (bzr r14274)
* Fixed some typos in bsector and bsplineJabier Arraiza Cenoz2015-08-021-15/+31
| | | | | | In freehand base fix a crash un bend path if no clipboard. Also rewrite retrive clipboard to get it at correct document size (bzr r14272)
* Update simplify interactive to handle trinagle out powerstrokes, also fix it ↵Jabier Arraiza Cenoz2015-08-011-5/+7
| | | | | for Spiro paths. Updated toolbar slider to also update powerstroke points (bzr r14271)
* update to trunkJabier Arraiza Cenoz2015-07-303-6/+37
|\ | | | | (bzr r12588.1.46)
| * Fix LPE stack in interactive simplifyjtx2015-07-271-8/+8
| | | | | | (bzr r14262)
| * merge lp:~inkscape.dev/inkscape/simplify-lpe-pencil-toolbar into lp:inkscapeJabier Arraiza Cenoz2015-07-262-4/+34
| |\ | | | | | | (bzr r14259)
| | * update to trunkJabier Arraiza Cenoz2015-07-255-8/+28
| | |\ | | | | | | | | (bzr r13973.1.20)
| | * \ update to trunkJabier Arraiza Cenoz2015-07-24142-1452/+6245
| | |\ \ | | | | | | | | | | (bzr r13973.1.15)
| | * \ \ update to trunkJabier Arraiza Cenoz2015-04-0916-70/+234
| | |\ \ \ | | | | | | | | | | | | (bzr r13973.1.11)
| | * \ \ \ update to trunkJabier Arraiza Cenoz2015-03-185-88/+215
| | |\ \ \ \ | | | | | | | | | | | | | | (bzr r13973.1.10)
| | * | | | | Update to new simplifyJabier Arraiza Cenoz2015-03-101-2/+0
| | | | | | | | | | | | | | | | | | | | | (bzr r13973.1.9)
| | * | | | | update to trunkJabier Arraiza Cenoz2015-03-101-0/+8
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | (bzr r13973.1.8)
| | * | | | | | Fix new added simplify parameterJabier Arraiza Cenoz2015-03-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r13973.1.7)
| | * | | | | | fix to fit the new parameters of simplify lpeJabier Arraiza Cenoz2015-03-081-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r13973.1.5)
| | * | | | | | allow use multiple lines, added new iconJabier Arraiza Cenoz2015-03-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r13973.1.3)
| | * | | | | | update to trunkJabier Arraiza Cenoz2015-03-082-7/+7
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | (bzr r13973.1.2)
| | * | | | | | | add interactive smooth to pen toolJabier Arraiza Cenoz2015-03-072-4/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13973.1.1)
| * | | | | | | | Fix snapping of start point of path when holding the CTRL key in the Bézier ↵Diederik van Lierop2015-07-251-0/+3
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tool Fixed bugs: - https://launchpad.net/bugs/1432354 (bzr r14257)
* | | | | | | | update to trunkJabier Arraiza Cenoz2015-07-2498-809/+5909
|\| | | | | | | | | | | | | | | | | | | | | | | (bzr r12588.1.45)
| * | | | | | | Make persistence of snap indicator configurable, and clean up the snapping ↵Diederik van Lierop2015-07-245-8/+28
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tab in the preferences dialog Fixed bugs: - https://launchpad.net/bugs/1420301 (bzr r14253)
| * | | | | | Fix a bug continuing a bezier path whith a LPE one like spiro or bspline on ↵Jabier Arraiza Cenoz2015-07-221-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a start node (bzr r14252)
| * | | | | | fix "arrange" tool (typo)Marc Jeanmougin2015-07-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1473711 (bzr r14244)
| * | | | | | Don't allow zero values for width/height and corresponding viewBox numbers.Tavmjong Bah2015-07-131-2/+4
| | | | | | | | | | | | | | | | | | | | | (bzr r14243)
| * | | | | | Fix a bug continuing a bezier path whith a LPE one like spiro or bsplineJabier Arraiza Cenoz2015-07-102-10/+18
| | | | | | | | | | | | | | | | | | | | | (bzr r14239)
| * | | | | | Force PNG bitmap export to always write with PNG extensionJabier Arraiza Cenoz2015-07-101-3/+5
| | | | | | | | | | | | | | | | | | | | | (bzr r14238)
| * | | | | | Sync 2Geom to revision 2413.Krzysztof Kosi??ski2015-07-0411-47/+66
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | May introduce regressions. (bzr r14226)
| | * | | | | | Update to 2Geom revision 2396Krzysztof Kosi??ski2015-05-224-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r14059.2.16)
| | * | | | | | Merge from trunkKrzysztof Kosi??ski2015-05-2230-100/+4813
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | (bzr r14059.2.15)
| | * | | | | | | Fix eraser toolKrzysztof Kosi??ski2015-05-091-6/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14059.2.12)
| | * | | | | | | Merge from trunkKrzysztof Kosi??ski2015-05-0898-749/+431
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | (bzr r14059.2.11)
| | * | | | | | | | Fix node editing problemsKrzysztof Kosi??ski2015-05-081-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14059.2.4)
| | * | | | | | | | Update 2Geom to r2347Krzysztof Kosi??ski2015-04-303-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14059.2.3)
| | * | | | | | | | 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-276-28/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14059.2.1)
| * | | | | | | | | Improve Tips for BSpline modeJabier Arraiza Cenoz2015-06-252-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r14218)