Filter effects dialog:
* For the Order attribute of feConvolveMatrix, show only the spin control, not the slider
* For the Order attribute of feConvolveMatrix, show only the spin control, not the slider
Adding a sample file demonstrating the use of tref to share/examples.
cosmetic improvement to standard filter input bar rendering
Filter effects dialog:
* Double-clicking a filter now applies it to the selection
* Updating filter settings widgets no longer updates the filter primitive
* Double-clicking a filter now applies it to the selection
* Updating filter settings widgets no longer updates the filter primitive
refactoring: gathering some commonly copy'n'pasted functions on a common
header
header
Filter effects dialog:
First commit of improvements to the dialog discussed on the dev list. The dialog now tracks the selection and selects the appropriate filter, as well as displaying a small icon to indicate what filter(s) are applied to the selection.
First commit of improvements to the dialog discussed on the dev list. The dialog now tracks the selection and selects the appropriate filter, as well as displaying a small icon to indicate what filter(s) are applied to the selection.
added helper methods NumberOptNumber::numIsSet() and
NumberOptNumber::optNumIsSet()
using it for default attribute values in feTubulence and
feConvolvematrix
feDisplacementMap scale parameter variable is a double
NumberOptNumber::optNumIsSet()
using it for default attribute values in feTubulence and
feConvolvematrix
feDisplacementMap scale parameter variable is a double
Improved svg input and output for lighting effects and lights
Added support for feMerge filter priitive
SpinSlider:
If the digits value is set to zero, truncate the value when setting the attribute so it is an int, rather than a double.
If the digits value is set to zero, truncate the value when setting the attribute so it is an int, rather than a double.
Added attr-widgets, missing from my last commit
boiler plate code for feTurbulence:
*reading attributes and setting default values
same for some more attributes on convolve matrix filter
alphabetical ordering on Makefile_insert and on nr-filter.cpp #includes
*reading attributes and setting default values
same for some more attributes on convolve matrix filter
alphabetical ordering on Makefile_insert and on nr-filter.cpp #includes
Filter effects dialog:
This is a large commit that greatly simplifies the creation and use of all the filter settings in the dialog.
* Added AttrWidget class to provide an interface for the settings widgets. Allows the widget to read and write to an attribute.
* Modified the ComboBoxEnum, SpinSlider, and ConvolveMatrix widgets to use AttrWidget, more to follow.
* Removed lots of specific filter settings code in favor of the more generic system.
This is a large commit that greatly simplifies the creation and use of all the filter settings in the dialog.
* Added AttrWidget class to provide an interface for the settings widgets. Allows the widget to read and write to an attribute.
* Modified the ComboBoxEnum, SpinSlider, and ConvolveMatrix widgets to use AttrWidget, more to follow.
* Removed lots of specific filter settings code in favor of the more generic system.
add 3d tool
inkscape.xml and default.xml must be the same
feImage boilerplate code.
improving displacement map renderer.
Reworked text output to create <text> nodes on text matrix changes rather than on every font update
Add 2 new object snapping modes: bbox to bbox, and nodes to bbox
Add a method to create a rectangular curve
Snapping the transformation origin should also work for paths, not only for shapes
Retrieve preferences outside the for-loop, not inside.
Added example of lighting effects
DisplacementMap filter boilerplate code + renderer draft implementation.
General setting of attributes and default values.
renderer method is still not correct. Needs some more effort.
General setting of attributes and default values.
renderer method is still not correct. Needs some more effort.
Small polishing.
Modified CSS font style and text matrix setting to work with TrueType fonts
Set the xml:space attribute on <svg> once rather than on every <text>
Fixed rendering glitch in bicubic scaler
Fixed a memory leak in lighting effects rendering
fix makefile for case change of CXX dir
Filter effects dialog:
* Added filtereffects to the preferences-skeleton so that the dialog size is saved and restored.
* Added filtereffects to the preferences-skeleton so that the dialog size is saved and restored.
Filter effects dialog:
* Fixed misnamed primitive input (BackgroundImage was incorrectly called BackgroundGraphic)
* Removed the filter primitive input comboboxes in favor of drag-and-drop. The standard inputs are shown as vertical text to the right.
* Various minor improvements to the drawing of filter connections
* Fixed misnamed primitive input (BackgroundImage was incorrectly called BackgroundGraphic)
* Removed the filter primitive input comboboxes in favor of drag-and-drop. The standard inputs are shown as vertical text to the right.
* Various minor improvements to the drawing of filter connections
Patch by Felipe Sanches: fixed transparent lines in feConvolveMatrix output
Added tiling pattern support
Removed transform from <svg> and corrected matrix multiplication order in PdfParser::opConcat
Patch by Jean-René Reinhard: better SVG compliance for lighting effects
removing kerns also trims multi-value x attribute; allow it to work on tspans as well
17 years agoremove age-old optimization which fails to update display when undoing removing manua...
remove age-old optimization which fails to update display when undoing removing manual kerns
Added some heuristics to set CSS font-style and font-weight from PDF font names when these properties are not available from poppler
Filter effects dialog:
Created simple controls for feConvolveMatrix. Currently only handles attributes order and kernelMatrix.
Created simple controls for feConvolveMatrix. Currently only handles attributes order and kernelMatrix.
tspan statusbar description
tspan statusbar description
Added xml:space=preserve attribute on <text> nodes and sodipodi:role=line attribute on <tspan> nodes to ease text editing
Use the #RRGGBB color format instead of rgb() since most extensions don't support the latter
Further development of the PDF import module: continued pruning of PdfParser.cpp, added basic text and image support and did some coding style
adjustments.
adjustments.
Added a missing link in making the filterRes attribute work
Patch from Felipe Sanches: support for feConvolveMatrix filter primitive
Patch from Jean-René Reinhard: support for feDiffuseLighting and
feSpecularLighting filter primitives
feSpecularLighting filter primitives
Updated the gtkmmified fill and stroke dialog with the filter effects
changes done in the current f&s dialog. I'll probably make the gtkmmified one
default pretty soon to avoid double work...
changes done in the current f&s dialog. I'll probably make the gtkmmified one
default pretty soon to avoid double work...
Cleaned up logic of sp_te_delete to adhere to UI/logic layering.
make all-inkscape-files the default filter instead of all-images (do we need that at all? MIME has some pretty strange notions of what is an image and what not)
Use Inkscape's own code to write coordinates to svg (much nicer fix than commit #15449)
17 years agoMake string conversion of box coordinates locale-independent (fixes bug with language...
Make string conversion of box coordinates locale-independent (fixes bug with languages that use comma instead of decimal point)
Another newly 'discovered' translator.
Filter effects dialog:
* Enable duplicating filters (from the popup menu)
* Enable duplicating filters (from the popup menu)
A few additions to ensure that editing trefs is not allowed (and doesn't cause a crash). Also allows all trefs within a selection to be 'unlinked'.
Unfuzzied
Filter effects dialog:
* Enables drag-and-drop reordering for filter primitives. Removes any connection conflicts caused by reordering.
* Enables drag-and-drop reordering for filter primitives. Removes any connection conflicts caused by reordering.
Filter effects dialog:
* Prevent filter primitive connections to primitives that come after the selected primitive.
* Prevent filter primitive connections to primitives that come after the selected primitive.
Add two newly 'discovered' translators, sorry guys.
Filter effects dialog:
* A coule bug fixes; attempting to connect the first filter primitive to another is no longer allowed, same for attempting to connect the input of a filter primitive to its own result. Still todo is preventing a connection to a later primitive.
* A coule bug fixes; attempting to connect the first filter primitive to another is no longer allowed, same for attempting to connect the input of a filter primitive to its own result. Still todo is preventing a connection to a later primitive.
fix compiler warning on ordering of init in uri-references.cpp
add text replace
Filter effects dialog:
* Made a lot of strings translatable
* Fixed the filter primitive input settings to work more like other ComboBoxEnums.
* Made a lot of strings translatable
* Fixed the filter primitive input settings to work more like other ComboBoxEnums.
simplify
fix crash with empty parameter string
Update.
Update with strings from current sources.
Make strings translatable.
added forgotten text_replace.inx, added updated translation into Russian
fix replace to work with non-ascii text
text replace
Add poppler
Use poppler
Fixed assertion failure with some unset parameters for feComposite & feOffset
Filter effects:
* As coded by Johan Engelen, made the filter-effect-enums code more generic; the data and conversion classes are now in src/util, filter-specific data is in filter-enums.h
* Improved filter_add_primitive so that default values are filled in appropriately to prevent errors or possible crashes
* As coded by Johan Engelen, made the filter-effect-enums code more generic; the data and conversion classes are now in src/util, filter-specific data is in filter-enums.h
* Improved filter_add_primitive so that default values are filled in appropriately to prevent errors or possible crashes
Move check for unlinked paths of 3D box faces to the correct location
Write distinguished corners of 3D boxes to the svg representation from which the box can be recomputed.
This is used to fix several bugs related to the editing of boxes resulting from cloning, undo operations or newly opened documents (we had stray pointers to SPPaths before that made Inkscape crash).
This is used to fix several bugs related to the editing of boxes resulting from cloning, undo operations or newly opened documents (we had stray pointers to SPPaths before that made Inkscape crash).
Filter effects dialog:
* Added new combobox for setting the "in2" attribute in the same way as was already possible for the "in" attribute.
* Setting in or in2 to Default now unsets that attribute
* Added new combobox for setting the "in2" attribute in the same way as was already possible for the "in" attribute.
* Setting in or in2 to Default now unsets that attribute
Filter effects dialog:
* Improved spacing of input connections for primitives with multiple inputs
* Added basic support for display of feMerge connections. Doesn't yet display the actual connections since feMergeNodes aren't supported yet.
* Improved spacing of input connections for primitives with multiple inputs
* Added basic support for display of feMerge connections. Doesn't yet display the actual connections since feMergeNodes aren't supported yet.
switch back to cairo pdf importer temporarily
stupid syntax mistake
17 years ago- added an "all" action that does everything which needs to be done to compiled Inksc...
- added an "all" action that does everything which needs to be done to compiled Inkscape from SVN regularly
- updated help message
- enabled the prefix option (don't know why it was commented)
- updated help message
- enabled the prefix option (don't know why it was commented)
Upped the required version for poppler.
Enable the poppler-based PDF import extension by default.
Initial commit of native poppler-based PDF import.
fix for panning and zooming into area in 3D box tool (root_handler of event_context was not called in some cases)
Filter effects dialog:
* Added controls for the composite filter primitive (operator and k1-k4).
* Simplified setting the filter attributes to remove duplicated code common for spinsliders and comboboxenums
* Added controls for the composite filter primitive (operator and k1-k4).
* Simplified setting the filter attributes to remove duplicated code common for spinsliders and comboboxenums
Move 3D axis manipulation functions to separate file
apparently filter-dialog cpp file wasn't added to translatable ones as well :)
added forgotten file to POTFILES.in
g2png extension was removed from SVN, but not from POTFILES.in
In other words...
Дедушка умер, а дело живёт
Лучше бы было наоборот
:)
In other words...
Дедушка умер, а дело живёт
Лучше бы было наоборот
:)
shorter and less assuming status message - note that effects are used among other things for help menu items