summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/cairo-renderer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-28fix margin for PDF exporting page areaJohan B. C. Engelen1-10/+15
2012-10-28add bleed/margin to pdf exportJohan B. C. Engelen1-1/+2
2012-04-02Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ...John Smith1-1/+1
2012-01-17add underscores to some member variables.Johan B. C. Engelen1-8/+8
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
2011-10-04Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz1-1/+0
2011-08-27Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski1-1/+0
2011-08-27Remove all NRRect use.Krzysztof Kosi??ski1-17/+19
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-48/+38
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-1/+0
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-4/+3
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen1-3/+3
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-1/+1
2011-07-13Fix crashes in print previewKrzysztof Kosi??ski1-3/+5
2011-07-06Fix mixed up colors when exporting images with bitmaps to PDF and otherKrzysztof Kosi??ski1-10/+6
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz1-6/+5
2011-05-05symbol rendering fix for bug:705345Adib Taraben1-3/+3
2011-05-01Fix crashes on empty marker definitions.Johan B. C. Engelen1-5/+7
2011-02-22Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz1-24/+32
2011-02-02update to latest 2geom !Johan B. C. Engelen1-23/+23
2011-01-17remove memory boundries on bitmap renderer, optimize memory usageAdib Taraben1-1/+16
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-10-23Don't try displaying markers for completely empty paths, fixes crash.Johan B. C. Engelen1-0/+1
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-2/+2
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-3/+3
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-4/+4
2010-04-10fix bug 168275 by removing a ceil on document height and width in pdf/eps/ps ...Johan B. C. Engelen1-2/+2
2010-04-06Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski1-1/+5
2010-04-04Merge PDF rendering fixKrzysztof Kosi??ski1-5/+1
2010-04-03Fix --export-page-drawing option in PDF, PS and LaTeX export.Krzysztof Kosi??ski1-5/+1
2010-02-20initial work, plugging in a LaTeX renderer to write the text stuff to a .tex ...Johan B. C. Engelen1-0/+2
2010-02-20add option to exclude/omit text from the PDF when saving to pdfJohan B. C. Engelen1-0/+6
2009-11-29First GSoC node tool commit to BazaarKrzysztof Kosi??ski1-0/+1
2009-11-08Patch for 456148 by JohanJosh Andler1-29/+51
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-2/+2
2009-08-05SPDocument->Documentjohnce1-2/+2
2009-01-02make 'marker' property work (shorthand for start, mid and end markers); inksc...Johan B. C. Engelen1-89/+67
2008-12-16* remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls byThomas Holder1-1/+1
2008-11-21Merge from fe-movedTed Gould1-1/+1
2008-11-01Merge from trunkTed Gould1-8/+13
2008-10-31Merge from trunkTed Gould1-23/+39
2008-10-27From trunkTed Gould1-28/+43
2008-10-11Merging from trunkTed Gould1-13/+1
2008-09-25Merge from trunk.Ted Gould1-96/+34
2008-09-20release reprs properlybulia byak1-0/+1
2008-09-20Don't clip mask surface to mask bounding box.Tavmjong Bah1-2/+4
2008-09-16Fix transformation for items rendered as bitmaps (i.e. filters) inTavmjong Bah1-4/+8
2008-09-05Make rasterization of filters into pdf respect the requested dpi.Aaron Spike1-5/+7
2008-08-31properly transform clippath: transform of the item using the clippath must al...bulia byak1-1/+12
2008-08-29Ulf Ericson's patch for implementing missing properties in the new pdf exporterbulia byak1-6/+16