| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Proper fix for multipage PDF+Latex export | Eduard Braun | 2017-12-04 | 1 | -2/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | The previous implementation [1] allowed to sandwich text between graphical objects by outputting multiple (partial) PDF pages which are then stacked in the final document to reveal the full image. However this code failed for clipped/masked/transparent objects as those are treated specially by the renderer resulting in missing pages in the output causing [2]. The attempt to workaround this issue which was committed in e4dea66a338824037b6c35b262aa8db4004b6581 (now reverted) fixed document creation in LaTeX by inserting blank pages but did not actually fix the issue with clipped/masked/transparent objects typically resulting in a single page with the full image and all text put on top. This commit resolves the underlying issue, making the former workaround unnecessary and allowing for proper overlaying of text and arbitrarily clipped/masked/transparent objects Fixed bugs: - https://bugs.launchpad.net/inkscape/+bug/771957 [1] - https://bugs.launchpad.net/inkscape/+bug/1417470 [2] | ||||
| * | Revert "Fix PDF+TeX output for text inside groups with clip/mask" | Eduard Braun | 2017-12-04 | 1 | -32/+3 |
| | | | | | This reverts commit e4dea66a338824037b6c35b262aa8db4004b6581. | ||||
| * | Two fixes (should work on Linux now) | Eduard Braun | 2017-11-21 | 1 | -3/+2 |
| | | | | | | | | | | | - do not call cairo_show_page as the GtkPrintOperation seems to do that internally (calling it manually will emit the current page, clear it, and the cleared page seems to be emitted in error later) - we can (and should) still call cairo_surface_destroy as it's doing reference counting internally (we increase the reference count in CairoRenderContext::setSurfaceTarget) and won't actually destroy anything until the count reaches zero | ||||
| * | Fix printing multiple copies of a document | Eduard Braun | 2017-11-20 | 1 | -4/+7 |
| | | | | | | | | | | | | | | Previously only the first page was printed properly, all following pages were either blank or were not printed at all. This was caused by finishing/destroying the cairo surface of the cairo context associated with the GtkPrintContext used for printing which made it impossible to draw to it for any consecutive page Fixed bugs: - https://bugs.launchpad.net/inkscape/+bug/1733424 - https://bugs.launchpad.net/inkscape/+bug/490866 | ||||
| * | Misc. typos | Unknown | 2017-11-07 | 1 | -2/+2 |
| | | | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ``` | ||||
| * | Removed all GSList occurences in .h files | Marc Jeanmougin | 2017-10-01 | 1 | -7/+7 |
| | | |||||
| * | [Bug #1417470] Fix PDF+TeX output for text inside groups with clip/mask | Max Gaukler | 2017-06-13 | 1 | -3/+32 |
| | | | | | | Fixes Bug: - https://launchpad.net/bugs/1417470 | ||||
| * | Fix PDF export with respect to 'image-rendering'. | Tavmjong Bah | 2017-05-29 | 1 | -5/+5 |
| | | | | (bzr r15715) | ||||
| * | [Bug #1537497] Icon preview doesn't render background. | tghs | 2017-01-25 | 1 | -1/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1537497 (bzr r15446) | ||||
| * | Rename <mesh> to <meshgradient> per SVG 2 CR specificiation. | Tavmjong Bah | 2016-09-27 | 1 | -3/+3 |
| | | | | | | Note: <mesh> has been repurposed to be a special shape that tightly wraps a mesh gradient. (bzr r15137) | ||||
| * | Renamed children list in SPObject | Adrian Boguszewski | 2016-07-14 | 1 | -3/+3 |
| | | | | (bzr r14954.1.21) | ||||
| * | Second part of new SPObject children list | Adrian Boguszewski | 2016-07-13 | 1 | -12/+11 |
| | | | | (bzr r14954.1.19) | ||||
| * | Add PDF/PS output support for 'paint-order' property. | Tavmjong Bah | 2016-03-08 | 1 | -17/+73 |
| | | | | (bzr r14696) | ||||
| * | Support rendering of radial gradients with the 'fr' attribute. New in SVG 2. | Tavmjong Bah | 2016-01-09 | 1 | -1/+2 |
| | | | | (bzr r14569) | ||||
| * | replaced remaining GHashTable with std::map | Marc Jeanmougin | 2015-12-09 | 1 | -7/+7 |
| | | | | (bzr r14504.1.16) | ||||
| * | static code analysis | Kris De Gussem | 2015-12-07 | 1 | -3/+3 |
| | | | | (bzr r14510) | ||||
| * | merged trunk | Tomasz Boczkowski | 2015-05-09 | 1 | -0/+1 |
| |\ | | | | | (bzr r14059.1.21) | ||||
| | * | fixes a few of jenkins warnings | Marc Jeanmougin | 2015-05-08 | 1 | -0/+1 |
| | | | | | | | (bzr r14126) | ||||
| * | | renamed SPPattern methods to match coding style | Tomasz Boczkowski | 2015-05-03 | 1 | -8/+8 |
| | | | | | | | (bzr r14059.1.20) | ||||
| * | | Introduced fixes after merge proposal review | Tomasz Boczkowski | 2015-05-03 | 1 | -1/+0 |
| | | | | | | | (bzr r14059.1.16) | ||||
| * | | merged SPPattern c++-sification from svgpaints branch | Tomasz Boczkowski | 2015-04-25 | 1 | -8/+8 |
| |\ \ | |/ |/| | (bzr r14059.1.2) | ||||
| | * | SPPattern c++-sification: replacing pattern_ functions by methods pt1 | Tomasz Boczkowski | 2014-05-27 | 1 | -8/+8 |
| | | | | | | | (bzr r13341.6.19) | ||||
| | * | SPPattern c++-sification: replaced guint by bool and enum | Tomasz Boczkowski | 2014-05-26 | 1 | -2/+2 |
| | | | | | | | (bzr r13341.6.16) | ||||
| * | | Enable PDF/PS/EPS export for gradient mesh (bug #1363369) | Adrian Johnson | 2015-03-07 | 1 | -0/+5 |
| | | | | | | | (bzr r13971) | ||||
| * | | change default pdf import resolution to 96 dpi | Alvin Penner | 2014-11-02 | 1 | -3/+3 |
| | | | | | | | (bzr r13660) | ||||
| * | | Refactoring hatch to remove memory leaks (bad GTKish casting macros) and ↵ | Jon A. Cruz | 2014-10-18 | 1 | -10/+11 |
| | | | | | | | | | | | uninitialized value. (bzr r13622) | ||||
| * | | Merged hatch pdf and png export code | Tomasz Boczkowski | 2014-10-14 | 1 | -17/+99 |
| |/ | | | (bzr r13611.1.9) | ||||
| * | 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) | ||||
| * | Change stroke-dasharray and stroke-dashoffset handling to match other ↵ | Tavmjong Bah | 2014-03-11 | 1 | -3/+7 |
| | | | | | | | | properties. Split style.h into more manageable size files. (bzr r13135) | ||||
| * | Set bitmap upscaling preference in Cairo based PS and PDF output. | Tavmjong Bah | 2014-02-12 | 1 | -1/+22 |
| | | | | (bzr r13025) | ||||
| * | drop useless checks for hard Cairo version dependency | Alex Valavanis | 2014-01-15 | 1 | -4/+0 |
| | | | | (bzr r12933) | ||||
| * | Encapsulate the shared memory hack for Cairo and GdkPixbuf in a class | Krzysztof Kosi??ski | 2013-09-19 | 1 | -4/+4 |
| | | | | | | called Inkscape::Pixbuf. Replace usage in the code as appropriate. (bzr r12531) | ||||
| * | Improve the functions which create GdkPixbuf from Cairo surface | Krzysztof Kosi??ski | 2013-09-13 | 1 | -24/+23 |
| | | | | | | | | | and vice versa. Simplifies some code. Also introduce proper refcounting into svg_preview_cache.cpp and fix its users. (bzr r12512) | ||||
| * | use multiple graphic/text layers for pdf+latex output | David R. Bild | 2013-08-29 | 1 | -2/+32 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/771957 (bzr r12487.1.2) | ||||
| * | Move omit text feature from cairo renderer to context | David R. Bild | 2013-08-26 | 1 | -0/+14 |
| | | | | (bzr r12487.1.1) | ||||
| * | Merge Google Summer of Code unit refactor. | Matthew Petroff | 2013-08-06 | 1 | -3/+2 |
| |\ | | | | | (bzr r12471) | ||||
| | * | Eliminate "unit-constants.h". | Matthew Petroff | 2013-07-31 | 1 | -3/+2 |
| | | | | | | | (bzr r12380.1.54) | ||||
| * | | code cleanup (cppcheck) | Johan B. C. Engelen | 2013-08-05 | 1 | -1/+1 |
| |/ | | | (bzr r12469) | ||||
| * | Fixed logic error confusing bitwise and with logical and. | Jon A. Cruz | 2013-04-29 | 1 | -8/+8 |
| | | | | | | Whitespace cleanup to make the issue easier to spot. (bzr r12311) | ||||
| * | Convert a couple of C-style pointer casts | Alex Valavanis | 2013-03-23 | 1 | -1/+1 |
| | | | | (bzr r12237) | ||||
| * | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 2012-02-25 | 1 | -1/+1 |
| | | | | (bzr r11011) | ||||
| * | cppcheck | Kris De Gussem | 2012-02-15 | 1 | -1/+1 |
| | | | | (bzr r10987) | ||||
| * | (cppcheck and janitorial tasks:) C-style casting to C++-style casting | Kris De Gussem | 2012-02-08 | 1 | -30/+16 |
| | | | | (bzr r10952) | ||||
| * | 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) | ||||
| * | cppcheck | Kris De Gussem | 2011-10-15 | 1 | -1/+1 |
| | | | | (bzr r10678) | ||||
| * | Cleaned up display-forward.h, including many redundant usages. | Jon A. Cruz | 2011-10-04 | 1 | -1/+0 |
| | | | | (bzr r10666) | ||||
| * | Remove all NRRect use. | Krzysztof Kosi??ski | 2011-08-27 | 1 | -14/+9 |
| | | | | (bzr r10582.1.5) | ||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 1 | -50/+51 |
| | | | | | | 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 | -4/+4 |
| | | | | | | 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) | ||||
