| 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
|
| | |
|
| |
|
|
|
| |
This replaces all NULL or 0 with nullptr when assigned to or returned as
a pointer.
|
| |
|
|
| |
A lot of header clean-up.
|
| |
|
| |
(bzr r15136.1.15)
|
| |
|
| |
(bzr r15136.1.14)
|
| |
|
| |
(bzr r15136.1.5)
|
| |
|
| |
(bzr r15136.1.4)
|
| |
|
| |
(bzr r15136.1.1)
|
| |\
| |
| | |
(bzr r14954.1.29)
|
| | |
| |
| | |
(bzr r15034)
|
| | |
| |
| | |
(bzr r15027)
|
| | |
| |
| | |
(bzr r15025)
|
| |/
|
| |
(bzr r14954.1.7)
|
| |
|
|
|
|
|
|
|
| |
Most Inkscape source code does not specify GPL version, so it is essentially
GPL v1+ under section 9. Authors of the few GPL v2 only files were contacted
and all agreed to relicense under GPL v2 or later. We also have a few files
copies from GIMP, which are GPL v3+, so the complete program is available
under GPL v3 or later.
(bzr r14873)
|
| |
|
| |
(bzr r13820)
|
| |
|
|
|
| |
disallow pointers to Application
(bzr r13341.5.9)
|
| |
|
| |
(bzr r13341.5.1)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Inkscape::Selection to use a LayerModel that is not associated with a UI.
Changed the interface of verbs (SPAction) to use a new ActionContext
rather than UI::View::View, again so that verbs may be used in a console
mode.
Modified boolean operation verbs to work in console-only mode.
Fixed up DESKTOP_IS_ACTIVE macro to work in the case of no desktops.
Modified main.cpp to process selections and verbs in no-GUI mode.
Other changes are all consequences of the SPDesktop, Selection and
LayerModel interface changes.
(bzr r12387.1.1)
|
| |
|
| |
(bzr r10678)
|
| |
|
|
|
| |
which cannot be fixed easily.
(bzr r8422)
|
| |
|
| |
(bzr r8404)
|
|
|
Splitting out the command line action class to try and leave SOME
dependencies out of main.cpp.
(bzr r2481)
|