summaryrefslogtreecommitdiffstats
path: root/src/main-cmdlinexact.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)