| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | improve speed of getting curves to cairo, the same way as boundingbox ↵ | Johan B. C. Engelen | 2008-06-24 | 1 | -12/+30 |
| | | | | | | calculation was optimized: do not create transformed path, transform the path's points instead (bzr r6051) | ||||
| * | add #include <string.h> for memset(), so that it is portable | Bob Jamison | 2008-06-24 | 1 | -0/+2 |
| | | | | (bzr r6049) | ||||
| * | delivarotify, render with cairo; regression: cairo cannot do inverse | bulia byak | 2008-06-24 | 1 | -59/+54 |
| | | | | (bzr r6045) | ||||
| * | delivarotify, render with cairo, use nr_path functions for bbox and distance | bulia byak | 2008-06-24 | 2 | -291/+68 |
| | | | | (bzr r6044) | ||||
| * | delivarotify, render with cairo | bulia byak | 2008-06-24 | 2 | -93/+20 |
| | | | | (bzr r6043) | ||||
| * | add helpers for creating cairo_t for a canvas buf | bulia byak | 2008-06-24 | 2 | -6/+25 |
| | | | | (bzr r6042) | ||||
| * | update for 32 instead of 24 bpp canvas buf | bulia byak | 2008-06-24 | 5 | -17/+17 |
| | | | | (bzr r6041) | ||||
| * | delivarotify | bulia byak | 2008-06-24 | 1 | -5/+0 |
| | | | | (bzr r6040) | ||||
| * | no more creating and looping over extra buffers for rendering canvas arena, ↵ | bulia byak | 2008-06-24 | 1 | -123/+11 |
| | | | | | | draw to the canvas buf directly now that it's also 32bpp (bzr r6039) | ||||
| * | switch to 32bpp canvasbuf, create cairo context for it, optionally output to ↵ | bulia byak | 2008-06-24 | 2 | -28/+60 |
| | | | | | | screen using cairo too (for now off, as it's slower than gdk) (bzr r6038) | ||||
| * | update for 32bpp canvas buf; delivarotify | bulia byak | 2008-06-24 | 2 | -185/+1 |
| | | | | (bzr r6037) | ||||
| * | use exact bbox again in updating shapes | Johan B. C. Engelen | 2008-06-23 | 1 | -4/+2 |
| | | | | (bzr r6034) | ||||
| * | sorry to have broken build | Johan B. C. Engelen | 2008-06-23 | 1 | -1/+1 |
| | | | | (bzr r6031) | ||||
| * | convert optimizing check into 2geom terms. hopefully correct, please review ↵ | Johan B. C. Engelen | 2008-06-23 | 1 | -2/+26 |
| | | | | | | if you have time (bzr r6030) | ||||
| * | implement kerning by glyph-name, g1 and g2 attributes | Felipe Corr??a da Silva Sanches | 2008-06-23 | 1 | -3/+15 |
| | | | | (bzr r6026) | ||||
| * | use LoadPathVector instead of LoadArtBPath everywhere | Johan B. C. Engelen | 2008-06-22 | 2 | -5/+6 |
| | | | | (bzr r6017) | ||||
| * | * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp, | mjwybrow | 2008-06-22 | 4 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | src/libcola/gradient_projection.cpp, src/libvpsc/generate-constraints.cpp, src/libnr/nr-types.cpp, src/libnr/nr-point-fns-test.cpp, src/isnan.h, src/libnr/nr-point-fns.cpp, src/libnr/in-svg-plane-test.cpp, src/doxygen-main.cpp, src/display/nr-filter-composite.cpp, src/display/nr-filter-merge.cpp, src/display/nr-filter-gaussian.cpp, src/display/bezier-utils.cpp, src/Makefile_insert, src/eraser-context.cpp, src/dyna-draw-context.cpp, src/tweak-context.cpp, src/sp-namedview.cpp, src/libnr/in-svg-plane-test.h, src/libnr/nr-point-fns-test.h, src/mod360-test.h, src/CMakeLists.txt, src/2geom/linear.h: Properly fix the conflicting isnan.h problem: 1) Update src/2geom/isnan.h to match newest Inkscape src/isnana.h (Also commited this change to lib2geom project repository) 2) Remove Inkscape's src/isnan.h 3) Update all files to include src/2geom/isnan.h instead of src/isnan.h (bzr r6013) | ||||
| * | add comment (original update code used exact bbox) | Johan B. C. Engelen | 2008-06-16 | 1 | -0/+2 |
| | | | | (bzr r5967) | ||||
| * | have bbox calculation code use new helper/geom.cpp function. This makes it ↵ | Johan B. C. Engelen | 2008-06-16 | 1 | -5/+3 |
| | | | | | | easier to optimize it later. (bzr r5966) | ||||
| * | First step towards making helper paths for LPE items work better | Maximilian Albert | 2008-06-16 | 2 | -3/+9 |
| | | | | (bzr r5954) | ||||
| * | don't use exact bbox in nr_arena_shape_update (speed-up) | Johan B. C. Engelen | 2008-06-16 | 1 | -2/+2 |
| | | | | (bzr r5952) | ||||
| * | Fix nr_arena_shape_add_bboxes to what it was in the past. (the NPE was ↵ | Johan B. C. Engelen | 2008-06-16 | 1 | -13/+17 |
| | | | | | | caused by wrong copypaste of me...) (bzr r5951) | ||||
| * | Fixed NPE | Jon A. Cruz | 2008-06-16 | 1 | -2/+4 |
| | | | | (bzr r5950) | ||||
| * | UnicodeRange class implementation. | Felipe Corr??a da Silva Sanches | 2008-06-16 | 1 | -2/+2 |
| | | | | | | | This class represents a range of unicode codepoints as used in the u1 and u2 attributes of glyph kerning nodes. (bzr r5949) | ||||
| * | fix typo in feed_path_to_cairo, potential bug | Johan B. C. Engelen | 2008-06-14 | 1 | -1/+1 |
| | | | | (bzr r5937) | ||||
| * | use 2geom types to calculate bounding box when updating arena shape | Johan B. C. Engelen | 2008-06-14 | 1 | -84/+39 |
| | | | | (bzr r5936) | ||||
| * | fix compile | Felipe Corr??a da Silva Sanches | 2008-06-10 | 1 | -2/+2 |
| | | | | | | johan had forgotten to include a header (bzr r5869) | ||||
| * | add method to retrieve first and last path of SPCurve, fix error. | Johan B. C. Engelen | 2008-06-08 | 2 | -4/+36 |
| | | | | (bzr r5858) | ||||
| * | use feed_pathvector_to_cairo in display/nr-svgfonts.cpp | Johan B. C. Engelen | 2008-06-08 | 1 | -12/+18 |
| | | | | (bzr r5851) | ||||
| * | use feed_pathvector_to_cairo in display/nr-arena-shape.cpp | Johan B. C. Engelen | 2008-06-08 | 1 | -3/+4 |
| | | | | (bzr r5850) | ||||
| * | add rendering to cairo from Geom::Path and Geom::PathVector ! | Johan B. C. Engelen | 2008-06-08 | 2 | -6/+120 |
| | | | | (bzr r5849) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-06-07 | 1 | -6/+14 |
| | | | | (bzr r5847) | ||||
| * | add comments to SPCurve about 2geomify status of functions | Johan B. C. Engelen | 2008-06-06 | 1 | -1/+8 |
| | | | | (bzr r5837) | ||||
| * | disable SPCurve path checking per default as it decreases performance by a lot. | Johan B. C. Engelen | 2008-06-06 | 1 | -1/+1 |
| | | | | (bzr r5835) | ||||
| * | - enable path checking for SPCurve | Johan B. C. Engelen | 2008-06-06 | 1 | -5/+14 |
| | | | | | | - make SPCurve::transform safe to work on both pathv and bpath (bzr r5834) | ||||
| * | merge gsoc2008_johan_path2geom into trunk | Johan B. C. Engelen | 2008-06-06 | 7 | -165/+541 |
| | | | | (bzr r5823) | ||||
| * | Fix expression whose behaviour is undefined in C++. N.B. This “fix” ↵ | Peter Moulder | 2008-06-05 | 1 | -3/+6 |
| | | | | | | involves guessing at the intended meaning. I've mailed the author to confirm. (bzr r5809) | ||||
| * | Changed correct pixblock output mode for feSpecularlighting | Niko Kiirala | 2008-06-02 | 1 | -1/+1 |
| | | | | (bzr r5790) | ||||
| * | Fixed SVG compliance problems with feMorphology (bug 181995 at least) | Niko Kiirala | 2008-06-02 | 2 | -21/+50 |
| | | | | (bzr r5789) | ||||
| * | Fixed uninitialized data in rendering filter effects & colormatrix (bug 193936) | Niko Kiirala | 2008-06-02 | 2 | -2/+2 |
| | | | | (bzr r5788) | ||||
| * | * commenting my code so that we increase SVGFonts "bus factor" in | Felipe Corr??a da Silva Sanches | 2008-06-01 | 1 | -29/+59 |
| | | | | | | | inkscape :-D http://en.wikipedia.org/wiki/Bus_factor * added some (still not really functional) code for vertical text (bzr r5777) | ||||
| * | * started implementing rendering of SVGFonts horizontal kerning | Felipe Corr??a da Silva Sanches | 2008-05-31 | 2 | -3/+14 |
| | | | | (bzr r5773) | ||||
| * | * implemented text_to_glyphs, so that now we can have ligadure glyphs | Felipe Corr??a da Silva Sanches | 2008-05-30 | 2 | -23/+53 |
| | | | | | | * Adapted example file to test this feature too (bzr r5763) | ||||
| * | fix some crashes. Now I check for the existence of the d atrtibute | Felipe Corr??a da Silva Sanches | 2008-05-29 | 1 | -2/+4 |
| | | | | | | before trying to use it (bzr r5761) | ||||
| * | * converted nr-svgfont.cpp to C++ code so that we can render multiple ↵ | Felipe Corr??a da Silva Sanches | 2008-05-27 | 2 | -72/+138 |
| | | | | | | | | | instances of fonts. Currently we have one auxiliary GtkWindow for each <font> in a document. * Implemented C++ binding for cairo userfonts. This will probably be sent to cairomm soon. * Added a second font to the svgfont.svg test file. (bzr r5756) | ||||
| * | Cmake: More Dependency work, added new files | Joshua L. Blocher | 2008-05-25 | 1 | -0/+1 |
| | | | | (bzr r5754) | ||||
| * | * add rule in configure.ac so that only who has cairo > 1.6.4 (currently ↵ | Felipe Corr??a da Silva Sanches | 2008-05-25 | 4 | -0/+185 |
| | | | | | | | | 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) | ||||
| * | Fixed initialization order | Jon A. Cruz | 2008-05-17 | 1 | -5/+5 |
| | | | | (bzr r5681) | ||||
| * | Add a centralized check (i.e. in the snapper mechanism) whether we've ↵ | Diederik van Lierop | 2008-05-12 | 1 | -0/+7 |
| | | | | | | snapped or not, instead of leaving it up to the various tools. This should prevent these tools from moving to (0,0) if they bluntly use the value returned by the snapping mechanism without checking whether snapping has really occured. (bzr r5659) | ||||
| * | More type registration cleanup | Jon A. Cruz | 2008-05-10 | 1 | -11/+15 |
| | | | | (bzr r5646) | ||||
