Code

added some more boilerplate code on feTurbulence.
[inkscape.git] / src / display /
2007-08-14 jucabluesadded some more boilerplate code on feTurbulence.
2007-08-14 jucablues* incomplete feImage implementation.
2007-08-13 jucablues* moved some parameter inits from nr-filter-displacemen...
2007-08-12 nicholasbishopFilter effects dialog:
2007-08-11 buliabyakrevert jasper's way overzealous fix in png-write.cpp...
2007-08-09 jucabluesfixing small bug on feMorphology
2007-08-09 nicholasbishopFilter effects dialog:
2007-08-09 jucabluesfeMorphology filter primitive implementation
2007-08-06 jucabluessetting of attributes and default values
2007-08-06 jucablueshandling of default values and checking for invalid...
2007-08-05 jucabluesrefactoring:
2007-08-05 nicholasbishopFilter effects:
2007-08-05 jucabluesfeColorMatrix filter primitive implementation
2007-08-05 jucabluesadding files that were missing on my previous commit
2007-08-04 jucabluessetting of attributes and default values for feColorMatrix.
2007-08-04 jucabluesboilerplate code for the remaining filters. My next...
2007-08-03 jucabluesboiler plate code for feTile
2007-07-27 jucabluesadded helper methods NumberOptNumber::numIsSet() and
2007-07-26 kiiralaAdded support for feMerge filter priitive
2007-07-26 jucabluesboiler plate code for feTurbulence:
2007-07-26 jucabluesfeImage boilerplate code.
2007-07-26 jucabluesimproving displacement map renderer.
2007-07-25 dvlierop2Add a method to create a rectangular curve
2007-07-25 jucabluesDisplacementMap filter boilerplate code + renderer...
2007-07-24 kiiralaFixed rendering glitch in bicubic scaler
2007-07-24 kiiralaFixed a memory leak in lighting effects rendering
2007-07-23 kiiralaPatch by Felipe Sanches: fixed transparent lines in...
2007-07-23 kiiralaPatch by Jean-René Reinhard: better SVG compliance...
2007-07-21 kiiralaAdded a missing link in making the filterRes attribute...
2007-07-20 kiiralaPatch from Felipe Sanches: support for feConvolveMatrix...
2007-07-20 kiiralaPatch from Jean-René Reinhard: support for feDiffuseLig...
2007-07-09 kiiralaFirst version of feComposite filter effect renderer
2007-07-06 johanengelenFix #1740146.
2007-07-04 mentalFirst stab at a connection UI from Nick
2007-07-04 buliabyakadapt to new paintservers API of SPStyle
2007-06-27 buliabyakuse an accessor method to get filter from style
2007-06-27 buliabyakswitch SPStyle to using SPFilterReference for filters...
2007-06-25 pjrmfunctional noop: src/display/nr-filter-gaussian.cpp...
2007-06-24 mentalinitial filter UI code drop from Nick
2007-06-14 buliabyakpatch 1729267 for bug 1712481
2007-06-13 kiiralaFixed a rendering problem in feOffset
2007-06-12 kiiralaFilter effects: support for SourceAlpha and BackgroundAlpha
2007-06-07 kiiralaFixed background access problems introduced in previous...
2007-06-07 kiiralaFirst version of feOffset support. Contains some render...
2007-06-04 kiiralaModified filter rendering area handling to better accom...
2007-05-29 kiiralaAdded support for in-parameter in filter primitives
2007-05-21 kiiralaRefactoring work for filter effects renderer initialization
2007-05-17 pjrmFix a couple of unannotated transactions causing g_warn...
2007-05-16 kiiralaFixed some feBlend rendering bugs
2007-05-14 kiiralaAdded renderer support for feBlend filter effect
2007-04-20 johanengelengrid: make grid names translatable. use different gridt...
2007-04-20 johanengelenFix emphasized gridlines bug when zoomed out.
2007-04-19 johanengelenSet default gridspacing back to 1px
2007-04-17 johanengelenGrid: added dotted rendering of rectangular grid. Fixed...
2007-04-17 johanengelenold default color values restored
2007-04-15 johanengelenRemoval of old grid code - fully enabled new grid code.
2007-04-13 johanengelenNew Grids are now ready to go. bug testing can start...
2007-04-13 johanengelenNew grids are almost ready to fly!
2007-04-02 kiiralaRemoved C99 isnormal from nr-filter-gaussian.cpp (bug...
2007-04-01 johanengelenremoved leftover debug messages. Toggling new grids...
2007-03-25 johanengelenPurging old axonometric grid code: reworked it into...
2007-03-20 johanengelenMonster commit. New grid infrastructure. The old gridma...
2007-03-19 buliabyakno pick if transparent; fix sodipodi-era bug where...
2007-03-19 buliabyaktwo picking optimizations: 1 use our canvas' viewbox...
2007-03-19 buliabyakadd fields for delayed pick optimization
2007-03-19 buliabyakswitch to using NR::Maybe for area rect
2007-03-19 buliabyakmake arena remember its parent canvasarena, if any...
2007-03-19 buliabyakuse ::upgrade for getting NR::Rect
2007-03-19 buliabyakcomment fix
2007-03-18 buliabyakoptimize cairo paths by not drawing segments that are...
2007-03-17 mentalclean up rect mess a bit before start working on other...
2007-03-14 buliabyakfix bug where master opacity did not affect markers
2007-03-11 mentalEliminate remaining sources of empty NR::Rects
2007-03-04 buliabyakdelivarotify picking; restore the old pick code, fix...
2007-03-03 buliabyakthe SP_IS_GAUSSIANBLUR fix is not only for shapes....
2007-03-03 buliabyakimplement proper picking (by the frame and diagonals...
2007-03-03 buliabyakrestore rendering markers in outline mode
2007-03-02 buliabyakblind fix for endianness, needs testing by someone...
2007-03-02 buliabyakcairoify image outlines
2007-03-02 buliabyakpatch the RGBA/BGRA incompatibility (until we're not...
2007-03-02 buliabyakcreate/destroy the cairo_t for all items to render...
2007-03-02 buliabyakoutline mode: render into the passed cairo_t
2007-03-02 buliabyakeliminate caching and temp buffers for cairo outline...
2007-03-01 buliabyakjasper's patch for bug 1666430; see that patch for...
2007-03-01 schwarzenberg(hopefully) fixed build on linux, added missing isnormal.h
2007-03-01 schwarzenbergcommited Solaris 2.8 / gcc-3.2.3 fixes
2007-03-01 buliabyakAPI change: render methods now take a cairo_t (not...
2007-03-01 buliabyakrender text in outline mode via cairo (still no endian...
2007-02-27 buliabyakmore comments
2007-02-27 buliabyakmore comments on cairo's and our own woes
2007-02-25 buliabyakmove a global to a class property; reduce the use of...
2007-02-22 buliabyakadd commented-out cairo stroke rendering; refactoring
2007-02-21 buliabyakfactor out some cairo-related helpers; add cairo clippi...
2007-02-19 joncruzCleaned up DOS line ends that had snuck in.
2007-02-19 buliabyaksmooth panning: suppress painting for so long as scroll...
2007-02-17 buliabyaka bunch of cairo fixmes in anticipation of a more direc...
2007-02-17 buliabyakeliminate temporary buffer in outline mode (faster...
2007-02-17 buliabyakfirst try to use cairo, for outline mode only so far
2007-02-11 buliabyakjasper's patch for fast iir blur
2007-02-04 buliabyakUnions Are Evil! When pixblock size is TINY, it stores...
next