summaryrefslogtreecommitdiffstats
path: root/src/display/Makefile_insert (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated Autotools and btool files. Please use CMake insteadAlex Valavanis2016-08-081-125/+0
| | | (bzr r15046)
* Remove CtrlPoint and replace with SPKnotMartin Owens2015-12-101-2/+0
| | | (bzr r14523)
* Remove useless fileLiam P. White2015-02-251-1/+0
| | | (bzr r13945)
* Merged src/display folder from svg-paints-support branchTomasz Boczkowski2014-10-141-0/+2
| | | (bzr r13611.1.1)
* A few more headersTed Gould2012-10-151-0/+2
| | | (bzr r11804.1.6)
* Files in /src that no longer existTed Gould2012-10-151-1/+0
| | | (bzr r11804.1.2)
* Added sp-ctrlcurve, usefull for meshes.Tavmjong Bah2012-05-211-0/+2
| | | (bzr r11395)
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-2/+2
| | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-11/+11
| | | (bzr r10347.1.21)
* Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-221-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)
* Merge from trunkKrzysztof Kosi??ski2011-04-071-1/+2
|\ | | | | (bzr r9508.1.73)
| * NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)Johan B. C. Engelen2011-02-211-0/+2
| | | | | | (bzr r10065)
| * Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-1/+2
| | | | | | | | | | header. (bzr r9978.1.1)
* | Completely remove NRPixBlockKrzysztof Kosi??ski2010-08-141-4/+0
| | | | | | (bzr r9508.1.67)
* | Wholesale cruft removal part 5; completely remove RasterFontKrzysztof Kosi??ski2010-08-051-1/+0
| | | | | | (bzr r9508.1.50)
* | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-5/+1
| | | | | | (bzr r9508.1.44)
* | Remove nr-filter-getalpha.(h|cpp) - no longer neededKrzysztof Kosi??ski2010-07-231-2/+0
| | | | | | (bzr r9508.1.31)
* | Split out surface blending template into a separate fileKrzysztof Kosi??ski2010-07-161-0/+1
| | | | | | (bzr r9508.1.19)
* | Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski2010-06-291-2/+0
| | | | | | (bzr r9508.1.8)
* | Text rendering. Factor out style handling into nr-style.hKrzysztof Kosi??ski2010-06-281-54/+56
| | | | | | (bzr r9508.1.5)
* | Implement clipping (slightly incorrect) and maskingKrzysztof Kosi??ski2010-06-261-0/+2
|/ | | (bzr r9508.1.4)
* Remove trailing whitespace (fixes a warning)Josh Andler2009-03-111-1/+1
| | | (bzr r7471)
* move canvastext to its own file (no linking error for me anymore), add ↵bulia byak2009-03-111-0/+2
| | | | | outline to fix 334758 (bzr r7470)
* Only build static libraries for subdirs than actually contain libraries, Krzysztof Kosi??ski2009-02-201-16/+5
| | | | | rather than for every subdirectory. (bzr r7336)
* Nicer symbol for guide anchorMaximilian Albert2009-01-261-0/+2
| | | (bzr r7182)
* Build a single test executable on Linux to match Windows build system.Krzysztof Kosi??ski2008-12-291-14/+1
| | | (bzr r7040)
* remove bezier-utils. now we use 2geom's one.Johan B. C. Engelen2008-12-131-3/+0
| | | | | remove bezier-utils-test as well. (bzr r7004)
* Simplify "make check" makefile rules and remove most of the obsolete Krzysztof Kosi??ski2008-12-091-15/+6
| | | | | utest-based tests. (bzr r6976)
* Change the way preferences are loaded to simplify unit testingKrzysztof Kosi??ski2008-12-071-1/+1
| | | (bzr r6964)
* Make unit tests build on Linux againJasper van de Gronde2008-08-041-1/+2
| | | (bzr r6555)
* Enable exception handling for CxxTest in MakefilesJasper van de Gronde2008-08-021-1/+1
| | | (bzr r6524)
* SPCurve unit testsJasper van de Gronde2008-08-021-1/+2
| | | (bzr r6523)
* Temporarily move the code from display/canvas-text.(h|cpp) to ↵Maximilian Albert2008-07-291-2/+0
| | | | | display/canvas-bpath.(h|cpp) to avoid a strange linker error :( (bzr r6465)
* New CanvasText item; TODO: works quite well but updating may be incorrect ↵Maximilian Albert2008-07-221-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)
* The new CxxTest unit tests now also work on Linux! (Note that test-all Jasper van de Gronde2008-07-171-0/+24
| | | | | | has become test-src and no longer includes ALL tests, just the tests in src/.) (bzr r6335)
* * add rule in configure.ac so that only who has cairo > 1.6.4 (currently ↵Felipe Corr??a da Silva Sanches2008-05-251-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)
* lay groundwork for non-filter view modeMenTaLguY2008-03-311-0/+1
| | | (bzr r5265)
* remove flashing test indicator on pointparam.Johan B. C. Engelen2008-03-021-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)
* NEW: temporary on-canvas indicatorsJohan B. C. Engelen2008-03-021-0/+4
| | | (bzr r4918)
* unify linear and radial gradients in same file (with appropriate noteMenTaLguY2007-08-211-2/+0
| | | | | about license) in preparation for refactoring (bzr r3562)
* Improved handling bounding boxes and rotated/skewed coordinates in filtersNiko Kiirala2007-08-181-0/+2
| | | (bzr r3505)
* boilerplate code for the remaining filters. My next commits will Felipe Corr??a da Silva Sanches2007-08-041-0/+8
| | | | | probably deal with setting default attribute values for these filters (bzr r3363)
* boiler plate code for feTileFelipe Corr??a da Silva Sanches2007-08-031-0/+2
| | | (bzr r3362)
* Added support for feMerge filter priitiveNiko Kiirala2007-07-261-0/+2
| | | (bzr r3308)
* boiler plate code for feTurbulence:Felipe Corr??a da Silva Sanches2007-07-261-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)
* feImage boilerplate code.Felipe Corr??a da Silva Sanches2007-07-261-0/+2
| | | (bzr r3301)
* DisplacementMap filter boilerplate code + renderer draft implementation.Felipe Corr??a da Silva Sanches2007-07-251-0/+2
| | | | | | | General setting of attributes and default values. renderer method is still not correct. Needs some more effort. (bzr r3293)
* Patch by Jean-René Reinhard: better SVG compliance for lighting effectsNiko Kiirala2007-07-231-0/+2
| | | (bzr r3281)
* Patch from Felipe Sanches: support for feConvolveMatrix filter primitiveNiko Kiirala2007-07-201-0/+2
| | | (bzr r3270)
* Patch from Jean-René Reinhard: support for feDiffuseLighting andNiko Kiirala2007-07-201-1/+10
| | | | | feSpecularLighting filter primitives (bzr r3269)