| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
Expand definitions of string literals.
xgettext supports literal concatenation but not defines.
This fixes some questionable syntax introduced in
81fbcdf00f09f7fc00c23bcecc0b1edfcce92b5f
Fixes https://gitlab.com/inkscape/inkscape/issues/441
|
| |
|
|
|
|
|
|
|
|
| |
-Wconstant-conversion
-Wenum-compare-switch
-Wpointer-bool-conversion
-Wundefined-bool-conversion
-Wunused-value
Excluding deprecation warnings and 3rdparty directory.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
conversion to smooth and symmetric path nodes, to conform to what
is described in the keyboard reference and the manual.
https://inkscape.org/en/doc/keys092.html#idm2176
http://tavmjong.free.fr/INKSCAPE/MANUAL/html/Paths-Editing.html
See <https://bugs.launchpad.net/inkscape/+bug/1780775>
for complete details.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
to more accurately describe the actions available for the control
that the mouse is currently hovering over.
This patch should be applied on top of my first commit, bcff6d0c.
Unlike that, this one does not alter Inkscape's functionality in any way,
but presumably will require translation, which is why they have been
separated.
Full details are available at <https://bugs.launchpad.net/inkscape/+bug/1780775>.
|
| | |
|
| |
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
|
| |
Fix scrolling when smooth scrolling is enabled /
allow to scroll smoothly for:
- canvas palette
- node selection in path tool
- selection cycling in select tool while holding Alt key
- spraying in spray tool with mouse wheel
- adjusting color by scrolling in lower left stroke/fill fields
|
| |
|
|
|
| |
This reduces the boilerplate required to add a new element to a
container.
|
| |
|
|
|
| |
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 via `codespell`
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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 r15335)
|
| |
|
| |
(bzr r15034)
|
| |
|
| |
(bzr r15027)
|
| |
|
| |
(bzr r15025)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1586749
(bzr r14921)
|
| |
|
| |
(bzr r14561)
|
| |
|
|
|
|
|
| |
Now the "Change Weight" is % based insteas 0-1 interval
Removed "Ignore cusp nodes" and substituted by:
"Apply on cusp nodes" and "Apply on non cusp nodes"
(bzr r14337)
|
| |
|
| |
(bzr r14301)
|
| |
|
|
|
| |
sure if fixed jet
(bzr r14300)
|
| |
|
| |
(bzr r14284)
|
| |\
| |
| |
| |
| | |
May introduce regressions.
(bzr r14226)
|
| | |
| |
| | |
(bzr r14059.2.3)
|
| | |
| |
| | |
(bzr r14059.2.1)
|
| |/
|
| |
(bzr r14218)
|
| |
|
| |
(bzr r14054)
|
| |
|
|
|
| |
on nodes and handles
(bzr r14023)
|
| |
|
| |
(bzr r13820)
|
| |
|
|
|
|
|
| |
for UI Display Units. Upon document load, calculate the units used for SVG values, if a viewbox is available. If not, default to "px" SVG units.
Change all code to use either Display units OR svg units.
(bzr r13751)
|
| |
|
| |
(bzr r13728)
|
| |
|
| |
(bzr r13341.1.253)
|
| |
|
|
|
| |
This redraw at mouse movement. Whith knots also redraw at button release event
(bzr r13341.1.227)
|
| |
|
| |
(bzr r13341.1.219)
|
| |
|
|
|
| |
handle -it buggy reset to default weight-.
(bzr r13341.1.216)
|
| |
|
| |
(bzr r13341.1.124)
|
| |
|
| |
(bzr r13341.1.12)
|
| |
|
| |
(bzr r13341.3.1)
|
| |\
| |
| | |
(bzr r11950.1.339)
|
| |/
|
|
|
|
|
|
| |
accessing const objects.
This change was required to correctly show on the GUI whether or not a
node was a bspline.
(bzr r11950.8.1)
|
| |
|
|
|
|
|
| |
Vinícius for handle tips in his static functions i know two ways:
A: A bool property in node class of node.h to handle if curve is bspline
B: Call another non static function from the static tips one -not tested-
(bzr r11950.1.323)
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Header variable bsplineWeight removed from all.
Simplification of code with less functions in path_manipulator.
To fix: tips stop working because is handled by two static functions and
couldent call to path_manipulator from here. Vinícius, any work arround? lines
480,481,1426,1427,1462 of node.cpp.
gez: ¿Puedes probar si notas algun bug o problema? principalmente con
la herramienta nodo, gracias.
(bzr r11950.1.322)
|
| |
|
| |
(bzr r11950.1.321)
|
| |\
| |
| | |
(bzr r11950.1.311)
|
| | |
| |
| |
| |
| | |
graceful error handling.
(bzr r13183)
|
| | |
| |
| | |
(bzr r11950.1.281)
|
| | |
| |
| | |
(bzr r11950.1.279)
|