summaryrefslogtreecommitdiffstats
path: root/src/display/Makefile_insert (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added sp-ctrlcurve, usefull for meshes.Tavmjong Bah2012-05-211-0/+2
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-2/+2
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-11/+11
* Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-221-0/+4
* Merge from trunkKrzysztof Kosi??ski2011-04-071-1/+2
|\
| * NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen2011-02-211-0/+2
| * Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz2010-12-231-1/+2
* | Completely remove NRPixBlockKrzysztof Kosi??ski2010-08-141-4/+0
* | Wholesale cruft removal part 5; completely remove RasterFontKrzysztof Kosi??ski2010-08-051-1/+0
* | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-5/+1
* | Remove nr-filter-getalpha.(h|cpp) - no longer neededKrzysztof Kosi??ski2010-07-231-2/+0
* | Split out surface blending template into a separate fileKrzysztof Kosi??ski2010-07-161-0/+1
* | Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski2010-06-291-2/+0
* | Text rendering. Factor out style handling into nr-style.hKrzysztof Kosi??ski2010-06-281-54/+56
* | Implement clipping (slightly incorrect) and maskingKrzysztof Kosi??ski2010-06-261-0/+2
|/
* Remove trailing whitespace (fixes a warning)Josh Andler2009-03-111-1/+1
* move canvastext to its own file (no linking error for me anymore), add outlin...bulia byak2009-03-111-0/+2
* Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski2009-02-201-16/+5
* Nicer symbol for guide anchorMaximilian Albert2009-01-261-0/+2
* Build a single test executable on Linux to match Windows build system.Krzysztof Kosi??ski2008-12-291-14/+1
* remove bezier-utils. now we use 2geom's one.Johan B. C. Engelen2008-12-131-3/+0
* Simplify "make check" makefile rules and remove most of the obsolete Krzysztof Kosi??ski2008-12-091-15/+6
* Change the way preferences are loaded to simplify unit testingKrzysztof Kosi??ski2008-12-071-1/+1
* Make unit tests build on Linux againJasper van de Gronde2008-08-041-1/+2
* Enable exception handling for CxxTest in MakefilesJasper van de Gronde2008-08-021-1/+1
* SPCurve unit testsJasper van de Gronde2008-08-021-1/+2
* Temporarily move the code from display/canvas-text.(h|cpp) to display/canvas-...Maximilian Albert2008-07-291-2/+0
* New CanvasText item; TODO: works quite well but updating may be incorrect sin...Maximilian Albert2008-07-221-0/+2
* The new CxxTest unit tests now also work on Linux! (Note that test-all Jasper van de Gronde2008-07-171-0/+24
* * add rule in configure.ac so that only who has cairo > 1.6.4 (currently cair...Felipe Corr??a da Silva Sanches2008-05-251-0/+2
* lay groundwork for non-filter view modeMenTaLguY2008-03-311-0/+1
* remove flashing test indicator on pointparam.Johan B. C. Engelen2008-03-021-0/+2
* NEW: temporary on-canvas indicatorsJohan B. C. Engelen2008-03-021-0/+4
* unify linear and radial gradients in same file (with appropriate noteMenTaLguY2007-08-211-2/+0
* Improved handling bounding boxes and rotated/skewed coordinates in filtersNiko Kiirala2007-08-181-0/+2
* boilerplate code for the remaining filters. My next commits will Felipe Corr??a da Silva Sanches2007-08-041-0/+8
* boiler plate code for feTileFelipe Corr??a da Silva Sanches2007-08-031-0/+2
* Added support for feMerge filter priitiveNiko Kiirala2007-07-261-0/+2
* boiler plate code for feTurbulence:Felipe Corr??a da Silva Sanches2007-07-261-12/+14
* feImage boilerplate code.Felipe Corr??a da Silva Sanches2007-07-261-0/+2
* DisplacementMap filter boilerplate code + renderer draft implementation.Felipe Corr??a da Silva Sanches2007-07-251-0/+2
* Patch by Jean-René Reinhard: better SVG compliance for lighting effectsNiko Kiirala2007-07-231-0/+2
* Patch from Felipe Sanches: support for feConvolveMatrix filter primitiveNiko Kiirala2007-07-201-0/+2
* Patch from Jean-René Reinhard: support for feDiffuseLighting andNiko Kiirala2007-07-201-1/+10
* First version of feComposite filter effect rendererNiko Kiirala2007-07-091-0/+3
* Filter effects: support for SourceAlpha and BackgroundAlphaNiko Kiirala2007-06-121-0/+2
* First version of feOffset support. Contains some rendering glitches.Niko Kiirala2007-06-071-0/+2
* Added renderer support for feBlend filter effectNiko Kiirala2007-05-141-0/+2
* render text in outline mode via cairo (still no endian-safe); factor out help...bulia byak2007-03-011-1/+3
* Added bitmap transformer to fix blur with rotation and non-uniform scalingNiko Kiirala2007-01-031-1/+3