| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Inline two "style" variables. | Shlomi Fish | 2016-09-02 | 1 | -4/+2 |
| | | | | | | | They were used only once and completely unnecessary, so I just replaced them with their expressions. (bzr r15100.1.3) | ||||
| * | Remove a pointless == for bool | Shlomi Fish | 2016-09-02 | 1 | -1/+1 |
| | | | | (bzr r15100.1.2) | ||||
| * | Renamed children list in SPObject | Adrian Boguszewski | 2016-07-14 | 1 | -2/+2 |
| | | | | (bzr r14954.1.21) | ||||
| * | Second part of new SPObject children list | Adrian Boguszewski | 2016-07-13 | 1 | -4/+4 |
| | | | | (bzr r14954.1.19) | ||||
| * | Add PDF/PS output support for 'paint-order' property. | Tavmjong Bah | 2016-03-08 | 1 | -1/+29 |
| | | | | (bzr r14696) | ||||
| * | static code analysis | Kris De Gussem | 2015-10-29 | 1 | -1/+1 |
| | | | | (bzr r14436) | ||||
| * | Fix crash in PDF export introduced in r14074 | Marc Jeanmougin | 2015-05-04 | 1 | -1/+1 |
| | | | | (bzr r14108) | ||||
| * | merging | Marc Jeanmougin | 2015-04-26 | 1 | -1/+1 |
| |\ | | | | | (bzr r13922.1.13) | ||||
| | * | Exporting. Fix for Bug #1414835 (PDF/PS/EPS export of filtered objects ↵ | Nicolas Dufour | 2015-03-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | include copy of unfiltered object on top). Fixed bugs: - https://launchpad.net/bugs/1414835 (bzr r14010) | ||||
| * | | more cast cleanup | Marc Jeanmougin | 2015-02-27 | 1 | -2/+1 |
| | | | | | | | (bzr r13922.1.11) | ||||
| * | | corrected the casts (hopefully) | Marc Jeanmougin | 2015-02-27 | 1 | -1/+1 |
| | | | | | | | (bzr r13922.1.10) | ||||
| * | | added a set to the Selection | Marc Jeanmougin | 2015-02-19 | 1 | -3/+2 |
| | | | | | | | (bzr r13922.1.6) | ||||
| * | | At first, I was thinking "I just have to go to the selection file, and ↵ | Marc Jeanmougin | 2015-02-17 | 1 | -4/+4 |
| |/ | | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1) | ||||
| * | Allow marker orientation to have units ('deg', 'rad', 'grad', 'turn'). | Tavmjong Bah | 2014-11-25 | 1 | -5/+5 |
| | | | | (bzr r13757) | ||||
| * | Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files. | Jon A. Cruz | 2014-11-10 | 1 | -74/+90 |
| | | | | (bzr r13700) | ||||
| * | change default pdf import resolution to 96 dpi | Alvin Penner | 2014-11-02 | 1 | -1/+1 |
| | | | | (bzr r13660) | ||||
| * | Update to trunk r13621 | Liam P. White | 2014-10-17 | 1 | -0/+16 |
| |\ | | | | | (bzr r13341.1.278) | ||||
| | * | Merge hatch rendering code from Tomasz Boczkowski. | Tavmjong Bah | 2014-10-14 | 1 | -0/+16 |
| | |\ | | | | | | | (bzr r13614) | ||||
| | | * | Merged hatch pdf and png export code | Tomasz Boczkowski | 2014-10-14 | 1 | -0/+16 |
| | | | | | | | | | | (bzr r13611.1.9) | ||||
| | * | | Implement marker 'orient' attribute value 'auto-start-reverse'. | Tavmjong Bah | 2014-10-14 | 1 | -5/+7 |
| | |/ | | | | | (bzr r13613) | ||||
| * | | Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-tree | Liam P. White | 2014-10-05 | 1 | -1/+1 |
| | | | | | | | (bzr r13341.1.248) | ||||
| * | | Implement SVG2 marker 'orient' attribute value 'auto-start-reverse' ↵ | Tavmjong Bah | 2014-08-20 | 1 | -5/+7 |
| |/ | | | | | (rendering only). (bzr r13341.1.148) | ||||
| * | 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) | ||||
| * | Revert r12544. Fixes bug 1256449 (Clipping missing on Cairo-based exports). ↵ | Tavmjong Bah | 2014-01-15 | 1 | -3/+3 |
| | | | | | | Note: 523285 is not a bug. (bzr r12935) | ||||
| * | Merge from trunk. | Matthew Petroff | 2013-09-20 | 1 | -18/+12 |
| |\ | | | | | (bzr r12475.1.29) | ||||
| | * | Do not require a new layer for clipping paths in the Cairo renderer. | Adrian Johnson | 2013-09-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | Fixes LP #523285. Fixed bugs: - https://launchpad.net/bugs/523285 (bzr r12544) | ||||
| | * | Encapsulate the shared memory hack for Cairo and GdkPixbuf in a class | Krzysztof Kosi??ski | 2013-09-19 | 1 | -16/+10 |
| | | | | | | | | | | | called Inkscape::Pixbuf. Replace usage in the code as appropriate. (bzr r12531) | ||||
| * | | Merge from trunk. | Matthew Petroff | 2013-09-15 | 1 | -3/+8 |
| |\| | | | | | (bzr r12475.1.20) | ||||
| | * | Improve the functions which create GdkPixbuf from Cairo surface | Krzysztof Kosi??ski | 2013-09-13 | 1 | -3/+8 |
| | | | | | | | | | | | | | | | | | and vice versa. Simplifies some code. Also introduce proper refcounting into svg_preview_cache.cpp and fix its users. (bzr r12512) | ||||
| * | | Merge from trunk. | Matthew Petroff | 2013-09-12 | 1 | -6/+0 |
| |\| | | | | | (bzr r12475.1.16) | ||||
| | * | Move omit text feature from cairo renderer to context | David R. Bild | 2013-08-26 | 1 | -6/+0 |
| | | | | | | | (bzr r12487.1.1) | ||||
| * | | Improve code readability. | Matthew Petroff | 2013-08-28 | 1 | -2/+2 |
| | | | | | | | (bzr r12475.1.9) | ||||
| * | | Added viewBox implement document unit support. | Matthew Petroff | 2013-08-27 | 1 | -2/+2 |
| |/ | | | (bzr r12475.1.2) | ||||
| * | Eliminate "unit-constants.h". | Matthew Petroff | 2013-07-31 | 1 | -9/+9 |
| | | | | (bzr r12380.1.54) | ||||
| * | fix margin for PDF exporting page area | Johan B. C. Engelen | 2012-10-28 | 1 | -10/+15 |
| | | | | (bzr r11849) | ||||
| * | add bleed/margin to pdf export | Johan B. C. Engelen | 2012-10-28 | 1 | -1/+2 |
| | | | | (bzr r11847) | ||||
| * | Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵ | John Smith | 2012-04-02 | 1 | -1/+1 |
| | | | | | | replaced with g_object_unref (bzr r11139) | ||||
| * | Merge Andrew's new OCAL dialog and clean headers. Please test | Alex Valavanis | 2012-02-27 | 1 | -0/+1 |
| |\ | | | | | (bzr r11027) | ||||
| * | | add underscores to some member variables. | Johan B. C. Engelen | 2012-01-17 | 1 | -8/+8 |
| |/ | | | | | add some const stuff (bzr r10900) | ||||
| * | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 2011-12-08 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | ||||
| * | Cleaned up display-forward.h, including many redundant usages. | Jon A. Cruz | 2011-10-04 | 1 | -1/+0 |
| | | | | (bzr r10666) | ||||
| * | Completely remove NRRect, NRRectL, in-svg-plane.h | Krzysztof Kosi??ski | 2011-08-27 | 1 | -1/+0 |
| | | | | (bzr r10582.1.6) | ||||
| * | Remove all NRRect use. | Krzysztof Kosi??ski | 2011-08-27 | 1 | -17/+19 |
| | | | | (bzr r10582.1.5) | ||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -48/+38 |
| | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | ||||
| * | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 2011-08-07 | 1 | -1/+0 |
| | | | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25) | ||||
| * | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 2011-08-06 | 1 | -4/+3 |
| | | | | (bzr r10347.1.21) | ||||
| * | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵ | Johan B. C. Engelen | 2011-07-17 | 1 | -3/+3 |
| | | | | | | | | item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466) | ||||
| * | Cleanup of oudated/redundant SP_ITEM() macro use. | Jon A. Cruz | 2011-07-16 | 1 | -1/+1 |
| | | | | (bzr r10461) | ||||
| * | Fix crashes in print preview | Krzysztof Kosi??ski | 2011-07-13 | 1 | -3/+5 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/806105 (bzr r10450) | ||||
