| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | | | |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
attribues.
Fix for inbox issue #415.
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Pencil toolbar also given some checks for
gitlab.com/inkscape/inkscape/issues/92
Fixes gitlab.com/inkscape/inbox/issues/182
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | |
| | | | |
This file is %98 done. (8399/8499 strings)
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
This fixes the empty color tab (#241) and the missing paint bucket
tool (inbox#469).
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Now that all platforms (including macOS) now support LCMS 2, we no
longer need to support LCMS 1.
Fixes: https://bugs.launchpad.net/inkscape/+bug/1133014
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This is Refactoring / code cleanup.
See:
* https://refactoring.com/catalog/extractMethod.html
* https://en.wikipedia.org/wiki/Code_refactoring
* https://www.refactoring.com/
* https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/
Some small optimisations may have slipped in as well.
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This is Refactoring / code cleanup.
See:
* https://www.refactoring.com/
* https://www.joelonsoftware.com/2002/01/23/rub-a-dub-dub/
Some small optimisations may have slipped in as well.
|
| |\ \ \ \ |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The actual pattern object itself needs to be retrieved before casting
as SP_PATTERN(). You can't magically get an SPPattern* out of a gchar*.
Also move SP_IS_PATTERN() check to before it is used.
Fixes: https://bugs.launchpad.net/inkscape/+bug/1378595
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Fixes https://gitlab.com/inkscape/inkscape/issues/72
|
| |/ / / /
| | | |
| | | |
| | | | |
Fixes https://gitlab.com/inkscape/inkscape/issues/226
|
| |\ \ \ \ |
|
| | | | | | |
|
| |\ \ \ \ \
| |/ / / /
|/| | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Autopackage has not been maintained for many years now and seems unused.
Upstream website http://autopackage.org appears to be dead.
|
| | | | | | |
|
| | | | | | |
|
| |\ \ \ \ \ |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
instead of the hard coded "lib" directory).
* src/CMakeLists.txt: Modified file (use the CMAKE_INSTALL_LIBDIR variable instead of the hard coded "lib" directory).
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
JavaFX 1.x is long obsolete (since 2012-12-20) and the code for it has
not been maintained. There have been no end user comments/reports since
2012 and a few bugs that would be important remain unfixed.
Given that this is not an import format, the impact of removing this
should be extremely low.
Refs: https://www.oracle.com/technetwork/java/javafx/overview/faq-1446554.html#8
Refs: http://web.archive.org/web/20170316051832/http://blogs.oracle.com/javafx/entry/javafx_1_2_and_javafx
Refs: https://stackoverflow.com/q/18865774/2074608
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | | | | | | |
|
| | |/ / / /
|/| | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | | |
viewBox.
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
What we pass as "uri" is not an URI, it usually seems to be a file
path, so we were lucky it "accidentally" used to work before.
Replace
Gio::File::create_for_uri
with
Gio::File::create_for_commandline_arg
which should handle both URIs and absolute paths reliably.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
Fixes https://gitlab.com/inkscape/inbox/issues/420
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Doesn't seem to make a difference in the "usual"
use case, but at least for Put on Path with the
Objects Dialog open, there is a difference.
Fix https://gitlab.com/inkscape/inbox/issues/421
|
| | | | | | |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This fixes fonts not showing up and un-breaks the font tool.
Add more localizations.
|
| |\ \ \ \ \ |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
LPE to match better LPE aloable effect per type of objext and some strings fixes
|
| | | | | | | |
|