summaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-11Code cleanupJabier Arraiza Cenoz1-3/+5
2014-11-11Add totally unfinished XML/SPObject test suiteLiam P. White3-0/+211
2014-11-10added join modeJabier Arraiza Cenoz1-32/+15
2014-11-10adding blending supportJabier Arraiza Cenoz3-16/+93
2014-11-10Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz19-662/+921
2014-11-10Fix 32-bit build break.Jon A. Cruz1-1/+1
2014-11-10Fix use-after-free crashLiam P. White1-0/+2
2014-11-09fix a bug pointed by su_v in fillet chamfer dialog, about unitsJabier Arraiza Cenoz6-20/+38
2014-11-09Add special rotation solution to optimized transforms, found by JohanLiam P. White2-12/+13
2014-11-09Fix bug in previous commit. Add test against itLiam P. White2-3/+4
2014-11-09Add specialized transformsLiam P. White2-59/+100
2014-11-08export dialog, small code cleanup, should be a noop. (check if pointer is nul...Johan B. C. Engelen1-1/+1
2014-11-08powerstroke: enable unset fill fallback when style is nullptr. fixes nullptr ...Johan B. C. Engelen1-1/+1
2014-11-08fix potential nullptr deref.Johan B. C. Engelen1-1/+1
2014-11-08sp-filter: fix memory leak when trying to set a duplicate name for an image.Johan B. C. Engelen1-0/+4
2014-11-08fix missing assignment to variable.Johan B. C. Engelen1-0/+4
2014-11-08Update style cxxtests.Tavmjong Bah1-14/+14
2014-11-08Black list some properties that shouldn't appear in default styles.Tavmjong Bah4-2/+44
2014-11-07fixed typo in src/ui/dialog/Makefile_insert -- dialpg to dialogRyan Lerch1-1/+1
2014-11-07Doc comment cleanup.Jon A. Cruz2-110/+141
2014-11-05Fixing typos found by Firas Hanife.Nicolas Dufour1-1/+1
2014-11-05Refactor to remove references to Desktop/Ui in Effect, bspline and fillet-cha...Jabier Arraiza Cenoz9-219/+106
2014-11-05i18n. Fix for bug #1389509 (typos in trunk-r13669).Masato Hashimoto2-2/+2
2014-11-03Remove unused variable and put well a constantJabier Arraiza Cenoz1-4/+1
2014-11-03Update wrong variable name and apply the same way to select nodes to fillet/c...Jabier Arraiza Cenoz4-25/+25
2014-11-03A bit remove of unnecesary codeJabier Arraiza Cenoz1-9/+3
2014-11-03Added a extra layer of roughen pointed by Ivan LouetteJabier Arraiza Cenoz2-2/+24
2014-11-03Update fillet/chamfer to allow subdivisions in chamfer mode. Jabier Arraiza Cenoz6-47/+69
2014-11-03update svg-length-test.h from 90 to 96 dpiAlvin Penner2-10/+10
2014-11-03Fix a bug pointed by Ivan Louette about strage fixed angle displazementsJabier Arraiza Cenoz1-1/+3
2014-11-02default export dpi = 96Alvin Penner1-4/+4
2014-11-02change default pdf import resolution to 96 dpiAlvin Penner4-7/+7
2014-11-02Correct check-for-layer that should have been check-for-group. Fixes bug #138...Jon A. Cruz1-1/+1
2014-11-02Warning cleanup.Jon A. Cruz6-29/+26
2014-11-02Change calls to desktop with SP_ACTIVE_DESKTOPJabier Arraiza Cenoz6-15/+14
2014-11-01Fix a bug in perspective/envelope LPE, rendering points -handles- outside bou...Jabier Arraiza Cenoz1-2/+2
2014-11-01Warning cleanup.Jon A. Cruz7-11/+11
2014-11-01Fix a bug whith units pointed by suv in fillet-chamfer, affecting also to rou...Jabier Arraiza Cenoz1-4/+7
2014-11-01Fixed 32-bit build break.Jon A. Cruz1-1/+1
2014-10-30Fix a bug whith units pointed by suvJabier Arraiza Cenoz2-12/+9
2014-10-30Re-enable warning commented out from pony2ink branchLiam P. White1-3/+2
2014-10-30Fix version numbersBryce Harrington4-16/+16
2014-10-30Open development for the 0.92 seriesBryce Harrington4-16/+16
2014-10-29i18n. Fixing untranslated strings.Nicolas Dufour1-1/+1
2014-10-25Cleaned casts from sp-shape by fixing member type.Jon A. Cruz3-67/+67
2014-10-24Correct casting from wrong variable.Jon A. Cruz1-1/+1
2014-10-24Address possible-yet-unlikely null parent scenario.Jon A. Cruz1-3/+3
2014-10-24Initial removal of box3d outdated GTKish macros.Jon A. Cruz15-702/+993
2014-10-23Update perspective-envelope to be affected by the clip or mask on LPE patchJabier Arraiza Cenoz1-0/+3
2014-10-22use double precision Quantity::convert for units conversion in viewBox, inste...Alvin Penner1-4/+10