summaryrefslogtreecommitdiffstats
path: root/src/sp-mask.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-316/+0
2017-09-24Transform duplicate object only when clipping or maskingStefano Facchini1-7/+2
2017-09-24Remove unused parameter in SPItem::doWriteTransformStefano Facchini1-1/+1
2017-06-07Working on powermask LPEJabier Arraiza Cenoz1-1/+2
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-2/+2
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-6/+6
2016-07-11First part of new SPObject children listAdrian Boguszewski1-11/+4
2016-02-22static code analysisKris De Gussem1-4/+4
2015-12-05cppification: GSList replaced by vectors (mostly related to guides and grids)Marc Jeanmougin1-25/+14
2015-11-13static code analysisKris De Gussem1-1/+1
2015-05-08refactor sp_selection_set_maskMarc Jeanmougin1-3/+3
2015-05-08fixes various bugs with clipping and maskingMarc Jeanmougin1-2/+1
2015-02-25create SPObject factoryLiam P. White1-10/+0
2013-08-03Cleaned up.Markus Engel1-67/+58
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-2/+0
2013-04-06Merged ObjectGroup and subclasses.Markus Engel1-49/+25
2013-04-02Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...Markus Engel1-0/+10
2013-04-01Added constructors to SP classes.Markus Engel1-4/+10
2013-04-01Replaced calls to g_object_(un)ref with sp_object_(un)ref.Markus Engel1-4/+4
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+1
2013-03-29Renamed virtual function names.Markus Engel1-12/+12
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-6/+6
2013-03-14Various changes.Markus Engel1-1/+1
2013-01-26More GObject boilerplate reductionAlex Valavanis1-35/+10
2013-01-17Cleanup more GObject type definitionsAlex Valavanis1-1/+1
2012-08-21Added "virtual pad" to SPMask.Markus Engel1-24/+72
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-20/+12
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-6/+4
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-16/+16
2011-06-23Remove more of libnrKrzysztof Kosi??ski1-1/+2
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz1-1/+1
2011-02-21Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz1-17/+16
2011-02-02update to latest 2geom !Johan B. C. Engelen1-4/+4
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-08-04Wholesale cruft removal part 3Krzysztof Kosi??ski1-4/+4
2010-08-04Wholesale cruft removal part 2Krzysztof Kosi??ski1-1/+0
2010-07-12SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public1-2/+2
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-4/+4
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-5/+4
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-3/+3
2009-08-05SPDocument->Documentjohnce1-3/+3
2008-12-05NR -> 2Geom, more h and cpp filesJoshua L. Blocher1-2/+2
2008-10-11Merging from trunkTed Gould1-2/+2
2008-09-16remove extra unref; now ref/unref is done by show/hide; this used to stop thi...bulia byak1-2/+0
2008-06-11plumb XML::Documents in everywhereMenTaLguY1-4/+3
2008-03-21No more NRMatrix or NRPoint.Jasper van de Gronde1-8/+7