summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Filter effects dialog:Nicholas Bishop2007-08-131-2/+8
| | | | | * Fixed bad update of the matrix widget, which was causing gtk warnings/criticals. (bzr r3457)
* * moved some parameter inits from nr-filter-displacement-map to ↵Felipe Corr??a da Silva Sanches2007-08-133-54/+62
| | | | | | | | sp-fedisplacementmap * fixed rederer bug on feDisplacementMap. (handling of input and output buffers with different sizes is a dificult task. We should find out a way of making it cleaner) (bzr r3456)
* Filter effects dialog:Nicholas Bishop2007-08-127-12/+32
| | | | | | * Changed SPFeTurbulence/FilterTurbulence to use an enum for the type field * Added type setting to the filter dialog (bzr r3454)
* Filter effects dialog:Nicholas Bishop2007-08-121-6/+13
| | | | | * Fixed bad use of tree iterators; caused crashes when drag/dropping filter primitives (bzr r3453)
* Filter effects dialog:Nicholas Bishop2007-08-122-0/+6
| | | | | 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)
* revert jasper's way overzealous fix in png-write.cpp rev 13700; new fix in ↵bulia byak2007-08-112-7/+12
| | | | | item_render prevents banding on export and scroll and is a lot less expensive (bzr r3451)
* r16217@tres: ted | 2007-08-10 10:36:27 -0700Ted Gould2007-08-1094-664/+4658
| | | | | | ImageMagick effects patch from Chris Brown. Google Summer of Code project. (bzr r3450)
* fix 1767940bulia byak2007-08-101-40/+14
| | | (bzr r3449)
* Tweak max queue size.John Bintz2007-08-101-1/+1
| | | (bzr r3448)
* Include new routines for building the fill point queue in a standard wayJohn Bintz2007-08-101-37/+50
| | | (bzr r3447)
* capitalizationbulia byak2007-08-101-1/+1
| | | (bzr r3446)
* Hold perspectives on document level rather than globally; this corrects the ↵Maximilian Albert2007-08-0912-163/+186
| | | | | changes made in commit #15681 (bzr r3445)
* Status bar tips for VP draggersMaximilian Albert2007-08-092-6/+52
| | | (bzr r3444)
* To ease testing reduced fallback operations' precision for nowmiklosh2007-08-091-5/+5
| | | (bzr r3443)
* Reworked gradient handling to support all shading color spacesmiklosh2007-08-092-113/+83
| | | (bzr r3442)
* Reverting a change I made a while agoDiederik van Lierop2007-08-091-1/+1
| | | (bzr r3441)
* fixing small bug on feMorphologyFelipe Corr??a da Silva Sanches2007-08-092-1/+3
| | | (bzr r3440)
* Added support for the shading operatormiklosh2007-08-094-19/+122
| | | (bzr r3439)
* Added support for exponential functions in gradientsmiklosh2007-08-092-23/+56
| | | (bzr r3437)
* Set the even-odd clipping rule if requestedmiklosh2007-08-091-3/+3
| | | (bzr r3436)
* changes export to ocal dialogBruno Dilly2007-08-095-7/+516
| | | (bzr r3435)
* Filter effects dialog:Nicholas Bishop2007-08-094-1/+17
| | | | | * Added controls for feMorphology (bzr r3434)
* Fix a possible compliation problem on 64bit machines.mjwybrow2007-08-091-7/+7
| | | (bzr r3433)
* feMorphology filter primitive implementationFelipe Corr??a da Silva Sanches2007-08-094-13/+117
| | | (bzr r3432)
* 2006-08-09 Michael Wybrow <mjwybrow@users.sourceforge.net>mjwybrow2007-08-096-72/+89
| | | | | | | | | | | | | | * src/libavoid/shape.cpp, src/libavoid/router.cpp, src/libavoid/README, src/libavoid/router.h, src/libavoid/geometry.cpp: Some minor upstream changes to the libavoid library. It now matches Inkscape and uses the correct winding direction. * src/conn-avoid-ref.cpp: Remove a 'TODO' and hack adjusting winding directions before passing object convex hulls to libavoid. (bzr r3431)
* copyedit, warning suppressionbulia byak2007-08-081-6/+7
| | | (bzr r3430)
* remove thinning/thickening, now in tweak toolbulia byak2007-08-082-285/+2
| | | (bzr r3427)
* prevent file_save_remote to break build on system without GNOME_VFSAdib Taraben2007-08-081-2/+6
| | | (bzr r3426)
* remove extra Shape:: on new function definition in Shape class.Johan B. C. Engelen2007-08-081-1/+1
| | | (bzr r3425)
* tweak toolbulia byak2007-08-0810-2/+1023
| | | (bzr r3423)
* new methods for tweaking, modeled after MakeOffsetbulia byak2007-08-082-0/+275
| | | (bzr r3422)
* tweak cursorsbulia byak2007-08-084-38/+114
| | | (bzr r3421)
* Filter effects dialog:Nicholas Bishop2007-08-084-108/+88
| | | | | * Removed the FilterEffectChooser base class, no longer used (bzr r3420)
* Filter effects:Nicholas Bishop2007-08-084-106/+5
| | | | | * Removed the "Filter" option from the Blend mode combobox in the Fill and Stroke dialog. (bzr r3419)
* export to ocal bug fixBruno Dilly2007-08-0811-28/+68
| | | (bzr r3418)
* Filter effects dialog:Nicholas Bishop2007-08-083-23/+98
| | | | | * 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)
* Only in the selector tool we should snap in bbox mode (PointType = ↵Diederik van Lierop2007-08-0712-21/+20
| | | | | SNAPPOINT_BBOX) (bzr r3415)
* warn when ConvertToShape failsbulia byak2007-08-071-1/+2
| | | (bzr r3414)
* Update current perspective when selection changesMaximilian Albert2007-08-071-0/+16
| | | (bzr r3413)
* Fix behaviour of toggle buttons (for VP states) in 3D box toolbar; reshape ↵Maximilian Albert2007-08-076-23/+59
| | | | | boxes when state of a VP changes (bzr r3412)
* Compute the correct visible front corner (also for 'upended' boxes) and set ↵Maximilian Albert2007-08-073-13/+34
| | | | | the z-orders accordingly so that they are correct for any relative position of the handles (bzr r3411)
* Don't reshape boxes in the direction of infinite VPs when dragging VPs ↵Maximilian Albert2007-08-071-6/+12
| | | | | (fixes resizing bug) (bzr r3410)
* Set z-orders of 3D box faces during dragging/resizing according to the ↵Maximilian Albert2007-08-0710-0/+144
| | | | | perspective (bzr r3409)
* add a way to set a radio toggle in aux toolbar via desktop, by the toggles idbulia byak2007-08-077-0/+31
| | | (bzr r3408)
* Filter effects:Nicholas Bishop2007-08-074-28/+32
| | | | | | * 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)
* enable Path_for_item to work on flowtextbulia byak2007-08-071-2/+4
| | | (bzr r3406)
* export single-item-to-path functionbulia byak2007-08-072-3/+4
| | | (bzr r3404)
* setting of attributes and default valuesFelipe Corr??a da Silva Sanches2007-08-064-2/+104
| | | (bzr r3403)
* updating authors listFelipe Corr??a da Silva Sanches2007-08-061-2/+3
| | | (bzr r3402)
* handling of default values and checking for invalid values.Felipe Corr??a da Silva Sanches2007-08-063-27/+62
| | | (bzr r3401)