summaryrefslogtreecommitdiffstats
path: root/src/helper/png-write.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Eliminate clang warningsThomas Holder2019-08-231-2/+0
* reduce usage of desktop coordinates (#341)Thomas Holder2019-08-181-1/+6
* Make doc2dt a document propertyThomas Holder2019-07-271-6/+1
* Fix various minor typosYuri Chornoivan2019-07-011-1/+1
* Header cleanup.Tavmjong Bah2019-02-121-10/+15
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Move macros.h and remove unneeded macrosEduard Braun2018-10-011-2/+0
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
* Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscapeMarc Jeanmougin2018-09-131-1/+1
|\
| * Several more typosluz.paz2018-09-111-1/+1
* | New option to invert y-axisThomas Holder2018-09-121-1/+8
|/
* Replace typedef struct with struct in POD type declarations.Emmanuel Gil Peyrot2018-06-201-2/+2
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-14/+14
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-9/+9
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-9/+9
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-4/+5
* antialiasing options on exportMarc Jeanmougin2017-01-041-9/+9
* minor fix (+ satisfy build bots (?))Marc Jeanmougin2016-09-251-7/+3
* Exposes to the user additional PNG settings: Interlacing, grayscale, bit dept...Marc Jeanmougin2016-09-251-31/+46
* Merged trunkAdrian Boguszewski2016-08-031-3/+1
|\
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-3/+1
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+3
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-3/+1
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-1/+1
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-2/+2
|/
* static code analysisKris De Gussem2015-12-071-3/+3
* Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-3/+3
* At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin2015-02-171-6/+6
* Move obvious ui component to ui/Liam P. White2014-10-051-1/+1
* DrawingContext: change variable names ct to dc (bug #1272073)David Mathog2014-02-081-6/+6
* Protect pdf and png exports from failure and output reasonalbe warnings.Martin Owens2014-01-271-1/+1
* Added viewBox implement document unit support.Matthew Petroff2013-08-271-1/+2
* 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
|\| |