summaryrefslogtreecommitdiffstats
path: root/share (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Revert "add Munsell palette"Walter Bender2017-06-231-3204/+0
| | | | | | | | | | | | This reverts commit 9692e3ea5b5a576e50eec1f398e10f06571ebfb2.
| * | add Munsell paletteWalter Bender2017-06-231-0/+3204
| | |
* | | Merge branch 'master' of gitlab.com:inkscape/inkscapeMarc Jeanmougin2017-06-306-200/+151
|\ \ \
| * | | Fix and clean clean some icons.Tavmjong Bah2017-06-306-200/+151
| | | |
* | | | Use Meta for shortcuts on Mac OSMarc Jeanmougin2017-06-301-183/+185
|/ / /
* | | Merge branch 'master' of gitlab.com:inkscape/inkscapeMarc Jeanmougin2017-06-29368-4354/+16586
|\ \ \
| * \ \ Hackfest icon work: restore selected menu icons and make theming easierAlexander Valavanis2017-06-29368-4354/+16586
| |\ \ \
| | * | | Add missing iconAlexander Valavanis2017-06-291-0/+94
| | | | |
| | * | | Remove old icon handling codeAlexander Valavanis2017-06-29366-4340/+16478
| | | | |
| | * | | Add a show-icon attribute to menu XMLAlexander Valavanis2017-06-281-14/+14
| | |/ /
* | / / glade WIPMarc Jeanmougin2017-06-292-1/+382
|/ / /
* | / Remove menus-bars.xml since it's a duplicate fileMartin Owens2017-06-281-276/+0
| |/ |/|
* | Update dxf_input.py for LP Bug #1700582Alvin Penner2017-06-271-2/+2
|/
* Add menus xml in preparation to cleanupMartin Owens2017-06-231-0/+304
|
* Fix err leaking and cmakeMartin Owens2017-06-161-1/+1
|
* Make sure CMake can find the new ui filesMartin Owens2017-06-161-1/+1
|
* Complete to move to using ui files instead of compiled in xmlMartin Owens2017-06-163-0/+449
|
* Use user interface files for the user interfaceMartin Owens2017-06-151-0/+39
|
* [Bug #1695016] Xaml export misses some radialGradients.mgth2017-06-051-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1695016 (bzr r15730)
* Merge in render frame extensionMartin Owens2017-06-044-0/+389
|\ | | | | (bzr r15728)
| * Corrected frame extension inside option box size.Richard White2016-05-191-1/+1
| | | | | | (bzr r14668.1.4)
| * Merge from Inkscape trunk.Richard White2016-05-19146-3542/+4733
| |\ | | | | | | (bzr r14668.1.3)
| * | Corrected frame extension stroke and fill values on 64 bit machine.Richard White2016-05-182-4/+15
| | | | | | | | | | | | | | | The lack of L suffix in the represented hex value caused an improper interpretation. (bzr r14668.1.2)
| * | Added frame extension.Richard White2016-02-274-0/+378
| | | | | | | | | (bzr r14668.1.1)
* | | Explicitly mark input/output via UniConvertor.Tavmjong Bah2017-06-018-8/+8
| | | | | | | | | | | | | | | Helps keep track of which input/output method is being used when multiple options are available. (bzr r15722)
* | | Add 4k, 5k, and 8k screen sizes.Tavmjong Bah2017-05-311-0/+3
| | | | | | | | | (bzr r15721)
* | | Disable LPE from icon files for faster load. Also added a desc in the LPE ↵Jabiertxof2017-05-073-5/+21
| | | | | | | | | | | | | | | icons showing the LPE to apply and allow editing (bzr r15672)
* | | [Bug #1680833] Extrude extension changes edge width thickness.suv-lp2017-05-011-2/+16
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1680833 (bzr r15657)
* | | cmake: do not intalls header files generated by i18n.py (filters.svg.h, ↵Eduard Braun2017-04-295-5/+3
| | | | | | | | | | | | | | | | | | | | | palletes.h, patterns.svg.h, symbols.h, templates.h) they seem to be of little use to the user... (bzr r15652)
* | | Restore r14955 which was reverted in r15047 due to messed up mergeEduard Braun2017-04-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/14955 http://bazaar.launchpad.net/~inkscape.dev/inkscape/trunk/revision/15047 Fixed bugs: - https://launchpad.net/bugs/1669951 (bzr r15633)
* | | Extensions: HPGL: changed command order of cleanup commands so pen plotters ↵Sebastian Wüst2017-04-172-4/+4
| | | | | | | | | | | | | | | react correctly (bzr r15625)
* | | cmake/MSYS2: Spell checking via gtkspell now workingEduard Braun2017-04-082-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * the Aspell backend for Enchant was missing (now available [1]) * actually install the backend * install translations required by gtkspell Also re-enable installation of gtk3 translations after r15583 as we still need them in the context menu of native gtk inputs [1] https://github.com/Alexpux/MINGW-packages/pull/2369 (bzr r15618)
* | | Two Extensions for converting objects to paths before exporting. (Bug 1662531)Alvin Penner2017-03-134-0/+154
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1662531 (bzr r15591)
* | | extensions. dxf output & print_win32_vector. compensate for viewbox. (Bug ↵Alvin Penner2017-03-122-2/+17
| | | | | | | | | | | | | | | | | | | | | | | | 1672066) Fixed bugs: - https://launchpad.net/bugs/1672066 (bzr r15590)
* | | Apply the Albin Penner fix for bug 1663362Alvin Penner2017-03-082-25/+0
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1663362 (bzr r15578)
* | | Fix ACLsEduard Braun2017-03-0514-0/+0
| | | | | | | | | (bzr r15567)
* | | Implement arc "chord" type. (Matches Krita "chord" arc type.)Tavmjong Bah2017-03-021-3/+7
| | | | | | | | | (bzr r15561)
* | | [Bug #980527] Gcodetools: Unlocalized messages.Nicolas Dufour2017-02-2411-25/+25
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/980527 (bzr r15543)
* | | [Bug #1666939] Polar grid: reduce height of options dialog.suv-lp2017-02-232-14/+22
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1666939 (bzr r15541)
* | | Extensions: prevent exception when inst.strerror is NoneSebastian Wüst2017-02-191-1/+1
| | | | | | | | | (bzr r15534)
* | | [Bug #1664372] preset filter names inconsistent.suv-lp2017-02-181-24/+24
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1664372 (bzr r15532)
* | | Extensions: Add 'appearance="url"' to desccription parameters.Eduard Braun2017-02-131-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | It allows to create and add a clickable plain text link to extensions The description parameter's text is escaped and converted to a URL as-is preventing potential security issues The Scour extension shows a first example implementation (bzr r15519)
* | | Extensions: Fix for r15483Eduard Braun2017-02-101-2/+2
| | | | | | | | | | | | | | | (accidentally commited the wrong file version of scour.inx) (bzr r15499)
* | | [Bug #1661989] Toolbar icons have non-transparent backgrounds.tghs2017-02-073-3/+3
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1661989 (bzr r15487)
* | | Extensions: Support for very old versions of Scour (<= 0.26)Eduard Braun2017-02-051-1/+8
| | | | | | | | | | | | | | | We do not really want to support them anymore, but some distros are stuck with it (see https://code.launchpad.net/~mapreri/inkscape/support-scour-0.26/+merge/315348) (bzr r15484)
* | | Extensions: Add a version check for ScourEduard Braun2017-02-052-1/+38
| | | | | | | | | | | | | | | If an older version of Scour is installed on the system notify the user that not all options in the extensions Window might be available (can optionally be turned off) (bzr r15483)
* | | Extensions: Add about screen for Scour extension (aka "optimized SVG output")Eduard Braun2017-02-051-0/+8
| | | | | | | | | (bzr r15482)
* | | save as desktop cutting plotter dxf. compensate for svg document units (Bug ↵Alvin Penner2017-02-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | 1660967) Fixed bugs: - https://launchpad.net/bugs/1660967 (bzr r15469)
* | | extensions.export.win32vectorprint. compensate for svg document units (Bug ↵Alvin Penner2017-02-031-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | 1660474) Fixed bugs: - https://launchpad.net/bugs/1660474 (bzr r15468)
* | | Add GUI support for 'direction' property (right to left vs. left to right text).Tavmjong Bah2017-02-021-0/+87
| | | | | | | | | (bzr r15466)