summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* differentiate the SP_ITEM_REFERENCE_FLAGS, even though it is not currently usedbulia byak2007-07-291-2/+3
| | | (bzr r3339)
* now this is the correct way to avoid nested updates, instead of the hack i ↵bulia byak2007-07-291-2/+14
| | | | | recently removed from sptspan set method (bzr r3338)
* add setter for first x/y pairbulia byak2007-07-291-0/+3
| | | (bzr r3337)
* Filter effects dialog:Nicholas Bishop2007-07-291-1/+0
| | | | | Removed debug cout (bzr r3336)
* Filter effects dialog:Nicholas Bishop2007-07-295-46/+93
| | | | | | * 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)
* Filter effects dialog:Nicholas Bishop2007-07-282-44/+66
| | | | | * 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)
* pass the geometric bbox flag when taking bbox for clipping; unfortunately ↵bulia byak2007-07-281-2/+2
| | | | | this still does not fix the clip-by-clone crash, now it crashes in the show method instead of bbox... (bzr r3333)
* Modification of the parameters/return value of SPDesktop::getToplevelJoel Holdsworth2007-07-284-15/+9
| | | (bzr r3332)
* 1) Changes to snapping preferences dialogDiederik van Lierop2007-07-2829-196/+283
| | | | | | 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)
* Set top-level groups as layers with the name of the PDF documentmiklosh2007-07-283-3/+34
| | | (bzr r3330)
* Reworked text state handling so that now SvgBuilder keeps track of the ↵miklosh2007-07-283-17/+71
| | | | | current text position (bzr r3329)
* Gtkmm-ified the desktop window object, and modified the file dialogs so that ↵Joel Holdsworth2007-07-2815-180/+236
| | | | | they are correctly parented (bzr r3328)
* Filter effects dialog:Nicholas Bishop2007-07-282-18/+52
| | | | | | * Added settings for feDiffuseLighting. * Added color buttons for feDiffuseLighting and feSpecularLighting. (bzr r3327)
* Filter effects dialog:Nicholas Bishop2007-07-281-4/+8
| | | | | | * 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)
* fix off-by-one with line drawingMenTaLguY2007-07-281-1/+1
| | | (bzr r3325)
* nudge things over by a pixel to make them line upMenTaLguY2007-07-281-3/+3
| | | (bzr r3324)
* Filter effects dialog:Nicholas Bishop2007-07-282-25/+33
| | | | | * Limited the upper bounds of the feConvolveMatrix attributes targetX and targetY so that they match the value of Order. (bzr r3323)
* Filter effects dialog:Nicholas Bishop2007-07-281-6/+7
| | | | | * A couple corrections to the way the vertical inputs are displayed and handled. (bzr r3322)
* Filter effects dialog:Nicholas Bishop2007-07-283-3/+42
| | | | | | * Added settings widgets for feConvolveMatrix's target attribute * Changed the order attribute to show both spin widgets on the same row (bzr r3321)
* Various small cleanups and optimizations to Paint Bucket tool.John Bintz2007-07-271-37/+50
| | | (bzr r3320)
* Filter effects dialog:Nicholas Bishop2007-07-271-2/+2
| | | | | * Changed drawing of vertical input bars to make them stick to the right side of the treeview. (bzr r3319)
* Filter effects dialog:Nicholas Bishop2007-07-273-1/+10
| | | | | * For the Order attribute of feConvolveMatrix, show only the spin control, not the slider (bzr r3318)
* cosmetic improvement to standard filter input bar renderingMenTaLguY2007-07-271-1/+4
| | | (bzr r3316)
* Filter effects dialog:Nicholas Bishop2007-07-272-25/+71
| | | | | | * Double-clicking a filter now applies it to the selection * Updating filter settings widgets no longer updates the filter primitive (bzr r3315)
* refactoring: gathering some commonly copy'n'pasted functions on a common Felipe Corr??a da Silva Sanches2007-07-275-85/+71
| | | | | header (bzr r3314)
* Filter effects dialog:Nicholas Bishop2007-07-273-1/+107
| | | | | 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)
* patch 1750206 by Bruno Dilly - bdillyFelipe Corr??a da Silva Sanches2007-07-271-1/+0
| | | | | Remove "cout" from on_changed() of PrefCombo (bzr r3312)
* added helper methods NumberOptNumber::numIsSet() and Felipe Corr??a da Silva Sanches2007-07-276-16/+27
| | | | | | | | | NumberOptNumber::optNumIsSet() using it for default attribute values in feTubulence and feConvolvematrix feDisplacementMap scale parameter variable is a double (bzr r3311)
* Fix Bug 1653629 : we can know start inkscape without key fileJean-Ren?? Reinhard2007-07-261-2/+12
| | | (bzr r3310)
* Improved svg input and output for lighting effects and lightsJean-Ren?? Reinhard2007-07-2610-57/+340
| | | (bzr r3309)
* Added support for feMerge filter priitiveNiko Kiirala2007-07-2610-9/+459
| | | (bzr r3308)
* SpinSlider:Nicholas Bishop2007-07-261-1/+6
| | | | | 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)
* Added attr-widgets, missing from my last commitNicholas Bishop2007-07-261-0/+66
| | | (bzr r3306)
* boiler plate code for feTurbulence:Felipe Corr??a da Silva Sanches2007-07-2612-41/+389
| | | | | | | | | *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)
* Filter effects dialog:Nicholas Bishop2007-07-265-424/+432
| | | | | | | | | 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)
* feImage boilerplate code.Felipe Corr??a da Silva Sanches2007-07-266-1/+170
| | | (bzr r3301)
* improving displacement map renderer.Felipe Corr??a da Silva Sanches2007-07-261-13/+37
| | | (bzr r3300)
* Reworked text output to create <text> nodes on text matrix changes rather ↵miklosh2007-07-253-27/+48
| | | | | than on every font update (bzr r3299)
* Add 2 new object snapping modes: bbox to bbox, and nodes to bboxDiederik van Lierop2007-07-251-35/+73
| | | (bzr r3298)
* Add a method to create a rectangular curveDiederik van Lierop2007-07-253-17/+27
| | | (bzr r3297)
* Snapping the transformation origin should also work for paths, not only for ↵Diederik van Lierop2007-07-252-2/+4
| | | | | shapes (bzr r3296)
* Retrieve preferences outside the for-loop, not inside.Diederik van Lierop2007-07-251-3/+3
| | | (bzr r3295)
* DisplacementMap filter boilerplate code + renderer draft implementation.Felipe Corr??a da Silva Sanches2007-07-256-4/+277
| | | | | | | General setting of attributes and default values. renderer method is still not correct. Needs some more effort. (bzr r3293)
* Modified CSS font style and text matrix setting to work with TrueType fontsmiklosh2007-07-241-8/+12
| | | (bzr r3291)
* Set the xml:space attribute on <svg> once rather than on every <text>miklosh2007-07-241-1/+1
| | | (bzr r3290)
* Fixed rendering glitch in bicubic scalerNiko Kiirala2007-07-243-11/+53
| | | (bzr r3289)
* Fixed a memory leak in lighting effects renderingNiko Kiirala2007-07-242-0/+2
| | | (bzr r3288)
* fix makefile for case change of CXX dirJohan B. C. Engelen2007-07-241-11/+11
| | | (bzr r3287)
* Filter effects dialog:Nicholas Bishop2007-07-243-6/+1
| | | | | * Added filtereffects to the preferences-skeleton so that the dialog size is saved and restored. (bzr r3286)
* Filter effects dialog:Nicholas Bishop2007-07-234-137/+152
| | | | | | | * 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)