summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Expand)AuthorAgeFilesLines
* patch by Dennis Lin: optionally for debugging paint the rect-to-redraw yellowbulia byak2007-08-181-0/+13
* patch by Dennis Lin: use Gdk::Region for repaintbulia byak2007-08-181-22/+14
* Improved handling bounding boxes and rotated/skewed coordinates in filtersNiko Kiirala2007-08-1814-153/+651
* Draw perspective lines for infinite VPs, too (they are updated during scrolli...Maximilian Albert2007-08-171-0/+11
* fixed pix_data buffer width on feTurbulenceFelipe Corr??a da Silva Sanches2007-08-171-5/+7
* first implementation of feTurbulence rendererFelipe Corr??a da Silva Sanches2007-08-162-23/+235
* avoid crash described in bug report [ 1762588 ] crash: feOffset with Felipe Corr??a da Silva Sanches2007-08-161-0/+6
* Fixed blur not rotating with the object in some cases (bug 1762289)Niko Kiirala2007-08-151-4/+4
* added some more boilerplate code on feTurbulence.Felipe Corr??a da Silva Sanches2007-08-142-13/+53
* * incomplete feImage implementation.Felipe Corr??a da Silva Sanches2007-08-145-28/+40
* * moved some parameter inits from nr-filter-displacement-map to sp-fedisplace...Felipe Corr??a da Silva Sanches2007-08-132-53/+61
* Filter effects dialog:Nicholas Bishop2007-08-122-3/+9
* revert jasper's way overzealous fix in png-write.cpp rev 13700; new fix in it...bulia byak2007-08-111-0/+5
* fixing small bug on feMorphologyFelipe Corr??a da Silva Sanches2007-08-091-1/+1
* Filter effects dialog:Nicholas Bishop2007-08-091-1/+2
* feMorphology filter primitive implementationFelipe Corr??a da Silva Sanches2007-08-092-6/+72
* setting of attributes and default valuesFelipe Corr??a da Silva Sanches2007-08-062-0/+57
* handling of default values and checking for invalid values.Felipe Corr??a da Silva Sanches2007-08-061-21/+4
* refactoring:Felipe Corr??a da Silva Sanches2007-08-052-18/+17
* Filter effects:Nicholas Bishop2007-08-052-7/+17
* feColorMatrix filter primitive implementationFelipe Corr??a da Silva Sanches2007-08-052-12/+89
* adding files that were missing on my previous commitFelipe Corr??a da Silva Sanches2007-08-052-0/+102
* setting of attributes and default values for feColorMatrix. Felipe Corr??a da Silva Sanches2007-08-042-1/+29
* boilerplate code for the remaining filters. My next commits will Felipe Corr??a da Silva Sanches2007-08-048-6/+323
* boiler plate code for feTileFelipe Corr??a da Silva Sanches2007-08-034-1/+108
* added helper methods NumberOptNumber::numIsSet() and Felipe Corr??a da Silva Sanches2007-07-273-10/+14
* Added support for feMerge filter priitiveNiko Kiirala2007-07-264-1/+195
* boiler plate code for feTurbulence:Felipe Corr??a da Silva Sanches2007-07-268-27/+203
* feImage boilerplate code.Felipe Corr??a da Silva Sanches2007-07-264-0/+136
* improving displacement map renderer.Felipe Corr??a da Silva Sanches2007-07-261-13/+37
* Add a method to create a rectangular curveDiederik van Lierop2007-07-252-0/+19
* DisplacementMap filter boilerplate code + renderer draft implementation.Felipe Corr??a da Silva Sanches2007-07-254-1/+173
* Fixed rendering glitch in bicubic scalerNiko Kiirala2007-07-243-11/+53
* Fixed a memory leak in lighting effects renderingNiko Kiirala2007-07-242-0/+2
* Patch by Felipe Sanches: fixed transparent lines in feConvolveMatrix outputNiko Kiirala2007-07-231-2/+8
* Patch by Jean-René Reinhard: better SVG compliance for lighting effectsNiko Kiirala2007-07-236-32/+88
* Added a missing link in making the filterRes attribute workNiko Kiirala2007-07-212-10/+29
* Patch from Felipe Sanches: support for feConvolveMatrix filter primitiveNiko Kiirala2007-07-204-1/+205
* Patch from Jean-René Reinhard: support for feDiffuseLighting andNiko Kiirala2007-07-2011-3/+1106
* First version of feComposite filter effect rendererNiko Kiirala2007-07-098-116/+471
* Fix #1740146.Johan B. C. Engelen2007-07-064-36/+43
* First stab at a connection UI from NickMenTaLguY2007-07-041-1/+1
* adapt to new paintservers API of SPStylebulia byak2007-07-041-2/+2
* use an accessor method to get filter from stylebulia byak2007-06-273-9/+9
* switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...bulia byak2007-06-273-9/+12
* functional noop: src/display/nr-filter-gaussian.cpp: Make a few symbols local...Peter Moulder2007-06-251-9/+30
* initial filter UI code drop from NickMenTaLguY2007-06-241-1/+2
* patch 1729267 for bug 1712481bulia byak2007-06-141-2/+67
* Fixed a rendering problem in feOffsetNiko Kiirala2007-06-131-4/+11
* Filter effects: support for SourceAlpha and BackgroundAlphaNiko Kiirala2007-06-124-27/+102