summaryrefslogtreecommitdiffstats
path: root/src/helper/png-write.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-24Applied modified patch to add export messages. Partially fixes bug #43730.Jon A. Cruz1-31/+25
2012-04-06png-write: Fix FTBFSAlex Valavanis1-1/+1
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
2011-10-29Updating use of libpng jump buffer. Fixes bug #721029.Jon A. Cruz1-2/+2
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-14/+10
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-9/+6
2011-07-22Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski1-16/+10
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-3/+3
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-0/+1
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-08-15Make nr_arena_invoke_render expect an already transformed context,Krzysztof Kosi??ski1-0/+2
2010-08-14Completely remove NRPixBlockKrzysztof Kosi??ski1-11/+6
2010-08-04Wholesale cruft removal part 1Krzysztof Kosi??ski1-9/+2
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-1/+1
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-2/+2
2010-06-29Fix PNG exportKrzysztof Kosi??ski1-30/+40
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-4/+4
2010-04-06Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski1-3/+18
2010-04-03Initial fix for the inverted coordinate system bugKrzysztof Kosi??ski1-18/+3
2009-08-17fix 396851: move absolutizing relative path (added by Ted) out of sp_export_p...bulia byak1-18/+3
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-3/+3
2009-08-05SPDocument->Documentjohnce1-3/+3
2009-05-11BUG: #273767: crash on ...; resolved crash on several pixbuf operationstheAdib1-1/+2
2009-05-01BUG 322116, PDF export does not use the highest quality for rasterized filtertheAdib1-11/+2
2009-02-21Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski1-1/+1
2008-12-02Very slight change to allocation of stripe buffer in png-write.cpp that makes...Jasper van de Gronde1-1/+1
2008-11-21Merge from fe-movedTed Gould1-14/+38
2008-10-27From trunkTed Gould1-5/+9
2008-10-11Merging from trunkTed Gould1-1/+1
2008-09-24Whitespace cleanupJon A. Cruz1-1/+1
2008-09-24Added base metadata to exported png files. Fixes bug #189954.Jon A. Cruz1-9/+104
2008-09-16remove extra unref; now ref/unref is done by show/hide; this used to stop thi...bulia byak1-3/+2
2008-08-08remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen1-1/+1
2008-08-06src/helper 2geomifiedJohan B. C. Engelen1-3/+3
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-1/+1
2007-12-05warning cleanupJon A. Cruz1-3/+3
2007-12-04Don't show error dialog when bitmap export is cancelled by the user (fixes bu...Maximilian Albert1-2/+6
2007-11-16Fix: [ 1829427 ] PNG export via cmd line is restricted to 65535x65535Johan B. C. Engelen1-3/+3
2007-08-11revert jasper's way overzealous fix in png-write.cpp rev 13700; new fix in it...bulia byak1-7/+7
2007-06-25Remove unused function sp_png_write_rgba (and its helper function sp_png_get_...Peter Moulder1-41/+17
2007-06-25noop: (sp_export_png_file): Switch from NRMatrix to NR::Matrix.Peter Moulder1-8/+5
2007-06-25CodingStyle: whitespacePeter Moulder1-152/+163
2007-06-25CodingStyle: const usagePeter Moulder1-13/+16
2007-03-01API change: render methods now take a cairo_t (not yet used)bulia byak1-1/+1
2007-01-12fix by jasper for bug 1631016bulia byak1-23/+27
2006-10-09export bitmap at maximum blur rendering qualitybulia byak1-0/+9
2006-07-17factor native PNG export out of file.cpp in preparation for new export dialogBob Jamison1-0/+202
2006-06-22apply patch 1498946 by zbsz (fixes #1492545 "PNG resolution value export")Ralf Stephan1-3/+4