summaryrefslogtreecommitdiffstats
path: root/share (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix creation of icon-theme.cacheEduard Braun2018-01-281-3/+2
| | | | | | | | | Escaping "${CMAKE_INSTALL_PREFIX}" with a backslash allows this to work for the normal install target as well as with cpack (expansion of the variable is delayed until installation where it has the correct value). Also make sure Adwaita's icon-theme.cache is up-to-date
* Do not build icon cache for nowMarc Jeanmougin2018-01-271-1/+1
|
* Temporarily guard icon cacheMarc Jeanmougin2018-01-271-2/+4
|
* move install command to logical placeMarc Jeanmougin2018-01-242-4/+3
|
* Tentatively fix build for lp packagingMarc Jeanmougin2018-01-241-2/+2
|
* CPack fixesMarc Jeanmougin2018-01-231-1/+2
|
* Convert gradient-toolbar to use ink-select-one-action.Tavmjong Bah2018-01-221-2/+2
| | | | With lots of other clean-up.
* Really update style sheet for recent Swatches dialog changes.Tavmjong Bah2018-01-181-1/+7
|
* Revert "Update style sheet for recent Swatches dialog changes."Tavmjong Bah2018-01-181-2/+1
| | | | This reverts commit a2784fd9c376c07ffc71391c39e5b39b555c7d24.
* Update style sheet for recent Swatches dialog changes.Tavmjong Bah2018-01-181-1/+2
|
* Misc. typosluz.paz2018-01-0812-13/+13
| | | Found via `codespell`
* Convert arc-toolbar to use ink-select-one-action.Tavmjong Bah2018-01-081-1/+1
|
* Update symbols README to match changes to symbol file parsing.Maren Hachmann2018-01-071-8/+12
|
* Merge branch 'convertObjectsToPathsBeforePlotting' of ↵Marc Jeanmougin2018-01-065-1/+29
|\ | | | | | | https://gitlab.com/raboof/inkscape
| * Add option to convert objects to paths before plottingArnout Engelen2017-12-305-1/+29
| | | | | | | | | | Added an option to extensions->export->plot and the HPGL export feature to nondestructively convert objects to paths before conversion.
* | Fix minor typosYuri Chornoivan2018-01-012-2/+2
|/
* Remove inkscape.file.svg (and inkscape.file.png)Eduard Braun2017-12-222-178/+0
| | | | | | | | It was added in 8aeb053f557456d83b60acdcf1446a6825a5aef6 but seems to have never been used. It was only referenced in inkscape.nsi (where it's not required) which broke when the file was moved in ce456d55bb3deee828dad9cdaf1f530194cae93c
* Replace the Gtk::Range by Gtk::Scale in the InkSpinScale widget.Tavmjong Bah2017-12-191-0/+20
| | | | The Gtk::Scale is more likely to produce a satisfactory result independent of theme.
* Replace GimpSpinScale by InkSpinScale.Tavmjong Bah2017-12-181-0/+21
|
* Reduce with of +/- buttons. Reduce width of Fill and Stroke dialog.Tavmjong Bah2017-12-181-1/+13
|
* Fix scrollbar overlapping palette.Tavmjong Bah2017-12-131-0/+5
|
* Fix bug 1692377 -Jabier Arraiza2017-12-061-2/+0
|
* Toolbar: Some minor consistency fixesEduard Braun2017-12-051-10/+3
| | | | Drop some unnecessary separators add a few new ones
* Add controls for rx/ry to arc toolbarEduard Braun2017-12-041-0/+4
|\ | | | | | | | | | | Work by Geoff Lankow (!72) Also includes some fixes I found during review.
| * Add arc radius to toolbarGeoff Lankow2017-11-251-0/+4
| |
* | Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscapeMarc Jeanmougin2017-12-0420-22/+22
|\ \
| * | Misc. typosluzpaz2017-12-0420-22/+22
| | | | | | | | | | | | | | | | | | Please confirm typos in the following `doc/nr-filter-interface.txt` `share/symbols/BalloonSymbols.svg` .
* | | 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
|/