summaryrefslogtreecommitdiffstats
path: root/share (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Add canvas flipping/rotation reset to the menu, improve stringsMoini2017-12-031-0/+7
|/ /
* | Optionaly measure only selected elementsJabier Arraiza2017-12-021-0/+1
| |
* | Fixes issue with extension not working in documents without a document ↵Maren Hachmann2017-11-281-1/+1
|/ | | | height, see also https://answers.launchpad.net/inkscape/+question/631890 and https://answers.launchpad.net/inkscape/+question/661126
* Merge branch 'doxygen-separate' of gitlab.com:monomon/inkscapeMarc Jeanmougin2017-11-221-0/+55
|\
| * Add configuration to build python extension docs with doxygenMois Moshev2017-11-141-0/+55
| | | | | | | | | | | | * Build them separately from cpp sources - separate doxyfile, separate target directory * Also add a subpage linking to common python files
* | Remove invisible bitmap image in Tango color management iconMaren Hachmann2017-11-171-8/+0
| |
* | Break Tango icons into individual files and install in proper location.Tavmjong Bah2017-11-17260-8357/+43856
| | | | | | | | | | Changing theme to Tango should change icons in Inkscape. Note, some icons are missing and Inkscape's Tango icons are rendered larger than stock Tango icons.
* | Move icons into hicolor subdirectory. Theming should work if other ↵Tavmjong Bah2017-11-15390-7/+24
|/ | | | directories added.
* Merge branch 'master' into powerpencilJabiertxo Arraiza Cenoz2017-11-1040-6596/+8308
|\
| * Merge branch 'luzpaz/inkscape-typos' (!119)Eduard Braun2017-11-0736-57/+57
| |\
| | * Misc. typosUnknown2017-11-0736-57/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
| * | Update about screen from 0.91+devel to 0.92+devel SVGJabier Arraiza2017-11-051-6539/+8141
| | |
| * | Merge branch 'master' into menuInverseClipMaskJabier Arraiza2017-11-032-0/+108
| |\|
| | * Add search and no results from stock icons. Improve text. Thanks Maren for ↵Jabier Arraiza2017-10-292-0/+108
| | | | | | | | | | | | the inputs
| * | Add widget to color and some refactoringJabier Arraiza2017-11-011-0/+2
| |/
* | Merge branch 'master' into powerpencilJabier Arraiza2017-11-0311-240/+470
|\|
| * UI: Fix canvas scrollbar width a littleEduard Braun2017-10-231-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | The underlying issue are the three icons that are squished into the corners of scrollbars/rulers: - in gtk2 they where shrunk down till they fit into the available space (which probably wasn't a great solution either) - in gtk3 they blow up the container till it fits A proper fix would probably be to either a) moving those buttons elsewhere or b) specifically design small buttons/icons for this purpose
| * Update properties for SVG 2 text. Partial work from Alex RomanTavmjong Bah2017-10-164-21/+31
| |
| * Fix a few draw-geometry-* iconsStefano Facchini2017-10-074-71/+276
| | | | | | | | | | For some reason the actual drawing was translated well outside the document borders, making the icons effectively invisible.
| * Can now interpolate namespaced attributes, uses previously unused units ↵Maren Hachmann2017-10-031-141/+152
| | | | | | | | field, improved whitespace, removes some duplication, can now use different color formats for start and end value, allows comma as decimal separator, fixes crash of extension when Other attribute is not specified.
| * Add some help texts, improve structureMaren Hachmann2017-10-031-5/+8
| |
* | Allow pressure in pencil in the tree modes, bezier, bspline and spiroJabier Arraiza2017-08-281-2/+3
| |
* | Working on preview over powerpencilJabier Arraiza2017-08-271-0/+3
|/
* [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
| | |