summaryrefslogtreecommitdiffstats
path: root/src/display/Makefile_insert (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-08-08Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis1-125/+0
(bzr r15046)
2015-12-10Remove CtrlPoint and replace with SPKnotMartin Owens1-2/+0
(bzr r14523)
2015-02-25Remove useless fileLiam P. White1-1/+0
(bzr r13945)
2014-10-14Merged src/display folder from svg-paints-support branchTomasz Boczkowski1-0/+2
(bzr r13611.1.1)
2012-10-15A few more headersTed Gould1-0/+2
(bzr r11804.1.6)
2012-10-15Files in /src that no longer existTed Gould1-1/+0
(bzr r11804.1.2)
2012-05-21Added sp-ctrlcurve, usefull for meshes.Tavmjong Bah1-0/+2
(bzr r11395)
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-2/+2
methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-11/+11
(bzr r10347.1.21)
2011-07-22Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski1-0/+4
with wrappers which keep some extra information about the surface, amd NRRect and NRRectL use with Geom::Rect and Geom::IntRect. Should simplify implementing filter primitive subregions. (bzr r10347.1.17)
2011-02-21NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen1-0/+2
(bzr r10065)
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz1-1/+2
header. (bzr r9978.1.1)
2010-08-14Completely remove NRPixBlockKrzysztof Kosi??ski1-4/+0
(bzr r9508.1.67)
2010-08-05Wholesale cruft removal part 5; completely remove RasterFontKrzysztof Kosi??ski1-1/+0
(bzr r9508.1.50)
2010-08-04Wholesale cruft removal part 1Krzysztof Kosi??ski1-5/+1
(bzr r9508.1.44)
2010-07-23Remove nr-filter-getalpha.(h|cpp) - no longer neededKrzysztof Kosi??ski1-2/+0
(bzr r9508.1.31)
2010-07-16Split out surface blending template into a separate fileKrzysztof Kosi??ski1-0/+1
(bzr r9508.1.19)
2010-06-29Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski1-2/+0
(bzr r9508.1.8)
2010-06-28Text rendering. Factor out style handling into nr-style.hKrzysztof Kosi??ski1-54/+56
(bzr r9508.1.5)
2010-06-26Implement clipping (slightly incorrect) and maskingKrzysztof Kosi??ski1-0/+2
(bzr r9508.1.4)
2009-03-11Remove trailing whitespace (fixes a warning)Josh Andler1-1/+1
(bzr r7471)
2009-03-11move canvastext to its own file (no linking error for me anymore), add ↵bulia byak1-0/+2
outline to fix 334758 (bzr r7470)
2009-02-20Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski1-16/+5
rather than for every subdirectory. (bzr r7336)
2009-01-26Nicer symbol for guide anchorMaximilian Albert1-0/+2
(bzr r7182)
2008-12-29Build a single test executable on Linux to match Windows build system.Krzysztof Kosi??ski1-14/+1
(bzr r7040)
2008-12-13remove bezier-utils. now we use 2geom's one.Johan B. C. Engelen1-3/+0
remove bezier-utils-test as well. (bzr r7004)
2008-12-09Simplify "make check" makefile rules and remove most of the obsolete Krzysztof Kosi??ski1-15/+6
utest-based tests. (bzr r6976)
2008-12-07Change the way preferences are loaded to simplify unit testingKrzysztof Kosi??ski1-1/+1
(bzr r6964)
2008-08-04Make unit tests build on Linux againJasper van de Gronde1-1/+2
(bzr r6555)
2008-08-02Enable exception handling for CxxTest in MakefilesJasper van de Gronde1-1/+1
(bzr r6524)
2008-08-02SPCurve unit testsJasper van de Gronde1-1/+2
(bzr r6523)
2008-07-29Temporarily move the code from display/canvas-text.(h|cpp) to ↵Maximilian Albert1-2/+0
display/canvas-bpath.(h|cpp) to avoid a strange linker error :( (bzr r6465)
2008-07-22New CanvasText item; TODO: works quite well but updating may be incorrect ↵Maximilian Albert1-0/+2
since update() is called before render() but only the latter gets passed the cairo context from which we can compute the text extents (we use a slightly kludgy workaround now) (bzr r6394)
2008-07-17The new CxxTest unit tests now also work on Linux! (Note that test-all Jasper van de Gronde1-0/+24
has become test-src and no longer includes ALL tests, just the tests in src/.) (bzr r6335)
2008-05-25* add rule in configure.ac so that only who has cairo > 1.6.4 (currently ↵Felipe Corr??a da Silva Sanches1-0/+2
cairo git master branch) will compile SVGFonts (experimental) support. * First code for SVGFonts rendering. Renders in a separate window because we still dont have pango integration. (bzr r5753)
2008-03-31lay groundwork for non-filter view modeMenTaLguY1-0/+1
(bzr r5265)
2008-03-02remove flashing test indicator on pointparam.Johan B. C. Engelen1-0/+2
remove some leftover code from point param code remove test pointparam from LPEKnot added SnapIndicator added SnapIndicator to SPDesktop, and a call from guidesnapping to display a snapindicator when a guide is snapped. fix canvas-temporary-item-list.cpp (bzr r4931)
2008-03-02NEW: temporary on-canvas indicatorsJohan B. C. Engelen1-0/+4
(bzr r4918)
2007-08-21unify linear and radial gradients in same file (with appropriate noteMenTaLguY1-2/+0
about license) in preparation for refactoring (bzr r3562)
2007-08-18Improved handling bounding boxes and rotated/skewed coordinates in filtersNiko Kiirala1-0/+2
(bzr r3505)
2007-08-04boilerplate code for the remaining filters. My next commits will Felipe Corr??a da Silva Sanches1-0/+8
probably deal with setting default attribute values for these filters (bzr r3363)
2007-08-03boiler plate code for feTileFelipe Corr??a da Silva Sanches1-0/+2
(bzr r3362)
2007-07-26Added support for feMerge filter priitiveNiko Kiirala1-0/+2
(bzr r3308)
2007-07-26boiler plate code for feTurbulence:Felipe Corr??a da Silva Sanches1-12/+14
*reading attributes and setting default values same for some more attributes on convolve matrix filter alphabetical ordering on Makefile_insert and on nr-filter.cpp #includes (bzr r3305)
2007-07-26feImage boilerplate code.Felipe Corr??a da Silva Sanches1-0/+2
(bzr r3301)
2007-07-25DisplacementMap filter boilerplate code + renderer draft implementation.Felipe Corr??a da Silva Sanches1-0/+2
General setting of attributes and default values. renderer method is still not correct. Needs some more effort. (bzr r3293)
2007-07-23Patch by Jean-René Reinhard: better SVG compliance for lighting effectsNiko Kiirala1-0/+2
(bzr r3281)
2007-07-20Patch from Felipe Sanches: support for feConvolveMatrix filter primitiveNiko Kiirala1-0/+2
(bzr r3270)
2007-07-20Patch from Jean-René Reinhard: support for feDiffuseLighting andNiko Kiirala1-1/+10
feSpecularLighting filter primitives (bzr r3269)
2007-07-09First version of feComposite filter effect rendererNiko Kiirala1-0/+3
(bzr r3201)