| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Similar to parameter's of type "string":
Has a text entry and stores a string preference
* Additionally offers a button to show a file chooser dialog
* The node's content is the initial (default) file path.
* Relative paths will be considered relative to the extension's .inx
file. This allows to reference files/folders shipped with the
extension in a portable way.
The stored value as well as the parameter value passed to the
script interpreter will always be absolute, though.
* The attribute "mode" controls what type(s) of paths the file
chooser allows to select. Valid values:
- 'file', 'files', 'folder', 'folder' (pick existing items)
- 'file_new', 'folder_new' (create a new file/folder)
* Note that manually entered values will be passed as-is without
checking for existence.
|
| |
|
|
|
|
|
|
|
| |
* The node's content is the file path.
Absolute paths should work, the preferred way is to specify a
relative path, though, which will be interpreted relatively to the
.inx file's location
* The attributes "width/height" allows to override the native size
of the image.
|
| |
|
|
|
|
|
| |
The attribute "size" allows to define the spacing in px.
The special value "expand" can be used to make the spacer consume
all available space in the parent.
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
This improves consistency, as "description" parameter were not
actually parameters with a value that could be modified or saved.
The old syntax is deprecated but still supported for now.
|
| | |
|
| |
|
|
|
|
|
| |
Many fixes, improvements and simplifications to existing code.
Implements the first part of the changes discussed in
https://gitlab.com/inkscape/inkscape/issues/333
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| | |
|
| |\
| |
| | |
(bzr r14761.1.11)
|
| | |
| |
| | |
(bzr r14853)
|
| | |
| |
| | |
(bzr r14761.1.8)
|
| |/
|
| |
(bzr r14761.1.1)
|
| |
|
| |
(bzr r14139)
|
| |
|
|
|
| |
Only certain .cmake files should be ignored
(bzr r14086)
|
| |
|
| |
(bzr r13409)
|
| |
|
| |
(bzr r13313)
|
| |
|
|
|
|
| |
Fixed bugs:
- https://launchpad.net/bugs/1263242
(bzr r12953)
|
| |
|
| |
(bzr r12499)
|
| |
|
| |
(bzr r12493)
|
| |\
| |
| | |
(bzr r11668.1.75)
|
| | |
| |
| | |
(bzr r12428)
|
| |\|
| |
| | |
(bzr r11668.1.53)
|
| | |
| |
| | |
(bzr r12134)
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
| |
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 r12075)
|
| |
|
| |
(bzr r11727)
|
| |
|
| |
(bzr r10673)
|
| |
|
| |
(bzr r10651)
|
| |
|
|
|
|
| |
patch #822009 to address bug #820863
from Yu-Jie Lin.
(bzr r10648)
|
| |
|
| |
(bzr r10561)
|
| |
|
| |
(bzr r10546)
|
| |
|
| |
(bzr r10516)
|
| |
|
| |
(bzr r10511)
|
| |
|
| |
(bzr r10397)
|
| |
|
| |
(bzr r10334)
|
| |
|
| |
(bzr r10310)
|
| |
|
|
|
|
| |
- added option WITH_DBUS (currently uses hard coded paths)
- remove duplicate version variable.
(bzr r10297)
|
| |
|
|
|
| |
also correction to windows path.
(bzr r10286)
|
| |
|
|
|
|
|
| |
- group source/headers per library (for some IDE's)
- include headers with source listing (also for IDE's)
- remove unneeded Find modules
(bzr r10281)
|
| |
|
| |
(bzr r10278)
|
| |
|
|
|
|
|
| |
turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset.
Fixing this broke the build because some files in the subdir were not compiling.
(bzr r10276)
|
| |
|
|
|
| |
cake keyword, and also dont mix up dor names with libs.
(bzr r10274)
|
| |
|
|
|
|
| |
- cmake now builds all files that automake does but does NOT link yet
- inlcudes nasty hard coded paths and libs (will replace once linking works)
(bzr r10272)
|
| |
|
|
|
| |
sub-libs of inkscape.
(bzr r7120)
|