summaryrefslogtreecommitdiffstats
path: root/src/main-cmdlinexact.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused files.Tavmjong Bah2019-01-161-593/+0
|
* Relicense xverbs code to GPLv2+Max Gaukler2018-11-081-4/+3
| | | | as permitted by Dmitry via email and by Tav in person.
* Clarify licensesMax Gaukler2018-11-081-2/+6
| | | | | | - 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
* Move some files to 'io' directory.Tavmjong Bah2018-10-131-1/+1
|
* Avoid duplicating defines in config.h and on command lineEduard Braun2018-10-011-0/+4
|
* Several more typosluz.paz2018-09-111-1/+1
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-8/+8
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-23/+30
| | | | A lot of header clean-up.
* replace fopen with g_fopendmitry.zhulanov@gmail.com2017-06-041-1/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1695629 (bzr r15700.1.7)
* minor fixesdmitry.zhulanov@gmail.com2017-06-031-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1692699 (bzr r15700.1.6)
* abort Inkscape if XFileOpen command failsdmitry.zhulanov@gmail.com2017-06-031-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1695606 (bzr r15700.1.5)
* handle svg documents relative to .yaml pathdmitry.zhulanov@gmail.com2017-06-031-17/+40
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1692701 (bzr r15700.1.4)
* check if file existdmitry.zhulanov@gmail.com2017-06-031-2/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1692699 (bzr r15700.1.3)
* fix crash in XFileOpendmitry.zhulanov@gmail.com2017-06-031-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1692699 (bzr r15700.1.2)
* improve open .yaml error message and exit with errordmitry.zhulanov@gmail.com2017-06-011-2/+4
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1692707 (bzr r15700.1.1)
* fix crashdmitry.zhulanov@gmail.com2017-05-171-0/+1
| | | (bzr r15697.1.2)
* fix namingdmitry.zhulanov@gmail.com2017-05-171-33/+4
| | | (bzr r15697.1.1)
* butify identsDmitry Zhulanov2016-10-031-45/+63
| | | (bzr r15136.1.13)
* split big functionDmitry Zhulanov2016-10-021-6/+14
| | | (bzr r15136.1.12)
* fix cmake warning and remove whole xverbs code from compilation without yamlDmitry Zhulanov2016-10-011-7/+4
| | | (bzr r15136.1.11)
* fix indentDmitry Zhulanov2016-10-011-3/+3
| | | (bzr r15136.1.10)
* disable xverb feature if WITH_YAML definedDmitry Zhulanov2016-10-011-2/+8
| | | (bzr r15136.1.9)
* allow to use verbs as xverbsDmitry Zhulanov2016-09-291-1/+6
| | | (bzr r15136.1.8)
* allow optional args for xverbsDmitry Zhulanov2016-09-291-89/+96
| | | (bzr r15136.1.7)
* ignore additional arguments of x-verbsDmitry Zhulanov2016-09-271-34/+64
| | | (bzr r15136.1.6)
* update intends and bracketsDmitry Zhulanov2016-09-271-341/+320
| | | (bzr r15136.1.3)
* add x-verbs supportDmitry Zhulanov2016-09-261-0/+526
(bzr r15136.1.1)