| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
All .svg and .svgz files contained in the specified folder(s) will be opened.
Note: Currently this is done non-recursively, but a command line option to make this recursive could be easily added in future (see "recursive" parameter of "get_valid_files()" function).
(bzr r15690.1.4)
|
| | | | | |
| | | | |
| | | | | |
(bzr r15690.1.3)
|
| | | | | |
| | | | |
| | | | | |
(bzr r15690.1.2)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fixed bugs:
- https://launchpad.net/bugs/488997
(bzr r15690.1.1)
|
| | | | | |
| | | | |
| | | | | |
(bzr r15690)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
origin position
(bzr r15689)
|
| | | | | |
| | | | |
| | | | | |
(bzr r15687.1.3)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
To do this we have to "hack" g_print() as the glib people decided Windows consoles should be limited to 255 character code pages forevermore and g_print() converts all strings to the system's ANSI code page without exception.
(see http://stackoverflow.com/q/43927373/2514664 for details)
(bzr r15687.1.2)
|
| | | | | |
| | | | |
| | | | | |
(bzr r15687.1.1)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
In the problem at hand [1] the crash is caused by a font with the name "Æ Systematic -BRK-". However the font family name returned by pango is "\xc6 Systematic - BRK-". "(\xc6" is the character code of "Æ" in Latin-1 encoding, but is not a valid UTF-8 character, so obviously at some point there went something wrong with character encoding conversion)
At this time it is unclear to me where in the chain the issue originates, as it's possible that
a) the font name is already stored incorrectly in the font file
b) fontconfig incorrectly parses the font file when creating the font cache
c) pango messes up somehow
For now we ignore fonts with illegal characters in file name as they cause a whole lot of issues (even before triggering a crash), but figuring out the above and (if applicable) work around it in Inkscape might make the font available after all.
[1] https://answers.launchpad.net/inkscape/+question/630886
(bzr r15687)
|
| | | | | |
| | | | |
| | | | | |
(bzr r15686)
|
| | | | | |
| | | | |
| | | | | |
(bzr r15685)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
(Previous commit shows how to fix it for Wayland if it were ever to be needed.)
(bzr r15684)
|
| | | | | |
| | | | |
| | | | | |
(bzr r15683)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This avoids the misery and frustration of converting to the overly limited ANSI codepages and does not seem to cause any issues so far.
(bzr r15682)
|
| | | | | |
| | | | |
| | | | | |
(bzr r15679)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
for inkscape executables.
It's not only more elegant, but it also makes the "install/strip" target work!
Also convert DESTINATION to a relative path. As relative paths are relative to ${CMAKE_INSTALL_PREFIX}, it's effectively the same as before, but cmake does not properly handle absolute paths on Windows, see [1].
[1] https://gitlab.kitware.com/cmake/cmake/issues/16859
(bzr r15678)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
printing to console
(just as we do with inkscape.com / inkscape.exe)
(bzr r15677)
|
| | | | | |
| | | | |
| | | | | |
(bzr r15675.1.5)
|
| | | | | |
| | | | |
| | | | | |
(bzr r15675.1.4)
|
| | | | | |
| | | | |
| | | | | |
(bzr r15675.1.3)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
(will come in handy in inkview)
(bzr r15675.1.2)
|
| | | | | |
| | | | |
| | | | | |
(bzr r15675.1.1)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
setlocale() without resetting it to the initial default)
- inkview.cpp : This occurence in fact does *not* seem to be needed anymore (despite what the comment says)
- main.cpp : The (commented out) occurence is unnecessary as it is called as part of gtk_init_check()
(bzr r15674)
|
| | | | | |
| | | | |
| | | | | |
(bzr r15673)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
pointed by Ede_123 on IRC
(bzr r15671)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
by Ede_123 in IRC, LPE dialog show bad default selected LPE
(bzr r15670)
|
| | | | | |
| | | | |
| | | | | |
(bzr r15669)
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
fillet chamfer
(bzr r15668)
|
| | | | | |
| | | | |
| | | | | |
(bzr r15667)
|
| | | | | |
| | | | |
| | | | | |
(bzr r13645.1.177)
|
| | | | | |
| | | | |
| | | | | |
(bzr r13645.1.176)
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
(bzr r13645.1.175)
|
| | | | | | |
| | | | | |
| | | | | | |
(bzr r15665)
|
| |\| | | | |
| | | | | |
| | | | | | |
(bzr r13645.1.174)
|
| | |\ \ \ \ \
| | | | | | |
| | | | | | | |
(bzr r15620.1.17)
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixed bugs:
- https://launchpad.net/bugs/1688168
(bzr r15662)
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixed bugs:
- https://launchpad.net/bugs/481506
(bzr r15659)
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixed bugs:
- https://launchpad.net/bugs/263166
(bzr r15658)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r15620.1.16)
|
| | |\| | | | |
| | | | | | |
| | | | | | | |
(bzr r15620.1.15)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r15656)
|
| | |\| | | | |
| | | | | | |
| | | | | | | |
(bzr r15620.1.14)
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Improve rendering widgets, simplify the code, redraw widgets each time not only on odd iterations
(bzr r15655)
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
from memory
This fixes many bugs (mostly caused by very long image data URIs)
Fixed bugs:
- https://launchpad.net/bugs/1572280
- https://launchpad.net/bugs/1412912
- https://launchpad.net/bugs/1373322
- https://launchpad.net/bugs/1243011
- https://launchpad.net/bugs/1627004
- https://launchpad.net/bugs/1627004
(bzr r15654)
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
placeholder instead
(bzr r15653)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r15620.1.13)
|
| | |/ / / / /
| | | | | |
| | | | | | |
(bzr r15620.1.12)
|
| | | | | | |
| | | | | |
| | | | | | |
(bzr r15649)
|
| | | | | | |
| | | | | |
| | | | | | |
(bzr r15648)
|