Code

inkscape.git
2008-07-04 joncruzCorrect path separators and missed variable assignment...
2008-07-04 joncruzFixed EOLs
2008-07-04 pjrmPoly::shifted: simplify to discard mention of handling...
2008-07-04 joncruzFixed initialization order.
2008-07-04 joncruzMark suspicious ignoring of parameters
2008-07-04 joncruzMark a missing case statement
2008-07-04 joncruzMask out dead code causing warning
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 pencil-context logic
2008-07-03 johanengelenimprove spcurve::second_point and document its behavior
2008-07-03 johanengelennoop, add comment
2008-07-03 johanengelenupdate 2geom (svn rev1433). how far away is automatic...
2008-07-03 johanengelenupdate 2geom (svn rev1433)
2008-07-03 verbalshadowPatch so Inkscape will compile on Solaris 10 from LP...
2008-07-03 jaspervdgTests for svg-affine and svg-length (the latter is...
2008-07-03 prokoudineadded new LPE and remove obsolete entries
2008-07-03 cilix42add comments
2008-07-03 cilix42Add new shape 'crescendo' in dropdown box of pen tool
2008-07-03 cilix42When drawing with activated shape in pencil/pen tool...
2008-07-03 cilix42First shot at a dropdown selector for various shapes...
2008-07-03 cilix42New LPE: Offset
2008-07-03 cilix42Partial 2geom update (anticipating changes that will...
2008-07-03 sasilverCheck that objects are of the right type before casting...
2008-07-02 johanengelen2geomify deletion of node in pen-context.cpp
2008-07-02 cilix42lpe-skeleton: add boilerplate code to create knotholder...
2008-07-02 cilix42lpe-skeleton: add variable to control display of origin...
2008-07-02 cilix42Handle for PerspectivePath LPE to adjust offset (not...
2008-07-02 cilix42Remove now obsolete 'edit on canvas' button for PointParams
2008-07-02 cilix42Enable status bar tips for LPE handles that are automat...
2008-07-02 cilix42Don't dereference NULL knotholder; fixes instant crash...
2008-07-02 joncruzUse hscale instead of scalebutton by default
2008-07-02 mentaladd shadow to layers list
2008-07-02 mentaladd tab to layers dialog
2008-07-01 mentalmissed a spot
2008-07-01 mentaldead code removal
2008-07-01 mentalfix inkboard node position bugs
2008-07-01 mentalremove "public private" virtual methods from XML::Node
2008-07-01 mentalremove additional unnecessary indirection in tree opera...
2008-07-01 mentalaccess some SimpleNode fields directly
2008-07-01 mentalremove last traces of "floating nodes"
2008-07-01 jaspervdgCxxTest unit tests can now be built on Windows, also...
2008-07-01 joncruzAdding use of GtkScaleButton when available
2008-06-30 buliabyakmake use of sliders
2008-06-30 ishmalfix range problem
2008-06-30 johanengelensimplify SPCurve::penultimate_point and return 2geom...
2008-06-30 johanengelenpencil tool: don't use sp_curve_length macro but good...
2008-06-30 johanengelenadd SPCurve::get_segment_count
2008-06-30 cilix42Temporary "fix" for the recent pattern crash caused...
2008-06-30 sasilverPrevent 'title', 'desc' and 'metadata' elements being...
2008-06-30 jaspervdgApproximately closed test for path parsing now looks...
2008-06-30 joncruzInitial cut of sliders in toolbars
2008-06-30 joncruzFixed i18n for overflow menu items.
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).
next