summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed blur not rotating with the object in some cases (bug 1762289)Niko Kiirala2007-08-152-4/+6
| | | (bzr r3474)
* Fixed a problem compiling 2geom/poly.h on 64-bit platformNiko Kiirala2007-08-151-1/+4
| | | (bzr r3473)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-14137-398/+19281
| | | | | (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)
* Fix for bug #1752113; added set_preview_widget_active(false) to ↵gorodish2007-08-141-24/+25
| | | | | FileSaveDialogImplGtk::show(). This avoids the crash when the dialog is deleted. (bzr r3471)
* Use passive voice in some tootips.Colin Marquardt2007-08-141-10/+3
| | | (bzr r3470)
* Add Christopher Brown.Colin Marquardt2007-08-141-0/+1
| | | (bzr r3469)
* Add Bruno Dilly.Colin Marquardt2007-08-141-0/+1
| | | (bzr r3468)
* changed strndup to its gtk version (g_strndup) because compilation other ↵JiHO2007-08-141-2/+2
| | | | | wise fails on non-linux platforms (bzr r3467)
* Filter effects dialog:Nicholas Bishop2007-08-142-0/+50
| | | | | * 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)
* Rolled back a couple of nasties from a bad patch...oops! Added author of theJon Phillips2007-08-143-21/+2
| | | | | last code, Jason Kivlighn from his patch to fix cc namespacing... (bzr r3465)
* Applied patches for default metadata and for fix on creative commons namespace.Jon Phillips2007-08-144-54/+80
| | | (bzr r3464)
* Filter effects dialog:Nicholas Bishop2007-08-141-0/+4
| | | | | * Added filter dialog controls for feFlood (bzr r3463)
* added some more boilerplate code on feTurbulence.Felipe Corr??a da Silva Sanches2007-08-144-14/+63
| | | (bzr r3462)
* * incomplete feImage implementation.Felipe Corr??a da Silva Sanches2007-08-147-32/+66
| | | | | | * contains a hardcoded href parameter. TODO: fix it. * added a getter method to access arenaitem from FilterSlot. (bzr r3461)
* typoJos Hirth2007-08-131-1/+1
| | | (bzr r3460)
* color_randomize addedJos Hirth2007-08-133-0/+52
| | | (bzr r3459)
* Added a clip path stack for PdfParser and a node stack for SvgBuilder needed ↵miklosh2007-08-134-33/+148
| | | | | for mask support later (bzr r3458)
* 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)
* (bzr r3455)Luca Bruno2007-08-121-0/+1
|
* 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-1096-668/+4776
| | | | | | 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)
* Fix unbalanced <b> tags in ru.poMaximilian Albert2007-08-091-2/+2
| | | (bzr r3438)
* 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)
* update on scroll and panbulia byak2007-08-082-127/+135
| | | (bzr r3429)
* add tweak toolbulia byak2007-08-082-132/+181
| | | (bzr r3428)
* 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)