| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Fixes https://gitlab.com/inkscape/inbox/issues/207
|
| |
|
|
| |
Makes searching through code for them easier.
|
| | |
|
| |
|
|
|
|
| |
There are many places which still use this stack unmanaged (using
desktop->getMessageStack()) but those are all leaf calls which make use
of the stack and never store it anywhere, so this is fine.
|
| | |
|
| |
|
|
|
|
| |
- 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
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
The former is guaranteed to be set for any compiler targeting win32,
the latter is implementation dependent (but works for gcc)
See also
http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system
|
| |
|
|
| |
Pasting a powerstroke resets the width controls
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
This reduces the boilerplate required to add a new element to a
container.
|
| |
|
|
|
| |
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 reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
Fixed bug:
- https://bugs.launchpad.net/inkscape/+bug/1652660
|
| |
|
|
| |
A lot of header clean-up.
|
| |
|
| |
Found via `codespell`
|
| |
|
|
|
|
| |
Please confirm typos in the following
`doc/nr-filter-interface.txt`
`share/symbols/BalloonSymbols.svg`
.
|
| |
|
|
| |
Fixes bug reported by crogers when pasting into flowed text.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
```
|
| |
|
|
| |
parameter
|
| |
|
|
|
|
|
| |
between many LPE widget that allow
attach all paths on the clipboard instead only one
Also added to this widget the option visible, to allow work with multiples paths wigout getting full cracy
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1679428
(bzr r15631)
|
| |\
| |
| | |
(bzr r15555)
|
| | |\
| | |
| | | |
(bzr r15369.1.18)
|
| | | |
| | |
| | | |
(bzr r15369.1.8)
|
| | |/
|/|
| |
| |
| | |
It doesn't retain the font-size and font-style properties.
(bzr r15553)
|
| |/
|
|
|
|
|
|
|
| |
and #1656527:Copy & paste of group with shaped path corrupts it, in v0.92
Fixed bugs:
- https://launchpad.net/bugs/1656093
- https://launchpad.net/bugs/1656527
(bzr r15426)
|
| |
|
| |
(bzr r15214)
|
| |
|
|
|
|
|
|
| |
become "clones" if more than 1 LPE on the item.
Also wee need to discuss what happends on LPE copied what are inside a group, fork them or clone, currently are cloned
This can be a feature or a bug in the same user with diferent works. My proposal is fork it and add a item in paste LPEs to allow cloned LPE on paste
(bzr r15213)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.30)
|
| | |\
| | |
| | | |
(bzr r15038)
|
| | | |
| | |
| | | |
(bzr r15023.2.7)
|
| |\| |
| | |
| | | |
(bzr r14954.1.29)
|
| | | |
| | |
| | | |
(bzr r15034)
|
| | | |
| | |
| | | |
(bzr r15027)
|