summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/cairo-renderer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ...John Smith2012-04-021-1/+1
* Merge Andrew's new OCAL dialog and clean headers. Please testAlex Valavanis2012-02-271-0/+1
|\
* | add underscores to some member variables.Johan B. C. Engelen2012-01-171-8/+8
|/
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
* Cleaned up display-forward.h, including many redundant usages.Jon A. Cruz2011-10-041-1/+0
* Completely remove NRRect, NRRectL, in-svg-plane.hKrzysztof Kosi??ski2011-08-271-1/+0
* Remove all NRRect use.Krzysztof Kosi??ski2011-08-271-17/+19
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-48/+38
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-1/+0
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-4/+3
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen2011-07-171-3/+3
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-1/+1
* Fix crashes in print previewKrzysztof Kosi??ski2011-07-131-3/+5
* Fix mixed up colors when exporting images with bitmaps to PDF and otherKrzysztof Kosi??ski2011-07-061-10/+6
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz2011-06-041-6/+5
* symbol rendering fix for bug:705345Adib Taraben2011-05-051-3/+3
* Fix crashes on empty marker definitions.Johan B. C. Engelen2011-05-011-5/+7
* Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz2011-02-221-24/+32
* update to latest 2geom !Johan B. C. Engelen2011-02-021-23/+23
* remove memory boundries on bitmap renderer, optimize memory usageAdib Taraben2011-01-171-1/+16
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-13/+14
|\
| * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-2/+2
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-3/+3
| * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-4/+4
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | Don't try displaying markers for completely empty paths, fixes crash.Johan B. C. Engelen2010-10-231-0/+1
|/
* fix bug 168275 by removing a ceil on document height and width in pdf/eps/ps ...Johan B. C. Engelen2010-04-101-2/+2
* Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski2010-04-061-1/+5
* Fix --export-page-drawing option in PDF, PS and LaTeX export.Krzysztof Kosi??ski2010-04-031-5/+1
* initial work, plugging in a LaTeX renderer to write the text stuff to a .tex ...Johan B. C. Engelen2010-02-201-0/+2
* add option to exclude/omit text from the PDF when saving to pdfJohan B. C. Engelen2010-02-201-0/+6
* First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-0/+1
* Patch for 456148 by JohanJosh Andler2009-11-081-29/+51
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-2/+2
* SPDocument->Documentjohnce2009-08-051-2/+2
* make 'marker' property work (shorthand for start, mid and end markers); inksc...Johan B. C. Engelen2009-01-021-89/+67
* * remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls byThomas Holder2008-12-161-1/+1
* Merge from fe-movedTed Gould2008-11-211-1/+1
* Merge from trunkTed Gould2008-11-011-8/+13
* Merge from trunkTed Gould2008-10-311-23/+39
* From trunkTed Gould2008-10-271-28/+43
* Merging from trunkTed Gould2008-10-111-13/+1
* Merge from trunk.Ted Gould2008-09-251-96/+34
* release reprs properlybulia byak2008-09-201-0/+1
* Don't clip mask surface to mask bounding box.Tavmjong Bah2008-09-201-2/+4
* Fix transformation for items rendered as bitmaps (i.e. filters) inTavmjong Bah2008-09-161-4/+8
* Make rasterization of filters into pdf respect the requested dpi.Aaron Spike2008-09-051-5/+7
* properly transform clippath: transform of the item using the clippath must al...bulia byak2008-08-311-1/+12
* Ulf Ericson's patch for implementing missing properties in the new pdf exporterbulia byak2008-08-291-6/+16
* NR:: to Geom:: for most of src/extension/Johan B. C. Engelen2008-08-121-32/+34