| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | update to trunk | Jabier Arraiza Cenoz | 2014-11-11 | 5 | -0/+213 |
| |\ | | | | | (bzr r13682.1.5) | ||||
| | * | Add totally unfinished XML/SPObject test suite | Liam P. White | 2014-11-11 | 5 | -0/+213 |
| | | | | | | | (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 | 38 | -808/+1249 |
| |\| | | | | | (bzr r13682.1.2) | ||||
| | * | Add a extra info page pointed by suv in bug page | Jabier Arraiza Cenoz | 2014-11-10 | 2 | -19/+61 |
| | | | | | | | (bzr r13701) | ||||
| | * | 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) | ||||
| | * | improve regex from DPI Switcher | Jabier Arraiza Cenoz | 2014-11-09 | 1 | -15/+15 |
| | | | | | | | (bzr r13696) | ||||
| | * | Allow shorteners transforms in DPI switcher.A bit of refactor. | Jabier Arraiza Cenoz | 2014-11-09 | 1 | -27/+46 |
| | | | | | | | (bzr r13695) | ||||
| | * | fixed a bug pointed by su_v about transformations | Jabier Arraiza Cenoz | 2014-11-09 | 1 | -0/+20 |
| | | | | | | | (bzr r13694) | ||||
| | * | From bug #1389723 | Jabier Arraiza Cenoz | 2014-11-09 | 1 | -29/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Roadmap for 0.92: (this bug) ================= TODO Non-pixel units are allowed but everything in a document should use the same units including guides and grids. TODO (Guides and grids need code to do this.) DONE An extension that saves a document in pixels should be added to allow backwards compatability with 0.91. It should be possible to avoid overwriting Inkscape version until any necessary conversion is done. If a conversion appears to be needed, a pop-up can ask the author if it should be done. Roadmap for 0.91: (bug #1387864) ================= TODO: Everything should use only pixels as is (mostly) done in 0.48 (including templates). TODO: The ability to switch document units should be disabled (it's broken in several ways). TODO: Font size should be stored in pixels. DONE: Some templates in 0.48 templates do use 'mm' so there does need to be a script to convert files based on those templates to 96dpi. (bzr r13693) | ||||
| | * | add option to read dxf input scale from file (Bug 1388851) | Alvin Penner | 2014-11-09 | 2 | -7/+21 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1388851 (bzr r13692) | ||||
| | * | 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) | ||||
| | * | windows: fix running of cxxtests. | Johan B. C. Engelen | 2014-11-09 | 1 | -1/+2 |
| | | | | | | | | | | | problem was that DLLs could not be found. We have to copy the cxxtests.exe file to the distribution folder (with all DLLs in in), and run it there. (bzr r13689) | ||||
| | * | 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) | ||||
| * | Fix a bug pointed by su_v in IRC aboutr shapes | Jabier Arraiza Cenoz | 2014-11-08 | 2 | -21/+42 |
| | | | | (bzr r13682) | ||||
| * | Update style cxxtests. | Tavmjong Bah | 2014-11-08 | 1 | -14/+14 |
| | | | | (bzr r13681) | ||||
| * | This fix a bug https://bugs.launchpad.net/inkscape/+bug/1389723 on comment ↵ | Jabier Arraiza Cenoz | 2014-11-08 | 1 | -6/+6 |
| | | | | | | #15 by Alvin Penner. (bzr r13680) | ||||
| * | Black list some properties that shouldn't appear in default styles. | Tavmjong Bah | 2014-11-08 | 4 | -2/+44 |
| | | | | (bzr r13679) | ||||
| * | a little retouch to extension dpiswitcher | Jabier Arraiza Cenoz | 2014-11-08 | 1 | -2/+1 |
| | | | | (bzr r13678) | ||||
| * | This extension is a DPI switcher from 90 to 96 and from 96 to 90. | Jabier Arraiza Cenoz | 2014-11-08 | 2 | -0/+149 |
| | | | | (bzr r13677) | ||||
| * | packaging/macosx: update version string used in DMG background image | su_v | 2014-11-08 | 2 | -10/+10 |
| | | | | (bzr r13676) | ||||
| * | 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 | 3 | -2514/+3389 |
| | | | | (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) | ||||
| * | Symbols. Fix for bug #1388910 (There is an unnecessary character in ↵ | Masato Hashimoto | 2014-11-05 | 1 | -2/+2 |
| | | | | | | MapSymbolsNPS.svg) (bzr r13671) | ||||
| * | 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) | ||||
| * | * [INTL:sk] Slovak translation update | Ivan Mas??r | 2014-11-03 | 1 | -364/+279 |
| | | | | (bzr r13662) | ||||
| * | 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) | ||||
| * | update Python extensions from 90 to 96 dpi. | Alvin Penner | 2014-11-02 | 17 | -46/+46 |
| | | | | (bzr r13659) | ||||
| * | 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) | ||||
