Modification of the parameters/return value of SPDesktop::getToplevel
1) Changes to snapping preferences dialog
2) Strict snapping implemented, i.e. bbox only to bbox and nodes only to paths/nodes
3) Renaming of some constants to improve readability
2) Strict snapping implemented, i.e. bbox only to bbox and nodes only to paths/nodes
3) Renaming of some constants to improve readability
Set top-level groups as layers with the name of the PDF document
Reworked text state handling so that now SvgBuilder keeps track of the current text position
Gtkmm-ified the desktop window object, and modified the file dialogs so that they are correctly parented
Filter effects dialog:
* Added settings for feDiffuseLighting.
* Added color buttons for feDiffuseLighting and feSpecularLighting.
* Added settings for feDiffuseLighting.
* Added color buttons for feDiffuseLighting and feSpecularLighting.
Filter effects dialog:
* Changed lower limit of gaussian blur to 0.01, as the value 0 makes the result blank
* Corrected a couple of sp_document_done calls
* Changed lower limit of gaussian blur to 0.01, as the value 0 makes the result blank
* Corrected a couple of sp_document_done calls
fix off-by-one with line drawing
nudge things over by a pixel to make them line up
Filter effects dialog:
* Limited the upper bounds of the feConvolveMatrix attributes targetX and targetY so that they match the value of Order.
* Limited the upper bounds of the feConvolveMatrix attributes targetX and targetY so that they match the value of Order.
Filter effects dialog:
* A couple corrections to the way the vertical inputs are displayed and handled.
* A couple corrections to the way the vertical inputs are displayed and handled.
Filter effects dialog:
* Added settings widgets for feConvolveMatrix's target attribute
* Changed the order attribute to show both spin widgets on the same row
* Added settings widgets for feConvolveMatrix's target attribute
* Changed the order attribute to show both spin widgets on the same row
Various small cleanups and optimizations to Paint Bucket tool.
Filter effects dialog:
* Changed drawing of vertical input bars to make them stick to the right side of the treeview.
* Changed drawing of vertical input bars to make them stick to the right side of the treeview.
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)