summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* a hack to prevent the redraw of the entire area when a no-fill ctrlrect is de...bulia byak2007-08-241-2/+11
* do not request redraw if an item has zero dimensions; also remove redundant r...bulia byak2007-08-241-7/+26
* initialize rect to 0,0,0,0 and do not redraw until dimensions are set; this r...bulia byak2007-08-241-52/+60
* do not redraw until moved for the first time; this fixes the flicker at 0,0 w...bulia byak2007-08-242-0/+5
* third patch from Dennis Lin (with my tweaks) - great simplification and optim...bulia byak2007-08-232-302/+159
* unify linear and radial gradients in same file (with appropriate noteMenTaLguY2007-08-213-350/+0
* 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