| Commit message (Collapse) | Author | 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
|
|
Makes searching through code for them easier.
|
|
|
|
- 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
|
|
|
|
|
|
This replaces all NULL or 0 with nullptr when assigned to or returned as
a pointer.
|
|
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
|
|
|
|
|
|
|
|
(bzr r15034)
|
|
(bzr r15027)
|
|
(bzr r15025)
|
|
Fixed bugs:
- https://launchpad.net/bugs/1166184
(bzr r13505)
|
|
(bzr r12970)
|
|
(bzr r10830)
|
|
Fixed bugs:
- https://launchpad.net/bugs/341353
(bzr r10079)
|
|
(bzr r9971)
|
|
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 r9546.1.2)
|
|
Fixed bugs:
- https://launchpad.net/bugs/282421
(bzr r9394)
|
|
which cannot be fixed easily.
(bzr r8422)
|
|
(bzr r8408)
|
|
xml/rebase-hrefs.*. Give it the old and new base directory, so that it can change hrefs without relying on sodipodi:absref.
Also create a new function sp_repr_save_rebased_file that changes all xlink:href attributes as it writes them, so that we don't need to modify the owning document. (Especially useful for "Save a copy" or exporting.)
extension/system.cpp: (Inkscape::Extension::save): Don't call sp_document_set_uri even temporarily other than at the same time as calling rebase_hrefs. (Otherwise, existing relative hrefs will point nowhere.)
When exporting plain SVG, change the relative hrefs according to the destination filename.
(bzr r7643)
|
|
version string on Linux.
(bzr r7123)
|
|
Core of having a real namespace for Inkscape extensions.
r19077@shi: ted | 2008-04-21 15:50:12 -0700
First layer of adding NS
r19078@shi: ted | 2008-04-21 15:56:03 -0700
Whew, doing the rest of them.
(bzr r5483)
|
|
tempfiles breaks some extensions (including Save as XAML)
(bzr r5082)
|
|
(bzr r4052)
|
|
(bzr r3739)
|
|
(bzr r3735)
|
|
Adding in code to XSLT.
(bzr r3729)
|
|
Adding in the basic support for having an xslt implementation.
(bzr r675)
|
|
Switching things to be more Node based. This makes more sense as the
parameters are really more node based.
(bzr r656)
|
|
Adding the basis for a path effect extension type
(bzr r655)
|
|
Making it so all the important strings in the INX files are
translateable. Also added in a 'clear-n_.h' to change the N_() macro
from an inline function to a pure macro.
Lastly, added in submenus for the effects.
(bzr r55)
|