| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
| |
frequent confusion about what they do
(bzr r3484)
|
| |
|
| |
(bzr r3476)
|
| |
|
|
|
| |
(disabled extension/internal/bitmap/*.* in build.xml to fix compilation)
(bzr r3472)
|
| |
|
|
|
| |
FileSaveDialogImplGtk::show(). This avoids the crash when the dialog is deleted.
(bzr r3471)
|
| |
|
|
|
| |
* Added autoscrolling during connection drag/drop. If a connection is dragged towards the top or bottom of the primitives treeview, the view will scroll with it.
(bzr r3466)
|
| |
|
|
|
| |
* Added filter dialog controls for feFlood
(bzr r3463)
|
| |
|
|
|
| |
* Fixed bad update of the matrix widget, which was causing gtk warnings/criticals.
(bzr r3457)
|
| |
|
|
|
|
| |
* Changed SPFeTurbulence/FilterTurbulence to use an enum for the type field
* Added type setting to the filter dialog
(bzr r3454)
|
| |
|
|
|
| |
* Fixed bad use of tree iterators; caused crashes when drag/dropping filter primitives
(bzr r3453)
|
| |
|
|
|
| |
A couple bug fixes; the Link togglebutton for dual spinsliders now updates properly when switching between primitives. Also, the in2 attribute of feDisplacementMap is now properly checked when reordering primitives.
(bzr r3452)
|
| |
|
| |
(bzr r3446)
|
| |
|
| |
(bzr r3435)
|
| |
|
|
|
| |
* Added controls for feMorphology
(bzr r3434)
|
| |
|
| |
(bzr r3423)
|
| |
|
|
|
| |
* Removed the FilterEffectChooser base class, no longer used
(bzr r3420)
|
| |
|
|
|
| |
* Removed the "Filter" option from the Blend mode combobox in the Fill and Stroke dialog.
(bzr r3419)
|
| |
|
| |
(bzr r3418)
|
| |
|
|
|
| |
* Connected up the filters and primitives so that changes made outside the filter dialog are properly observed, e.g. deleting a primitive in the XML editor will show up in the filter dialog.
(bzr r3417)
|
| |
|
|
|
| |
SNAPPOINT_BBOX)
(bzr r3415)
|
| |
|
| |
(bzr r3408)
|
| |
|
|
|
|
| |
* Fixed a few bugs with the feColorMatrix settings, such as bad sensitivity settings and missing updates.
* Changed matrix loading (for the values attribute of feColorMatrix) so that it can handle values separated by more than one space.
(bzr r3407)
|
| |
|
| |
(bzr r3402)
|
| |
|
| |
(bzr r3400)
|
| |
|
|
|
| |
preferences dialog
(bzr r3399)
|
| |
|
| |
(bzr r3398)
|
| |
|
|
|
| |
previous commit...
(bzr r3384)
|
| |
|
|
|
| |
* Added controls for scale and channel selection to the filter dialog for feDisplacementMap
(bzr r3383)
|
| |
|
|
|
|
| |
Updated aboutbox.cpp
Also corrected the ordering of names: alphabetic by surname
(bzr r3382)
|
| |
|
|
|
|
| |
* Added edge mode setting to the filter dialog
* Changed type of edgeMode in SPFeConvolveMatrix to use the enum type
(bzr r3381)
|
| |
|
|
|
|
| |
* Added control for the values attribute of feColorMatrix; shows a matrix or a slider depending on the value of the type attribute.
* Added a frame shadow around the matrix used by feColorMatrix and feConvolveMatrix.
(bzr r3379)
|
| |
|
|
|
|
| |
* Changed type field of ColorMatrix filter to use an enum rather than a plain int
* Added control for the ColorMatrix type to the filter dialog
(bzr r3375)
|
| |
|
|
|
|
| |
* Added a class to show a checkbutton setting
* Added most of the settings for feTurbulence
(bzr r3373)
|
| |
|
|
|
| |
in, and a bit of refactoring
(bzr r3361)
|
| |
|
| |
(bzr r3360)
|
| |
|
|
|
| |
Removed unused header file.
(bzr r3359)
|
| |
|
|
|
|
|
|
| |
FileDialogBase -> FileDialogBaseGtk
FileOpenDialogImpl -> FileOpenDialogImplGtk
FileSaveDialogImpl -> FileSaveDialogImplGtk
FileExportDialog -> FileExportDialogImpl
(bzr r3358)
|
| |
|
|
|
| |
facilitate a Win32 verion of these impls
(bzr r3357)
|
| |
|
|
|
| |
for a Win32 implementation of the file dialogs
(bzr r3356)
|
| |
|
|
|
| |
* Added light source controls for feDiffuseLighting and feSpecularLighting.
(bzr r3354)
|
| |
|
|
|
|
|
| |
* Added a "Link" toggle to the DualSpinSlider widget, when active the two values will be set equal to eachother.
* Added DualSpinButtons (for attributes that have an optional number, similar to DualSpinSlider but without the gtkscale)
* Added MultiSpinButtons (for showing multiple spinbuttons together but with different attributes)
(bzr r3352)
|
| |
|
| |
(bzr r3344)
|
| |
|
| |
(bzr r3342)
|
| |
|
|
|
| |
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)
|
| |
|
|
|
|
| |
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)
|
| |
|
|
|
| |
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)
|