summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Expand)AuthorAgeFilesLines
* Composite Filter: Handle negative K's in Arithmetic mode.Tavmjong Bah2007-10-063-4/+19
* Initial cut of softproofingJon A. Cruz2007-10-031-11/+1
* Convolve Matrix Filter:Tavmjong Bah2007-09-301-0/+3
* noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs f...Peter Moulder2007-09-2921-1910/+2065
* noop: CodingStyle: const placementPeter Moulder2007-09-298-92/+91
* Color Matrix Filter:Tavmjong Bah2007-09-281-7/+7
* Added display profile calibrationJon A. Cruz2007-09-261-2/+33
* Fixed a rendering bug & crash when filtering empty objectsNiko Kiirala2007-09-191-3/+26
* Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz2007-09-154-35/+27
* **/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEX...Peter Moulder2007-09-121-3/+3
* Purged fill type enumJon A. Cruz2007-09-102-68/+51
* prevent freeze when window is too wide; reduce tile size to 16 for nowbulia byak2007-09-051-2/+2
* remove redundant commitbulia byak2007-08-301-10/+10
* 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