Code

remove last calls to spcurve::get_length outside of spcurve. (canvas-bpath rendering...
[inkscape.git] / src / display /
2008-07-15 johanengelenremove last calls to spcurve::get_length outside of...
2008-07-15 johanengelendon't call cairo_new_path in feed_pathvector_to_cairo...
2008-07-14 johanengelenmake SPCurve constructors explicit. (so e.g. it is...
2008-07-14 johanengelennoop: add comment about multiple consecutive movetos
2008-07-14 buliabyakfix 248419
2008-07-13 johanengelen2geomify pov-out extension
2008-07-12 johanengelen* remove code duplication from pdf-cairo extension
2008-07-12 johanengelenadd simplified feed_path_to_cairo functions
2008-07-12 JucaBluesfix crash on svnfonts dialog
2008-07-11 johanengelenuse new 2geom function. This ensures we cannot end...
2008-07-11 JucaBlues* removed the auxiliary GtkWindow
2008-07-08 johanengelenrender glyphs using 2geom pathvector instead of artbpat...
2008-07-08 johanengelen2geomify SPCurve::new_from_rect
2008-07-08 mentalinstrument event latency
2008-07-08 mentaldisable motion hints again; still some subtle issues...
2008-07-08 mentalFalse alarm; re-enable them
2008-07-08 mentaldisable motion hints again
2008-07-08 mentalI'm an idiot who forgot that MOTION_HINT_MASK still...
2008-07-08 mentaldisable motion hints again
2008-07-08 mentalenable safe support for motion hints
2008-07-07 johanengelencleanup unused methods in spcurve
2008-07-07 johanengelenimprove documentation of SPCurve::last_segment
2008-07-05 pjrmdisplay/nr-filter-pixops.h: Supply missing #includes...
2008-07-05 pjrmdisplay/inkscape-cairo.h: Supply missing #includes...
2008-07-05 joncruzEOL fixups
2008-07-04 johanengelenuse if(dynamic_cast<>) instead of if(typeid==) to check...
2008-07-04 joncruzWarning cleanup
2008-07-04 johanengelenchange some SP_CURVE_BPATH to get_bpath
2008-07-03 johanengelenremove left-overs from making SPCurve a proper class...
2008-07-03 johanengelenstart removing old path code in spcurve. start with...
2008-07-03 johanengelenimprove spcurve::second_point and document its behavior
2008-07-03 johanengelennoop, add comment
2008-07-03 verbalshadowPatch so Inkscape will compile on Solaris 10 from LP...
2008-07-01 jaspervdgCxxTest unit tests can now be built on Windows, also...
2008-06-30 johanengelensimplify SPCurve::penultimate_point and return 2geom...
2008-06-30 johanengelenadd SPCurve::get_segment_count
2008-06-29 buliabyakeven with zero opacity, paths must be selectable in...
2008-06-29 johanengelenreturn results from 2geom path instead of old path
2008-06-29 johanengelenremove unused function first_bpath
2008-06-29 johanengelenadd SPCurve::first_segment and last_segment
2008-06-29 johanengelenrecognize HLineSegment and VLineSegment while looping...
2008-06-29 johanengelenrecognize HLineSegment and VLineSegment in feeding...
2008-06-26 johanengelennoop: be more consistent with function names (get_pathv...
2008-06-26 johanengelenuse 2geom path for bbox calculation. (gets rid of yet...
2008-06-26 johanengelenuse all 2geom typed pathv_matrix_point_bbox_wind_distance
2008-06-26 johanengelenuse all 2geom typed pathv_matrix_point_bbox_wind_distance
2008-06-26 johanengelenuse pathv_matrix_point_bbox_wind_distance instead of...
2008-06-26 joncruzFixed compilation when the new SVG font stuff is not...
2008-06-24 buliabyakwhitespace
2008-06-24 johanengelenimprove speed of getting curves to cairo, the same...
2008-06-24 ishmaladd #include <string.h> for memset(), so that it is...
2008-06-24 buliabyakdelivarotify, render with cairo; regression: cairo...
2008-06-24 buliabyakdelivarotify, render with cairo, use nr_path functions...
2008-06-24 buliabyakdelivarotify, render with cairo
2008-06-24 buliabyakadd helpers for creating cairo_t for a canvas buf
2008-06-24 buliabyakupdate for 32 instead of 24 bpp canvas buf
2008-06-24 buliabyakdelivarotify
2008-06-24 buliabyakno more creating and looping over extra buffers for...
2008-06-24 buliabyakswitch to 32bpp canvasbuf, create cairo context for...
2008-06-24 buliabyakupdate for 32bpp canvas buf; delivarotify
2008-06-23 johanengelenuse exact bbox again in updating shapes
2008-06-23 johanengelensorry to have broken build
2008-06-23 johanengelenconvert optimizing check into 2geom terms. hopefully...
2008-06-23 JucaBluesimplement kerning by glyph-name, g1 and g2 attributes
2008-06-22 johanengelenuse LoadPathVector instead of LoadArtBPath everywhere
2008-06-22 mjwybrow * src/2geom/isnan.h, src/libcola/cola.cpp, src/style...
2008-06-16 johanengelenadd comment (original update code used exact bbox)
2008-06-16 johanengelenhave bbox calculation code use new helper/geom.cpp...
2008-06-16 cilix42First step towards making helper paths for LPE items...
2008-06-16 johanengelendon't use exact bbox in nr_arena_shape_update (speed-up)
2008-06-16 johanengelenFix nr_arena_shape_add_bboxes to what it was in the...
2008-06-16 joncruzFixed NPE
2008-06-16 JucaBluesUnicodeRange class implementation.
2008-06-14 johanengelenfix typo in feed_path_to_cairo, potential bug
2008-06-14 johanengelenuse 2geom types to calculate bounding box when updating...
2008-06-10 JucaBluesfix compile
2008-06-08 johanengelenadd method to retrieve first and last path of SPCurve...
2008-06-08 johanengelenuse feed_pathvector_to_cairo in display/nr-svgfonts.cpp
2008-06-08 johanengelenuse feed_pathvector_to_cairo in display/nr-arena-shape.cpp
2008-06-08 johanengelenadd rendering to cairo from Geom::Path and Geom::PathVe...
2008-06-07 joncruzWarning cleanup
2008-06-06 johanengelenadd comments to SPCurve about 2geomify status of functions
2008-06-06 johanengelendisable SPCurve path checking per default as it decreas...
2008-06-06 johanengelen- enable path checking for SPCurve
2008-06-06 johanengelenmerge gsoc2008_johan_path2geom into trunk
2008-06-05 pjrmFix expression whose behaviour is undefined in C++...
2008-06-02 kiiralaChanged correct pixblock output mode for feSpecularlighting
2008-06-02 kiiralaFixed SVG compliance problems with feMorphology (bug...
2008-06-02 kiiralaFixed uninitialized data in rendering filter effects...
2008-06-01 JucaBlues* commenting my code so that we increase SVGFonts ...
2008-05-31 JucaBlues* started implementing rendering of SVGFonts horizontal...
2008-05-30 JucaBlues* implemented text_to_glyphs, so that now we can have...
2008-05-29 JucaBluesfix some crashes. Now I check for the existence of...
2008-05-27 JucaBlues* converted nr-svgfont.cpp to C++ code so that we can...
2008-05-25 verbalshadowCmake: More Dependency work, added new files
2008-05-25 JucaBlues* add rule in configure.ac so that only who has cairo...
2008-05-17 joncruzFixed initialization order
2008-05-12 dvlierop2Add a centralized check (i.e. in the snapper mechanism...
2008-05-10 joncruzMore type registration cleanup
2008-05-09 johanengelencomplete adding const to have only NArtBpath const...
next