| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | a hack to prevent the redraw of the entire area when a no-fill ctrlrect is ↵ | bulia byak | 2007-08-24 | 1 | -2/+11 | |
| | | | | | | deleted (bzr r3580) | |||||
| * | do not request redraw if an item has zero dimensions; also remove redundant ↵ | bulia byak | 2007-08-24 | 1 | -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 byak | 2007-08-24 | 1 | -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 byak | 2007-08-24 | 2 | -0/+5 | |
| | | | | | | whenever a new ctrl is created (bzr r3577) | |||||
| * | third patch from Dennis Lin (with my tweaks) - great simplification and ↵ | bulia byak | 2007-08-23 | 2 | -302/+159 | |
| | | | | | | optimization of sp-canvas (bzr r3576) | |||||
| * | unify linear and radial gradients in same file (with appropriate note | MenTaLguY | 2007-08-21 | 3 | -350/+0 | |
| | | | | | | about license) in preparation for refactoring (bzr r3562) | |||||
| * | patch by Dennis Lin: optionally for debugging paint the rect-to-redraw yellow | bulia byak | 2007-08-18 | 1 | -0/+13 | |
| | | | | (bzr r3509) | |||||
| * | patch by Dennis Lin: use Gdk::Region for repaint | bulia byak | 2007-08-18 | 1 | -22/+14 | |
| | | | | (bzr r3508) | |||||
| * | Improved handling bounding boxes and rotated/skewed coordinates in filters | Niko Kiirala | 2007-08-18 | 14 | -153/+651 | |
| | | | | (bzr r3505) | |||||
| * | Draw perspective lines for infinite VPs, too (they are updated during ↵ | Maximilian Albert | 2007-08-17 | 1 | -0/+11 | |
| | | | | | | scrolling or zooming); don't create knots for infinite VPs on the canvas (bzr r3495) | |||||
| * | fixed pix_data buffer width on feTurbulence | Felipe Corr??a da Silva Sanches | 2007-08-17 | 1 | -5/+7 | |
| | | | | (bzr r3490) | |||||
| * | first implementation of feTurbulence renderer | Felipe Corr??a da Silva Sanches | 2007-08-16 | 2 | -23/+235 | |
| | | | | (bzr r3483) | |||||
| * | avoid crash described in bug report [ 1762588 ] crash: feOffset with | Felipe Corr??a da Silva Sanches | 2007-08-16 | 1 | -0/+6 | |
| | | | | | | input StrokePaint or FillPaint (bzr r3482) | |||||
| * | Fixed blur not rotating with the object in some cases (bug 1762289) | Niko Kiirala | 2007-08-15 | 1 | -4/+4 | |
| | | | | (bzr r3474) | |||||
| * | added some more boilerplate code on feTurbulence. | Felipe Corr??a da Silva Sanches | 2007-08-14 | 2 | -13/+53 | |
| | | | | (bzr r3462) | |||||
| * | * incomplete feImage implementation. | Felipe Corr??a da Silva Sanches | 2007-08-14 | 5 | -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 Sanches | 2007-08-13 | 2 | -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 Bishop | 2007-08-12 | 2 | -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 byak | 2007-08-11 | 1 | -0/+5 | |
| | | | | | | item_render prevents banding on export and scroll and is a lot less expensive (bzr r3451) | |||||
| * | fixing small bug on feMorphology | Felipe Corr??a da Silva Sanches | 2007-08-09 | 1 | -1/+1 | |
| | | | | (bzr r3440) | |||||
| * | Filter effects dialog: | Nicholas Bishop | 2007-08-09 | 1 | -1/+2 | |
| | | | | | | * Added controls for feMorphology (bzr r3434) | |||||
| * | feMorphology filter primitive implementation | Felipe Corr??a da Silva Sanches | 2007-08-09 | 2 | -6/+72 | |
| | | | | (bzr r3432) | |||||
| * | setting of attributes and default values | Felipe Corr??a da Silva Sanches | 2007-08-06 | 2 | -0/+57 | |
| | | | | (bzr r3403) | |||||
| * | handling of default values and checking for invalid values. | Felipe Corr??a da Silva Sanches | 2007-08-06 | 1 | -21/+4 | |
| | | | | (bzr r3401) | |||||
| * | refactoring: | Felipe Corr??a da Silva Sanches | 2007-08-05 | 2 | -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 Bishop | 2007-08-05 | 2 | -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 implementation | Felipe Corr??a da Silva Sanches | 2007-08-05 | 2 | -12/+89 | |
| | | | | (bzr r3374) | |||||
| * | adding files that were missing on my previous commit | Felipe Corr??a da Silva Sanches | 2007-08-05 | 2 | -0/+102 | |
| | | | | (bzr r3372) | |||||
| * | setting of attributes and default values for feColorMatrix. | Felipe Corr??a da Silva Sanches | 2007-08-04 | 2 | -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 Sanches | 2007-08-04 | 8 | -6/+323 | |
| | | | | | | probably deal with setting default attribute values for these filters (bzr r3363) | |||||
| * | boiler plate code for feTile | Felipe Corr??a da Silva Sanches | 2007-08-03 | 4 | -1/+108 | |
| | | | | (bzr r3362) | |||||
| * | added helper methods NumberOptNumber::numIsSet() and | Felipe Corr??a da Silva Sanches | 2007-07-27 | 3 | -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 priitive | Niko Kiirala | 2007-07-26 | 4 | -1/+195 | |
| | | | | (bzr r3308) | |||||
| * | boiler plate code for feTurbulence: | Felipe Corr??a da Silva Sanches | 2007-07-26 | 8 | -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 Sanches | 2007-07-26 | 4 | -0/+136 | |
| | | | | (bzr r3301) | |||||
| * | improving displacement map renderer. | Felipe Corr??a da Silva Sanches | 2007-07-26 | 1 | -13/+37 | |
| | | | | (bzr r3300) | |||||
| * | Add a method to create a rectangular curve | Diederik van Lierop | 2007-07-25 | 2 | -0/+19 | |
| | | | | (bzr r3297) | |||||
| * | DisplacementMap filter boilerplate code + renderer draft implementation. | Felipe Corr??a da Silva Sanches | 2007-07-25 | 4 | -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 scaler | Niko Kiirala | 2007-07-24 | 3 | -11/+53 | |
| | | | | (bzr r3289) | |||||
| * | Fixed a memory leak in lighting effects rendering | Niko Kiirala | 2007-07-24 | 2 | -0/+2 | |
| | | | | (bzr r3288) | |||||
| * | Patch by Felipe Sanches: fixed transparent lines in feConvolveMatrix output | Niko Kiirala | 2007-07-23 | 1 | -2/+8 | |
| | | | | (bzr r3284) | |||||
| * | Patch by Jean-René Reinhard: better SVG compliance for lighting effects | Niko Kiirala | 2007-07-23 | 6 | -32/+88 | |
| | | | | (bzr r3281) | |||||
| * | Added a missing link in making the filterRes attribute work | Niko Kiirala | 2007-07-21 | 2 | -10/+29 | |
| | | | | (bzr r3271) | |||||
| * | Patch from Felipe Sanches: support for feConvolveMatrix filter primitive | Niko Kiirala | 2007-07-20 | 4 | -1/+205 | |
| | | | | (bzr r3270) | |||||
| * | Patch from Jean-René Reinhard: support for feDiffuseLighting and | Niko Kiirala | 2007-07-20 | 11 | -3/+1106 | |
| | | | | | | feSpecularLighting filter primitives (bzr r3269) | |||||
| * | First version of feComposite filter effect renderer | Niko Kiirala | 2007-07-09 | 8 | -116/+471 | |
| | | | | (bzr r3201) | |||||
| * | Fix #1740146. | Johan B. C. Engelen | 2007-07-06 | 4 | -36/+43 | |
| | | | | (bzr r3190) | |||||
| * | First stab at a connection UI from Nick | MenTaLguY | 2007-07-04 | 1 | -1/+1 | |
| | | | | (bzr r3185) | |||||
| * | adapt to new paintservers API of SPStyle | bulia byak | 2007-07-04 | 1 | -2/+2 | |
| | | | | (bzr r3181) | |||||
| * | use an accessor method to get filter from style | bulia byak | 2007-06-27 | 3 | -9/+9 | |
| | | | | (bzr r3145) | |||||
