| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
| |
For now we extract the exact version string of the ppa build
(which differs from our usual version string).
This should be matched to other builds, though, if somebody can
figure it out.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 'master' of https://gitlab.com/inkscape/inkscape: (115 commits)
CMake/MSYS2: Include per-user font directory in fontconfig
Increase portability of create_default_templates.py
Extensions: Use wperl as default perl interpreter on Windows
Make align handle thicker like traditional handles
Prevent text dialog to become too wide. This is probably not the optimal way to do this and should be studied further.
Seperate out center alignment and add sepcific tool text for it
Add option for on canvas align handles and move group selection checkbox
Merge in bazaar branch for alignment handles
Make background color affect checkerboard
Fix build
fix building
Remov force allocation
Merge from master
Fix compiling issues
minor fixes
Small change to hover text
Store pixbufs instead of names to reduce calls to sp_get_icon_pixbuf
Fix use of Gtk::Widget vs. GtkWidget in new symbolic icon getting code
Fix missing properties method, pass properties structure
Remove Tags functionality (replaced by css selectors)
...
|
| |
|
|
| |
Closes #147
|
| | |
|
| |\ |
|
| | |
| |
| |
| |
| | |
This was meant to be fixed by deeb288f but it seems this was
overlooked. Also remove .desktop.in file which appears to be unused.
|
| | |
| |
| |
| |
| |
| |
| | |
- add -O1 to make FORTIFY_SOURCE happy (eliminate compiler warnings)
- canonicalize CMAKE_CXX_FLAGS_DEBUG to avoid unnecessary recompilation
Both issues were introduced with f7fc3d3a7f8f51a01cd1dfb261c3e234617e092e
|
| |/
|
|
|
|
|
|
|
|
|
|
| |
As of Windows 10 (version 1809) fonts are installed per-user by
default into the folder
%localappdata%\Microsoft\Windows\Fonts
which is not picked up (yet) by fontconfig.
Add this folder manually as a font directory to fonts.conf
Fixed issues:
- https://gitlab.com/inkscape/inkscape/issues/50
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
This was producing nearly empty tarballs, with incorrect internal root
paths. The replacement logic is C/P from what we shipped 0.92.3 with.
|
| | |
|
| |
|
|
|
|
|
|
| |
Despite the misleading name they are actually supposed to hold the
"rule" to link an executable (i.e. the full linker command line)
and not just the linker executable name.
CMake already defaults to the CMAKE_<LANG>_COMPILER for the latter.
|
| |
|
|
| |
(silences warnings in clang / already default for gcc)
|
| |
|
|
| |
Not required anymore after 408cb49b5559a81ea803df64bf58457a5dd4bf16
|
| | |
|
| | |
|
| |
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
| |
.mo files were copied to e.g. "en.mo" instead of "inkscape.mo"
This was broken after e939fcccf36f2a89435b0f8328db9be32ce3b600
as there was one tiny customization in our copy of FindGettext.cmake
|
| | |
|
| |\ |
|
| | |
| |
| |
| | |
add note saying can remove -std=c++11 when minimum cmake is 3.1
|
| |/
|
|
|
| |
LDFLAGS include LIBRARIES, therefore remove duplicates
Replaced LIBRARIES with LDFLAGS for gtk and gtkspell so they work even if the libraries are not in a standard path
|
| |
|
|
|
|
|
|
|
| |
For now we still default to ImageMagick, but we can fall-back to
GraphicsMagick (e.g. if only ImageMagick 7 is available; add a check
for this).
To prefer GraphicsMagick despite a compatible version of ImageMagick
use -DWITH_IMAGE_MAGICK=OFF when running CMake
|
| | |
|
| |
|
|
|
| |
(strictly speaking PACKAGE and PACKAGE_NAME are unused, too, but
let's keep them for now)
|
| |
|
|
|
| |
Avoids having to recompile most of the Inkscape codebase whenever
gtkmm is updated.
|
| |
|
|
|
| |
Also remove FindGettext module and use the one that ships with CMake
(bumps minimum version to CMake 2.8.8 for GETTEXT_VERSION_STRING)
|
| | |
|
| | |
|
| | |
|
| |
|
| |
Found via `codespell -q 3 -I ../inkscape-whitelist.txt --skip="*.svg,*.po,*.nsh,*.in,./src/3rdparty"`
|
| |
|
|
| |
(see eb2928ad13bd794e53b5631ffee997e48a764c51)
|
| | |
|
| | |
|
| |
|
|
| |
Also add libdatrie which is required by libthai.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
Re-enable usage of enchant-2 after
3f5b88a264397918cf7e1623d0e5e8828a5ceb77
(while not failing completely anymore enchant-2 is still broken
unfortunately)
|
| |
|
|
|
| |
Also remove (unused) legacy variable "TRY_GTKSPELL",
remove an outdated comment, fix indentation and some cleanup
|
| | |
|
| | |
|
| | |
|
| | |
|