summaryrefslogtreecommitdiffstats
path: root/src/helper/png-write.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-23Eliminate clang warningsThomas Holder1-2/+0
-Winfinite-recursion -Wpessimizing-move -Wunused-label -Wunneeded-internal-declaration -Wself-assign-overloaded -Wunused-const-variable (some) -Wsometimes-uninitialized (some)
2019-08-18reduce usage of desktop coordinates (#341)Thomas Holder1-1/+6
- avoid unnecessary internal usage of desktop coordinates, e.g. in SpellCheck::compareTextBboxes - document whether a function argument is in document or desktop coordinates, e.g. for SPDocument::getItemsInBox
2019-07-27Make doc2dt a document propertyThomas Holder1-6/+1
Closes #340
2019-07-01Fix various minor typosYuri Chornoivan1-1/+1
2019-02-12Header cleanup.Tavmjong Bah1-10/+15
2018-11-08Clarify licensesMax Gaukler1-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
2018-10-01Move macros.h and remove unneeded macrosEduard Braun1-2/+0
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-09-12New option to invert y-axisThomas Holder1-1/+8
Replaces all hard coded or implicit desktop coordinate usage with doc2dt multiplication. New global preference: Interface > Origin at upper left https://bugs.launchpad.net/inkscape/+bug/170049
2018-09-11Several more typosluz.paz1-1/+1
2018-06-20Replace typedef struct with struct in POD type declarations.Emmanuel Gil Peyrot1-2/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-14/+14
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-9/+9
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-9/+9
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-4/+5
A lot of header clean-up.
2017-01-04antialiasing options on exportMarc Jeanmougin1-9/+9
(bzr r15391)
2016-09-25minor fix (+ satisfy build bots (?))Marc Jeanmougin1-7/+3
(bzr r15132)
2016-09-25Exposes to the user additional PNG settings: Interlacing, grayscale, bit ↵Marc Jeanmougin1-31/+46
depth, alpha, compression level, PNG pHYs dpi. Fixed bugs: - https://launchpad.net/bugs/170650 (bzr r15131)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-3/+1
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+3
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+1
(bzr r15025)
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-1/+1
(bzr r14954.1.21)
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-2/+2
(bzr r14954.1.19)
2015-12-07static code analysisKris De Gussem1-3/+3
(bzr r14508)
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-3/+3
(bzr r13922.1.5)
2015-02-17At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin1-6/+6
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)
2014-10-05Move obvious ui component to ui/Liam P. White1-1/+1
(bzr r13341.1.247)
2014-02-08DrawingContext: change variable names ct to dc (bug #1272073)David Mathog1-6/+6
Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009)
2014-01-27Protect pdf and png exports from failure and output reasonalbe warnings.Martin Owens1-1/+1
(bzr r12982)
2013-08-27Added viewBox implement document unit support.Matthew Petroff1-1/+2
(bzr r12475.1.2)
2012-05-24Applied modified patch to add export messages. Partially fixes bug #43730.Jon A. Cruz1-31/+25
Fixed bugs: - https://launchpad.net/bugs/43730 (bzr r11407)
2012-04-06png-write: Fix FTBFSAlex Valavanis1-1/+1
(bzr r11163)
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
2011-10-29Updating use of libpng jump buffer. Fixes bug #721029.Jon A. Cruz1-2/+2
Fixed bugs: - https://launchpad.net/bugs/721029 (bzr r10707)
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-14/+10
methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-9/+6
(bzr r10347.1.21)
2011-07-22Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski1-16/+10
with wrappers which keep some extra information about the surface, amd NRRect and NRRectL use with Geom::Rect and Geom::IntRect. Should simplify implementing filter primitive subregions. (bzr r10347.1.17)
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-3/+3
(bzr r10461)
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-0/+1
(bzr r10347.1.2)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
(bzr r10025)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
2010-08-15Make nr_arena_invoke_render expect an already transformed context,Krzysztof Kosi??ski1-0/+2
to remove a limitation to integer translations imposed by NRRectL (bzr r9508.1.68)
2010-08-14Completely remove NRPixBlockKrzysztof Kosi??ski1-11/+6
(bzr r9508.1.67)
2010-08-04Wholesale cruft removal part 1Krzysztof Kosi??ski1-9/+2
(bzr r9508.1.44)
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-1/+1
(bzr r9546.1.4)
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-2/+2
(bzr r9546.1.2)
2010-06-29Fix PNG exportKrzysztof Kosi??ski1-30/+40
(bzr r9508.1.9)
2010-06-29This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public1-4/+4
sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
2010-04-06Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski1-3/+18
require an XML-level backwards compatibility mechanism to fix properly, and it's too late in the 0.48 cycle to introduce it. (bzr r9298)
2010-04-03Initial fix for the inverted coordinate system bugKrzysztof Kosi??ski1-18/+3
(bzr r9281.1.1)