summaryrefslogtreecommitdiffstats
path: root/src/helper/pixbuf-ops.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix various minor typosYuri Chornoivan2019-07-011-1/+1
|
* Header cleanup.Tavmjong Bah2019-02-121-1/+0
|
* 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
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
|
* Fix PDF bitmap export (inverted y-axis)Thomas Holder2018-09-261-7/+7
| | | | https://bugs.launchpad.net/inkscape/+bug/1794298
* New option to invert y-axisThomas Holder2018-09-121-7/+2
| | | | | | | | | 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
* Fix opacity of rasterized filters in PDF exportEduard Braun2018-08-281-0/+3
| | | | | | | | | | | | | Opacity was applied thrice: 1. when rendering the filter to a pixbuf (i.e. transparency was baked into the bitmap) 2. when rendering this pixbuf onto a cairo surface 3. when actually rendering the (now doubly opaque) item Avoid 1. and 2. and only apply opacity once. Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/381677
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-3/+3
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-4/+4
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-4/+4
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-2/+3
| | | | A lot of header clean-up.
* Misc. typosUnknown2017-11-071-1/+1
| | | | | | | | | | | | Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
* Replace boost::scoped_ptrJan Lingscheid2017-10-171-2/+1
| | | | | This replaces all usage of boost::scoped_ptr with std::unique_ptr. Also removes the corresponding includes.
* Removed all GSList occurences in .h filesMarc Jeanmougin2017-10-011-10/+11
|
* Partial fix for menu items and split contextmenu into separate fileAlexander Valavanis2017-06-271-0/+2
|
* Merged trunkAdrian Boguszewski2016-08-031-5/+1
|\ | | | | (bzr r14954.1.29)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-5/+1
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+5
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-5/+1
| | | | | | (bzr r15025)
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-1/+1
| | | | | | (bzr r14954.1.21)
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-2/+2
|/ | | (bzr r14954.1.19)
* Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz2014-11-101-7/+8
| | | (bzr r13700)
* Move obvious ui component to ui/Liam P. White2014-10-051-1/+1
| | | (bzr r13341.1.247)
* drop wrong g_free callKris De Gussem2014-03-141-2/+1
| | | (bzr r13152)
* DrawingContext: change variable names ct to dc (bug #1272073)David Mathog2014-02-081-2/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1272073 (bzr r13009)
* Merge from trunk.Matthew Petroff2013-09-201-10/+9
|\ | | | | (bzr r12475.1.29)
| * Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski2013-09-191-10/+9
| | | | | | | | | | called Inkscape::Pixbuf. Replace usage in the code as appropriate. (bzr r12531)
* | Merge from trunk.Matthew Petroff2013-09-151-6/+1
|\| | | | | (bzr r12475.1.20)
| * Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski2013-09-131-6/+1
| | | | | | | | | | | | | | | | and vice versa. Simplifies some code. Also introduce proper refcounting into svg_preview_cache.cpp and fix its users. (bzr r12512)
* | Improve code readability.Matthew Petroff2013-08-281-1/+1
| | | | | | (bzr r12475.1.9)
* | Added viewBox implement document unit support.Matthew Petroff2013-08-271-1/+1
|/ | | (bzr r12475.1.2)
* Eliminate "unit-constants.h".Matthew Petroff2013-07-311-2/+2
| | | (bzr r12380.1.54)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵John Smith2012-04-021-1/+1
| | | | | replaced with g_object_unref (bzr r11139)
* Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis2011-12-081-1/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762)
* Warning cleanup.Jon A. Cruz2011-10-021-23/+17
| | | (bzr r10655)
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-10/+9
| | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-29/+26
| | | (bzr r10347.1.21)
* Merge from trunkKrzysztof Kosi??ski2011-07-251-2/+2
|\ | | | | (bzr r10347.1.18)
| * Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-2/+2
| | | | | | (bzr r10461)
* | Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-221-14/+5
|/ | | | | | | 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)
* Merge from trunk to pull in fix for LP #806105Krzysztof Kosi??ski2011-07-131-2/+3
|\ | | | | (bzr r10347.1.13)
| * Fix crashes in print previewKrzysztof Kosi??ski2011-07-131-2/+3
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/806105 (bzr r10450)
* | Remove more of libnrKrzysztof Kosi??ski2011-06-231-0/+1
|/ | | (bzr r10347.1.2)
* Merge from trunkKrzysztof Kosi??ski2011-04-071-1/+14
|\ | | | | (bzr r9508.1.73)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
| | | | | | (bzr r10025)
| * remove memory boundries on bitmap renderer, optimize memory usageAdib Taraben2011-01-171-0/+14
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/494115 (bzr r10009)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-12/+12
|\| | | | | (bzr r9508.1.72)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-12/+12
| |\ | | | | | | (bzr r9945.1.1)
| | * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-1/+1
| | | | | | | | | (bzr r9546.1.4)