summaryrefslogtreecommitdiffstats
path: root/src/helper/png-write.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Applied modified patch to add export messages. Partially fixes bug #43730.Jon A. Cruz2012-05-241-31/+25
* png-write: Fix FTBFSAlex Valavanis2012-04-061-1/+1
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+1
* Updating use of libpng jump buffer. Fixes bug #721029.Jon A. Cruz2011-10-291-2/+2
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-14/+10
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-9/+6
* Merge from trunkKrzysztof Kosi??ski2011-07-251-3/+3
|\
| * Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-3/+3
* | Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-221-16/+10
|/
* Remove more of libnrKrzysztof Kosi??ski2011-06-231-0/+1
* Merge from trunkKrzysztof Kosi??ski2011-04-071-1/+1
|\
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-12/+11
|\|
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-12/+11
| |\
| | * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-1/+1
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-2/+2
| | * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-4/+4
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+1
|\| |
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
| |/
* | Make nr_arena_invoke_render expect an already transformed context,Krzysztof Kosi??ski2010-08-151-0/+2
* | Completely remove NRPixBlockKrzysztof Kosi??ski2010-08-141-11/+6
* | Wholesale cruft removal part 1Krzysztof Kosi??ski2010-08-041-9/+2
* | Fix PNG exportKrzysztof Kosi??ski2010-06-291-30/+40
|/
* Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski2010-04-061-3/+18
* Initial fix for the inverted coordinate system bugKrzysztof Kosi??ski2010-04-031-18/+3
* fix 396851: move absolutizing relative path (added by Ted) out of sp_export_p...bulia byak2009-08-171-18/+3
* Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert2009-08-061-3/+3
* SPDocument->Documentjohnce2009-08-051-3/+3
* BUG: #273767: crash on ...; resolved crash on several pixbuf operationstheAdib2009-05-111-1/+2
* BUG 322116, PDF export does not use the highest quality for rasterized filtertheAdib2009-05-011-11/+2
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-1/+1
* Very slight change to allocation of stripe buffer in png-write.cpp that makes...Jasper van de Gronde2008-12-021-1/+1
* Merge from fe-movedTed Gould2008-11-211-14/+38
* From trunkTed Gould2008-10-271-5/+9
* Merging from trunkTed Gould2008-10-111-1/+1
* Whitespace cleanupJon A. Cruz2008-09-241-1/+1
* Added base metadata to exported png files. Fixes bug #189954.Jon A. Cruz2008-09-241-9/+104
* remove extra unref; now ref/unref is done by show/hide; this used to stop thi...bulia byak2008-09-161-3/+2
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-1/+1
* src/helper 2geomifiedJohan B. C. Engelen2008-08-061-3/+3
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-1/+1
* warning cleanupJon A. Cruz2007-12-051-3/+3
* Don't show error dialog when bitmap export is cancelled by the user (fixes bu...Maximilian Albert2007-12-041-2/+6
* Fix: [ 1829427 ] PNG export via cmd line is restricted to 65535x65535Johan B. C. Engelen2007-11-161-3/+3
* revert jasper's way overzealous fix in png-write.cpp rev 13700; new fix in it...bulia byak2007-08-111-7/+7
* Remove unused function sp_png_write_rgba (and its helper function sp_png_get_...Peter Moulder2007-06-251-41/+17
* noop: (sp_export_png_file): Switch from NRMatrix to NR::Matrix.Peter Moulder2007-06-251-8/+5
* CodingStyle: whitespacePeter Moulder2007-06-251-152/+163
* CodingStyle: const usagePeter Moulder2007-06-251-13/+16
* API change: render methods now take a cairo_t (not yet used)bulia byak2007-03-011-1/+1