| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | whitespace | bulia byak | 2008-06-24 | 2 | -35/+33 | |
| | | | | (bzr r6053) | |||||
| * | added unicode block (codepoint ranges) lookups | Bob Jamison | 2008-06-24 | 2 | -32/+361 | |
| | | | | (bzr r6052) | |||||
| * | 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) | |||||
| * | kill the green fish | bulia byak | 2008-06-24 | 1 | -2/+2 | |
| | | | | (bzr r6050) | |||||
| * | add #include <string.h> for memset(), so that it is portable | Bob Jamison | 2008-06-24 | 1 | -0/+2 | |
| | | | | (bzr r6049) | |||||
| * | Resolve ID clashes when pasting (fixes bug 165936). | Stephen Silver | 2008-06-24 | 6 | -223/+300 | |
| | | | | (bzr r6048) | |||||
| * | Cmake: remove header files from source lists | Joshua L. Blocher | 2008-06-24 | 35 | -967/+105 | |
| | | | | (bzr r6046) | |||||
| * | 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 light blue for text selection, at least until we can do inversion again | bulia byak | 2008-06-24 | 1 | -1/+3 | |
| | | | | (bzr r6036) | |||||
| * | speed up bounds_exact for 2geom even more. | Johan B. C. Engelen | 2008-06-23 | 1 | -3/+3 | |
| | | | | (bzr r6035) | |||||
| * | use exact bbox again in updating shapes | Johan B. C. Engelen | 2008-06-23 | 1 | -4/+2 | |
| | | | | (bzr r6034) | |||||
| * | add comment | Johan B. C. Engelen | 2008-06-23 | 1 | -1/+1 | |
| | | | | (bzr r6033) | |||||
| * | make faster 2geom bbox calc. | Johan B. C. Engelen | 2008-06-23 | 1 | -4/+154 | |
| | | | | (bzr r6032) | |||||
| * | 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) | |||||
| * | add #include <string.h> for portability | Bob Jamison | 2008-06-23 | 1 | -1/+1 | |
| | | | | (bzr r6029) | |||||
| * | need #include <typeinfo> | Bob Jamison | 2008-06-23 | 1 | -1/+1 | |
| | | | | (bzr r6028) | |||||
| * | implement kerning by glyph-name, g1 and g2 attributes | Felipe Corr??a da Silva Sanches | 2008-06-23 | 4 | -11/+53 | |
| | | | | (bzr r6026) | |||||
| * | warning cleanup | Felipe Corr??a da Silva Sanches | 2008-06-22 | 2 | -18/+22 | |
| | | | | (bzr r6025) | |||||
| * | warning cleanup | Felipe Corr??a da Silva Sanches | 2008-06-22 | 1 | -11/+5 | |
| | | | | (bzr r6024) | |||||
| * | reintroducing code that initially committed in revision 18594 and the have ↵ | Felipe Corr??a da Silva Sanches | 2008-06-22 | 2 | -0/+421 | |
| | | | | | | | | | | | | | | | been reverted on revision 18607. * implemented handling of font-style, font-variant, font-weight, and font-stretch attributes on font-face tags This have been previously reverted because I thought they were already handled in node->style, but now I see that this code is needed for font description (used in the font tag to declare font attributes to be stored in the user agent font database). The node->style info is used for font specification (used by document authors with the purpose of declaring the properties of fonts that they would like in their SVG documents). (bzr r6023) | |||||
| * | read PathVector instead of NArtBpath | Johan B. C. Engelen | 2008-06-22 | 2 | -12/+12 | |
| | | | | (bzr r6022) | |||||
| * | read PathVector instead of NArtBpath | Johan B. C. Engelen | 2008-06-22 | 1 | -4/+2 | |
| | | | | (bzr r6021) | |||||
| * | split paths using 2geom PathVector | Johan B. C. Engelen | 2008-06-22 | 1 | -3/+3 | |
| | | | | (bzr r6020) | |||||
| * | LPE Spiro: don't catch all exceptions, only the ContinuityError | Johan B. C. Engelen | 2008-06-22 | 1 | -1/+1 | |
| | | | | (bzr r6019) | |||||
| * | remove obsolete LoadArtBPath from livarot | Johan B. C. Engelen | 2008-06-22 | 2 | -71/+0 | |
| | | | | (bzr r6018) | |||||
| * | use LoadPathVector instead of LoadArtBPath everywhere | Johan B. C. Engelen | 2008-06-22 | 4 | -9/+10 | |
| | | | | (bzr r6017) | |||||
| * | create method for Livarot paths to load PathVectors instead of NArtBpaths | Johan B. C. Engelen | 2008-06-22 | 2 | -0/+76 | |
| | | | | (bzr r6016) | |||||
| * | use pathvector directly from SPCurve in LPE path parameter. | Johan B. C. Engelen | 2008-06-22 | 1 | -1/+1 | |
| | | | | (bzr r6015) | |||||
| * | better method to convert nartbpath to PathVector | Johan B. C. Engelen | 2008-06-22 | 1 | -5/+54 | |
| | | | | (bzr r6014) | |||||
| * | * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp, | mjwybrow | 2008-06-22 | 26 | -99/+36 | |
| | | | | | | | | | | | | | | | | | | | | 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 todo comment to make code prettier | Johan B. C. Engelen | 2008-06-20 | 1 | -0/+1 | |
| | | | | (bzr r6011) | |||||
| * | sp_shape now uses 2geom PathVector for all marker positions | Johan B. C. Engelen | 2008-06-20 | 1 | -20/+132 | |
| | | | | (bzr r6010) | |||||
| * | sp_shape_render for cairo-renderer extension now uses 2geom for marker positions | Johan B. C. Engelen | 2008-06-20 | 3 | -7/+66 | |
| | | | | (bzr r6009) | |||||
| * | remove not used variable | Johan B. C. Engelen | 2008-06-20 | 1 | -1/+0 | |
| | | | | (bzr r6008) | |||||
| * | 2geomify sp_shape_update_marker_view. | Johan B. C. Engelen | 2008-06-20 | 3 | -22/+105 | |
| | | | | (bzr r6007) | |||||
| * | patch from 226459, approved by joel | bulia byak | 2008-06-20 | 1 | -7/+15 | |
| | | | | (bzr r6006) | |||||
| * | Partial fix (for preventing numerical issues) and restructuring for ↵ | Jasper van de Gronde | 2008-06-20 | 3 | -61/+50 | |
| | | | | | | PathString, plus a small fix for the new 2geom sp_svg_write_curve. (bzr r6005) | |||||
| * | Fix for sp-style-elem-test to make it work again with new code. | Jasper van de Gronde | 2008-06-20 | 1 | -1/+1 | |
| | | | | (bzr r6004) | |||||
| * | commenting out a g_warning | Felipe Corr??a da Silva Sanches | 2008-06-20 | 1 | -1/+1 | |
| | | | | (bzr r6003) | |||||
| * | comment fix | bulia byak | 2008-06-19 | 1 | -3/+6 | |
| | | | | (bzr r6001) | |||||
| * | Changed tools toolbar to use stock GtkToolbar via simple wrapper actions. | Jon A. Cruz | 2008-06-19 | 1 | -44/+225 | |
| | | | | | | | | Fixes bug #166862. Fixes bug #168677. Fixes bug #168648. (bzr r6000) | |||||
