summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix background tracing in clone tiler dialogKrzysztof Kosi??ski2010-08-141-49/+41
| | | (bzr r9508.1.65)
* Fixes for guideline renderingKrzysztof Kosi??ski2010-08-141-1/+3
| | | (bzr r9508.1.64)
* Fix glyph outlines to always consist of closed pathsKrzysztof Kosi??ski2010-08-143-100/+79
| | | (bzr r9508.1.63)
* Fix crash on empty patternsKrzysztof Kosi??ski2010-08-121-24/+29
| | | (bzr r9508.1.62)
* Do not un-premultiply alpha when computing mask luminanceKrzysztof Kosi??ski2010-08-121-8/+4
| | | (bzr r9508.1.61)
* Fix computation of drawbox for filtered, rotated itemsKrzysztof Kosi??ski2010-08-124-50/+34
| | | (bzr r9508.1.60)
* Fix the morphology filter (work on premultiplied colors)Krzysztof Kosi??ski2010-08-121-28/+33
| | | (bzr r9508.1.59)
* Fix bitmap opacityKrzysztof Kosi??ski2010-08-111-2/+1
| | | (bzr r9508.1.58)
* Fix light vector computation for lighting filtersKrzysztof Kosi??ski2010-08-112-4/+4
| | | (bzr r9508.1.57)
* Fix rendering failures caused by markers with markerUnits="strokeWidth"Krzysztof Kosi??ski2010-08-112-1/+9
| | | | | on shapes with zero stroke width (bzr r9508.1.56)
* Fix rendering of masks with non-opaque alpha channelKrzysztof Kosi??ski2010-08-103-22/+30
| | | (bzr r9508.1.55)
* Fix performance regression when displaying large imagesKrzysztof Kosi??ski2010-08-095-12/+31
| | | (bzr r9508.1.54)
* OpenMP-enabled matrix convolutionKrzysztof Kosi??ski2010-08-091-157/+71
| | | (bzr r9508.1.53)
* merge from trunkKrzysztof Kosi??ski2010-08-08150-1781/+9282
|\ | | | | (bzr r9508.1.52)
| * Add a constrained snap method that takes multiple constraints. This reduces ↵Diederik van Lierop2010-08-074-102/+85
| | | | | | | | | | the code repetitiveness in the node tool (bzr r9692)
| * Corects delete/delete[] issue. Fixes bug #613723.Jon A. Cruz2010-08-061-27/+31
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/613723 (bzr r9691)
| * A modification of pixops_mix that allows for input images that extend beyond ↵Jasper van de Gronde2010-08-041-87/+39
| | | | | | | | | | the output image (bzr r9686)
| * Fix to background handling that avoids both duplication and aliasing as much ↵Jasper van de Gronde2010-08-044-101/+75
| | | | | | | | | | as possible. (bzr r9685)
| * Added reinterpret_cast to work around a difference of opinion between gcc ↵Jasper van de Gronde2010-08-041-1/+2
| | | | | | | | | | versions. (bzr r9684)
| * Fix for subtle bug in parsing export area, found by Vaughn Spurlin using ↵Jasper van de Gronde2010-08-041-1/+1
| | | | | | | | | | Coverity (bzr r9683)
| * Small fix to emf filter that makes it build using TDM's mingw 4.5.0Jasper van de Gronde2010-08-041-1/+1
| | | | | | (bzr r9682)
| * New feature: to exchange position of two objects (bug #171944)Nicolas Dufour2010-08-033-19/+167
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/171944 (bzr r9681)
| * powerstroke: add code that handles closed pathsJohan B. C. Engelen2010-07-311-27/+66
| | | | | | (bzr r9673)
| * powerstroke: redefine meaning of offset point parameter values. now knots ↵Johan B. C. Engelen2010-07-303-17/+38
| | | | | | | | | | move with path (bzr r9672)
| * i18n. Fix for Bug #611025 (Setup for widescreen work does not show translated).Nicolas Dufour2010-07-301-1/+1
| | | | | | (bzr r9670)
| * powerstroke: add visually 'nice' interpolator, good enough for nowJohan B. C. Engelen2010-07-281-1/+23
| | | | | | (bzr r9669)
| * powerstroke: code only, added bad interpolatorJohan B. C. Engelen2010-07-281-4/+45
| | | | | | (bzr r9668)
| * powerstroke: fix terrible bug, clean up code, add interpolator frameworkJohan B. C. Engelen2010-07-281-26/+52
| | | | | | (bzr r9667)
| * powerstroke: ctrl+click inserts new stroke knot. BUGGY. reselect object ↵Johan B. C. Engelen2010-07-281-1/+9
| | | | | | | | | | after adding stroke knot (bzr r9666)
| * Fix rendering of "plain" SVG text.Tavmjong Bah2010-07-282-12/+31
| | | | | | (bzr r9665)
| * Safer fix for bug #579932 that won't leak memory.Jon A. Cruz2010-07-283-17/+18
| | | | | | (bzr r9662)
| * Duplicate the undo key passed to sp_document_maybe_done, instead of simplyKrzysztof Kosi??ski2010-07-273-3/+8
| | | | | | | | | | | | | | | | | | | | assigning it. Allows the function to be used with dynamically created keys and fixes undo stack spam when adjusting filter parameter values (LP #579932). Fixed bugs: - https://launchpad.net/bugs/579932 (bzr r9661)
| * powerstroke: sort point optionJohan B. C. Engelen2010-07-272-2/+15
| | | | | | (bzr r9660)
| * powerstroke: arbitrary number of control points.Johan B. C. Engelen2010-07-275-50/+39
| | | | | | (bzr r9659)
| * commit missing filesJohan B. C. Engelen2010-07-272-0/+213
| | | | | | (bzr r9658)
| * More sensible ranges for feSpecularLighting and feDiffuseLighting parametersKrzysztof Kosi??ski2010-07-271-11/+12
| | | | | | (bzr r9657)
| * more powerstroke build infrastructureJohan B. C. Engelen2010-07-265-40/+24
| | | | | | (bzr r9656)
| * Fix initial combo box values in filter effects dialogKrzysztof Kosi??ski2010-07-261-1/+1
| | | | | | (bzr r9655)
| * add powerstroke initial shotJohan B. C. Engelen2010-07-266-0/+233
| | | | | | (bzr r9654)
| * fix crash bug 607557Johan B. C. Engelen2010-07-261-0/+4
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/607557 (bzr r9653)
| * While rotating, don't try snapping points coincident with the rotation centerDiederik van Lierop2010-07-261-5/+15
| | | | | | (bzr r9652)
| * Added preference to suppress auto-refresh of icon previews.Jon A. Cruz2010-07-262-2/+5
| | | | | | (bzr r9651)
| * Added debug info.Jon A. Cruz2010-07-252-11/+65
| | | | | | | | | | Throttle down icon preview rendering based on observed duration. (bzr r9650)
| * 1) Snap to transformation center even if it's outside of the bounding box of ↵Diederik van Lierop2010-07-254-15/+19
| | | | | | | | | | | | | | the parent item 2) In some cases the snap source indicator wasn't shown (bzr r9648)
| * Make icon preview seleciton stikcy by default.Jon A. Cruz2010-07-252-2/+2
| | | | | | (bzr r9647)
| * Pixmap fix applyLeo Albert Jackson2010-07-254-71/+71
| | | | | | (bzr r9646)
| * Added preference to suppress icon preview frames.Jon A. Cruz2010-07-252-4/+9
| | | | | | (bzr r9645)
| * Added preference to keep last selected item shown.Jon A. Cruz2010-07-253-18/+30
| | | | | | (bzr r9644)
| * Adding preference to suppress packing of previews.Jon A. Cruz2010-07-252-2/+6
| | | | | | (bzr r9643)
| * Avoid self-snapping when dragging a rotation center, and draw the rotation ↵Diederik van Lierop2010-07-246-50/+85
| | | | | | | | | | center at the snapped position (bzr r9641)