Code

inkscape.git
2008-06-30 buliabyakfix the snapindicator stealing release event by grabbin...
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 johanengelenpen tool: use SPCurve::last_segment in favor of last_bpath
2008-06-29 johanengelenadd SPCurve::first_segment and last_segment
2008-06-29 johanengelenreplace some spcurve->last_bpath calls with spcurve...
2008-06-29 johanengelenrecognize HLineSegment and VLineSegment while looping...
2008-06-29 johanengelenrecognize HLineSegment and VLineSegment in feeding...
2008-06-29 johanengelenadd commented HLineSegment and VLineSegment to svg...
2008-06-28 JucaBlueswarning cleanup
2008-06-28 buliabyakremove unused function
2008-06-27 sasilverUse Python script instead of shell script for .fig...
2008-06-27 mentalsodipodi:docname is obsolete
2008-06-27 joncruzAdded conditional fallback for call in GLib 2.14+
2008-06-26 johanengelenuse spcurve methods instead of macro (which references...
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 johanengelendon't use splivarot to get livarot path, use livarot...
2008-06-26 johanengelenuse CairoRenderContext::renderPathVector
2008-06-26 johanengelenadd CairoRenderContext::renderPathVector
2008-06-26 johanengelendon't use splivarot to get livarot path, just use LoadP...
2008-06-26 johanengelenuse all 2geom typed pathv_matrix_point_bbox_wind_distance
2008-06-26 johanengelenadd const to pointers that are not written to
2008-06-26 johanengelenuse all 2geom typed pathv_matrix_point_bbox_wind_distance
2008-06-26 johanengelenadd const to references that are not written to
2008-06-26 johanengelenuse pathv_matrix_point_bbox_wind_distance instead of...
2008-06-26 johanengelenrewrite nr_path_matrix_point_bbox_wind_distance in...
2008-06-26 sasilverFix for opening .eps/.ps/.cdr/etc files with % in their...
2008-06-26 joncruzDo not have menu entry for SVG Fonts if they are not...
2008-06-26 buliabyakmoving the fonts dialog to a more logical place (though...
2008-06-26 joncruzFixed compilation when the new SVG font stuff is not...
2008-06-26 JucaBlues* remove g_warnings
2008-06-25 johanengelenfix bbox calculation for groups that contain groups...
2008-06-25 johanengelenhelp detection of path read bug
2008-06-25 JucaBluesadding list of available SVGFonts to the SVGFonts dialog
2008-06-25 JucaBlueswarning cleanup
2008-06-25 JucaBluesmissing files from previous commit
2008-06-25 JucaBluesadding a dialog for SVG Fonts
2008-06-25 joncruzWarning cleanup
2008-06-25 JucaBluesadding ifdef HAVE_CONFIG_H
2008-06-24 buliabyakwhitespace
2008-06-24 ishmaladded unicode block (codepoint ranges) lookups
2008-06-24 johanengelenimprove speed of getting curves to cairo, the same...
2008-06-24 buliabyakkill the green fish
2008-06-24 ishmaladd #include <string.h> for memset(), so that it is...
2008-06-24 sasilverResolve ID clashes when pasting (fixes bug 165936).
2008-06-24 verbalshadowCmake: Add GSL to LIBS and Includes
2008-06-24 verbalshadowCmake: remove header files from source lists
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-24 buliabyakuse light blue for text selection, at least until we...
2008-06-23 johanengelenspeed up bounds_exact for 2geom even more.
2008-06-23 johanengelenuse exact bbox again in updating shapes
2008-06-23 johanengelenadd comment
2008-06-23 johanengelenmake faster 2geom bbox calc.
2008-06-23 johanengelensorry to have broken build
2008-06-23 johanengelenconvert optimizing check into 2geom terms. hopefully...
2008-06-23 ishmaladd #include <string.h> for portability
2008-06-23 ishmalneed #include <typeinfo>
2008-06-23 ishmaltweak stdout/stderr piping
2008-06-23 JucaBluesimplement kerning by glyph-name, g1 and g2 attributes
2008-06-22 JucaBlueswarning cleanup
2008-06-22 JucaBlueswarning cleanup
2008-06-22 JucaBluesreintroducing code that initially committed in revision...
2008-06-22 johanengelenread PathVector instead of NArtBpath
2008-06-22 johanengelenread PathVector instead of NArtBpath
2008-06-22 johanengelensplit paths using 2geom PathVector
2008-06-22 johanengelenLPE Spiro: don't catch all exceptions, only the Continu...
2008-06-22 johanengelenremove obsolete LoadArtBPath from livarot
2008-06-22 johanengelenuse LoadPathVector instead of LoadArtBPath everywhere
2008-06-22 johanengelencreate method for Livarot paths to load PathVectors...
2008-06-22 johanengelenuse pathvector directly from SPCurve in LPE path parameter.
2008-06-22 johanengelenbetter method to convert nartbpath to PathVector
2008-06-22 mjwybrow * src/2geom/isnan.h, src/libcola/cola.cpp, src/style...
2008-06-22 buliabyakpatch 241565
2008-06-20 johanengelenadd todo comment to make code prettier
2008-06-20 johanengelensp_shape now uses 2geom PathVector for all marker positions
2008-06-20 johanengelensp_shape_render for cairo-renderer extension now uses...
2008-06-20 johanengelenremove not used variable
2008-06-20 johanengelen2geomify sp_shape_update_marker_view.
2008-06-20 buliabyakpatch from 226459, approved by joel
2008-06-20 jaspervdgPartial fix (for preventing numerical issues) and restr...
2008-06-20 jaspervdgFix for sp-style-elem-test to make it work again with...
2008-06-20 JucaBluescommenting out a g_warning
2008-06-20 JucaBluesreverting (possibly mistaken) edits on configure.ac...
2008-06-19 buliabyakcomment fix
2008-06-19 joncruzChanged tools toolbar to use stock GtkToolbar via simpl...
2008-06-18 johanengelenupdate 2geom (r1350)
2008-06-18 johanengelenupdate 2geom
2008-06-18 ishmalfor validation
2008-06-18 cilix42Display helper grid for LPELattice; automatically add...
2008-06-18 cilix42Update LPE helper paths "live" on changes
next