| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
This primarily allows extensions to simply call "inkscape"
without requiring the user to modify environment variables or
worrying about different versions of inkscape on the same machine
(as we prefix the search path).
We did this already for Windows but the code was removed in
db05b842cba28f01b431eee890537959aa2d8fe3
Partially fixes https://gitlab.com/inkscape/inkscape/issues/115
|
| |
|
|
|
|
|
|
| |
See ecfc9efaf66d054fda239f48ef984190a89e6bae for details.
This was dropped in db05b842cba28f01b431eee890537959aa2d8fe3
Partial fix for https://gitlab.com/inkscape/inkscape/issues/115
|
| | |
|
| |
|
|
|
|
| |
Function got lost in 408cb49b
Fixes #60
|
| | |
|
| | |
|
| |
|
|
| |
usage when graphic server is not available
|
|
|
Use Gio::File for accessing files.
Use Gio options to handle command line arguments.
Use Gio::Actions for some command line arguments.
Move file export code to src/io/file-export-cmd.h/.cpp. Make into class.
|