summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* 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-066-405/+122
| | | (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-052-29/+18
| | | | | 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-023-16/+33
| | | | | | 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-012-10/+41
| | | | | for Spiro paths. Updated toolbar slider to also update powerstroke points (bzr r14271)
* fix for 1478636 (crash on import when comments in defs)Marc Jeanmougin2015-08-011-3/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1478636 (bzr r14270)
* update to trunkJabier Arraiza Cenoz2015-07-3011-133/+275
|\ | | | | (bzr r12588.1.46)
| * fix for a small warning introduced in r14142 (cf ↵Marc Jeanmougin2015-07-291-2/+2
| | | | | | | | | | <https://bugs.launchpad.net/inkscape/+bug/1194091/comments/4>) (bzr r14268)
| * ||Liam P. White2015-07-271-1/+1
| | | | | | (bzr r14267)
| * \nLiam P. White2015-07-271-1/+1
| | | | | | (bzr r14266)
| * + NULL check (fixes bug #1474011 : Segmentation fault in ↵Kris De Gussem2015-07-271-1/+3
| | | | | | | | | | sp_filter_primitive_read_in) (bzr r14263)
| * Fix LPE stack in interactive simplifyjtx2015-07-271-8/+8
| | | | | | (bzr r14262)
| * add flattern button to interactive simplifyJabier Arraiza Cenoz2015-07-273-1/+51
| | | | | | (bzr r14261)
| * merge lp:~inkscape.dev/inkscape/simplify-lpe-pencil-toolbar into lp:inkscapeJabier Arraiza Cenoz2015-07-264-4/+78
| |\ | | | | | | (bzr r14259)
| | * update to trunkJabier Arraiza Cenoz2015-07-258-26/+60
| | |\ | | | | | | | | (bzr r13973.1.20)
| | * | Removes extra unnecesary code pointed by Nathan HurstJabier Arraiza Cenoz2015-07-251-14/+12
| | | | | | | | | | | | (bzr r13973.1.19)
| | * | change from list to vectorJabier Arraiza Cenoz2015-07-241-3/+2
| | | | | | | | | | | | (bzr r13973.1.16)
| | * | update to trunkJabier Arraiza Cenoz2015-07-24609-20457/+31448
| | |\ \ | | | | | | | | | | (bzr r13973.1.15)
| | * | | fix a bug in refactorJabier Arraiza Cenoz2015-04-091-3/+3
| | | | | | | | | | | | | | | (bzr r13973.1.14)
| | * | | Coding style fixesJabier Arraiza Cenoz2015-04-092-43/+43
| | | | | | | | | | | | | | | (bzr r13973.1.13)
| | * | | astyle simplify LPEJabier Arraiza Cenoz2015-04-092-91/+91
| | | | | | | | | | | | | | | (bzr r13973.1.12)
| | * | | update to trunkJabier Arraiza Cenoz2015-04-0956-1374/+1553
| | |\ \ \ | | | | | | | | | | | | (bzr r13973.1.11)
| | * \ \ \ update to trunkJabier Arraiza Cenoz2015-03-1834-444/+825
| | |\ \ \ \ | | | | | | | | | | | | | | (bzr r13973.1.10)
| | * | | | | Update to new simplifyJabier Arraiza Cenoz2015-03-101-2/+0
| | | | | | | | | | | | | | | | | | | | | (bzr r13973.1.9)
| | * | | | | update to trunkJabier Arraiza Cenoz2015-03-105-34/+91
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | (bzr r13973.1.8)
| | * | | | | | Fix new added simplify parameterJabier Arraiza Cenoz2015-03-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | (bzr r13973.1.7)
| | * | | | | | update to trunkJabier Arraiza Cenoz2015-03-094-55/+40
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | (bzr r13973.1.6)
| | * | | | | | | fix to fit the new parameters of simplify lpeJabier Arraiza Cenoz2015-03-081-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13973.1.5)
| | * | | | | | | fixing icons and update to trunkJabier Arraiza Cenoz2015-03-085-29/+7
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | (bzr r13973.1.4)
| | * | | | | | | | allow use multiple lines, added new iconJabier Arraiza Cenoz2015-03-083-16/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13973.1.3)
| | * | | | | | | | update to trunkJabier Arraiza Cenoz2015-03-0810-32/+76
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | (bzr r13973.1.2)
| | * | | | | | | | | add interactive smooth to pen toolJabier Arraiza Cenoz2015-03-074-4/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r13973.1.1)
| * | | | | | | | | | Commented out tidy_operator_styled_whitespace (fixes bug 1477723).Marc Jeanmougin2015-07-261-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1477723 (bzr r14258)
| * | | | | | | | | | 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)