| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove deprecated Autotools and btool files. Please use CMake instead | Alex Valavanis | 2016-08-08 | 1 | -125/+0 |
| | | | | (bzr r15046) | ||||
| * | Remove CtrlPoint and replace with SPKnot | Martin Owens | 2015-12-10 | 1 | -2/+0 |
| | | | | (bzr r14523) | ||||
| * | Remove useless file | Liam P. White | 2015-02-25 | 1 | -1/+0 |
| | | | | (bzr r13945) | ||||
| * | Merged src/display folder from svg-paints-support branch | Tomasz Boczkowski | 2014-10-14 | 1 | -0/+2 |
| | | | | (bzr r13611.1.1) | ||||
| * | A few more headers | Ted Gould | 2012-10-15 | 1 | -0/+2 |
| | | | | (bzr r11804.1.6) | ||||
| * | Files in /src that no longer exist | Ted Gould | 2012-10-15 | 1 | -1/+0 |
| | | | | (bzr r11804.1.2) | ||||
| * | Added sp-ctrlcurve, usefull for meshes. | Tavmjong Bah | 2012-05-21 | 1 | -0/+2 |
| | | | | (bzr r11395) | ||||
| * | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 2011-08-07 | 1 | -2/+2 |
| | | | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25) | ||||
| * | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 2011-08-06 | 1 | -11/+11 |
| | | | | (bzr r10347.1.21) | ||||
| * | Replace direct use of Cairo contexts and surfaces in the rendering tree | Krzysztof Kosi??ski | 2011-07-22 | 1 | -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 trunk | Krzysztof Kosi??ski | 2011-04-07 | 1 | -1/+2 |
| |\ | | | | | (bzr r9508.1.73) | ||||
| | * | NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5) | Johan B. C. Engelen | 2011-02-21 | 1 | -0/+2 |
| | | | | | | | (bzr r10065) | ||||
| | * | Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵ | Jon A. Cruz | 2010-12-23 | 1 | -1/+2 |
| | | | | | | | | | | | header. (bzr r9978.1.1) | ||||
| * | | Completely remove NRPixBlock | Krzysztof Kosi??ski | 2010-08-14 | 1 | -4/+0 |
| | | | | | | | (bzr r9508.1.67) | ||||
| * | | Wholesale cruft removal part 5; completely remove RasterFont | Krzysztof Kosi??ski | 2010-08-05 | 1 | -1/+0 |
| | | | | | | | (bzr r9508.1.50) | ||||
| * | | Wholesale cruft removal part 1 | Krzysztof Kosi??ski | 2010-08-04 | 1 | -5/+1 |
| | | | | | | | (bzr r9508.1.44) | ||||
| * | | Remove nr-filter-getalpha.(h|cpp) - no longer needed | Krzysztof Kosi??ski | 2010-07-23 | 1 | -2/+0 |
| | | | | | | | (bzr r9508.1.31) | ||||
| * | | Split out surface blending template into a separate file | Krzysztof Kosi??ski | 2010-07-16 | 1 | -0/+1 |
| | | | | | | | (bzr r9508.1.19) | ||||
| * | | Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder. | Krzysztof Kosi??ski | 2010-06-29 | 1 | -2/+0 |
| | | | | | | | (bzr r9508.1.8) | ||||
| * | | Text rendering. Factor out style handling into nr-style.h | Krzysztof Kosi??ski | 2010-06-28 | 1 | -54/+56 |
| | | | | | | | (bzr r9508.1.5) | ||||
| * | | Implement clipping (slightly incorrect) and masking | Krzysztof Kosi??ski | 2010-06-26 | 1 | -0/+2 |
| |/ | | | (bzr r9508.1.4) | ||||
| * | Remove trailing whitespace (fixes a warning) | Josh Andler | 2009-03-11 | 1 | -1/+1 |
| | | | | (bzr r7471) | ||||
| * | move canvastext to its own file (no linking error for me anymore), add ↵ | bulia byak | 2009-03-11 | 1 | -0/+2 |
| | | | | | | outline to fix 334758 (bzr r7470) | ||||
| * | Only build static libraries for subdirs than actually contain libraries, | Krzysztof Kosi??ski | 2009-02-20 | 1 | -16/+5 |
| | | | | | | rather than for every subdirectory. (bzr r7336) | ||||
| * | Nicer symbol for guide anchor | Maximilian Albert | 2009-01-26 | 1 | -0/+2 |
| | | | | (bzr r7182) | ||||
| * | Build a single test executable on Linux to match Windows build system. | Krzysztof Kosi??ski | 2008-12-29 | 1 | -14/+1 |
| | | | | (bzr r7040) | ||||
| * | remove bezier-utils. now we use 2geom's one. | Johan B. C. Engelen | 2008-12-13 | 1 | -3/+0 |
| | | | | | | remove bezier-utils-test as well. (bzr r7004) | ||||
| * | Simplify "make check" makefile rules and remove most of the obsolete | Krzysztof Kosi??ski | 2008-12-09 | 1 | -15/+6 |
| | | | | | | utest-based tests. (bzr r6976) | ||||
| * | Change the way preferences are loaded to simplify unit testing | Krzysztof Kosi??ski | 2008-12-07 | 1 | -1/+1 |
| | | | | (bzr r6964) | ||||
| * | Make unit tests build on Linux again | Jasper van de Gronde | 2008-08-04 | 1 | -1/+2 |
| | | | | (bzr r6555) | ||||
| * | Enable exception handling for CxxTest in Makefiles | Jasper van de Gronde | 2008-08-02 | 1 | -1/+1 |
| | | | | (bzr r6524) | ||||
| * | SPCurve unit tests | Jasper van de Gronde | 2008-08-02 | 1 | -1/+2 |
| | | | | (bzr r6523) | ||||
| * | Temporarily move the code from display/canvas-text.(h|cpp) to ↵ | Maximilian Albert | 2008-07-29 | 1 | -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 Albert | 2008-07-22 | 1 | -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 Gronde | 2008-07-17 | 1 | -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 Sanches | 2008-05-25 | 1 | -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 mode | MenTaLguY | 2008-03-31 | 1 | -0/+1 |
| | | | | (bzr r5265) | ||||
| * | remove flashing test indicator on pointparam. | Johan B. C. Engelen | 2008-03-02 | 1 | -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 indicators | Johan B. C. Engelen | 2008-03-02 | 1 | -0/+4 |
| | | | | (bzr r4918) | ||||
| * | unify linear and radial gradients in same file (with appropriate note | MenTaLguY | 2007-08-21 | 1 | -2/+0 |
| | | | | | | about license) in preparation for refactoring (bzr r3562) | ||||
| * | Improved handling bounding boxes and rotated/skewed coordinates in filters | Niko Kiirala | 2007-08-18 | 1 | -0/+2 |
| | | | | (bzr r3505) | ||||
| * | boilerplate code for the remaining filters. My next commits will | Felipe Corr??a da Silva Sanches | 2007-08-04 | 1 | -0/+8 |
| | | | | | | probably deal with setting default attribute values for these filters (bzr r3363) | ||||
| * | boiler plate code for feTile | Felipe Corr??a da Silva Sanches | 2007-08-03 | 1 | -0/+2 |
| | | | | (bzr r3362) | ||||
| * | Added support for feMerge filter priitive | Niko Kiirala | 2007-07-26 | 1 | -0/+2 |
| | | | | (bzr r3308) | ||||
| * | boiler plate code for feTurbulence: | Felipe Corr??a da Silva Sanches | 2007-07-26 | 1 | -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 Sanches | 2007-07-26 | 1 | -0/+2 |
| | | | | (bzr r3301) | ||||
| * | DisplacementMap filter boilerplate code + renderer draft implementation. | Felipe Corr??a da Silva Sanches | 2007-07-25 | 1 | -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 effects | Niko Kiirala | 2007-07-23 | 1 | -0/+2 |
| | | | | (bzr r3281) | ||||
| * | Patch from Felipe Sanches: support for feConvolveMatrix filter primitive | Niko Kiirala | 2007-07-20 | 1 | -0/+2 |
| | | | | (bzr r3270) | ||||
| * | Patch from Jean-René Reinhard: support for feDiffuseLighting and | Niko Kiirala | 2007-07-20 | 1 | -1/+10 |
| | | | | | | feSpecularLighting filter primitives (bzr r3269) | ||||
