| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
JavaFX 1.x is long obsolete (since 2012-12-20) and the code for it has
not been maintained. There have been no end user comments/reports since
2012 and a few bugs that would be important remain unfixed.
Given that this is not an import format, the impact of removing this
should be extremely low.
Refs: https://www.oracle.com/technetwork/java/javafx/overview/faq-1446554.html#8
Refs: http://web.archive.org/web/20170316051832/http://blogs.oracle.com/javafx/entry/javafx_1_2_and_javafx
Refs: https://stackoverflow.com/q/18865774/2074608
|
| | |
|
| | |
|
| |
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
| |
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
|
| | |
|
| |
|
|
|
| |
This replaces all NULL or 0 with nullptr when assigned to or returned as
a pointer.
|
| |
|
|
| |
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt`
whereby whitelist file contained:
```
dum
iff
glight
substract
te
upto
```
|
| | |
|
| | |
|
| |
|
|
|
|
| |
... just a matter of taste.
But both wanna be initialized: fixed.
|
| |
|
|
| |
get_filename methods
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1558153
(bzr r14713)
|
| |
|
| |
(bzr r13341.5.7)
|
| |
|
| |
(bzr r13341.5.1)
|
| |
|
| |
(bzr r13409)
|
| |
|
|
|
| |
this we can purge a redundant reading of menus skeleton, which leaked its xml tree
(bzr r12616)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1193025
(bzr r12563)
|
| |\
| |
| | |
(bzr r11668.1.65)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
check for X11 backend
Fixed bugs:
- https://launchpad.net/bugs/1160252
- https://launchpad.net/bugs/1122774
(bzr r12247)
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
New: WMF import/export
implements WMF (Windows Metafile) read and write. Inkscape previously
supported that through uniconverter, which was not very good with WMF
files. The new version now has a complete wmf-print/wmf-inout
implementation, analogous to the previous emf-print/emf-inout. This
handles images, patterns, and various other goodies to the extent that
WMF does. WMF is a bit primitive, many fields are only 16 bits, so it
even more resolution sapping issues than does EMF. Given the choice,
always use the latter format.
(bzr r11668.1.52)
|
| |\|
| |
| | |
(bzr r11668.1.51)
|
| | |
| |
| | |
(bzr r12059.1.1)
|
| |\|
| |
| | |
(bzr r11668.1.23)
|
| | |
| |
| | |
(bzr r11737)
|
| |\|
| |
| | |
(bzr r11668.1.10)
|
| | |
| |
| |
| |
| |
| | |
Fixed bugs:
- https://launchpad.net/bugs/1015572
(bzr r11533.1.1)
|
| |/
|
| |
(bzr r11668.1.8)
|
| |
|
| |
(bzr r11016)
|
| |
|
| |
(bzr r10977)
|
| |
|
| |
(bzr r10554)
|
| |
|
| |
(bzr r9508.1.82)
|
| |
|
| |
(bzr r10014)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
fileencoding=utf-8 in all 1074 Vim modelines.
The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline").
Also corrected five deviant modestrings:
* src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end
* src/ui/dialog/tile.cpp: removed gratuitous second colon at the end
* src/helper/units-test.h: removed gratuitous space before a colon
* share/extensions/export_gimp_palette.py: missing textwidth=99
That's my geekiest commit yet.
(bzr r9900)
|
| |\
| |
| | |
(bzr r8254.1.53)
|
| | |
| |
| | |
(bzr r9127)
|
| |/
|
| |
(bzr r8254.1.4)
|
| |
|
| |
(bzr r7813)
|
| |
|
| |
(bzr r6891)
|
| |
|
| |
(bzr r6885)
|
| |
|
|
|
|
|
|
| |
the Inkscape::Preferences class. Removed all use of
prefs_get_string_attribute(), pref_path_get_nth_child() and
create_pref() in favor of the new API. Replaced some "0 or 1" integer
preferences with booleans.
(bzr r6823)
|
| |
|
| |
(bzr r6743)
|
| |
|
| |
(bzr r6741)
|
| |
|
| |
(bzr r6725)
|
| |
|
| |
(bzr r6474)
|
| |
|
| |
(bzr r5923)
|
| |
|
|
|
| |
BR_DATADIR. This should solve the "current directory" problems. This is a temporary fix.
(bzr r5762)
|