summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* DisplacementMap filter boilerplate code + renderer draft implementation.Felipe Corr??a da Silva Sanches2007-07-254-1/+173
* Fixed rendering glitch in bicubic scalerNiko Kiirala2007-07-243-11/+53
* Fixed a memory leak in lighting effects renderingNiko Kiirala2007-07-242-0/+2
* Patch by Felipe Sanches: fixed transparent lines in feConvolveMatrix outputNiko Kiirala2007-07-231-2/+8
* Patch by Jean-René Reinhard: better SVG compliance for lighting effectsNiko Kiirala2007-07-236-32/+88
* Added a missing link in making the filterRes attribute workNiko Kiirala2007-07-212-10/+29
* Patch from Felipe Sanches: support for feConvolveMatrix filter primitiveNiko Kiirala2007-07-204-1/+205
* Patch from Jean-René Reinhard: support for feDiffuseLighting andNiko Kiirala2007-07-2011-3/+1106
* First version of feComposite filter effect rendererNiko Kiirala2007-07-098-116/+471
* Fix #1740146.Johan B. C. Engelen2007-07-064-36/+43
* First stab at a connection UI from NickMenTaLguY2007-07-041-1/+1
* adapt to new paintservers API of SPStylebulia byak2007-07-041-2/+2
* use an accessor method to get filter from stylebulia byak2007-06-273-9/+9
* switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...bulia byak2007-06-273-9/+12
* functional noop: src/display/nr-filter-gaussian.cpp: Make a few symbols local...Peter Moulder2007-06-251-9/+30
* initial filter UI code drop from NickMenTaLguY2007-06-241-1/+2
* patch 1729267 for bug 1712481bulia byak2007-06-141-2/+67
* Fixed a rendering problem in feOffsetNiko Kiirala2007-06-131-4/+11
* Filter effects: support for SourceAlpha and BackgroundAlphaNiko Kiirala2007-06-124-27/+102
* Fixed background access problems introduced in previous revisionNiko Kiirala2007-06-072-8/+16
* First version of feOffset support. Contains some rendering glitches.Niko Kiirala2007-06-078-3/+272
* Modified filter rendering area handling to better accommodate upcoming feOffsetNiko Kiirala2007-06-047-20/+24
* Added support for in-parameter in filter primitivesNiko Kiirala2007-05-294-15/+20
* Refactoring work for filter effects renderer initializationNiko Kiirala2007-05-215-165/+100
* Fix a couple of unannotated transactions causing g_warning from finish_incomp...Peter Moulder2007-05-171-4/+3
* Fixed some feBlend rendering bugsNiko Kiirala2007-05-161-27/+45
* Added renderer support for feBlend filter effectNiko Kiirala2007-05-147-9/+414
* grid: make grid names translatable. use different gridtype names in SVG that ...Johan B. C. Engelen2007-04-202-11/+73
* Fix emphasized gridlines bug when zoomed out.Johan B. C. Engelen2007-04-201-1/+1
* Set default gridspacing back to 1pxJohan B. C. Engelen2007-04-191-1/+1
* Grid: added dotted rendering of rectangular grid. Fixed bug in emphasized lin...Johan B. C. Engelen2007-04-172-77/+121
* old default color values restoredJohan B. C. Engelen2007-04-171-6/+6
* Removal of old grid code - fully enabled new grid code.Johan B. C. Engelen2007-04-152-356/+46
* New Grids are now ready to go. bug testing can start i think.Johan B. C. Engelen2007-04-132-58/+1
* New grids are almost ready to fly!Johan B. C. Engelen2007-04-134-49/+82
* Removed C99 isnormal from nr-filter-gaussian.cpp (bug 1678363)Niko Kiirala2007-04-021-3/+3
* removed leftover debug messages. Toggling new grids now works. Almost ready t...Johan B. C. Engelen2007-04-012-4/+29
* Purging old axonometric grid code: reworked it into the new grid class struct...Johan B. C. Engelen2007-03-254-330/+580
* Monster commit. New grid infrastructure. The old gridmanagement code is still...Johan B. C. Engelen2007-03-202-7/+831
* no pick if transparent; fix sodipodi-era bug where delta had no effect for no...bulia byak2007-03-191-9/+14
* two picking optimizations: 1 use our canvas' viewbox so that invisible segmen...bulia byak2007-03-191-10/+51
* add fields for delayed pick optimizationbulia byak2007-03-191-0/+3
* switch to using NR::Maybe for area rectbulia byak2007-03-192-4/+6
* make arena remember its parent canvasarena, if any (so that an arenaitem can ...bulia byak2007-03-193-0/+5
* use ::upgrade for getting NR::Rectbulia byak2007-03-191-1/+1
* comment fixbulia byak2007-03-191-1/+1
* optimize cairo paths by not drawing segments that are outside of view (for st...bulia byak2007-03-184-22/+48
* clean up rect mess a bit before start working on other stuffMenTaLguY2007-03-171-2/+2