| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | nr-filter-skeleton is compiled on windows (good to keep it up-to-date I think... | Johan B. C. Engelen | 2011-04-08 | 2 | -9/+10 | |
| | * | | | 2geom has "multiplatform" sincos function | Johan B. C. Engelen | 2011-04-08 | 1 | -1/+2 | |
| | * | | | Add missing flush() / mark_dirty() calls around CMS transform | Krzysztof Kosi??ski | 2011-04-08 | 1 | -0/+2 | |
| | * | | | Fix color-managed view | Krzysztof Kosi??ski | 2011-04-08 | 3 | -121/+60 | |
| | * | | | Merge from trunk | Krzysztof Kosi??ski | 2011-04-07 | 626 | -11383/+21636 | |
| | |\ \ \ | ||||||
| | * \ \ \ | Merge from trunk (again) | Krzysztof Kosi??ski | 2010-12-15 | 328 | -7988/+8576 | |
| | |\ \ \ \ | ||||||
| | * | | | | | Fix mask luminance calculation, so the coeffs add up to 1 | Krzysztof Kosi??ski | 2010-11-26 | 1 | -2/+2 | |
| | * | | | | | Merge from trunk | Krzysztof Kosi??ski | 2010-11-25 | 1060 | -6013/+4154 | |
| | |\ \ \ \ \ | ||||||
| | * | | | | | | Fix handling of x and y attributes of patterns | Krzysztof Kosi??ski | 2010-08-15 | 1 | -12/+17 | |
| | * | | | | | | Make nr_arena_invoke_render expect an already transformed context, | Krzysztof Kosi??ski | 2010-08-15 | 12 | -27/+25 | |
| | * | | | | | | Completely remove NRPixBlock | Krzysztof Kosi??ski | 2010-08-14 | 36 | -1553/+193 | |
| | * | | | | | | Fix paint bucket tool | Krzysztof Kosi??ski | 2010-08-14 | 4 | -88/+84 | |
| | * | | | | | | Fix background tracing in clone tiler dialog | Krzysztof Kosi??ski | 2010-08-14 | 1 | -49/+41 | |
| | * | | | | | | Fixes for guideline rendering | Krzysztof Kosi??ski | 2010-08-14 | 1 | -1/+3 | |
| | * | | | | | | Fix glyph outlines to always consist of closed paths | Krzysztof Kosi??ski | 2010-08-14 | 3 | -100/+79 | |
| | * | | | | | | Fix crash on empty patterns | Krzysztof Kosi??ski | 2010-08-12 | 1 | -24/+29 | |
| | * | | | | | | Do not un-premultiply alpha when computing mask luminance | Krzysztof Kosi??ski | 2010-08-12 | 1 | -8/+4 | |
| | * | | | | | | Fix computation of drawbox for filtered, rotated items | Krzysztof Kosi??ski | 2010-08-12 | 4 | -50/+34 | |
| | * | | | | | | Fix the morphology filter (work on premultiplied colors) | Krzysztof Kosi??ski | 2010-08-12 | 1 | -28/+33 | |
| | * | | | | | | Fix bitmap opacity | Krzysztof Kosi??ski | 2010-08-11 | 1 | -2/+1 | |
| | * | | | | | | Fix light vector computation for lighting filters | Krzysztof Kosi??ski | 2010-08-11 | 2 | -4/+4 | |
| | * | | | | | | Fix rendering failures caused by markers with markerUnits="strokeWidth" | Krzysztof Kosi??ski | 2010-08-11 | 2 | -1/+9 | |
| | * | | | | | | Fix rendering of masks with non-opaque alpha channel | Krzysztof Kosi??ski | 2010-08-10 | 3 | -22/+30 | |
| | * | | | | | | Fix performance regression when displaying large images | Krzysztof Kosi??ski | 2010-08-09 | 5 | -12/+31 | |
| | * | | | | | | OpenMP-enabled matrix convolution | Krzysztof Kosi??ski | 2010-08-09 | 1 | -157/+71 | |
| | * | | | | | | merge from trunk | Krzysztof Kosi??ski | 2010-08-08 | 150 | -1781/+9282 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | Minor cleanups | Krzysztof Kosi??ski | 2010-08-05 | 9 | -70/+33 | |
| | * | | | | | | | Wholesale cruft removal part 5; completely remove RasterFont | Krzysztof Kosi??ski | 2010-08-05 | 24 | -3704/+61 | |
| | * | | | | | | | Fix mask rendering to use luminance-to-alpha | Krzysztof Kosi??ski | 2010-08-05 | 3 | -20/+48 | |
| | * | | | | | | | Wholesale cruft removal part 4; fix crash when rendering guides | Krzysztof Kosi??ski | 2010-08-05 | 35 | -453/+121 | |
| | * | | | | | | | Wholesale cruft removal part 3 | Krzysztof Kosi??ski | 2010-08-04 | 67 | -2628/+68 | |
| | * | | | | | | | Fix artifacts in Gaussian blur and other filters inadvertently | Krzysztof Kosi??ski | 2010-08-04 | 1 | -9/+0 | |
| | * | | | | | | | Wholesale cruft removal part 2 | Krzysztof Kosi??ski | 2010-08-04 | 31 | -89/+34 | |
| | * | | | | | | | Wholesale cruft removal part 1 | Krzysztof Kosi??ski | 2010-08-04 | 71 | -3799/+220 | |
| | * | | | | | | | Fix pattern viewBox | Krzysztof Kosi??ski | 2010-08-03 | 1 | -13/+11 | |
| | * | | | | | | | Fix catastrophic memory leak when rendering a pattern | Krzysztof Kosi??ski | 2010-08-03 | 1 | -6/+3 | |
| | * | | | | | | | Handle preserveAspectRatio for images | Krzysztof Kosi??ski | 2010-08-03 | 6 | -205/+209 | |
| | * | | | | | | | Second half of image filter, probably not 100% correct | Krzysztof Kosi??ski | 2010-07-30 | 5 | -277/+70 | |
| | * | | | | | | | Cruft removal | Krzysztof Kosi??ski | 2010-07-29 | 2 | -190/+0 | |
| | * | | | | | | | First half of image filter (display from external image) | Krzysztof Kosi??ski | 2010-07-29 | 3 | -15/+118 | |
| | * | | | | | | | Add OpenMP IF clauses to filter templates, instead of modifying num_threads | Krzysztof Kosi??ski | 2010-07-27 | 1 | -17/+14 | |
| | * | | | | | | | Separate morphology filter into X and Y processing phases. | Krzysztof Kosi??ski | 2010-07-26 | 2 | -171/+70 | |
| | * | | | | | | | Improve turbulence renderer | Krzysztof Kosi??ski | 2010-07-25 | 3 | -284/+322 | |
| | * | | | | | | | Minor cleanups | Krzysztof Kosi??ski | 2010-07-24 | 5 | -33/+85 | |
| | * | | | | | | | Turbulence filter (lazy version) | Krzysztof Kosi??ski | 2010-07-23 | 2 | -35/+108 | |
| | * | | | | | | | Morphology filter | Krzysztof Kosi??ski | 2010-07-23 | 2 | -10/+136 | |
| | * | | | | | | | Remove nr-filter-getalpha.(h|cpp) - no longer needed | Krzysztof Kosi??ski | 2010-07-23 | 3 | -93/+0 | |
| | * | | | | | | | Displacement map filter | Krzysztof Kosi??ski | 2010-07-23 | 6 | -33/+161 | |
| | * | | | | | | | Specular lighting filter | Krzysztof Kosi??ski | 2010-07-23 | 5 | -89/+201 | |
| | * | | | | | | | Diffuse lighting filter | Krzysztof Kosi??ski | 2010-07-23 | 8 | -155/+361 | |
