| 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.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
|
| | |
|
| |
|
|
| |
A lot of header clean-up.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
```
|
| |
|
| |
(bzr r15633.1.2)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
global functions are now methods of ObjectSet*, with these additional benefits:
- They can now act on any SelectionSet, not just the current selection;
- Whenever possible, they don't need a desktop anymore and can run if called from GUI.
I hope I did not break too many things in the process.
*: So instead of callink sp_selection_move(desktop,x,y), you call myobjectset->move(x,y)
(bzr r15189)
|
| |\
| |
| | |
(bzr r14954.1.13)
|
| |/
|
| |
(bzr r14954.1.10)
|
| |
|
|
|
|
|
|
| |
internal extensions where translation via gettext is desired.
Fixed bugs:
- https://launchpad.net/bugs/1591230
(bzr r14979)
|
| |
|
| |
(bzr r14522)
|
| |
|
| |
(bzr r13922.1.16)
|
| |
|
| |
(bzr r13922.1.10)
|
| |
|
| |
(bzr r13922.1.5)
|
| |
|
|
|
|
|
|
| |
change that GSList* with a std::list, then resolve the few problems"
So, i tried that.
And I will continue tomorrow, and the days after, on and on.
(bzr r13922.1.1)
|
| |
|
| |
(bzr r12473.1.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 r11027)
|
| |
|
| |
(bzr r10678)
|
| |
|
|
|
| |
change Preferences > Steps to this new widget
(bzr r10177)
|
| |
|
| |
(bzr r10067)
|
| |\
| |
| | |
(bzr r9945.1.1)
|
| |/
|
|
|
| |
needed, and new tooltips).
(bzr r9739)
|
| |
|
| |
(bzr r6885)
|
| |
|
| |
(bzr r6855)
|
| |
|
| |
(bzr r6628)
|
| |
|
|
|
|
|
|
|
| |
Core of having a real namespace for Inkscape extensions.
r19077@shi: ted | 2008-04-21 15:50:12 -0700
First layer of adding NS
r19078@shi: ted | 2008-04-21 15:56:03 -0700
Whew, doing the rest of them.
(bzr r5483)
|
| |
|
| |
(bzr r4052)
|
| |
|
|
|
|
|
| |
Creating and adding interfaces for a document based cache that an effect can define. This removes the effect from
having to know if the document has changed, and keep track of that. This allows them to optimize their performance
when doing things like live effects.
(bzr r3977)
|
| |
|
|
|
| |
Switching to sigc::signal so it actually works.
(bzr r3126)
|
| |
|
|
|
|
|
| |
The basics are all working, no call back from the preferences yet.
That's the next step. But the dialogs appear correctly, and it works in
the background.
(bzr r3125)
|
| |
|
| |
(bzr r2723)
|
| |
|
| |
(bzr r2257)
|
| |
|
| |
(bzr r2025)
|
| |
|
| |
(bzr r785)
|
| |
|
|
|
|
|
| |
Pushing the document and node deeper into the code. This way parameters
can be placed and edited on those. Mostly, this commit involves getting
them into the autogui.
(bzr r689)
|
| |
|
|
|
| |
Adding descriptions and scopes for the parameters.
(bzr r672)
|
| |
|
| |
(bzr r109)
|
| |
|
|
|
|
|
|
| |
Making it so all the important strings in the INX files are
translateable. Also added in a 'clear-n_.h' to change the N_() macro
from an inline function to a pure macro.
Lastly, added in submenus for the effects.
(bzr r55)
|
|
|
(bzr r1)
|