summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/cairo-render-context.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-13/+13
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Fix mixed up colors when exporting images with bitmaps to PDF and otherKrzysztof Kosi??ski2011-07-061-1/+1
| | | | | | | | Cairo formats. Fixes LP #804311 Fixed bugs: - https://launchpad.net/bugs/804311 (bzr r10421)
* Merge from trunkKrzysztof Kosi??ski2011-04-071-11/+11
|\ | | | | (bzr r9508.1.73)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-10/+10
| | | | | | (bzr r10025)
* | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+1
|\| | | | | (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)
* | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-0/+1
|/ | | (bzr r9508.1.44)
* Warning cleanupJon A. Cruz2009-12-201-2/+2
| | | (bzr r8895)
* Patch by Adib for 271695Josh Andler2009-11-091-0/+3
| | | (bzr r8829)
* apply printing w32 patch ↵Adib Taraben2009-04-241-2/+2
| | | | | https://bugs.launchpad.net/inkscape/+bug/179988/comments/174 (bzr r7767)
* Merging from trunkTed Gould2008-10-111-2/+2
| | | (bzr r6884)
* LIBNR REMOVAL. remove nartbpath code!!!Johan B. C. Engelen2008-09-101-1/+0
| | | | | | remove nartbpath test code etc. remove inkscape's path parsing, since it is now done by 2geom. (bzr r6789)
* LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ↵Johan B. C. Engelen2008-09-071-2/+0
| | | | | references to nr-path.h) (bzr r6774)
* enable EPS export via cairo, use it instead of the old native onebulia byak2008-09-011-0/+2
| | | (bzr r6743)
* properly transform clippath: transform of the item using the clippath must ↵bulia byak2008-08-311-0/+1
| | | | | also be applied (bzr r6739)
* cairo-render-context extension implementation converted to 2geomJohan B. C. Engelen2008-08-311-3/+3
| | | (bzr r6736)
* NR:: to Geom:: for most of src/extension/Johan B. C. Engelen2008-08-121-9/+9
| | | (bzr r6612)
* add CairoRenderContext::renderPathVectorJohan B. C. Engelen2008-06-261-0/+2
| | | (bzr r6074)
* complete adding const to have only NArtBpath const * get_bpath() const; for ↵Johan B. C. Engelen2008-05-091-1/+1
| | | | | accessing the protected member of SPCurve. Nowhere in Inkscape source is the path data changed of SPCurve, except within SPCurve's own methods ! So removed the non-const NArtBpath* get_bpath. (bzr r5642)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-9/+9
| | | (bzr r5149)
* now act on settings in dialogueAdib Taraben2008-01-161-0/+6
| | | (bzr r4529)
* more on cairo ps/pdf optionsAdib Taraben2007-12-261-13/+23
| | | (bzr r4304)
* Implement cross-architecture print dialog using cairo and PNG backends.Kees Cook2007-12-101-2/+2
| | | (bzr r4199)
* always build cairo backend; add interface for setting cairo surface to rendererKees Cook2007-12-101-4/+3
| | | (bzr r4198)
* Add virtual to a lot of the destructors. Note: perhaps it will have to be ↵Johan B. C. Engelen2007-11-041-1/+1
| | | | | reverted for some files to keep them C-compatible. (bzr r4024)
* cairo ps output patchtheAdib2007-05-091-0/+1
| | | (bzr r2987)
* Initial commit of Cairo renderer for PDF exportmiklosh2006-10-011-0/+198
(bzr r1730)