| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Only used when objects have same anchor position.
Address gitlab.com/inkscape/inbox/issues/665
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I hereby disclaim any implicit or explicit ownership of my changes in this
changeset, and put them under a multiple licence consisting of your choice of
one of more of:
- The CC0 / Public Domain - https://creativecommons.org/choose/zero/ .
- The MIT / Expat license - https://en.wikipedia.org/wiki/MIT_License
- The default licence of your project
- The https://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License - version
2.1 or higher
- The https://en.wikipedia.org/wiki/GNU_General_Public_License - version 2 or
higher
- Any licence in the 2018-Aug-27 popular licenses list of
https://opensource.org/licenses
- The https://en.wikipedia.org/wiki/Apache_License version 2.0 or later
- The https://en.wikipedia.org/wiki/Artistic_License version 2.0 or later
- The https://en.wikipedia.org/wiki/ISC_license
- The https://opensource.org/licenses/BSD-2-Clause
Crediting me will be nice, but not mandatory, and you can change the licence
of the project without needing my permission.
|
| |
|
|
|
|
|
| |
Inkscape used to align text baselines relative to the wrong object when
using "First selected" or "Last selected".
Closes !699
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
- 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
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
Replaces all hard coded or implicit desktop coordinate usage with
doc2dt multiplication.
New global preference: Interface > Origin at upper left
https://bugs.launchpad.net/inkscape/+bug/170049
|
| | |
|
| |
|
|
|
| |
This reduces the boilerplate required to add a new element to a
container.
|
| |
|
|
|
| |
This makes it clearer whether an integer or a boolean has to be passed
in this specific call.
|
| |
|
|
|
| |
This avoids having to pass variables by reference before copying them
when calling a constructor.
|
| |
|
|
|
| |
This replaces empty constructors and destructors with the default
keyword.
|
| |
|
|
|
| |
This replaces all NULL or 0 with nullptr when assigned to or returned as
a pointer.
|
| |
|
|
|
| |
This adds the override specifier on all methods which override a virtual
method, whether they were already virtual or missing this specifier.
|
| | |
|
| |
|
|
|
|
|
| |
This makes "treat selection as group" useful with the selections
"Last selected / First selected / Biggest object / Smallest object"
in which case all elements will be moved as a group relative to the
"focused" element which will be kept fixed.
|
| |
|
|
| |
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 r15408)
|
| |
|
| |
(bzr r15203)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1627250
(bzr r15130)
|
| |\
| |
| | |
(bzr r14954.1.30)
|
| | |\
| | |
| | | |
(bzr r15038)
|
| | | |
| | |
| | | |
(bzr r15023.2.7)
|
| |\| |
| | |
| | | |
(bzr r14954.1.29)
|
| | | |
| | |
| | | |
(bzr r15034)
|
| | | |
| | |
| | | |
(bzr r15027)
|
| | |/
| |
| | |
(bzr r15025)
|
| |\|
| |
| | |
(bzr r14954.1.13)
|
| |/
|
| |
(bzr r14954.1.10)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Node tool has those new "relative to" alignment options : last
selected, first selected, current behaviour (middle), max
value(rightmost/topmost) or min value(leftmost/bottommost).
- Verbs:
--If the node tool is active and whole objects are selected (no
individual node is), works as usual for objects;
--Else, align horizontal/vertical (SP_VERB_ALIGN_HORIZONTAL_CENTER)
honor the "relative to" settings,
SP_VERB_ALIGN_HORIZONTAL_LEFT (ctrl+alt+pavnum4) aligns vertically on
the leftmost node (same behavior as SP_VERB_ALIGN_HORIZONTAL_LEFT when
the setting is "align relative to min value"), and so on with all
alignment verbs
Fixed bugs:
- https://launchpad.net/bugs/171287
(bzr r14703)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/167228
(bzr r14682)
|
| |
|
| |
(bzr r14522)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1502267
(bzr r14392)
|
| |
|
| |
(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 r13820)
|
| |
|
| |
(bzr r13809)
|
| |\
| |
| | |
(bzr r13341.5.17)
|
| | |
| |
| | |
(bzr r13341.1.253)
|
| | |
| |
| |
| |
| | |
supported properly)
(bzr r13341.1.179)
|