| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| | |
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
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| | |
Functionality seems to have been replaced by "Save a Copy" and the
PNG export dialog respectively.
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Avoid setting an application name as Gtk::RecentManager calls
g_get_application_name ()
internally to determine the default "name" attribute used for new
entries in the list of recently used files (recently-used.xbel)
Our Gtk::RecentFilter in menubar.cpp expects the name to equal to
g_get_prgname ()
though (which happens to be the fallback of g_get_application_name,
but only if no application name is set as in earlier versions)
The alternative would be to set metadata manually, but it would
require us to set *all* fields manually (including mime type, etc.).
See also
https://gitlab.gnome.org/GNOME/gtk/issues/1775
Fixes
https://gitlab.com/inkscape/inkscape/issues/160
|
| | |
| |
| |
| |
| | |
They seem to have been stored in preferences.xml at some point.
We exclusively use Gtk::RecentManager for that now.
|
| | | |
|
| | |
| |
| |
| | |
regular to allow apply diferent rules in icon contesx. For example allow use icons by css only (and sufix properly with "-symbolic" when necesary
|
| | | |
|
| | |
| |
| | |
Found via `codespell`
|
| | |
| |
| |
| | |
improved tool-tips for better usability
|
| | |
| |
| |
| | |
improved tool-tips for better usability
|
| | |
| |
| |
| | |
improved tool-tips for better usability
|
| | | |
|
| | | |
|
| | |
| |
| |
| |
| |
| |
| | |
points.
Did some minor cleanup too.
Added me to the AUTHORS file.
|
| | |
| |
| |
| |
| |
| |
| | |
points.
Did some minor cleanup too.
Added me to the AUTHORS file.
|