summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update to trunkJabier Arraiza Cenoz2014-11-115-0/+213
|\ | | | | (bzr r13682.1.5)
| * Add totally unfinished XML/SPObject test suiteLiam P. White2014-11-115-0/+213
| | | | | | (bzr r13702)
* | Code cleanupJabier Arraiza Cenoz2014-11-111-3/+5
| | | | | | (bzr r13682.1.4)
* | added join modeJabier Arraiza Cenoz2014-11-101-32/+15
| | | | | | (bzr r13682.1.3)
* | update to trunkJabier Arraiza Cenoz2014-11-1038-808/+1249
|\| | | | | (bzr r13682.1.2)
| * Add a extra info page pointed by suv in bug pageJabier Arraiza Cenoz2014-11-102-19/+61
| | | | | | (bzr r13701)
| * Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz2014-11-1019-662/+921
| | | | | | (bzr r13700)
| * Fix 32-bit build break.Jon A. Cruz2014-11-101-1/+1
| | | | | | (bzr r13699)
| * Fix use-after-free crashLiam P. White2014-11-101-0/+2
| | | | | | (bzr r13698)
| * fix a bug pointed by su_v in fillet chamfer dialog, about unitsJabier Arraiza Cenoz2014-11-096-20/+38
| | | | | | (bzr r13697)
| * improve regex from DPI SwitcherJabier Arraiza Cenoz2014-11-091-15/+15
| | | | | | (bzr r13696)
| * Allow shorteners transforms in DPI switcher.A bit of refactor.Jabier Arraiza Cenoz2014-11-091-27/+46
| | | | | | (bzr r13695)
| * fixed a bug pointed by su_v about transformationsJabier Arraiza Cenoz2014-11-091-0/+20
| | | | | | (bzr r13694)
| * From bug #1389723Jabier Arraiza Cenoz2014-11-091-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 Penner2014-11-092-7/+21
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1388851 (bzr r13692)
| * Add special rotation solution to optimized transforms, found by JohanLiam P. White2014-11-092-12/+13
| | | | | | (bzr r13691)
| * Fix bug in previous commit. Add test against itLiam P. White2014-11-092-3/+4
| | | | | | (bzr r13690)
| * windows: fix running of cxxtests.Johan B. C. Engelen2014-11-091-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 transformsLiam P. White2014-11-092-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. Engelen2014-11-081-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. Engelen2014-11-081-1/+1
| | | | | | | | | | deref. (bzr r13686)
| * fix potential nullptr deref.Johan B. C. Engelen2014-11-081-1/+1
| | | | | | (bzr r13685)
| * sp-filter: fix memory leak when trying to set a duplicate name for an image.Johan B. C. Engelen2014-11-081-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. Engelen2014-11-081-0/+4
| | | | | | (bzr r13683)
* | adding blending supportJabier Arraiza Cenoz2014-11-103-16/+93
|/ | | (bzr r13682.1.1)
* Fix a bug pointed by su_v in IRC aboutr shapesJabier Arraiza Cenoz2014-11-082-21/+42
| | | (bzr r13682)
* Update style cxxtests.Tavmjong Bah2014-11-081-14/+14
| | | (bzr r13681)
* This fix a bug https://bugs.launchpad.net/inkscape/+bug/1389723 on comment ↵Jabier Arraiza Cenoz2014-11-081-6/+6
| | | | | #15 by Alvin Penner. (bzr r13680)
* Black list some properties that shouldn't appear in default styles.Tavmjong Bah2014-11-084-2/+44
| | | (bzr r13679)
* a little retouch to extension dpiswitcherJabier Arraiza Cenoz2014-11-081-2/+1
| | | (bzr r13678)
* This extension is a DPI switcher from 90 to 96 and from 96 to 90.Jabier Arraiza Cenoz2014-11-082-0/+149
| | | (bzr r13677)
* packaging/macosx: update version string used in DMG background imagesu_v2014-11-082-10/+10
| | | (bzr r13676)
* fixed typo in src/ui/dialog/Makefile_insert -- dialpg to dialogRyan Lerch2014-11-071-1/+1
| | | (bzr r13675)
* Doc comment cleanup.Jon A. Cruz2014-11-072-110/+141
| | | (bzr r13674)
* Fixing typos found by Firas Hanife.Nicolas Dufour2014-11-053-2514/+3389
| | | (bzr r13673)
* Refactor to remove references to Desktop/Ui in Effect, bspline and ↵Jabier Arraiza Cenoz2014-11-059-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 Hashimoto2014-11-051-2/+2
| | | | | MapSymbolsNPS.svg) (bzr r13671)
* i18n. Fix for bug #1389509 (typos in trunk-r13669).Masato Hashimoto2014-11-052-2/+2
| | | (bzr r13670)
* Remove unused variable and put well a constantJabier Arraiza Cenoz2014-11-031-4/+1
| | | (bzr r13669)
* Update wrong variable name and apply the same way to select nodes to ↵Jabier Arraiza Cenoz2014-11-034-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 codeJabier Arraiza Cenoz2014-11-031-9/+3
| | | (bzr r13667)
* Added a extra layer of roughen pointed by Ivan LouetteJabier Arraiza Cenoz2014-11-032-2/+24
| | | (bzr r13666)
* Update fillet/chamfer to allow subdivisions in chamfer mode. Jabier Arraiza Cenoz2014-11-036-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 dpiAlvin Penner2014-11-032-10/+10
| | | (bzr r13664)
* Fix a bug pointed by Ivan Louette about strage fixed angle displazementsJabier Arraiza Cenoz2014-11-031-1/+3
| | | (bzr r13663)
* * [INTL:sk] Slovak translation updateIvan Mas??r2014-11-031-364/+279
| | | (bzr r13662)
* default export dpi = 96Alvin Penner2014-11-021-4/+4
| | | (bzr r13661)
* change default pdf import resolution to 96 dpiAlvin Penner2014-11-024-7/+7
| | | (bzr r13660)
* update Python extensions from 90 to 96 dpi.Alvin Penner2014-11-0217-46/+46
| | | (bzr r13659)
* Correct check-for-layer that should have been check-for-group. Fixes bug ↵Jon A. Cruz2014-11-021-1/+1
| | | | | | | | #1388297. Fixed bugs: - https://launchpad.net/bugs/1388297 (bzr r13658)