| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update to latest tip (trunk r13432) | Liam P. White | 2014-06-19 | 13 | -920/+198 |
| |\ | | | | | (bzr r13341.1.62) | ||||
| | * | Extensions. Fix for Bug #433860 (Live preview doesn't work after updating ↵ | Nicolas Dufour | 2014-06-18 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | the values many times). Fixed bugs: - https://launchpad.net/bugs/433860 (bzr r13430) | ||||
| | * | Extensions. Fix for Bug #505920 (inkscape loads extension even if the script ↵ | Nicolas Dufour | 2014-06-11 | 2 | -6/+17 |
| | | | | | | | | | | | | | | | | | specified in <command> doesn't exist). Fixed bugs: - https://launchpad.net/bugs/505920 (bzr r13421) | ||||
| | * | revise email theadib | Adib Taraben | 2014-06-06 | 2 | -2/+2 |
| | | | | | | | (bzr r13410) | ||||
| | * | merge pdf import via poppler-cairo into native importer | Adib Taraben | 2014-06-06 | 7 | -911/+175 |
| | | | | | | | (bzr r13409) | ||||
| | * | Patch from comment 7. Fixes build with Poppler 0.26. | Matthias Kilian (no public email in lp) | 2014-06-03 | 1 | -9/+45 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1315142 (bzr r13405) | ||||
| | * | i18n. Fix for Bug #1318339 (Tooltips in extensions page elements are not ↵ | Nicolas Dufour | 2014-05-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | translated). Fixed bugs: - https://launchpad.net/bugs/1318339 (bzr r13396) | ||||
| * | | Fix build failure with poppler 0.26 (Bug #1315142) | Matthias Kilian | 2014-06-04 | 1 | -9/+45 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1315142 (bzr r13341.1.46) | ||||
| * | | Convert from 90px to inch to 96px to inch per SVG (CSS) specification. | Tavmjong Bah | 2014-05-26 | 1 | -4/+4 |
| |/ | | | (bzr r13341.1.39) | ||||
| * | Fix a small copy-paste typo. (Get position Y returns X) | Mohamed Ikbel Boulabiar | 2014-05-06 | 1 | -1/+1 |
| | | | | (bzr r13338.1.1) | ||||
| * | Improved support for clipping on EMF/WMF import, see bug 1302857 | mathog | 2014-04-29 | 7 | -86/+337 |
| | | | | (bzr r13322) | ||||
| * | Fix for bug 1306138 | mathog | 2014-04-28 | 4 | -82/+72 |
| | | | | (bzr r13319) | ||||
| * | Fix for bug 1294840 | mathog | 2014-04-28 | 1 | -4/+1 |
| | | | | (bzr r13318) | ||||
| * | Extensions. Fix for Bug #1307554 (Don't show the Export > win32 vector print ↵ | Nicolas Dufour | 2014-04-28 | 1 | -0/+12 |
| | | | | | | | | | extension on Platforms that don't support it). Fixed bugs: - https://launchpad.net/bugs/1307554 (bzr r13316) | ||||
| * | Update CMake Files | Campbell Barton | 2014-04-27 | 1 | -0/+1 |
| | | | | (bzr r13313) | ||||
| * | Replace 'memset' by constructors. Fixes segfault from turning SPStyle into a ↵ | Tavmjong Bah | 2014-04-27 | 3 | -207/+226 |
| | | | | | | | | | | | | | | | | | | | | | | | | | class. (WMF) modified: src/extension/internal/emf-inout.h src/extension/internal/wmf-inout.cpp src/extension/internal/wmf-inout.h unknown: .comments/ 1232425-fix-clang-warnings-mismatched-tags-SPStyle-r13299-v1.diff FILTERS/ RecentTextDecoChagnes.zip doxygen/ share/attributes/attindex.html share/attributes/propidx.html share/symbols/FlowSymbolsNew.svg src/cxxtests src/cxxtests.cpp src/cxxtests.log src/cxxtests.xml src/ui/dialog/symbols.cpp_new (bzr r13311) | ||||
| * | Replace 'memset' by constructors. Fixes segfault from turning SPStyle into a ↵ | Tavmjong Bah | 2014-04-27 | 2 | -202/+217 |
| | | | | | | class. (bzr r13310) | ||||
| * | Clean up of style code: Patch from suv: SPStyle: struct -> class | Tavmjong Bah | 2014-04-26 | 3 | -3/+3 |
| | | | | (bzr r13309) | ||||
| * | Clean up of style code, removal of SPFontStyle. Step 2. | Tavmjong Bah | 2014-04-24 | 2 | -4/+4 |
| | | | | (bzr r13300) | ||||
| * | workaround build failure on Ubuntu 14.04 with dbus ext and clang | Alex Valavanis | 2014-04-16 | 1 | -1/+1 |
| | | | | (bzr r13290) | ||||
| * | pdf import via poppler-cairo, bug:1017123:handling stroke width < 1 | Adib Taraben | 2014-04-13 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1017123 (bzr r13283) | ||||
| * | Fix for Bug #1302987 (Importing a PNG image with unittype field undefined ↵ | Nicolas Dufour | 2014-04-10 | 1 | -11/+6 |
| | | | | | | | | | fails). Fixed bugs: - https://launchpad.net/bugs/1302987 (bzr r13279) | ||||
| * | Cleanup namespace removal so that it doesn't require bugs in updateRepr to ↵ | Martin Owens | 2014-04-04 | 1 | -17/+38 |
| | | | | | | | | | work. Move to using a duplicate node-tree. Fixes bug #419266 Fixed bugs: - https://launchpad.net/bugs/419266 (bzr r13260) | ||||
| * | Removed some operator keywords. | Markus Engel | 2014-03-30 | 2 | -2/+2 |
| | | | | (bzr r13237) | ||||
| * | Second patch for analyzer warnings in libuemf. | David Mathog | 2014-03-26 | 1 | -9/+30 |
| | | | | (bzr r13214) | ||||
| * | Patch for several issues in libuemf. | David Mathog | 2014-03-25 | 4 | -6/+7 |
| | | | | | | | | | | ----- The patch: 1. Removes half a dozen or so code lines that didn't do anything. 2. Fixes a couple of missing tests for pointers which cannot be NULL. (Note that in many instances the pseudoobject functions in upmf.c do accept null pointers because the objects being constructed have optional parts.) 3. There was one "real" potential memory leak (line 6276 in upmf.c, numbers before the patch). I fixed the others too, but they just never happen (iconv would have to fail in some strange way.) There are no (real) memory access violations or memory leaks in any of this either in standalone libUEMF testing or in use as part of Inkscape as determined from valgrind runs. (bzr r13211) | ||||
| * | Patch for base constructor calls. | Markus Engel | 2014-03-24 | 2 | -3/+3 |
| | | | | (bzr r13202) | ||||
| * | emf-print.cpp : fix coding... :'( | Johan B. C. Engelen | 2014-03-23 | 1 | -12/+12 |
| | | | | (bzr r13189) | ||||
| * | cairo-render-context: swap order of header inclusion to redefinition clash ↵ | Johan B. C. Engelen | 2014-03-21 | 1 | -1/+1 |
| | | | | | | of #define STRICT in pangowin32.h with windef.h (pango should check if STRICT is already defined or not) (bzr r13180) | ||||
| * | remove #pragma for 11 year old compiler that I cannot imagine anyone using ↵ | Johan B. C. Engelen | 2014-03-20 | 1 | -8/+0 |
| | | | | | | at this point (bzr r13174) | ||||
| * | WMF support: last piece of the code cleanup from bug #1248753 | David Mathog | 2014-03-19 | 1 | -64/+49 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1248753 (bzr r13167) | ||||
| * | EMF import: fix clipPath definition: move transform attribute into the ↵ | David Mathog | 2014-03-19 | 1 | -2/+2 |
| | | | | | | | | | <rect> element (bug #1294713) Fixed bugs: - https://launchpad.net/bugs/1294713 (bzr r13166) | ||||
| * | Cleanup datatypes for detailed checking of C++11. Fixes Bug #1293295. | Jon A. Cruz | 2014-03-18 | 1 | -19/+16 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1293295 (bzr r13163) | ||||
| * | Warning cleanups. | Jon A. Cruz | 2014-03-18 | 2 | -2/+2 |
| | | | | (bzr r13162) | ||||
| * | Render zero-width PDF lines as 1px lines compensated for current transform. | Krzysztof Kosi??ski | 2014-03-13 | 2 | -13/+9 |
| | | | | | | | | | Partially fixes import of some LibreOffice charts. See LP bug #1283537 Fixed bugs: - https://launchpad.net/bugs/1283537 (bzr r13143) | ||||
| * | pdfinput: Do not use an extremely ugly static variable in SvgBuilder | Krzysztof Kosi??ski | 2014-03-13 | 2 | -28/+30 |
| | | | | (bzr r13142) | ||||
| * | Change stroke-dasharray and stroke-dashoffset handling to match other ↵ | Tavmjong Bah | 2014-03-11 | 7 | -107/+88 |
| | | | | | | | | properties. Split style.h into more manageable size files. (bzr r13135) | ||||
| * | Remove unused includes to tidy up the code. | Martin Owens | 2014-03-09 | 3 | -2/+2 |
| | | | | (bzr r13132) | ||||
| * | WMF: fix for files with swapped W, H in the SETWINDOWEXT record | David Mathog | 2014-03-06 | 1 | -86/+81 |
| | | | | | | | | | EMF: code cleanup Fixed bugs: - https://launchpad.net/bugs/1241783 (bzr r13119) | ||||
| * | Remove dom/* code and replace two uses of dom/uri with uri. | Martin Owens | 2014-03-03 | 2 | -19/+9 |
| |\ | | | | | (bzr r13107) | ||||
| | * | Merge to trunk | Martin Owens | 2014-02-28 | 1 | -1/+1 |
| | |\ | | | | | | | (bzr r13047.1.7) | ||||
| | * | | Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ↵ | Martin Owens | 2014-02-26 | 2 | -19/+9 |
| | | | | | | | | | | | | | | | | ziptool to utils. (bzr r13047.1.5) | ||||
| * | | | More memory leak fixes (Bug #1275170) | Kris De Gussem | 2014-03-03 | 1 | -1/+3 |
| | |/ |/| | | | (bzr r13105) | ||||
| * | | Fix whitespace formatting of dbus documentation (bug 1282045) | Tomasz Boczkowski | 2014-02-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1282045 (bzr r13066) | ||||
| * | | Revert unintended checkin. | Tavmjong Bah | 2014-02-25 | 1 | -3/+3 |
| | | | | | | | (bzr r13058) | ||||
| * | | Rewrite of symbol creation code. Partial fix for 1201325. | Tavmjong Bah | 2014-02-25 | 1 | -3/+3 |
| |/ | | | | | | | | | | | | Symbols cannot have 'tranform' attribute. The old code copied the group 'transform' attribute to the symbol. The new code creates an intermediate group with the required 'transform' if it is not a simple translation. A simple translation is removed and applied instead to the new <use> element. Multiple objects can now be turned into a symbol without first grouping the objects. (At the cost that multiple groups can no longer be turned into multiple symbols at one go.) This better matches marker and pattern creation. (bzr r13057) | ||||
| * | Fix 'preserveAspectRatio' attribute of bitmap images in EMF/WMF ↵ | David Mathog | 2014-02-22 | 4 | -15/+23 |
| | | | | | | | | | import/export (bug #1278645). Fixed bugs: - https://launchpad.net/bugs/1278645 (bzr r13049) | ||||
| * | Image import dialog: add dpi option (from file or default), use compacter ↵ | su_v | 2014-02-12 | 1 | -5/+17 |
| | | | | | | | | | layout (help as tooltips) Fixed bugs: - https://launchpad.net/bugs/1253051 (bzr r13026) | ||||
| * | Set bitmap upscaling preference in Cairo based PS and PDF output. | Tavmjong Bah | 2014-02-12 | 1 | -1/+22 |
| | | | | (bzr r13025) | ||||
| * | Set 'preserveAspectRatio' to 'none' for PDF image input. Fixes #878984. | Tavmjong Bah | 2014-02-11 | 1 | -0/+4 |
| | | | | (bzr r13023) | ||||
