summaryrefslogtreecommitdiffstats
path: root/share/patterns/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add paint server dialog. Currently handles patterns and hatches. GSOC 2019.Valentin Ionita2019-08-191-11/+0
|
* Clarify licensesMax Gaukler2018-11-081-0/+1
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* cmake: do not intalls header files generated by i18n.py (filters.svg.h, ↵Eduard Braun2017-04-291-1/+0
| | | | | | | palletes.h, patterns.svg.h, symbols.h, templates.h) they seem to be of little use to the user... (bzr r15652)
* CMake: Explicitly call pythonEduard Braun2016-11-271-1/+1
| | | | | At least on Windows this breaks if Python is not associated with .py files (and even if it is an arbitrary Python version that might be installed on the system is used) (bzr r15279)
* CMake: Add ${INKSCAPE_SHARE_INSTALL}Eduard Braun2016-11-261-2/+2
| | | | | This is set to "share/inkscape" by default, on Windows we need to be able to install directly into "share" however (bzr r15278)
* Add a make inkscape_pot to regen potfileMarc Jeanmougin2016-11-111-4/+5
| | | (bzr r15239)
* add gtk3 experimental support in CMakeShlomi Fish2015-10-261-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1509969 (bzr r14430)
* cmake: Bring cmake installation in line with autotools (bug #1451481)houz2015-05-081-0/+10
Fixed bugs: - https://launchpad.net/bugs/1451481 (bzr r14128)