| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | update to trunk | Jabier Arraiza Cenoz | 2014-11-11 | 3 | -0/+211 |
| |\ | | | | | (bzr r13682.1.5) | ||||
| | * | Add totally unfinished XML/SPObject test suite | Liam P. White | 2014-11-11 | 3 | -0/+211 |
| | | | | | | | (bzr r13702) | ||||
| * | | Code cleanup | Jabier Arraiza Cenoz | 2014-11-11 | 1 | -3/+5 |
| | | | | | | | (bzr r13682.1.4) | ||||
| * | | added join mode | Jabier Arraiza Cenoz | 2014-11-10 | 1 | -32/+15 |
| | | | | | | | (bzr r13682.1.3) | ||||
| * | | update to trunk | Jabier Arraiza Cenoz | 2014-11-10 | 33 | -750/+1080 |
| |\| | | | | | (bzr r13682.1.2) | ||||
| | * | Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files. | Jon A. Cruz | 2014-11-10 | 19 | -662/+921 |
| | | | | | | | (bzr r13700) | ||||
| | * | Fix 32-bit build break. | Jon A. Cruz | 2014-11-10 | 1 | -1/+1 |
| | | | | | | | (bzr r13699) | ||||
| | * | Fix use-after-free crash | Liam P. White | 2014-11-10 | 1 | -0/+2 |
| | | | | | | | (bzr r13698) | ||||
| | * | fix a bug pointed by su_v in fillet chamfer dialog, about units | Jabier Arraiza Cenoz | 2014-11-09 | 6 | -20/+38 |
| | | | | | | | (bzr r13697) | ||||
| | * | Add special rotation solution to optimized transforms, found by Johan | Liam P. White | 2014-11-09 | 2 | -12/+13 |
| | | | | | | | (bzr r13691) | ||||
| | * | Fix bug in previous commit. Add test against it | Liam P. White | 2014-11-09 | 2 | -3/+4 |
| | | | | | | | (bzr r13690) | ||||
| | * | Add specialized transforms | Liam P. White | 2014-11-09 | 2 | -59/+100 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1207502 (bzr r13688) | ||||
| | * | export dialog, small code cleanup, should be a noop. (check if pointer is ↵ | Johan B. C. Engelen | 2014-11-08 | 1 | -1/+1 |
| | | | | | | | | | | | nullptr, instead of checking the pre-condition for newing into the pointer) (bzr r13687) | ||||
| | * | powerstroke: enable unset fill fallback when style is nullptr. fixes nullptr ↵ | Johan B. C. Engelen | 2014-11-08 | 1 | -1/+1 |
| | | | | | | | | | | | deref. (bzr r13686) | ||||
| | * | fix potential nullptr deref. | Johan B. C. Engelen | 2014-11-08 | 1 | -1/+1 |
| | | | | | | | (bzr r13685) | ||||
| | * | sp-filter: fix memory leak when trying to set a duplicate name for an image. | Johan B. C. Engelen | 2014-11-08 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This function could use more cleanup, but because I can't test now, I will write it down here: int sp_filter_set_image_name(SPFilter *filter, gchar const *name) { gchar *name_copy = strdup(name); pair<gchar*,int> new_pair(name_copy, filter->_image_number_next++); // post-increment number_next pair<map<gchar*,int,ltstr>::iterator,bool> ret = filter->_image_name->insert(new_pair); if (ret.second == false) { // The element is not inserted (because an element with the same key was already in the map) // Therefore, free the memory allocated for the new entry: free(name_copy); } return (*ret.first).second; } (bzr r13684) | ||||
| | * | fix missing assignment to variable. | Johan B. C. Engelen | 2014-11-08 | 1 | -0/+4 |
| | | | | | | | (bzr r13683) | ||||
| * | | adding blending support | Jabier Arraiza Cenoz | 2014-11-10 | 3 | -16/+93 |
| |/ | | | (bzr r13682.1.1) | ||||
| * | Update style cxxtests. | Tavmjong Bah | 2014-11-08 | 1 | -14/+14 |
| | | | | (bzr r13681) | ||||
| * | Black list some properties that shouldn't appear in default styles. | Tavmjong Bah | 2014-11-08 | 4 | -2/+44 |
| | | | | (bzr r13679) | ||||
| * | fixed typo in src/ui/dialog/Makefile_insert -- dialpg to dialog | Ryan Lerch | 2014-11-07 | 1 | -1/+1 |
| | | | | (bzr r13675) | ||||
| * | Doc comment cleanup. | Jon A. Cruz | 2014-11-07 | 2 | -110/+141 |
| | | | | (bzr r13674) | ||||
| * | Fixing typos found by Firas Hanife. | Nicolas Dufour | 2014-11-05 | 1 | -1/+1 |
| | | | | (bzr r13673) | ||||
| * | Refactor to remove references to Desktop/Ui in Effect, bspline and ↵ | Jabier Arraiza Cenoz | 2014-11-05 | 9 | -219/+106 |
| | | | | | | | | | fillet-chamfer. Also fixed the selected node problem in units not px. Also fixed two var to not allow NULL pointed by Johan Engelen. (bzr r13672) | ||||
| * | i18n. Fix for bug #1389509 (typos in trunk-r13669). | Masato Hashimoto | 2014-11-05 | 2 | -2/+2 |
| | | | | (bzr r13670) | ||||
| * | Remove unused variable and put well a constant | Jabier Arraiza Cenoz | 2014-11-03 | 1 | -4/+1 |
| | | | | (bzr r13669) | ||||
| * | Update wrong variable name and apply the same way to select nodes to ↵ | Jabier Arraiza Cenoz | 2014-11-03 | 4 | -25/+25 |
| | | | | | | fillet/chamfer and BSpline, still the boring bug -ignore apply only to selected nodes- when document not in 'px' (bzr r13668) | ||||
| * | A bit remove of unnecesary code | Jabier Arraiza Cenoz | 2014-11-03 | 1 | -9/+3 |
| | | | | (bzr r13667) | ||||
| * | Added a extra layer of roughen pointed by Ivan Louette | Jabier Arraiza Cenoz | 2014-11-03 | 2 | -2/+24 |
| | | | | (bzr r13666) | ||||
| * | Update fillet/chamfer to allow subdivisions in chamfer mode. | Jabier Arraiza Cenoz | 2014-11-03 | 6 | -47/+69 |
| | | | | | | | Still happends bug affecting only selected nodes in document:units diferent than "px". I think the problem is node->position() send me a bad data if document units not px. (bzr r13665) | ||||
| * | update svg-length-test.h from 90 to 96 dpi | Alvin Penner | 2014-11-03 | 2 | -10/+10 |
| | | | | (bzr r13664) | ||||
| * | Fix a bug pointed by Ivan Louette about strage fixed angle displazements | Jabier Arraiza Cenoz | 2014-11-03 | 1 | -1/+3 |
| | | | | (bzr r13663) | ||||
| * | default export dpi = 96 | Alvin Penner | 2014-11-02 | 1 | -4/+4 |
| | | | | (bzr r13661) | ||||
| * | change default pdf import resolution to 96 dpi | Alvin Penner | 2014-11-02 | 4 | -7/+7 |
| | | | | (bzr r13660) | ||||
| * | Correct check-for-layer that should have been check-for-group. Fixes bug ↵ | Jon A. Cruz | 2014-11-02 | 1 | -1/+1 |
| | | | | | | | | | #1388297. Fixed bugs: - https://launchpad.net/bugs/1388297 (bzr r13658) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2014-11-02 | 6 | -29/+26 |
| | | | | (bzr r13657) | ||||
| * | Change calls to desktop with SP_ACTIVE_DESKTOP | Jabier Arraiza Cenoz | 2014-11-02 | 6 | -15/+14 |
| | | | | (bzr r13656) | ||||
| * | Fix a bug in perspective/envelope LPE, rendering points -handles- outside ↵ | Jabier Arraiza Cenoz | 2014-11-01 | 1 | -2/+2 |
| | | | | | | | | bounding box It affect to Envelope mode, sometimes give undesirable results, now fixed. (bzr r13655) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2014-11-01 | 7 | -11/+11 |
| | | | | (bzr r13653) | ||||
| * | Fix a bug whith units pointed by suv in fillet-chamfer, affecting also to ↵ | Jabier Arraiza Cenoz | 2014-11-01 | 1 | -4/+7 |
| | | | | | | roughen, thanks to Ivan Louette for advert me (bzr r13651) | ||||
| * | Fixed 32-bit build break. | Jon A. Cruz | 2014-11-01 | 1 | -1/+1 |
| | | | | (bzr r13650) | ||||
| * | Fix a bug whith units pointed by suv | Jabier Arraiza Cenoz | 2014-10-30 | 2 | -12/+9 |
| | | | | (bzr r13647) | ||||
| * | Re-enable warning commented out from pony2ink branch | Liam P. White | 2014-10-30 | 1 | -3/+2 |
| | | | | (bzr r13644) | ||||
| * | Fix version numbers | Bryce Harrington | 2014-10-30 | 4 | -16/+16 |
| | | | | (bzr r13643) | ||||
| * | Open development for the 0.92 series | Bryce Harrington | 2014-10-30 | 4 | -16/+16 |
| | | | | (bzr r13642) | ||||
| * | Merge with trunk r13640 | Liam P. White | 2014-10-29 | 1 | -1/+1 |
| |\ | | | | | (bzr r13341.1.288) | ||||
| | * | i18n. Fixing untranslated strings. | Nicolas Dufour | 2014-10-29 | 1 | -1/+1 |
| | | | | | | | (bzr r13640) | ||||
| * | | Update to trunk r13638 | Liam P. White | 2014-10-25 | 20 | -802/+1092 |
| |\| | | | | | (bzr r13341.1.286) | ||||
| | * | Cleaned casts from sp-shape by fixing member type. | Jon A. Cruz | 2014-10-25 | 3 | -67/+67 |
| | | | | | | | (bzr r13638) | ||||
| | * | Correct casting from wrong variable. | Jon A. Cruz | 2014-10-24 | 1 | -1/+1 |
| | | | | | | | (bzr r13637) | ||||
