summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Wholesale cruft removal part 2Krzysztof Kosi??ski2010-08-0431-89/+34
| | | (bzr r9508.1.45)
* Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-0471-3799/+220
| | | (bzr r9508.1.44)
* Fix pattern viewBoxKrzysztof Kosi??ski2010-08-031-13/+11
| | | (bzr r9508.1.43)
* Fix catastrophic memory leak when rendering a patternKrzysztof Kosi??ski2010-08-031-6/+3
| | | (bzr r9508.1.42)
* Handle preserveAspectRatio for imagesKrzysztof Kosi??ski2010-08-036-205/+209
| | | (bzr r9508.1.41)
* Second half of image filter, probably not 100% correctKrzysztof Kosi??ski2010-07-305-277/+70
| | | (bzr r9508.1.40)
* Cruft removalKrzysztof Kosi??ski2010-07-292-190/+0
| | | (bzr r9508.1.39)
* First half of image filter (display from external image)Krzysztof Kosi??ski2010-07-293-15/+118
| | | (bzr r9508.1.38)
* Add OpenMP IF clauses to filter templates, instead of modifying num_threadsKrzysztof Kosi??ski2010-07-271-17/+14
| | | (bzr r9508.1.37)
* Separate morphology filter into X and Y processing phases.Krzysztof Kosi??ski2010-07-262-171/+70
| | | | | Gives a massive performance boost for large radii. (bzr r9508.1.36)
* Improve turbulence rendererKrzysztof Kosi??ski2010-07-253-284/+322
| | | (bzr r9508.1.35)
* Minor cleanupsKrzysztof Kosi??ski2010-07-245-33/+85
| | | (bzr r9508.1.34)
* Turbulence filter (lazy version)Krzysztof Kosi??ski2010-07-232-35/+108
| | | (bzr r9508.1.33)
* Morphology filterKrzysztof Kosi??ski2010-07-232-10/+136
| | | (bzr r9508.1.32)
* Remove nr-filter-getalpha.(h|cpp) - no longer neededKrzysztof Kosi??ski2010-07-233-93/+0
| | | (bzr r9508.1.31)
* Displacement map filterKrzysztof Kosi??ski2010-07-236-33/+161
| | | (bzr r9508.1.30)
* Specular lighting filterKrzysztof Kosi??ski2010-07-235-89/+201
| | | (bzr r9508.1.29)
* Diffuse lighting filterKrzysztof Kosi??ski2010-07-238-155/+361
| | | (bzr r9508.1.28)
* Matrix convolution filter (lazy version)Krzysztof Kosi??ski2010-07-213-89/+124
| | | (bzr r9508.1.27)
* Add unpremul_alpha utility function. Some preparationsKrzysztof Kosi??ski2010-07-214-7/+125
| | | (bzr r9508.1.26)
* Fix type mismatch of std::min args in ColorMatrixMatrix constructorKrzysztof Kosi??ski2010-07-181-1/+1
| | | (bzr r9508.1.25)
* Component transfer filterKrzysztof Kosi??ski2010-07-177-349/+283
| | | (bzr r9508.1.24)
* Color matrix filter. Fix arithmetic operator in feCompositeKrzysztof Kosi??ski2010-07-175-28/+278
| | | (bzr r9508.1.23)
* Fix flood filter to really paint the specified colorKrzysztof Kosi??ski2010-07-171-10/+11
| | | (bzr r9508.1.22)
* Minor cleanup of composite filterKrzysztof Kosi??ski2010-07-171-150/+0
| | | (bzr r9508.1.21)
* Composite filterKrzysztof Kosi??ski2010-07-166-41/+218
| | | (bzr r9508.1.20)
* Split out surface blending template into a separate fileKrzysztof Kosi??ski2010-07-163-115/+157
| | | (bzr r9508.1.19)
* Offset filterKrzysztof Kosi??ski2010-07-143-29/+22
| | | (bzr r9508.1.18)
* Flood and merge filtersKrzysztof Kosi??ski2010-07-1412-294/+91
| | | (bzr r9508.1.17)
* Merge redundant *-fns.h into respective filter headers.Krzysztof Kosi??ski2010-07-1476-1466/+705
| | | | | | Move gaussian blur to filters directory. Blend filter effect. (bzr r9508.1.16)
* Gaussian blurKrzysztof Kosi??ski2010-07-1211-133/+574
| | | (bzr r9508.1.15)
* Grid renderingKrzysztof Kosi??ski2010-07-072-127/+121
| | | (bzr r9508.1.14)
* Fix group opacityKrzysztof Kosi??ski2010-07-075-25/+21
| | | (bzr r9508.1.13)
* Switch to nearest neighbor filtering when image is larger than originalKrzysztof Kosi??ski2010-07-073-0/+20
| | | (bzr r9508.1.12)
* Smaller intermediate rendering regionsKrzysztof Kosi??ski2010-07-075-20/+52
| | | (bzr r9508.1.11)
* Remove some cruftKrzysztof Kosi??ski2010-07-049-62/+30
| | | (bzr r9508.1.10)
* Fix PNG exportKrzysztof Kosi??ski2010-06-291-30/+40
| | | (bzr r9508.1.9)
* Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski2010-06-2923-575/+443
| | | (bzr r9508.1.8)
* Fix iconsKrzysztof Kosi??ski2010-06-293-14/+51
| | | (bzr r9508.1.7)
* Bitmap image renderingKrzysztof Kosi??ski2010-06-293-69/+56
| | | (bzr r9508.1.6)
* Text rendering. Factor out style handling into nr-style.hKrzysztof Kosi??ski2010-06-288-680/+466
| | | (bzr r9508.1.5)
* Implement clipping (slightly incorrect) and maskingKrzysztof Kosi??ski2010-06-2610-870/+446
| | | (bzr r9508.1.4)
* Merge from trunkKrzysztof Kosi??ski2010-06-222-1/+14
|\ | | | | (bzr r9508.1.3)
| * add more help to the tex preambleJohan B. C. Engelen2010-06-211-0/+12
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/596939 (bzr r9519)
| * Romanian translation update by Cristian Secară (Bug #596689)Kris De Gussem2010-06-211-1/+2
| | | | | | (bzr r9515)
* | Fix cross control pointKrzysztof Kosi??ski2010-06-221-11/+8
| | | | | | (bzr r9508.1.2)
* | Initial Cairo rendering commit: solid shapes, gradients, opacity and patternsKrzysztof Kosi??ski2010-06-2219-357/+682
|/ | | (bzr r9508.1.1)
* Disable edit dialog when custom swatch is edited in fill-n-stroke. ↵Jon A. Cruz2010-06-171-18/+27
| | | | | | | | Addressing bug #594443. Fixed bugs: - https://launchpad.net/bugs/594443 (bzr r9506)
* Fix for show/hide.Jon A. Cruz2010-06-171-2/+1
| | | (bzr r9505)
* Fix crash when bringing up F&S dialog with the CMS picker as default when an ↵Jon A. Cruz2010-06-161-1/+2
| | | | | object with no icc-color is selected. (bzr r9504)