summaryrefslogtreecommitdiffstats
path: root/src/helper/pixbuf-ops.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-01Fix various minor typosYuri Chornoivan1-1/+1
2019-02-12Header cleanup.Tavmjong Bah1-1/+0
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-09-26Fix PDF bitmap export (inverted y-axis)Thomas Holder1-7/+7
2018-09-12New option to invert y-axisThomas Holder1-7/+2
2018-08-28Fix opacity of rasterized filters in PDF exportEduard Braun1-0/+3
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-3/+3
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-4/+4
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-4/+4
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-2/+3
2017-11-07Misc. typosUnknown1-1/+1
2017-10-17Replace boost::scoped_ptrJan Lingscheid1-2/+1
2017-10-01Removed all GSList occurences in .h filesMarc Jeanmougin1-10/+11
2017-06-27Partial fix for menu items and split contextmenu into separate fileAlexander Valavanis1-0/+2
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-5/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+5
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-5/+1
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-1/+1
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-2/+2
2014-11-10Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.Jon A. Cruz1-7/+8
2014-10-05Move obvious ui component to ui/Liam P. White1-1/+1
2014-03-14drop wrong g_free callKris De Gussem1-2/+1
2014-02-08DrawingContext: change variable names ct to dc (bug #1272073)David Mathog1-2/+2
2013-09-19Encapsulate the shared memory hack for Cairo and GdkPixbuf in a classKrzysztof Kosi??ski1-10/+9
2013-09-13Improve the functions which create GdkPixbuf from Cairo surfaceKrzysztof Kosi??ski1-6/+1
2013-08-28Improve code readability.Matthew Petroff1-1/+1
2013-08-27Added viewBox implement document unit support.Matthew Petroff1-1/+1
2013-07-31Eliminate "unit-constants.h".Matthew Petroff1-2/+2
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-1/+0
2012-04-02Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ...John Smith1-1/+1
2011-12-08Switch to top-level glib headers. Thanks to DimStar for patchAlex Valavanis1-1/+0
2011-10-02Warning cleanup.Jon A. Cruz1-23/+17
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-10/+9
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-29/+26
2011-07-22Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski1-14/+5
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-2/+2
2011-07-13Fix crashes in print previewKrzysztof Kosi??ski1-2/+3
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-0/+1
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
2011-01-17remove memory boundries on bitmap renderer, optimize memory usageAdib Taraben1-0/+14
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-08-04Wholesale cruft removal part 1Krzysztof Kosi??ski1-54/+32
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-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-1/+1
2010-04-03Fix behavior when loading a documentKrzysztof Kosi??ski1-1/+1
2010-03-04Fix for invisible blured clone elements in PDF export.Nicolas Dufour1-0/+2
2009-10-04Patch by Adib to fix 273767Josh Andler1-6/+10