| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
There we go...
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
full parsing of multiple axes and respective design-space coordiantes.
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
(https://bugs.launchpad.net/inkscape/+bug/1699787)
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
(Usually we append the proper extension afterwards, but that does only work for registered extensions and not custom extensions. The resulting behavior was that a file saved this way had usually no extension at all unless the user added one manually...)
|
| |/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fixed bugs:
- https://bugs.launchpad.net/inkscape/+bug/1639701
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
different data directory by setting the environment variable INKSCAPE_DATADIR at runtime
|
| | | | | | | |
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
Remove a lot of unused / overly compicated path manipulation functions and replace them with a solution that also handles the case where inkscape.exe is located in a /bin subdirectory.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
These are roughly equivalent to autoconf's AC_HEADER_STDC and even they
say that macro is obsolescent.
strings.h is not really a C89 header, but it defined some things that
are no longer needed [1]. And no file actually #includes it.
[1] https://stackoverflow.com/a/4291328
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Most of these #defines are not even checked anyway, though they could
have the side-effect of failing configure before the build started.
However, these checks are redundant due to other checks for the same
thing:
* concept_check.hpp was added to Boost in 1.19.0, released in 2000. I
sincerely doubt anyone is using that version right now, but I added a
minimum version to the find_package() call. In any case, no code
actually checked the #define, so it wouldn't have built without it
anyway.
* FindBoehmGC puts gc.h on the compiler search path, so there's no need
to try gc/gc.h also.
* libintl.h is found by FindIntl.
* unordered_set is part of the C++11 standard.
* zlib.h is found by find_package(ZLIB).
|
| |\ \ \ \ \ \ |
|
| | | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | |
| | | | | | |
Fixes Bug:
- https://launchpad.net/bugs/1417470
|
| | | | | | | |
|
| | | | | | | |
|
| |/ / / / / |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| |\ \ \ \ \
| | | | | |
| | | | | | |
(bzr r15738)
|
| | | | | | |
| | | | | |
| | | | | | |
(bzr r14862.2.4)
|
| | |\ \ \ \ \
| | |_|_|_|/
| |/| | | | |
(bzr r14862.2.3)
|
| | |\ \ \ \ \
| | | | | | |
| | | | | | | |
(bzr r14862.2.2)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r14862.2.1)
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
(bzr r15737)
|
| | | | | | | | |
| | | | | | | |
| | | | | | | | |
(bzr r14876.2.5)
|
| | |\ \ \ \ \ \ \
| | | |_|/ / / /
| | |/| | | | /
| | |_|_|_|_|/
| |/| | | | | |
(bzr r14876.2.4)
|
| | |\ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
(bzr r14876.2.3)
|
| | |\ \ \ \ \ \ \
| | | |_|_|/ / /
| | |/| | | | | |
(bzr r14876.2.2)
|
| | | | | | | | |
| | | | | | | |
| | | | | | | | |
(bzr r14876.2.1)
|
| | | | | | | | |
| | | | | | | |
| | | | | | | | |
(bzr r15736)
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
followed by '+', '>', or '~' when entering new selector.
(bzr r15735)
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
alternative glyphs requires 1.2.3.)
(bzr r15733)
|
| | | | | | | | |
| | | | | | | |
| | | | | | | | |
(bzr r15732)
|
| | |_|_|/ / / /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
"Variants" tab of "Text and Font" dialog.
(bzr r15731)
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
New dialog when opening pre-0.92 files (with 90 dpi).
I implemented it mostly based on mizmo's UI proposal (thanks!), with additional inputs from su_v with a few bugfixes from jabiertxof
Also adds a commandline option --convert-dpi-method=[none|scale-viewbox|scale-document] to be able to batch convert files.
Fixed bugs:
- https://launchpad.net/bugs/1659229
(bzr r15729)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r15727)
|
| |\ \ \ \ \ \ \
| | |_|_|_|_|/
| |/| | | | | |
(bzr r15726)
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixed bugs:
- https://launchpad.net/bugs/1695629
(bzr r15700.1.7)
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixed bugs:
- https://launchpad.net/bugs/1692699
(bzr r15700.1.6)
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixed bugs:
- https://launchpad.net/bugs/1695606
(bzr r15700.1.5)
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixed bugs:
- https://launchpad.net/bugs/1692701
(bzr r15700.1.4)
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixed bugs:
- https://launchpad.net/bugs/1692699
(bzr r15700.1.3)
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixed bugs:
- https://launchpad.net/bugs/1692699
(bzr r15700.1.2)
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixed bugs:
- https://launchpad.net/bugs/1692707
(bzr r15700.1.1)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r15725)
|
| | | | | | | |
| | | | | | |
| | | | | | | |
(bzr r15724)
|