summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* CxxTest unit tests can now be built on Windows, also adds CxxTest versions of...Jasper van de Gronde2008-07-014-2/+566
* Adding use of GtkScaleButton when availableJon A. Cruz2008-07-012-9/+44
* make use of slidersbulia byak2008-06-301-10/+16
* fix range problemBob Jamison2008-06-302-13/+27
* simplify SPCurve::penultimate_point and return 2geom typeJohan B. C. Engelen2008-06-301-10/+6
* pencil tool: don't use sp_curve_length macro but good function ;)Johan B. C. Engelen2008-06-301-1/+1
* add SPCurve::get_segment_countJohan B. C. Engelen2008-06-302-0/+17
* Prevent 'title', 'desc' and 'metadata' elements being moved to 'defs' when un...Stephen Silver2008-06-303-2/+22
* Approximately closed test for path parsing now looks at the absolute coordina...Jasper van de Gronde2008-06-301-6/+3
* Initial cut of sliders in toolbarsJon A. Cruz2008-06-303-41/+124
* Fixed i18n for overflow menu items.Jon A. Cruz2008-06-301-1/+1
* fix the snapindicator stealing release event by grabbing the acetate on click...bulia byak2008-06-301-14/+15
* even with zero opacity, paths must be selectable in outline modebulia byak2008-06-291-3/+5
* return results from 2geom path instead of old pathJohan B. C. Engelen2008-06-291-5/+5
* remove unused function first_bpathJohan B. C. Engelen2008-06-292-18/+2
* pen tool: use SPCurve::last_segment in favor of last_bpathJohan B. C. Engelen2008-06-291-9/+12
* add SPCurve::first_segment and last_segmentJohan B. C. Engelen2008-06-292-2/+38
* replace some spcurve->last_bpath calls with spcurve->is_emptyJohan B. C. Engelen2008-06-292-4/+3
* recognize HLineSegment and VLineSegment while looping through curvesJohan B. C. Engelen2008-06-294-24/+33
* recognize HLineSegment and VLineSegment in feeding paths to cairoJohan B. C. Engelen2008-06-291-4/+6
* add commented HLineSegment and VLineSegment to svg writerJohan B. C. Engelen2008-06-291-0/+5
* warning cleanupFelipe Corr??a da Silva Sanches2008-06-281-2/+2
* remove unused functionbulia byak2008-06-281-44/+0
* sodipodi:docname is obsoleteMenTaLguY2008-06-271-2/+1
* Added conditional fallback for call in GLib 2.14+Jon A. Cruz2008-06-271-0/+4
* use spcurve methods instead of macro (which references to old nartbpath) to d...Johan B. C. Engelen2008-06-261-2/+1
* noop: be more consistent with function names (get_pathvector => set_pathvector)Johan B. C. Engelen2008-06-264-5/+5
* use 2geom path for bbox calculation. (gets rid of yet another reference to ol...Johan B. C. Engelen2008-06-261-9/+6
* don't use splivarot to get livarot path, use livarot's LoadPathVector method ...Johan B. C. Engelen2008-06-264-82/+18
* use CairoRenderContext::renderPathVectorJohan B. C. Engelen2008-06-261-4/+2
* add CairoRenderContext::renderPathVectorJohan B. C. Engelen2008-06-262-0/+15
* don't use splivarot to get livarot path, just use LoadPathVector methodJohan B. C. Engelen2008-06-261-2/+2
* use all 2geom typed pathv_matrix_point_bbox_wind_distanceJohan B. C. Engelen2008-06-261-4/+4
* add const to pointers that are not written toJohan B. C. Engelen2008-06-262-7/+5
* use all 2geom typed pathv_matrix_point_bbox_wind_distanceJohan B. C. Engelen2008-06-261-3/+3
* add const to references that are not written toJohan B. C. Engelen2008-06-262-9/+8
* use pathv_matrix_point_bbox_wind_distance instead of nr_path_matrix_point_bbo...Johan B. C. Engelen2008-06-262-8/+4
* rewrite nr_path_matrix_point_bbox_wind_distance in 2geom terms: pathv_matrix_...Johan B. C. Engelen2008-06-262-0/+313
* Do not have menu entry for SVG Fonts if they are not enabledJon A. Cruz2008-06-261-0/+2
* moving the fonts dialog to a more logical place (though it still does not wor...bulia byak2008-06-261-2/+1
* Fixed compilation when the new SVG font stuff is not enabled.Jon A. Cruz2008-06-266-15/+13
* * remove g_warningsFelipe Corr??a da Silva Sanches2008-06-262-15/+35
* fix bbox calculation for groups that contain groups with nothing in them (zer...Johan B. C. Engelen2008-06-251-1/+1
* help detection of path read bugJohan B. C. Engelen2008-06-251-6/+11
* adding list of available SVGFonts to the SVGFonts dialogFelipe Corr??a da Silva Sanches2008-06-253-2/+63
* warning cleanupFelipe Corr??a da Silva Sanches2008-06-252-3/+3
* missing files from previous commitFelipe Corr??a da Silva Sanches2008-06-252-0/+77
* adding a dialog for SVG FontsFelipe Corr??a da Silva Sanches2008-06-255-0/+17
* Warning cleanupJon A. Cruz2008-06-251-1/+1
* adding ifdef HAVE_CONFIG_HFelipe Corr??a da Silva Sanches2008-06-2510-10/+40