| Commit message (Expand) | Author | Age | Files | Lines |
| * | improve speed of getting curves to cairo, the same way as boundingbox calcula... | Johan B. C. Engelen | 2008-06-24 | 1 | -12/+30 |
| * | kill the green fish | bulia byak | 2008-06-24 | 1 | -2/+2 |
| * | add #include <string.h> for memset(), so that it is portable | Bob Jamison | 2008-06-24 | 1 | -0/+2 |
| * | Resolve ID clashes when pasting (fixes bug 165936). | Stephen Silver | 2008-06-24 | 6 | -223/+300 |
| * | Cmake: remove header files from source lists | Joshua L. Blocher | 2008-06-24 | 35 | -967/+105 |
| * | delivarotify, render with cairo; regression: cairo cannot do inverse | bulia byak | 2008-06-24 | 1 | -59/+54 |
| * | delivarotify, render with cairo, use nr_path functions for bbox and distance | bulia byak | 2008-06-24 | 2 | -291/+68 |
| * | delivarotify, render with cairo | bulia byak | 2008-06-24 | 2 | -93/+20 |
| * | add helpers for creating cairo_t for a canvas buf | bulia byak | 2008-06-24 | 2 | -6/+25 |
| * | update for 32 instead of 24 bpp canvas buf | bulia byak | 2008-06-24 | 5 | -17/+17 |
| * | delivarotify | bulia byak | 2008-06-24 | 1 | -5/+0 |
| * | no more creating and looping over extra buffers for rendering canvas arena, d... | bulia byak | 2008-06-24 | 1 | -123/+11 |
| * | switch to 32bpp canvasbuf, create cairo context for it, optionally output to ... | bulia byak | 2008-06-24 | 2 | -28/+60 |
| * | update for 32bpp canvas buf; delivarotify | bulia byak | 2008-06-24 | 2 | -185/+1 |
| * | use light blue for text selection, at least until we can do inversion again | bulia byak | 2008-06-24 | 1 | -1/+3 |
| * | speed up bounds_exact for 2geom even more. | Johan B. C. Engelen | 2008-06-23 | 1 | -3/+3 |
| * | use exact bbox again in updating shapes | Johan B. C. Engelen | 2008-06-23 | 1 | -4/+2 |
| * | add comment | Johan B. C. Engelen | 2008-06-23 | 1 | -1/+1 |
| * | make faster 2geom bbox calc. | Johan B. C. Engelen | 2008-06-23 | 1 | -4/+154 |
| * | sorry to have broken build | Johan B. C. Engelen | 2008-06-23 | 1 | -1/+1 |
| * | convert optimizing check into 2geom terms. hopefully correct, please review i... | Johan B. C. Engelen | 2008-06-23 | 1 | -2/+26 |
| * | add #include <string.h> for portability | Bob Jamison | 2008-06-23 | 1 | -1/+1 |
| * | need #include <typeinfo> | Bob Jamison | 2008-06-23 | 1 | -1/+1 |
| * | implement kerning by glyph-name, g1 and g2 attributes | Felipe Corr??a da Silva Sanches | 2008-06-23 | 4 | -11/+53 |
| * | warning cleanup | Felipe Corr??a da Silva Sanches | 2008-06-22 | 2 | -18/+22 |
| * | warning cleanup | Felipe Corr??a da Silva Sanches | 2008-06-22 | 1 | -11/+5 |
| * | reintroducing code that initially committed in revision 18594 and the have be... | Felipe Corr??a da Silva Sanches | 2008-06-22 | 2 | -0/+421 |
| * | read PathVector instead of NArtBpath | Johan B. C. Engelen | 2008-06-22 | 2 | -12/+12 |
| * | read PathVector instead of NArtBpath | Johan B. C. Engelen | 2008-06-22 | 1 | -4/+2 |
| * | split paths using 2geom PathVector | Johan B. C. Engelen | 2008-06-22 | 1 | -3/+3 |
| * | LPE Spiro: don't catch all exceptions, only the ContinuityError | Johan B. C. Engelen | 2008-06-22 | 1 | -1/+1 |
| * | remove obsolete LoadArtBPath from livarot | Johan B. C. Engelen | 2008-06-22 | 2 | -71/+0 |
| * | use LoadPathVector instead of LoadArtBPath everywhere | Johan B. C. Engelen | 2008-06-22 | 4 | -9/+10 |
| * | create method for Livarot paths to load PathVectors instead of NArtBpaths | Johan B. C. Engelen | 2008-06-22 | 2 | -0/+76 |
| * | use pathvector directly from SPCurve in LPE path parameter. | Johan B. C. Engelen | 2008-06-22 | 1 | -1/+1 |
| * | better method to convert nartbpath to PathVector | Johan B. C. Engelen | 2008-06-22 | 1 | -5/+54 |
| * | * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp, | mjwybrow | 2008-06-22 | 26 | -99/+36 |
| * | add todo comment to make code prettier | Johan B. C. Engelen | 2008-06-20 | 1 | -0/+1 |
| * | sp_shape now uses 2geom PathVector for all marker positions | Johan B. C. Engelen | 2008-06-20 | 1 | -20/+132 |
| * | sp_shape_render for cairo-renderer extension now uses 2geom for marker positions | Johan B. C. Engelen | 2008-06-20 | 3 | -7/+66 |
| * | remove not used variable | Johan B. C. Engelen | 2008-06-20 | 1 | -1/+0 |
| * | 2geomify sp_shape_update_marker_view. | Johan B. C. Engelen | 2008-06-20 | 3 | -22/+105 |
| * | patch from 226459, approved by joel | bulia byak | 2008-06-20 | 1 | -7/+15 |
| * | Partial fix (for preventing numerical issues) and restructuring for PathStrin... | Jasper van de Gronde | 2008-06-20 | 3 | -61/+50 |
| * | Fix for sp-style-elem-test to make it work again with new code. | Jasper van de Gronde | 2008-06-20 | 1 | -1/+1 |
| * | commenting out a g_warning | Felipe Corr??a da Silva Sanches | 2008-06-20 | 1 | -1/+1 |
| * | comment fix | bulia byak | 2008-06-19 | 1 | -3/+6 |
| * | Changed tools toolbar to use stock GtkToolbar via simple wrapper actions. | Jon A. Cruz | 2008-06-19 | 1 | -44/+225 |
| * | update 2geom (r1350) | Johan B. C. Engelen | 2008-06-18 | 3 | -1/+19 |
| * | update 2geom | Johan B. C. Engelen | 2008-06-18 | 1 | -1/+6 |