summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/cairo-render-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-251-1/+1
| | | (bzr r11011)
* cppcheckKris De Gussem2012-02-151-1/+1
| | | (bzr r10987)
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-081-30/+16
| | | (bzr r10952)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* cppcheckKris De Gussem2011-10-151-1/+1
| | | (bzr r10678)
* Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz2011-10-041-1/+0
| | | (bzr r10666)
* Remove all NRRect use.Krzysztof Kosi??ski2011-08-271-14/+9
| | | (bzr r10582.1.5)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-50/+51
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-4/+4
| | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-4/+3
| | | (bzr r10347.1.21)
* Fix mixed up colors when exporting images with bitmaps to PDF and otherKrzysztof Kosi??ski2011-07-061-58/+7
| | | | | | | | Cairo formats. Fixes LP #804311 Fixed bugs: - https://launchpad.net/bugs/804311 (bzr r10421)
* Warning cleanup.Jon A. Cruz2011-06-221-7/+8
| | | (bzr r10339)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-3/+3
|\ | | | | (bzr r9508.1.89)
| * corrected fill-rule handling in pdf export, fixes bug:436962Adib Taraben2011-05-071-3/+3
| | | | | | (bzr r10198.1.1)
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-27/+55
|\| | | | | (bzr r9508.1.73)
| * apparently bbox numbers in PS should be integers.Johan B. C. Engelen2011-03-131-2/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/380501 (bzr r10100)
| * Hope to fix a really dumb earlier commit by me...Johan B. C. Engelen2011-03-121-5/+12
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/380501 (bzr r10096)
| * Comment out non-functional code that prevents compilingTavmjong Bah2011-03-111-4/+5
| | | | | | | | | | with cairo trunk. (bzr r10091)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-14/+14
| | | | | | (bzr r10025)
| * remove memory boundries on bitmap renderer, optimize memory usageAdib Taraben2011-01-171-9/+29
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/494115 (bzr r10009)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-17/+31
|\| | | | | (bzr r9508.1.72)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-11/+12
| |\ | | | | | | (bzr r9945.1.1)
| | * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-3/+3
| | | | | | | | | (bzr r9546.1.4)
| | * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-3/+3
| | | | | | | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
| * | Fix Cairo export of masked objects.Tavmjong Bah2010-11-211-6/+19
| | | | | | | | | (bzr r9913)
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-9/+20
|\| | | | | | | | (bzr r9508.1.70)
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
| * | Add code to fix bug #380501 in the future...Johan B. C. Engelen2010-10-261-0/+7
| | | | | | | | | (bzr r9856)
| * | fix copy errorJohan B. C. Engelen2010-10-261-1/+1
| | | | | | | | | (bzr r9855)
| * | fix crash bug: PDF export: crash in 'CairoRenderContext::_showGlyphs'Johan B. C. Engelen2010-10-231-4/+5
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/564442 (bzr r9842)
| * | PDF export. Fix for Bug #664335 (pdf export with cairo 1.10 defaults to ↵Nicolas Dufour2010-10-221-3/+6
| |/ | | | | | | | | | | | | | | version PDF-1.5). Fixed bugs: - https://launchpad.net/bugs/664335 (bzr r9841)
* | merge from trunkKrzysztof Kosi??ski2010-08-081-5/+5
|\| | | | | (bzr r9508.1.52)
| * Partial C++-ification of SPGradientJon A. Cruz2010-06-281-5/+5
| | | | | | (bzr r9542)
* | Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.Krzysztof Kosi??ski2010-06-291-1/+1
|/ | | (bzr r9508.1.8)
* remove debug text from cairo-render-context.cppJohan B. C. Engelen2010-04-031-3/+3
| | | (bzr r9289)
* Fixes crash of bug #537457, but export is incorrect.Johan B. C. Engelen2010-03-141-3/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/537457 (bzr r9187)
* Patch by Adib for 271695Josh Andler2009-11-091-12/+32
| | | (bzr r8829)
* regression patch from 388257bulia byak2009-11-091-4/+2
| | | (bzr r8826)
* Krzysztof's patch for 388257bulia byak2009-11-081-14/+19
| | | (bzr r8821)
* revert the PS rotation part of Adrian's patch for 437550, see discussion in ↵bulia byak2009-11-071-9/+1
| | | | | the bug (bzr r8820)
* Patch from Adrian for 437550.Josh Andler2009-09-271-3/+13
| | | (bzr r8658)
* patch by Adib for 406470bulia byak2009-09-051-2/+10
| | | (bzr r8562)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8408)
* fix obvious typo, patch 340311bulia byak2009-06-221-1/+1
| | | (bzr r8145)
* imitate black fill for objects with unset fill on exportbulia byak2009-06-051-1/+6
| | | (bzr r8009)
* BUG 284680 convert text to paths on cairo outputtheAdib2009-05-121-3/+9
| | | (bzr r7872)
* apply printing w32 patch ↵Adib Taraben2009-04-241-3/+5
| | | | | https://bugs.launchpad.net/inkscape/+bug/179988/comments/174 (bzr r7767)
* Merge from trunkTed Gould2008-10-311-5/+9
| | | (bzr r6887)
* Merging from trunkTed Gould2008-10-111-9/+31
| | | (bzr r6884)