summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/cairo-render-context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-25(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-1/+1
2012-02-15cppcheckKris De Gussem1-1/+1
2012-02-08(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-30/+16
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
2011-10-15cppcheckKris De Gussem1-1/+1
2011-10-04Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz1-1/+0
2011-08-27Remove all NRRect use.Krzysztof Kosi??ski1-14/+9
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-50/+51
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-4/+4
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-4/+3
2011-07-06Fix mixed up colors when exporting images with bitmaps to PDF and otherKrzysztof Kosi??ski1-58/+7
2011-06-22Warning cleanup.Jon A. Cruz1-7/+8
2011-05-07corrected fill-rule handling in pdf export, fixes bug:436962Adib Taraben1-3/+3
2011-03-13apparently bbox numbers in PS should be integers.Johan B. C. Engelen1-2/+2
2011-03-12Hope to fix a really dumb earlier commit by me...Johan B. C. Engelen1-5/+12
2011-03-11Comment out non-functional code that prevents compilingTavmjong Bah1-4/+5
2011-02-02update to latest 2geom !Johan B. C. Engelen1-14/+14
2011-01-17remove memory boundries on bitmap renderer, optimize memory usageAdib Taraben1-9/+29
2010-11-21Fix Cairo export of masked objects.Tavmjong Bah1-6/+19
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-10-26Add code to fix bug #380501 in the future...Johan B. C. Engelen1-0/+7
2010-10-26fix copy errorJohan B. C. Engelen1-1/+1
2010-10-23fix crash bug: PDF export: crash in 'CairoRenderContext::_showGlyphs'Johan B. C. Engelen1-4/+5
2010-10-22PDF export. Fix for Bug #664335 (pdf export with cairo 1.10 defaults to versi...Nicolas Dufour1-3/+6
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-3/+3
2010-06-29Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski1-1/+1
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-3/+3
2010-06-28Partial C++-ification of SPGradientJon A. Cruz1-5/+5
2010-04-03remove debug text from cairo-render-context.cppJohan B. C. Engelen1-3/+3
2010-03-14Fixes crash of bug #537457, but export is incorrect.Johan B. C. Engelen1-3/+8
2009-11-09Patch by Adib for 271695Josh Andler1-12/+32
2009-11-09regression patch from 388257bulia byak1-4/+2
2009-11-08Krzysztof's patch for 388257bulia byak1-14/+19
2009-11-07revert the PS rotation part of Adrian's patch for 437550, see discussion in t...bulia byak1-9/+1
2009-09-27Patch from Adrian for 437550.Josh Andler1-3/+13
2009-09-05patch by Adib for 406470bulia byak1-2/+10
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-1/+1
2009-08-05SPDocument->Documentjohnce1-1/+1
2009-06-22fix obvious typo, patch 340311bulia byak1-1/+1
2009-06-05imitate black fill for objects with unset fill on exportbulia byak1-1/+6
2009-05-12BUG 284680 convert text to paths on cairo outputtheAdib1-3/+9
2009-04-24apply printing w32 patch https://bugs.launchpad.net/inkscape/+bug/179988/comm...Adib Taraben1-3/+5
2008-10-31Merge from trunkTed Gould1-5/+9
2008-10-11Merging from trunkTed Gould1-9/+31
2008-09-14Fixes for clipping and masking:Tavmjong Bah1-17/+31
2008-09-10Fix clipping for Cairo generated PNG's.Tavmjong Bah1-2/+5
2008-09-06finally got the pattern transform rightbulia byak1-19/+10
2008-09-01use smaller subpixel scaling; large values take more memory and sometimes fai...bulia byak1-1/+1
2008-09-01fix assert when exporting bug 171849 file, make sure small patterns are expor...bulia byak1-2/+6
2008-09-01enable EPS export via cairo, use it instead of the old native onebulia byak1-0/+7