| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | 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 | |
| | * | | | | | | Matrix convolution filter (lazy version) | Krzysztof Kosi??ski | 2010-07-21 | 3 | -89/+124 | |
| | * | | | | | | Add unpremul_alpha utility function. Some preparations | Krzysztof Kosi??ski | 2010-07-21 | 4 | -7/+125 | |
| | * | | | | | | Fix type mismatch of std::min args in ColorMatrixMatrix constructor | Krzysztof Kosi??ski | 2010-07-18 | 1 | -1/+1 | |
| | * | | | | | | Component transfer filter | Krzysztof Kosi??ski | 2010-07-17 | 7 | -349/+283 | |
| | * | | | | | | Color matrix filter. Fix arithmetic operator in feComposite | Krzysztof Kosi??ski | 2010-07-17 | 5 | -28/+278 | |
| | * | | | | | | Fix flood filter to really paint the specified color | Krzysztof Kosi??ski | 2010-07-17 | 1 | -10/+11 | |
| | * | | | | | | Minor cleanup of composite filter | Krzysztof Kosi??ski | 2010-07-17 | 1 | -150/+0 | |
| | * | | | | | | Composite filter | Krzysztof Kosi??ski | 2010-07-16 | 6 | -41/+218 | |
| | * | | | | | | Split out surface blending template into a separate file | Krzysztof Kosi??ski | 2010-07-16 | 3 | -115/+157 | |
| | * | | | | | | Offset filter | Krzysztof Kosi??ski | 2010-07-14 | 3 | -29/+22 | |
| | * | | | | | | Flood and merge filters | Krzysztof Kosi??ski | 2010-07-14 | 12 | -294/+91 | |
| | * | | | | | | Merge redundant *-fns.h into respective filter headers. | Krzysztof Kosi??ski | 2010-07-14 | 76 | -1466/+705 | |
| | * | | | | | | Gaussian blur | Krzysztof Kosi??ski | 2010-07-12 | 11 | -133/+574 | |
| | * | | | | | | Grid rendering | Krzysztof Kosi??ski | 2010-07-07 | 2 | -127/+121 | |
| | * | | | | | | Fix group opacity | Krzysztof Kosi??ski | 2010-07-07 | 5 | -25/+21 | |
| | * | | | | | | Switch to nearest neighbor filtering when image is larger than original | Krzysztof Kosi??ski | 2010-07-07 | 3 | -0/+20 | |
| | * | | | | | | Smaller intermediate rendering regions | Krzysztof Kosi??ski | 2010-07-07 | 5 | -20/+52 | |
| | * | | | | | | Remove some cruft | Krzysztof Kosi??ski | 2010-07-04 | 9 | -62/+30 | |
| | * | | | | | | Fix PNG export | Krzysztof Kosi??ski | 2010-06-29 | 1 | -30/+40 | |
| | * | | | | | | Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder. | Krzysztof Kosi??ski | 2010-06-29 | 23 | -575/+443 | |
| | * | | | | | | Fix icons | Krzysztof Kosi??ski | 2010-06-29 | 3 | -14/+51 | |
| | * | | | | | | Bitmap image rendering | Krzysztof Kosi??ski | 2010-06-29 | 3 | -69/+56 | |
| | * | | | | | | Text rendering. Factor out style handling into nr-style.h | Krzysztof Kosi??ski | 2010-06-28 | 8 | -680/+466 | |
| | * | | | | | | Implement clipping (slightly incorrect) and masking | Krzysztof Kosi??ski | 2010-06-26 | 10 | -870/+446 | |
| | * | | | | | | Merge from trunk | Krzysztof Kosi??ski | 2010-06-22 | 2 | -1/+14 | |
| | |\ \ \ \ \ \ | ||||||
| | * | | | | | | | Fix cross control point | Krzysztof Kosi??ski | 2010-06-22 | 1 | -11/+8 | |
| | * | | | | | | | Initial Cairo rendering commit: solid shapes, gradients, opacity and patterns | Krzysztof Kosi??ski | 2010-06-22 | 19 | -357/+682 | |
| * | | | | | | | | Measure Tool: support measuring of text elements (without having to manually ... | Felipe Corr??a da Silva Sanches | 2011-06-20 | 1 | -31/+51 | |
| * | | | | | | | | add "Units:" label to the units selection widget for the measurement tool | Felipe Corr??a da Silva Sanches | 2011-06-20 | 1 | -2/+13 | |
| * | | | | | | | | fix bug 796449: Measure tools should consider transform | Felipe Corr??a da Silva Sanches | 2011-06-20 | 1 | -0/+1 | |
| * | | | | | | | | fix bug 796598: Measure tool draws path in wrong window | Felipe Corr??a da Silva Sanches | 2011-06-19 | 1 | -20/+14 | |
