| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Bug introduced in 605ef4a43ea0cf89d19d46679e9e0b5bb9e464b2
which applied line correction to all types of text rather than
just multi-line text via sodipodi:role = "line".
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When a connector has been deleted, its _connRef will be set to NULL.
Some logic should be bypassed in this case, other should check NULL
status as a pre-condition.
Fixes: https://gitlab.com/inkscape/inbox/issues/313
|
| | | | |
|
| | | |
| | |
| | |
| | | |
Addresses https://gitlab.com/inkscape/inkscape/issues/199
|
| | | |
| | |
| | |
| | | |
Fixes https://gitlab.com/inkscape/inkscape/issues/182
|
| | | |
| | |
| | |
| | | |
Fixes issue #166.
|
| | | |
| | |
| | |
| | | |
Fixes Inbox issue #299.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | | |
--gapplication-app-id is set.
This avoids potential problems with copying between documents and prevents race conditions in saving preferences.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The directions advise the user to run cmake from a build/ directory, so
the example should assume this.
Add an example for building with debug symbols. We want to make it easy
for people to help us figure out bugs. :-)
|
| | | |
| | |
| | |
| | | |
There was a use of a private.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The module did not properly handle required libraries that were not
found.
Ensure proper behavior by sticking to CMake-recommended standard
variable names.
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
Adds exception handling for HiddenParam::param_newWidget()
which always returns a nullptr.
Fixes https://gitlab.com/inkscape/inkscape/issues/167
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This requires bumping cmake version requirement to 3.1
(which should long be available on supported platforms, though)
TODO: We actually depend on GNU compiler extensions right now
(i.e. *don't* build with -std=c++11 but require -std=gnu++11)
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | | |
Aspell (at least the MSYS2 version) is properly relocatable these
days.
|
| | | |
| | |
| | |
| | |
| | | |
It points at the same folder currently, but this will change with
https://gitlab.com/inkscape/inkscape/issues/82
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Likely unneeded, see also
https://gitlab.com/inkscape/inkscape/issues/115)
If it causes issues we should set the more canonical
INKSCAPE_LOCALEDIR instead.
|
| | | |
| | |
| | |
| | |
| | | |
Define and use INKSCAPE_DATADIR_REAL instead, which avoids potential
include order issues and avoids some semantic ambiguity.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
It seems unlikely we ever want to load "arbitrary" data from share/,
usually there will be a more suitable "Type" to look for.
Also it avoids ambiguity, as there is no user-specific "DATA_DIR"
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Contrary to what the name and placing suggest it's not a general
utility function but a specialized function that constructs the full
value to set for PYTHONPATH.
Despite the misleading placement most functionality is unneeded:
* INKSCAPE_EXTENSIONDIR should always be absolute
* g_setenv recommends UTF-8 on Windows
|
| | | |
| | |
| | |
| | |
| | | |
This should be a function in Inkscape::IO::Resource (which it
already references) if re-added.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This primarily allows extensions to simply call "inkscape"
without requiring the user to modify environment variables or
worrying about different versions of inkscape on the same machine
(as we prefix the search path).
We did this already for Windows but the code was removed in
db05b842cba28f01b431eee890537959aa2d8fe3
Partially fixes https://gitlab.com/inkscape/inkscape/issues/115
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
See ecfc9efaf66d054fda239f48ef984190a89e6bae for details.
This was dropped in db05b842cba28f01b431eee890537959aa2d8fe3
Partial fix for https://gitlab.com/inkscape/inkscape/issues/115
|
| | | | |
|