| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | | | | | | | | | | | | | | |
|
| | | | | | | | | | | | | | | | |
|
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | | | | | | | | | | | | | | | |
|
| | | | | | | | | | | | | | | | | |
|
| | | | | | | | | | | | | | | | | |
|
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|_|_|/ / / / /
| | |/| | | | | | | | | | | | | |
|
| | | |_|_|_|_|_|_|_|_|_|_|/ / /
| |/| | | | | | | | | | | | | |
|
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / / / / / / /
| |/| | | | | | | | | | | | | |
|
| | |/ / / / / / / / / / / / / |
|
| | | | | | | | | | | | | | | |
|
| | | |_|_|_|_|_|_|_|_|/ / /
| |/| | | | | | | | | | | |
|
| | | | | | | | | | | | | | |
|
| | | |_|_|_|_|_|_|_|/ / /
| |/| | | | | | | | | | |
|
| | | |_|_|_|_|_|_|/ / /
| |/| | | | | | | | | |
|
| | | |_|_|_|_|_|/ / /
| |/| | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Since xml2 2.9.0, xmlNodeGetSpacePreserve() only checks element nodes,
thus we need to check text node parent for xml:space value.
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
| | | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | |
| | | | | | | | | | |
Fixes bug #1720096. (Crash under Wayland in gdl code.)
|
| | | | | | | | | | | |
|
| | | | | | | | | | | |
|
| | | |_|_|_|_|/ / /
| |/| | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
Basically, any ttf or otf file found will be loaded but no custom matching is
done nor is the 'font-family' menu updated.
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
is no view box.
This prevents a GTK3 crash in file preview (#1611672).
|
| | | | | | | | | | |
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
In r14761 a bug was introduced in ControlManagerImpl::setSelected(), the
fixed value _resize was used to set the final value of targetSize for
the node instead of item->ctrlResize which is decided conditionally
depending on the node state.
https://bugs.launchpad.net/inkscape/+bug/1568644
|
| | | |_|_|_|/ / /
| |/| | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
pango_fc_font_map_get_config() is available since pango 1.38 but
trusty only has pango 1.36.
While calling this function is the "proper" way to get the FcConfig
attached to the FontFactory's font map, FcConfigAppFontAddDir()
reference says
"If config is NULL, the current configuration is used."
and it seems to the current configuration is suitable to use in this
case (which might change if we ever start to use multiple font maps
with different FcConfig's attached but should be fine for now...)
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
(gtk3 issue)
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
'custom_fontdirs' is a list of paths to search for fonts
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This is a multiline text input, similar to 'PrefEntry'
Newlines characters in the multiline input will be converted to '|'
in the saved preference. This is because the XML parser will convert
real newline characters to spaces when reading the preferences file
the next time.
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
- 'use_fontsdir_system' for /share/inkscape/fonts
- 'use_fontsdir_user' for /inkscape/fonts in user config
(both activated by default)
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
(Note we always had an empty /share/fonts directory
that didn't seem to have any purpose yet)
|
| | | |_|_|/ / /
| |/| | | | | |
|
| | |\ \ \ \ \ \ |
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Util::ptr_shared<T> was only used in its <char> specialization, so it is now refactored into a
non-template class. Using it with arbitary classes was dangerous anyway.
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Replace boost::shared_ptr with C++11 smartpointer and remove the boost/shared_ptr.hpp header.
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This replaces all usage of boost::scoped_ptr with std::unique_ptr.
Also removes the corresponding includes.
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
As C++11-compiler is now mandatory, conditional use of auto_ptr is no longer usefull.
This commit does not remove the usage of std::auto_ptr in 2geom.
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | | |
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Since "doc" is initialized to 0, the test is always true...
|
| | | | | | | | | |
|
| | | |_|_|/ / /
| |/| | | | | |
|