Code

LPE: implement NEW path-along-path effect, i think that old one has become obsolete...
[inkscape.git] / src / display /
2007-10-26 joncruzWarning cleanup
2007-10-24 johanengelenFix bug [ 1818794 ] Showing grid on opening svg
2007-10-24 kiiralaAdded 'paraller axis' rendering hint to filter primitiv...
2007-10-16 buliabyakassociate an item with the line, for grdrag
2007-10-06 tavmjongComposite Filter: Handle negative K's in Arithmetic...
2007-10-03 joncruzInitial cut of softproofing
2007-09-30 tavmjongConvolve Matrix Filter:
2007-09-29 pjrmnoop: CodingStyle: re-indent a few files that had mixtu...
2007-09-29 pjrmnoop: CodingStyle: const placement
2007-09-28 tavmjongColor Matrix Filter:
2007-09-26 joncruzAdded display profile calibration
2007-09-19 kiiralaFixed a rendering bug & crash when filtering empty...
2007-09-15 joncruzRefactoring SPColor to C++ and removing legacy CMYK...
2007-09-12 pjrm**/makefile.in: svn propset svn:eol-style native. ...
2007-09-10 joncruzPurged fill type enum
2007-09-05 buliabyakprevent freeze when window is too wide; reduce tile...
2007-08-30 buliabyakremove redundant commit
2007-08-24 buliabyaka hack to prevent the redraw of the entire area when...
2007-08-24 buliabyakdo not request redraw if an item has zero dimensions...
2007-08-24 buliabyakinitialize rect to 0,0,0,0 and do not redraw until...
2007-08-24 buliabyakdo not redraw until moved for the first time; this...
2007-08-23 buliabyakthird patch from Dennis Lin (with my tweaks) - great...
2007-08-21 mentalunify linear and radial gradients in same file (with...
2007-08-18 buliabyakpatch by Dennis Lin: optionally for debugging paint...
2007-08-18 buliabyakpatch by Dennis Lin: use Gdk::Region for repaint
2007-08-18 kiiralaImproved handling bounding boxes and rotated/skewed...
2007-08-17 cilix42Draw perspective lines for infinite VPs, too (they...
2007-08-17 jucabluesfixed pix_data buffer width on feTurbulence
2007-08-16 jucabluesfirst implementation of feTurbulence renderer
2007-08-16 jucabluesavoid crash described in bug report [ 1762588 ] crash...
2007-08-15 kiiralaFixed blur not rotating with the object in some cases...
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
next