| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
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
```
|
| |
|
|
|
|
| |
list_files_pacman / list_files_pip
(see https://bugs.launchpad.net/inkscape/+bug/1696720)
|
| |
|
|
|
| |
extensions that happen to be installed on the build system)
(bzr r15650)
|
| |
|
|
|
|
| |
Indentation to 4 spaces
Prefer lower case for functions and macros
(bzr r14596)
|
| |
|
| |
(bzr r14588)
|
|
|
Add new helper function to retrive pkg-config variables in Cmake;
use paths defined as environment variables for builds on
OS X (useful if MacPorts is not installed into default prefix);
check backend of GTK2 on OS X in main cmake file (x11|quartz).
(bzr r14080)
|