| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | add CairoRenderContext::renderPathVector | Johan B. C. Engelen | 2008-06-26 | 2 | -0/+15 | |
| | | | | (bzr r6074) | |||||
| * | don't use splivarot to get livarot path, just use LoadPathVector method | Johan B. C. Engelen | 2008-06-26 | 1 | -2/+2 | |
| | | | | (bzr r6073) | |||||
| * | use all 2geom typed pathv_matrix_point_bbox_wind_distance | Johan B. C. Engelen | 2008-06-26 | 1 | -4/+4 | |
| | | | | (bzr r6072) | |||||
| * | add const to pointers that are not written to | Johan B. C. Engelen | 2008-06-26 | 2 | -7/+5 | |
| | | | | (bzr r6071) | |||||
| * | use all 2geom typed pathv_matrix_point_bbox_wind_distance | Johan B. C. Engelen | 2008-06-26 | 1 | -3/+3 | |
| | | | | (bzr r6070) | |||||
| * | add const to references that are not written to | Johan B. C. Engelen | 2008-06-26 | 2 | -9/+8 | |
| | | | | (bzr r6069) | |||||
| * | use pathv_matrix_point_bbox_wind_distance instead of ↵ | Johan B. C. Engelen | 2008-06-26 | 2 | -8/+4 | |
| | | | | | | nr_path_matrix_point_bbox_wind_distance everywhere (bzr r6068) | |||||
| * | rewrite nr_path_matrix_point_bbox_wind_distance in 2geom terms: ↵ | Johan B. C. Engelen | 2008-06-26 | 2 | -0/+313 | |
| | | | | | | pathv_matrix_point_bbox_wind_distance. (still not 100% clear to me what this method does, but seemed not necessary for rewriting) (bzr r6067) | |||||
| * | Fix for opening .eps/.ps/.cdr/etc files with % in their names. | Stephen Silver | 2008-06-26 | 2 | -31/+30 | |
| | | | | (bzr r6066) | |||||
| * | Do not have menu entry for SVG Fonts if they are not enabled | Jon A. Cruz | 2008-06-26 | 1 | -0/+2 | |
| | | | | (bzr r6065) | |||||
| * | moving the fonts dialog to a more logical place (though it still does not ↵ | bulia byak | 2008-06-26 | 1 | -2/+1 | |
| | | | | | | work for me) (bzr r6064) | |||||
| * | Fixed compilation when the new SVG font stuff is not enabled. | Jon A. Cruz | 2008-06-26 | 6 | -15/+13 | |
| | | | | (bzr r6063) | |||||
| * | * remove g_warnings | Felipe Corr??a da Silva Sanches | 2008-06-26 | 2 | -15/+35 | |
| | | | | | | * add 2 experimental entry fields in SVGFonts dialog (bzr r6062) | |||||
| * | fix bbox calculation for groups that contain groups with nothing in them ↵ | Johan B. C. Engelen | 2008-06-25 | 1 | -1/+1 | |
| | | | | | | (zero bbox groups) (bzr r6061) | |||||
| * | help detection of path read bug | Johan B. C. Engelen | 2008-06-25 | 1 | -6/+11 | |
| | | | | (bzr r6060) | |||||
| * | adding list of available SVGFonts to the SVGFonts dialog | Felipe Corr??a da Silva Sanches | 2008-06-25 | 4 | -4/+65 | |
| | | | | (bzr r6059) | |||||
| * | warning cleanup | Felipe Corr??a da Silva Sanches | 2008-06-25 | 2 | -3/+3 | |
| | | | | (bzr r6058) | |||||
| * | missing files from previous commit | Felipe Corr??a da Silva Sanches | 2008-06-25 | 2 | -0/+77 | |
| | | | | (bzr r6057) | |||||
| * | adding a dialog for SVG Fonts | Felipe Corr??a da Silva Sanches | 2008-06-25 | 5 | -0/+17 | |
| | | | | (bzr r6056) | |||||
| * | Warning cleanup | Jon A. Cruz | 2008-06-25 | 1 | -1/+1 | |
| | | | | (bzr r6055) | |||||
| * | adding ifdef HAVE_CONFIG_H | Felipe Corr??a da Silva Sanches | 2008-06-25 | 10 | -10/+40 | |
| | | | | (bzr r6054) | |||||
| * | 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: Add GSL to LIBS and Includes | Joshua L. Blocher | 2008-06-24 | 2 | -3/+4 | |
| | | | | (bzr r6047) | |||||
| * | Cmake: remove header files from source lists | Joshua L. Blocher | 2008-06-24 | 36 | -1004/+142 | |
| | | | | (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) | |||||
| * | tweak stdout/stderr piping | Bob Jamison | 2008-06-23 | 1 | -7/+7 | |
| | | | | (bzr r6027) | |||||
| * | 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) | |||||
