summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* a hack to prevent the redraw of the entire area when a no-fill ctrlrect is ↵bulia byak2007-08-241-2/+11
| | | | | deleted (bzr r3580)
* do not request redraw if an item has zero dimensions; also remove redundant ↵bulia byak2007-08-241-7/+26
| | | | | redraw in sp_canvas_item_construct (bzr r3579)
* initialize rect to 0,0,0,0 and do not redraw until dimensions are set; this ↵bulia byak2007-08-241-52/+60
| | | | | removes another reason for flicker at 0.0 (bzr r3578)
* do not redraw until moved for the first time; this fixes the flicker at 0,0 ↵bulia byak2007-08-242-0/+5
| | | | | whenever a new ctrl is created (bzr r3577)
* third patch from Dennis Lin (with my tweaks) - great simplification and ↵bulia byak2007-08-232-302/+159
| | | | | optimization of sp-canvas (bzr r3576)
* unify linear and radial gradients in same file (with appropriate noteMenTaLguY2007-08-213-350/+0
| | | | | about license) in preparation for refactoring (bzr r3562)
* patch by Dennis Lin: optionally for debugging paint the rect-to-redraw yellowbulia byak2007-08-181-0/+13
| | | (bzr r3509)
* patch by Dennis Lin: use Gdk::Region for repaintbulia byak2007-08-181-22/+14
| | | (bzr r3508)
* Improved handling bounding boxes and rotated/skewed coordinates in filtersNiko Kiirala2007-08-1814-153/+651
| | | (bzr r3505)
* Draw perspective lines for infinite VPs, too (they are updated during ↵Maximilian Albert2007-08-171-0/+11
| | | | | scrolling or zooming); don't create knots for infinite VPs on the canvas (bzr r3495)
* fixed pix_data buffer width on feTurbulenceFelipe Corr??a da Silva Sanches2007-08-171-5/+7
| | | (bzr r3490)
* first implementation of feTurbulence rendererFelipe Corr??a da Silva Sanches2007-08-162-23/+235
| | | (bzr r3483)
* avoid crash described in bug report [ 1762588 ] crash: feOffset with Felipe Corr??a da Silva Sanches2007-08-161-0/+6
| | | | | input StrokePaint or FillPaint (bzr r3482)
* Fixed blur not rotating with the object in some cases (bug 1762289)Niko Kiirala2007-08-151-4/+4
| | | (bzr r3474)
* added some more boilerplate code on feTurbulence.Felipe Corr??a da Silva Sanches2007-08-142-13/+53
| | | (bzr r3462)
* * incomplete feImage implementation.Felipe Corr??a da Silva Sanches2007-08-145-28/+40
| | | | | | * contains a hardcoded href parameter. TODO: fix it. * added a getter method to access arenaitem from FilterSlot. (bzr r3461)
* * moved some parameter inits from nr-filter-displacement-map to ↵Felipe Corr??a da Silva Sanches2007-08-132-53/+61
| | | | | | | | sp-fedisplacementmap * fixed rederer bug on feDisplacementMap. (handling of input and output buffers with different sizes is a dificult task. We should find out a way of making it cleaner) (bzr r3456)
* Filter effects dialog:Nicholas Bishop2007-08-122-3/+9
| | | | | | * Changed SPFeTurbulence/FilterTurbulence to use an enum for the type field * Added type setting to the filter dialog (bzr r3454)
* revert jasper's way overzealous fix in png-write.cpp rev 13700; new fix in ↵bulia byak2007-08-111-0/+5
| | | | | item_render prevents banding on export and scroll and is a lot less expensive (bzr r3451)
* fixing small bug on feMorphologyFelipe Corr??a da Silva Sanches2007-08-091-1/+1
| | | (bzr r3440)
* Filter effects dialog:Nicholas Bishop2007-08-091-1/+2
| | | | | * Added controls for feMorphology (bzr r3434)
* feMorphology filter primitive implementationFelipe Corr??a da Silva Sanches2007-08-092-6/+72
| | | (bzr r3432)
* setting of attributes and default valuesFelipe Corr??a da Silva Sanches2007-08-062-0/+57
| | | (bzr r3403)
* handling of default values and checking for invalid values.Felipe Corr??a da Silva Sanches2007-08-061-21/+4
| | | (bzr r3401)
* refactoring:Felipe Corr??a da Silva Sanches2007-08-052-18/+17
| | | | | | *using CLAMP_D_TO_U8 *Changed edgeMode field of ConvolveMatrix filter to use an enum rather than a plain int (bzr r3378)
* Filter effects:Nicholas Bishop2007-08-052-7/+17
| | | | | | * Changed type field of ColorMatrix filter to use an enum rather than a plain int * Added control for the ColorMatrix type to the filter dialog (bzr r3375)
* feColorMatrix filter primitive implementationFelipe Corr??a da Silva Sanches2007-08-052-12/+89
| | | (bzr r3374)
* adding files that were missing on my previous commitFelipe Corr??a da Silva Sanches2007-08-052-0/+102
| | | (bzr r3372)
* setting of attributes and default values for feColorMatrix. Felipe Corr??a da Silva Sanches2007-08-042-1/+29
| | | | | | refactornig: moved read_kernel_matrix to helper-fns.h and renamed it to helperfns_read_vector. Used it on sp-fecolormatrix.cpp (bzr r3364)
* boilerplate code for the remaining filters. My next commits will Felipe Corr??a da Silva Sanches2007-08-048-6/+323
| | | | | probably deal with setting default attribute values for these filters (bzr r3363)
* boiler plate code for feTileFelipe Corr??a da Silva Sanches2007-08-034-1/+108
| | | (bzr r3362)
* added helper methods NumberOptNumber::numIsSet() and Felipe Corr??a da Silva Sanches2007-07-273-10/+14
| | | | | | | | | NumberOptNumber::optNumIsSet() using it for default attribute values in feTubulence and feConvolvematrix feDisplacementMap scale parameter variable is a double (bzr r3311)
* Added support for feMerge filter priitiveNiko Kiirala2007-07-264-1/+195
| | | (bzr r3308)
* boiler plate code for feTurbulence:Felipe Corr??a da Silva Sanches2007-07-268-27/+203
| | | | | | | | | *reading attributes and setting default values same for some more attributes on convolve matrix filter alphabetical ordering on Makefile_insert and on nr-filter.cpp #includes (bzr r3305)
* feImage boilerplate code.Felipe Corr??a da Silva Sanches2007-07-264-0/+136
| | | (bzr r3301)
* improving displacement map renderer.Felipe Corr??a da Silva Sanches2007-07-261-13/+37
| | | (bzr r3300)
* Add a method to create a rectangular curveDiederik van Lierop2007-07-252-0/+19
| | | (bzr r3297)
* DisplacementMap filter boilerplate code + renderer draft implementation.Felipe Corr??a da Silva Sanches2007-07-254-1/+173
| | | | | | | General setting of attributes and default values. renderer method is still not correct. Needs some more effort. (bzr r3293)
* Fixed rendering glitch in bicubic scalerNiko Kiirala2007-07-243-11/+53
| | | (bzr r3289)
* Fixed a memory leak in lighting effects renderingNiko Kiirala2007-07-242-0/+2
| | | (bzr r3288)
* Patch by Felipe Sanches: fixed transparent lines in feConvolveMatrix outputNiko Kiirala2007-07-231-2/+8
| | | (bzr r3284)
* Patch by Jean-René Reinhard: better SVG compliance for lighting effectsNiko Kiirala2007-07-236-32/+88
| | | (bzr r3281)
* Added a missing link in making the filterRes attribute workNiko Kiirala2007-07-212-10/+29
| | | (bzr r3271)
* Patch from Felipe Sanches: support for feConvolveMatrix filter primitiveNiko Kiirala2007-07-204-1/+205
| | | (bzr r3270)
* Patch from Jean-René Reinhard: support for feDiffuseLighting andNiko Kiirala2007-07-2011-3/+1106
| | | | | feSpecularLighting filter primitives (bzr r3269)
* First version of feComposite filter effect rendererNiko Kiirala2007-07-098-116/+471
| | | (bzr r3201)
* Fix #1740146.Johan B. C. Engelen2007-07-064-36/+43
| | | (bzr r3190)
* First stab at a connection UI from NickMenTaLguY2007-07-041-1/+1
| | | (bzr r3185)
* adapt to new paintservers API of SPStylebulia byak2007-07-041-2/+2
| | | (bzr r3181)
* use an accessor method to get filter from stylebulia byak2007-06-273-9/+9
| | | (bzr r3145)