summaryrefslogtreecommitdiffstats
path: root/share (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Upgrade barcodes, more pylint, new Ean2 code and extended Ean13 with ↵Martin Owens2016-04-1417-435/+505
| | | | | | | | | | automatic Ean2 and Ean5 additions (bzr r14842)
* | icons.svg can be reduced in size (fix missing radial gradients)Raphael Rosch2016-04-141-0/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1113302 (bzr r14841)
* | icons.svg can be reduced in size (re-use gradients)Raphael Rosch2016-04-131-363/+169
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1113302 (bzr r14840)
* | Add icon for Live Path Effects dialog.insaner and su_v2016-04-022-1/+16
| | | | | | (bzr r14758)
* | Bug #1553497 Voronoi Extension: Delaunay triangulate can get fill color from ↵Jabier Arraiza Cenoz2016-04-013-11/+58
| | | | | | | | | | | | | | | | sources. Fixed bugs: - https://launchpad.net/bugs/1553497 (bzr r14756)
* | Improve documentationRaphaël Bournhonesque2016-03-251-3/+11
| | | | | | (bzr r14745)
* | Switch too broad Exception exceptions to more specific ones (IOError, ↵Raphaël Bournhonesque2016-03-251-4/+4
| | | | | | | | | | ImportError) (bzr r14744)
* | Cosmetics to make inkex.py pep8 compliantRaphaël Bournhonesque2016-03-251-7/+8
| | | | | | (bzr r14743)
* | Remove deprecated has_key method in inkex.pyRaphaël Bournhonesque2016-03-251-1/+1
| | | | | | (bzr r14742)
* | More complete handling of units for 'line-height' in text toolbar.Tavmjong Bah2016-03-221-14/+0
|\ \ | | | | | | (bzr r14735)
| * | Add line-height unit selector to text toolbar.Tavmjong Bah2016-03-221-14/+0
| | | | | | | | | | | | | | | Remove 'm' and 'ft' non-CSS lengths. (bzr r14716.1.3)
* | | inkex.py code simplification (more compact if conditions, unreachable code)Raphaël Bournhonesque2016-03-221-5/+1
| | | | | | | | | (bzr r14734)
* | | Documentation. French tutorials translation update.Nicolas Dufour2016-03-219-2305/+2305
| | | | | | | | | (bzr r14731)
* | | [Bug #1559679] Make inkex.py PEP8 compliant.raphael02022016-03-201-43/+55
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1559679 (bzr r14726)
* | | [Bug #1518302] Extension new_glyph_layer (Typography) not using decoding ↵me-kell2016-03-201-2/+7
|/ / | | | | | | | | | | | | | | properly. Fixed bugs: - https://launchpad.net/bugs/1518302 (bzr r14722)
* | [Bug #1545726] Incorrect FSF address in many extension files.Nicolas Dufour2016-03-16108-108/+108
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1545726 (bzr r14712)
* | Updates to the branding folder. Set also OFT typosJabier Arraiza Cenoz2016-03-166-11/+10
| | | | | | (bzr r14711)
* | Fix broken compile from branding folderJabier Arraiza Cenoz2016-03-162-3/+4
| | | | | | (bzr r14710)
* | Updates to the branding folder.Jabier Arraiza Cenoz2016-03-154-161/+187
| | | | | | (bzr r14709)
* | Add new TTF to the logo in seamless pattern extensionJabier Arraiza Cenoz2016-03-122-47/+45
| | | | | | | | | | | | | | Add checkboard background to the same extension Update template to 0.01+devel Fix a bug on SPPatern when apply a transform = Affine() (bzr r14700)
* | Add GUI for 'paint-order' property.Tavmjong Bah2016-03-071-0/+84
| | | | | | (bzr r14693)
* | Fix bug: 1552003 Randomize color extension has no limitsJabier Arraiza Cenoz2016-03-022-7/+57
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1552003 (bzr r14680)
* | Remove Maren from AUTHORS (on request) and add nicecharts from upstream ↵Martin Owens2016-02-272-0/+821
|/ | | | | where it was abandoned (bzr r14672)
* Documentation. Greek translation of the Shapes tutorial updated.Nicolas Dufour2016-02-091-350/+350
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1526431 (bzr r14644)
* Allow python extensions to get the list of selected nodesMarc Jeanmougin2016-02-091-0/+3
| | | | | | | | | format : --selected-nodes=id:subpath:position cf https://bugs.launchpad.net/inkscape/+bug/171640 for a debug test extension Fixed bugs: - https://launchpad.net/bugs/171640 (bzr r14641)
* Remove scour folder from makefilesEduard Braun2016-01-131-1/+0
| | | (bzr r14574.1.3)
* Scour extension: Check for availability of required modules and output ↵Eduard Braun2016-01-121-7/+29
| | | | | verbose debug messages in case something goes wrong (bzr r14574.1.2)
* Update Scour extensionEduard Braun2016-01-129-3971/+129
| | | | | | | | | | | | | | | | | | | * Update the Scour extension (scour.inkscape.py) to work with recent versions of the scour module (0.30 and later) (https://github.com/codedread/scour/) * Strip the Scour module from Inkscape source code and use an external copy of instead (i.e. make it a requirement). This avoids any potential license issues with the Scour module's Apache license 2.0 * Update Scour extension dialog (scour.inx) - add new settings added in Scour versions 0.29-0.31 - attempt to arrange/group settings intuitively - convert "help" tabs to individual tooltips for each setting This also fixes bug #748639 since the overall height of the dialog is reduced by splitting settings across three tabs and removing the "Help" tabs (they caused the increased dialog height since they contained a huge amount of text) Fixed bugs: - https://launchpad.net/bugs/1411149 - https://launchpad.net/bugs/748639 (bzr r14574.1.1)
* Support rendering of radial gradients with the 'fr' attribute. New in SVG 2.Tavmjong Bah2016-01-092-0/+3
| | | (bzr r14569)
* Extensions. Revert r14240 and r14241 (obsoleted by r14564)su_v2016-01-071-17/+14
| | | (bzr r14565)
* Fault tolerance for lazily defined SVGAurélio A. Heckert2016-01-061-4/+28
| | | | | Some tools are writing svg without width and height definition (named Illustrator). This causes some extensions to fail. (bzr r14564)
* Tutorials. German and Greek translations update.Nicolas Dufour2015-12-1517-5349/+20605
| | | (bzr r14536)
* Extensions. Fix for 'Alphabet Soup' and 'Foldable Box' in transformed layers ↵su_v2015-12-092-0/+14
| | | | | | | | or groups (bug #1503882) Fixed bugs: - https://launchpad.net/bugs/1503882 (bzr r14425.1.5)
* merge from trunk (r14506)su_v2015-12-076-5/+400
|\ | | | | (bzr r14425.1.4)
| * Add some SVG2 text properties to tables.Tavmjong Bah2015-12-024-0/+52
| | | | | | (bzr r14500)
| * XAML. Fix for Bug #1521686 (Exported Xaml mistaken due to wrong format ↵Nicolas Dufour2015-12-021-1/+1
| | | | | | | | | | | | | | | | number (locale)). Fixed bugs: - https://launchpad.net/bugs/1521686 (bzr r14497)
| * Merge 'writing-modes' branch.Tavmjong Bah2015-11-241-4/+347
| |\ | | | | | | (bzr r14487)
| | * Implement 'text-orientation' with user interface. Update 'writing-mode', ↵Tavmjong Bah2015-10-281-4/+347
| | | | | | | | | | | | | | | | | | | | | adding 'vertical-lr'. Overhaul vertical text. Eliminate any use of "internal" leading in glyph metrics. Etc. (bzr r14430.1.1)
* | | merge from trunk (r14473)su_v2015-11-158-10/+10
|\| | | | | | | | (bzr r14425.1.3)
| * | Typo fixYuri Chornoivan2015-11-011-1/+1
| | | | | | | | | (bzr r14439)
| * | extensions. dxf input. do not use zero font size (Bug 1510909)Alvin Penner2015-10-311-1/+1
| |/ | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1510909 (bzr r14437)
| * add gtk3 experimental support in CMakeShlomi Fish2015-10-265-7/+7
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1509969 (bzr r14430)
| * Extensions. Fixed 'none' setting in flow control dropdown. Fixes bug #1509580Sebastian Wüst2015-10-241-1/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1509580 (bzr r14429)
* | Extensions. Fix view center for Render extensions applied in transformed ↵su_v2015-10-2017-23/+54
| | | | | | | | | | | | | | | | layers or groups (bug #1503882) Fixed bugs: - https://launchpad.net/bugs/1503882 (bzr r14425.1.2)
* | Extensions. Move invertTransform() from voronoi2svg.py to shared module ↵su_v2015-10-204-22/+18
|/ | | | | simpletransform.py (bzr r14425.1.1)
* Extensions. Restack - fix indentation level (follow-up to rev 14424, bug ↵su_v2015-10-201-108/+107
| | | | | #1498583) (bzr r14425)
* Extensions. Restack - add options to reverse, shuffle Z-order of selection ↵su_v2015-10-202-27/+112
| | | | | | | | (bug #1498583) Fixed bugs: - https://launchpad.net/bugs/1498583 (bzr r14424)
* Add 'transform-box' to CSS properties.Tavmjong Bah2015-10-154-0/+11
| | | (bzr r14415)
* Add a few new properties dealing with text and transforms.Tavmjong Bah2015-10-154-2/+90
| | | (bzr r14414)
* Extensions. Random Tree: optionally omit redundant segments (bug #1500124)su_v2015-10-112-4/+14
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1500124 (bzr r14403)