| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
| |
- 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
|
| |
|
| |
Via `codespell` and `grep`
|
| |
|
| |
Found via `codespell`
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt`
whereby whitelist file contained:
```
dum
iff
glight
substract
te
upto
```
|
| |
|
|
|
|
|
|
| |
return type for selection_combine to support this (array of string).
This also fixes a bug with not setting the error flag when returning NULL
from this method.
Refactored some more selection verbs to allow use in no-GUI mode.
(bzr r12387.1.5)
|
| |
|
| |
(bzr r10559)
|
| |
|
|
|
| |
Bug #707054 and Bug #707364).
(bzr r10114)
|
| |
|
|
|
| |
Fixed other xml files to have xml file declaration before comments.
(bzr r8254.1.27)
|
| |
|
|
|
| |
Added lots of documentation.
(bzr r8254.1.24)
|
| |
|
| |
(bzr r8254.1.22)
|
| |
|
| |
(bzr r8254.1.21)
|
| |
|
|
|
|
| |
Added many GErrors, especially for unfound objects.
transfered many functions to using verbs instead of the function the verb calls to make error reporting easier.
(bzr r8254.1.19)
|
| |
|
| |
(bzr r8254.1.18)
|
| |
|
|
|
| |
Started work on node_get_coordinates.
(bzr r8254.1.17)
|
| |
|
|
|
| |
Added selection_divide.
(bzr r8254.1.16)
|
| |
|
| |
(bzr r8254.1.15)
|
| |
|
|
|
|
|
| |
Added get_path method.
Added documentation on paths.
(bzr r8254.1.13)
|
| |
|
|
|
| |
Removed the print function because I can see no way of doing it without bringing up a dialog.
(bzr r8254.1.12)
|
|
|
Init creates interfaces on Inkscape startup.
Application and document interface provide API functions over Dbus.
service.in file makes sure Inkscape starts automatically when someone connects to it over Dbus.
(bzr r8254.1.3)
|