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