| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge from trunk | Martin Owens | 2014-02-25 | 17 | -76/+100 |
| |\ | | | | | (bzr r13047.1.3) | ||||
| | * | Fix infinite loop (?) by disabling saving the order of filters when they are ↵ | Johan B. C. Engelen | 2014-02-24 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | reordered by drag&drop in the filter editor dialog. (bug 1239296) Fixed bugs: - https://launchpad.net/bugs/1239296 (bzr r13055) | ||||
| | * | Set the order of resize handles back to what they were before r12400. Now ↵ | Johan B. C. Engelen | 2014-02-24 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | | | it's possible again to access all handles for horizontal lines + geometric bbox Fixed bugs: - https://launchpad.net/bugs/1204193 (bzr r13054) | ||||
| | * | inspired by r13052, fix up the code to hopefully work when someone has ↵ | Johan B. C. Engelen | 2014-02-24 | 3 | -18/+35 |
| | | | | | | | | | | | | | | | | | different units for height and width of the page. Fixed bugs: - https://launchpad.net/bugs/1240308 (bzr r13053) | ||||
| | * | fix typos in page-sizer (Bug 1240308) | Alvin Penner | 2014-02-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1240308 (bzr r13052) | ||||
| | * | Fix for selcue settings. | Markus Engel | 2014-02-23 | 5 | -0/+10 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1274659 (bzr r13051) | ||||
| | * | offset of viewBox on document unit change (Bug 1280684) | Alvin Penner | 2014-02-22 | 1 | -1/+7 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1280684 (bzr r13050) | ||||
| | * | Fix 'preserveAspectRatio' attribute of bitmap images in EMF/WMF ↵ | David Mathog | 2014-02-22 | 5 | -48/+32 |
| | | | | | | | | | | | | | | | | | import/export (bug #1278645). Fixed bugs: - https://launchpad.net/bugs/1278645 (bzr r13049) | ||||
| | * | Symbols dialog: update currentDesktop and currentDocument when document ↵ | Tavmjong Bah | 2014-02-21 | 1 | -1/+3 |
| | | | | | | | | | | | replaced. (bzr r13048) | ||||
| * | | Not finished by improved data uri support | Martin Owens | 2014-02-20 | 3 | -3/+39 |
| | | | | | | | (bzr r13047.1.2) | ||||
| * | | Add data uri checking back into the code | Martin Owens | 2014-02-20 | 3 | -1/+25 |
| |/ | | | (bzr r13047.1.1) | ||||
| * | crash on cut n paste, or alt+scroll.. | Raphael Rosch | 2014-02-20 | 2 | -20/+35 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1171109 (bzr r13047) | ||||
| * | Reverting r13045. | Johan B. C. Engelen | 2014-02-20 | 2 | -48/+4 |
| | | | | | | | | | | | | | | | 1. It contains a memleak realpath allocates new memory if the second argument is NULL. In the added code, this memory is never freed. 2. Breaks build on Windows (realpath(...) not found) 3. Please don't add functions that use C-strings unnecessarily. Simply rewrite parseDataUri to parseDataUri(const std::string &uri), and use C++'s string methods. ("#include <cstring.h>" is a huge red flag upon code review) 4. Please read this about "realpath" http://insanecoding.blogspot.ch/2007/11/pathmax-simply-isnt.html (bzr r13046) | ||||
| * | Add test for URI and help with data uris. | Martin Owens | 2014-02-20 | 3 | -4/+138 |
| | | | | (bzr r13045) | ||||
| * | Fix for SPSwitch updates. | Markus Engel | 2014-02-19 | 1 | -4/+10 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1254373 (bzr r13044) | ||||
| * | Add SVG2 property 'paint-order'. | Tavmjong Bah | 2014-02-19 | 3 | -0/+10 |
| | | | | (bzr r13043) | ||||
| * | Fix for Bug #1281104 (Open Clipart import dialog crashes with concurrent ↵ | Nicolas Dufour | 2014-02-19 | 1 | -3/+2 |
| | | | | | | | | | searches). Fixed bugs: - https://launchpad.net/bugs/1281104 (bzr r13042) | ||||
| * | Documentation. Changelog archive update (see Bug #637034). | Nicolas Dufour | 2014-02-19 | 2 | -1/+10708 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/637034 (bzr r13041) | ||||
| * | Implement 'paint-order' for shapes (and paths). | Tavmjong Bah | 2014-02-18 | 2 | -29/+110 |
| | | | | (bzr r13040) | ||||
| * | Implement 'paint-order' for text. | Tavmjong Bah | 2014-02-18 | 1 | -0/+19 |
| | | | | (bzr r13039) | ||||
| * | Copy 'paint-order' property data for Cairo rendering. | Tavmjong Bah | 2014-02-18 | 2 | -1/+37 |
| | | | | (bzr r13038) | ||||
| * | Read new SVG2 property 'paint-order'. | Tavmjong Bah | 2014-02-18 | 4 | -0/+220 |
| | | | | (bzr r13037) | ||||
| * | extensions. Render Gear. improve precision of output (Bug 1240455) | Alvin Penner | 2014-02-18 | 1 | -2/+2 |
| | | | | (bzr r13036) | ||||
| * | Extensions. Measure Path. Scaling of area and length into document units. ↵ | Alvin Penner | 2014-02-18 | 1 | -2/+3 |
| | | | | | | (Bug 1240455) (bzr r13035) | ||||
| * | scaling of viewBox on document unit change (Bug 1236257) | Alvin Penner | 2014-02-17 | 1 | -3/+8 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1236257 (bzr r13034) | ||||
| * | Doc. Changelog file updated (see Bug #637034). | Nicolas Dufour | 2014-02-17 | 2 | -10714/+16924 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/637034 (bzr r13033) | ||||
| * | various optimizations, move extension to 'Export' submenu | Sebastian Wüst | 2014-02-16 | 4 | -69/+61 |
| | | | | (bzr r13032) | ||||
| * | Fix console messages (see Bug #879058 - Spray Single Path Mode includes ↵ | Nicolas Dufour | 2014-02-16 | 1 | -16/+8 |
| | | | | | | | | | original object). Fixed bugs: - https://launchpad.net/bugs/879058 (bzr r13031) | ||||
| * | Extensions. Scaling of stroke and some sizes into document units, Part 5 ↵ | Alvin Penner | 2014-02-16 | 4 | -16/+21 |
| | | | | | | (Bug 1240455) (bzr r13030) | ||||
| * | Symbols: turn off viewBox-related debug messages (from r13002) | su_v | 2014-02-15 | 1 | -2/+2 |
| | | | | (bzr r13029) | ||||
| * | Extensions. Scaling of command-line bbox into document units, Part 4 (Bug ↵ | Alvin Penner | 2014-02-14 | 4 | -22/+26 |
| | | | | | | 1240455) (bzr r13028) | ||||
| * | extensions. ink2canvas.py. pass reference to self (Bug 1258473) | Alvin Penner | 2014-02-13 | 2 | -3/+4 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1258473 (bzr r13027) | ||||
| * | 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) | ||||
| * | Fix for Bug #1248542 (fix for filters.svg) by v1nce. | Nicolas Dufour | 2014-02-11 | 1 | -22/+5 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1248542 (bzr r13024) | ||||
| * | Set 'preserveAspectRatio' to 'none' for PDF image input. Fixes #878984. | Tavmjong Bah | 2014-02-11 | 1 | -0/+4 |
| | | | | (bzr r13023) | ||||
| * | fix compiler warnings (bug #1278049 ) | Kris De Gussem | 2014-02-11 | 1 | -31/+15 |
| | | | | (bzr r13022) | ||||
| * | suppress compiler warnings | Kris De Gussem | 2014-02-11 | 1 | -1/+1 |
| | | | | (bzr r13021) | ||||
| * | Set 'preserveAspectRatio' to 'none' when importing an image. | Tavmjong Bah | 2014-02-11 | 1 | -0/+6 |
| | | | | (bzr r13020) | ||||
| * | Fix parsing of preserveAspectRatio broken in r13016. | Tavmjong Bah | 2014-02-11 | 1 | -1/+1 |
| | | | | (bzr r13019) | ||||
| * | Extensions->Render submenu. Scaling into document units for grid.cpp (Bug ↵ | Alvin Penner | 2014-02-10 | 1 | -5/+7 |
| | | | | | | 1240455) (bzr r13018) | ||||
| * | Fixing format-security errors in text debug code. | Nicolas Dufour | 2014-02-10 | 2 | -3/+3 |
| | | | | (bzr r13017) | ||||
| * | viewbox: simple code clean-up | Johan B. C. Engelen | 2014-02-09 | 2 | -55/+43 |
| | | | | (bzr r13016) | ||||
| * | Extensions->Render submenu. Scaling of group transform into document units, ↵ | Alvin Penner | 2014-02-09 | 6 | -4/+14 |
| | | | | | | Part 3 (Bug 1240455) (bzr r13015) | ||||
| * | fix build on Mavericks (clang, libc++) | Johan B. C. Engelen | 2014-02-09 | 2 | -4/+4 |
| | | | | (bzr r13014) | ||||
| * | memleak fix | David Mathog | 2014-02-09 | 1 | -2/+6 |
| | | | | (bzr r13013) | ||||
| * | more robust versions of triangle.py and wireframe_sphere.py, see rev 13007 | Alvin Penner | 2014-02-08 | 2 | -15/+21 |
| | | | | (bzr r13012) | ||||
| * | Fix for Bug #879058 (Spray Single Path Mode includes original object). | Nicolas Dufour | 2014-02-08 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/879058 (bzr r13011) | ||||
| * | reverting triangle.py and wireframe_sphere.py from rev 13007 | Alvin Penner | 2014-02-08 | 2 | -7/+3 |
| | | | | (bzr r13010) | ||||
| * | DrawingContext: change variable names ct to dc (bug #1272073) | David Mathog | 2014-02-08 | 32 | -283/+283 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009) | ||||
