summaryrefslogtreecommitdiffstats
path: root/src/helper/png-write.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Header cleanup.Tavmjong Bah2019-02-121-0/+2
|
* Clarify licensesMax Gaukler2018-11-081-1/+2
| | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
* Partial fix for menu items and split contextmenu into separate fileAlexander Valavanis2017-06-271-1/+1
|
* antialiasing options on exportMarc Jeanmougin2017-01-041-2/+2
| | | (bzr r15391)
* Exposes to the user additional PNG settings: Interlacing, grayscale, bit ↵Marc Jeanmougin2016-09-251-2/+4
| | | | | | | | depth, alpha, compression level, PNG pHYs dpi. Fixed bugs: - https://launchpad.net/bugs/170650 (bzr r15131)
* Removed eclipse files, added removed pot fileMarc Jeanmougin2015-02-231-4/+0
| | | (bzr r13922.1.7)
* Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-2/+2
| | | (bzr r13922.1.5)
* At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-171-2/+7
| | | | | | | | change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
* Kill ancient gcc version check in configure.ac and fix a load of broken ↵Alex Valavanis2013-03-141-1/+1
| | | | | forward declarations (bzr r12203)
* Applied modified patch to add export messages. Partially fixes bug #43730.Jon A. Cruz2012-05-241-13/+27
| | | | | | Fixed bugs: - https://launchpad.net/bugs/43730 (bzr r11407)
* 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)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-3/+3
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-3/+3
| | | (bzr r8406)
* Merge from fe-movedTed Gould2008-11-211-0/+6
| | | (bzr r6891)
* Fix: [ 1829427 ] PNG export via cmd line is restricted to 65535x65535Johan B. C. Engelen2007-11-161-4/+4
| | | (bzr r4091)
* Remove unused function sp_png_write_rgba (and its helper function ↵Peter Moulder2007-06-251-12/+2
| | | | | | | | sp_png_get_block_stripe). (sp_png_write_rgba_striped): Don't export this function. Change return type from int to bool. (sp_export_png_file): Change return type from int to bool. (bzr r3103)
* factor native PNG export out of file.cpp in preparation for new export dialogBob Jamison2006-07-171-0/+11
| | | (bzr r1430)
* apply patch 1498946 by zbsz (fixes #1492545 "PNG resolution value export")Ralf Stephan2006-06-221-2/+2
| | | (bzr r1262)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+23
(bzr r1)