summaryrefslogtreecommitdiffstats
path: root/share (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [LP:1634022] xcf export - Guides and grids wrongly positionned. Guides and ↵jazzynico2017-08-251-18/+63
| | | | grids now correctly support doc scaling (page size/viewbox ration) and export resolution.
* Merge branch 'alvinpenner/inkscape-master'Martin Owens2017-08-132-0/+18
|\
| * Update summersnight.py for https://bugs.launchpad.net/inkscape/+bug/1653650.Alvin Penner2017-07-081-0/+9
| | | | | | compensate for size of viewbox.
| * Update perspective.py for https://bugs.launchpad.net/inkscape/+bug/1653650.Alvin Penner2017-07-081-0/+9
| | | | | | compensate for size of viewbox
* | Add flatten button to simplify, bspline and spiro. Need to rerun cmake ↵Jabier Arraiza2017-08-125-33/+27
| | | | | | | | because file changed
* | Add GUI and code to implement "Line Spacing Modes".Tavmjong Bah2017-08-051-0/+1
| | | | | | | | | | Selecting a Line Spacing Mode allows a user to quickly pick an algorithm for consistant line spacing.
* | bring back the FileSaveTemplate in the menuMarc Jeanmougin2017-07-311-0/+1
| |
* | Fix translation of menus.xmlEduard Braun2017-07-301-21/+21
| | | | | | | | | | | | | | - prefix with underscores to make detectable by intltool-update (was lost with 78cebbf91af8d91681d4ff18b7c1a8b25f2c431a) - fix 'sp_ui_build_dyn_menus()' to account for this and stick with current project standards: translate '_name' but not 'name'
* | More icon clean up (boundingbox).Tavmjong Bah2017-07-309-215/+138
| |
* | More icon clean up (distribute).Tavmjong Bah2017-07-3014-606/+489
| |
* | More icon clean up (transforms).Tavmjong Bah2017-07-297-273/+173
| |
* | More icon clean up.Tavmjong Bah2017-07-289-301/+67
| |
* | Fixes bug https://bugs.launchpad.net/inkscape/+bug/1686551Jabier Arraiza2017-07-271-0/+4
| |
* | More icon clean up.Tavmjong Bah2017-07-275-218/+155
| |
* | More icon clean up.Tavmjong Bah2017-07-2715-407/+184
| |
* | Add C++ based Gtk::Action for choosing one item out of many.Tavmjong Bah2017-07-241-2/+0
| | | | | | | | | | | | | | | | | | | | Options: Show icons and/or labels. Use combbox or radio buttons. Replacement for C based ege-select-one-action. Update text toolbar to use this class, allowing bar to be narrower.
* | Shortcuts: Fix "Tab" vs. "Shift + Tab"Eduard Braun2017-07-181-6/+2
| | | | | | | | | | | | | | | | | | The changes introduced in 46fd67ec49c3988db20db422061a2f52582c896c changed the behavior in this case: - pressing Tab produces a keyval with name "Tab" - pressing Shift+Tab produces a keyval with name "ISO_Left_Tab" the Shift modifier is removed in this case as a "consumed modifier", see commit mentioned above for details
* | root dir tidying: cleanup inkscape iconsEduard Braun2017-07-163-65/+7
| | | | | | | | | | | | | | - move inkscape.ico -> share/branding (it's an icon but it should not end up in an icon theme in share/icons, so this seemed like a better choice) and update depentans (.rc files and NSIS installer) - remove inkscape.png as it was only used by Doxyfile and is mostly redundant to the files in share/icons/application (todo: maybe re-create those files and include a 64x64 size) - use inkscape.svg in Doxyfile (confirmed working). It's a bit too large but looks much nicer than any of the smaller icons in share/icons/application (the recommended maximum size is 55 px height which looks ugly though and is obviously too small, the optimum seems to be somewhere around 70 px) - also remove one of the two flat icons in share/branding which were duplicates (the smaller file was kept but renamed)
* | Shortcuts: remove default.xml from repo to resolve any confusion on what ↵Eduard Braun2017-07-093-900/+193
| | | | | | | | | | | | | | | | file to update (inkscape.xml is the primary shortcut file!) - default.xml will now be autogenerated during "cmake install" - the changes to inkscape.xml correspond to the changes from 72f835c00565835a536531cd81dc6d9a607b615a that were only applied to default.xml - for the error-prone case of running inkscape without installation 7d248fbba5b0c24d9a24cda8c3f2e79f96395553 should provide the proper fallback to inkscape.xml
* | More icon cleanup.Tavmjong Bah2017-07-067-297/+138
| |
* | More icons clean-up.Tavmjong Bah2017-07-046-180/+104
| |
* | More icon clean-up.Tavmjong Bah2017-07-047-184/+79
| |
* | Add icons.html to view icons sorted by menu/tools/dialogs. (Incomplete)Tavmjong Bah2017-07-041-0/+342
| |
* | Fix and cleanup icons.Tavmjong Bah2017-07-024-184/+101
| |
* | Add new verb "save template"Christophe Lebras2017-07-021-48/+50
| |
* | Merge branch 'master' of gitlab.com:walterbender/inkscapeMarc Jeanmougin2017-06-301-0/+5418
|\ \
| * | add Munsell palette formated to show hue pagesWalter Bender2017-06-231-0/+5418
| | |
| * | 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)