summaryrefslogtreecommitdiffstats
path: root/src/display (unfollow)
Commit message (Expand)AuthorFilesLines
2007-10-06Composite Filter: Handle negative K's in Arithmetic mode.Tavmjong Bah3-4/+19
2007-10-03Initial cut of softproofingJon A. Cruz1-11/+1
2007-09-30Convolve Matrix Filter:Tavmjong Bah1-0/+3
2007-09-29noop: CodingStyle: re-indent a few files that had mixtures of spaces & tabs f...Peter Moulder21-1910/+2065
2007-09-29noop: CodingStyle: const placementPeter Moulder8-92/+91
2007-09-28Color Matrix Filter:Tavmjong Bah1-7/+7
2007-09-26Added display profile calibrationJon A. Cruz1-2/+33
2007-09-19Fixed a rendering bug & crash when filtering empty objectsNiko Kiirala1-3/+26
2007-09-15Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz4-35/+27
2007-09-12**/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEX...Peter Moulder1-3/+3
2007-09-10Purged fill type enumJon A. Cruz2-68/+51
2007-09-05prevent freeze when window is too wide; reduce tile size to 16 for nowbulia byak1-2/+2
2007-08-30remove redundant commitbulia byak1-10/+10
2007-08-24a hack to prevent the redraw of the entire area when a no-fill ctrlrect is de...bulia byak1-2/+11
2007-08-24do not request redraw if an item has zero dimensions; also remove redundant r...bulia byak1-7/+26
2007-08-24initialize rect to 0,0,0,0 and do not redraw until dimensions are set; this r...bulia byak1-52/+60
2007-08-24do not redraw until moved for the first time; this fixes the flicker at 0,0 w...bulia byak2-0/+5
2007-08-23third patch from Dennis Lin (with my tweaks) - great simplification and optim...bulia byak2-302/+159
2007-08-21unify linear and radial gradients in same file (with appropriate noteMenTaLguY3-350/+0
2007-08-18patch by Dennis Lin: optionally for debugging paint the rect-to-redraw yellowbulia byak1-0/+13
2007-08-18patch by Dennis Lin: use Gdk::Region for repaintbulia byak1-22/+14
2007-08-18Improved handling bounding boxes and rotated/skewed coordinates in filtersNiko Kiirala14-153/+651
2007-08-17Draw perspective lines for infinite VPs, too (they are updated during scrolli...Maximilian Albert1-0/+11
2007-08-17fixed pix_data buffer width on feTurbulenceFelipe Corr??a da Silva Sanches1-5/+7
2007-08-16first implementation of feTurbulence rendererFelipe Corr??a da Silva Sanches2-23/+235
2007-08-16avoid crash described in bug report [ 1762588 ] crash: feOffset with Felipe Corr??a da Silva Sanches1-0/+6
2007-08-15Fixed blur not rotating with the object in some cases (bug 1762289)Niko Kiirala1-4/+4
2007-08-14added some more boilerplate code on feTurbulence.Felipe Corr??a da Silva Sanches2-13/+53
2007-08-14* incomplete feImage implementation.Felipe Corr??a da Silva Sanches5-28/+40
2007-08-13* moved some parameter inits from nr-filter-displacement-map to sp-fedisplace...Felipe Corr??a da Silva Sanches2-53/+61
2007-08-12Filter effects dialog:Nicholas Bishop2-3/+9
2007-08-11revert jasper's way overzealous fix in png-write.cpp rev 13700; new fix in it...bulia byak1-0/+5
2007-08-09fixing small bug on feMorphologyFelipe Corr??a da Silva Sanches1-1/+1
2007-08-09Filter effects dialog:Nicholas Bishop1-1/+2
2007-08-09feMorphology filter primitive implementationFelipe Corr??a da Silva Sanches2-6/+72
2007-08-06setting of attributes and default valuesFelipe Corr??a da Silva Sanches2-0/+57
2007-08-06handling of default values and checking for invalid values.Felipe Corr??a da Silva Sanches1-21/+4
2007-08-05refactoring:Felipe Corr??a da Silva Sanches2-18/+17
2007-08-05Filter effects:Nicholas Bishop2-7/+17
2007-08-05feColorMatrix filter primitive implementationFelipe Corr??a da Silva Sanches2-12/+89
2007-08-05adding files that were missing on my previous commitFelipe Corr??a da Silva Sanches2-0/+102
2007-08-04setting of attributes and default values for feColorMatrix. Felipe Corr??a da Silva Sanches2-1/+29
2007-08-04boilerplate code for the remaining filters. My next commits will Felipe Corr??a da Silva Sanches8-6/+323
2007-08-03boiler plate code for feTileFelipe Corr??a da Silva Sanches4-1/+108
2007-07-27added helper methods NumberOptNumber::numIsSet() and Felipe Corr??a da Silva Sanches3-10/+14
2007-07-26Added support for feMerge filter priitiveNiko Kiirala4-1/+195
2007-07-26boiler plate code for feTurbulence:Felipe Corr??a da Silva Sanches8-27/+203
2007-07-26feImage boilerplate code.Felipe Corr??a da Silva Sanches4-0/+136
2007-07-26improving displacement map renderer.Felipe Corr??a da Silva Sanches1-13/+37
2007-07-25Add a method to create a rectangular curveDiederik van Lierop2-0/+19