| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
| |
(bzr r3339)
|
| |
|
|
|
| |
recently removed from sptspan set method
(bzr r3338)
|
| |
|
| |
(bzr r3337)
|
| |
|
|
|
| |
Removed debug cout
(bzr r3336)
|
| |
|
|
|
|
| |
* feMergeNodes can be deleted by clicking the input without dragging.
* feMergeNodes can be added using a special empty input at the bottom of primitive.
(bzr r3335)
|
| |
|
|
|
| |
* Added basic support for feMerge. Nodes can't be added or deleted yet, but the value of their "in" attributes can be edited using drag/drop as with other filters.
(bzr r3334)
|
| |
|
|
|
| |
this still does not fix the clip-by-clone crash, now it crashes in the show method instead of bbox...
(bzr r3333)
|
| |
|
| |
(bzr r3332)
|
| |
|
|
|
|
| |
2) Strict snapping implemented, i.e. bbox only to bbox and nodes only to paths/nodes
3) Renaming of some constants to improve readability
(bzr r3331)
|
| |
|
| |
(bzr r3330)
|
| |
|
|
|
| |
current text position
(bzr r3329)
|
| |
|
|
|
| |
they are correctly parented
(bzr r3328)
|
| |
|
|
|
|
| |
* Added settings for feDiffuseLighting.
* Added color buttons for feDiffuseLighting and feSpecularLighting.
(bzr r3327)
|
| |
|
|
|
|
| |
* 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
(bzr r3326)
|
| |
|
| |
(bzr r3325)
|
| |
|
| |
(bzr r3324)
|
| |
|
|
|
| |
* Limited the upper bounds of the feConvolveMatrix attributes targetX and targetY so that they match the value of Order.
(bzr r3323)
|
| |
|
|
|
| |
* A couple corrections to the way the vertical inputs are displayed and handled.
(bzr r3322)
|
| |
|
|
|
|
| |
* Added settings widgets for feConvolveMatrix's target attribute
* Changed the order attribute to show both spin widgets on the same row
(bzr r3321)
|
| |
|
| |
(bzr r3320)
|
| |
|
|
|
| |
* Changed drawing of vertical input bars to make them stick to the right side of the treeview.
(bzr r3319)
|
| |
|
|
|
| |
* For the Order attribute of feConvolveMatrix, show only the spin control, not the slider
(bzr r3318)
|
| |
|
| |
(bzr r3316)
|
| |
|
|
|
|
| |
* Double-clicking a filter now applies it to the selection
* Updating filter settings widgets no longer updates the filter primitive
(bzr r3315)
|
| |
|
|
|
| |
header
(bzr r3314)
|
| |
|
|
|
| |
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.
(bzr r3313)
|
| |
|
|
|
| |
Remove "cout" from on_changed() of PrefCombo
(bzr r3312)
|
| |
|
|
|
|
|
|
|
| |
NumberOptNumber::optNumIsSet()
using it for default attribute values in feTubulence and
feConvolvematrix
feDisplacementMap scale parameter variable is a double
(bzr r3311)
|
| |
|
| |
(bzr r3310)
|
| |
|
| |
(bzr r3309)
|
| |
|
| |
(bzr r3308)
|
| |
|
|
|
| |
If the digits value is set to zero, truncate the value when setting the attribute so it is an int, rather than a double.
(bzr r3307)
|
| |
|
| |
(bzr r3306)
|
| |
|
|
|
|
|
|
|
| |
*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
(bzr r3305)
|
| |
|
|
|
|
|
|
|
| |
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.
(bzr r3304)
|
| |
|
| |
(bzr r3301)
|
| |
|
| |
(bzr r3300)
|
| |
|
|
|
| |
than on every font update
(bzr r3299)
|
| |
|
| |
(bzr r3298)
|
| |
|
| |
(bzr r3297)
|
| |
|
|
|
| |
shapes
(bzr r3296)
|
| |
|
| |
(bzr r3295)
|
| |
|
|
|
|
|
| |
General setting of attributes and default values.
renderer method is still not correct. Needs some more effort.
(bzr r3293)
|
| |
|
| |
(bzr r3291)
|
| |
|
| |
(bzr r3290)
|
| |
|
| |
(bzr r3289)
|
| |
|
| |
(bzr r3288)
|
| |
|
| |
(bzr r3287)
|
| |
|
|
|
| |
* Added filtereffects to the preferences-skeleton so that the dialog size is saved and restored.
(bzr r3286)
|
| |
|
|
|
|
|
| |
* 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
(bzr r3285)
|