summaryrefslogtreecommitdiffstats
path: root/src/sp-mask.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-316/+0
| | | | A lot of header clean-up.
* Transform duplicate object only when clipping or maskingStefano Facchini2017-09-241-7/+2
|
* Remove unused parameter in SPItem::doWriteTransformStefano Facchini2017-09-241-1/+1
|
* Working on powermask LPEJabier Arraiza Cenoz2017-06-071-1/+2
| | | (bzr r15722)
* Merged trunkAdrian Boguszewski2016-08-031-1/+0
|\ | | | | (bzr r14954.1.29)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+0
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+1
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+0
| | | | | | (bzr r15025)
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-2/+2
| | | | | | (bzr r14954.1.21)
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-6/+6
| | | | | | (bzr r14954.1.19)
* | First part of new SPObject children listAdrian Boguszewski2016-07-111-11/+4
|/ | | (bzr r14954.1.17)
* static code analysisKris De Gussem2016-02-221-4/+4
| | | (bzr r14665)
* cppification: GSList replaced by vectors (mostly related to guides and grids)Marc Jeanmougin2015-12-051-25/+14
| | | (bzr r14504.1.1)
* static code analysisKris De Gussem2015-11-131-1/+1
| | | (bzr r14463)
* refactor sp_selection_set_maskMarc Jeanmougin2015-05-081-3/+3
| | | (bzr r14131)
* fixes various bugs with clipping and maskingMarc Jeanmougin2015-05-081-2/+1
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/569281 - https://launchpad.net/bugs/1319171 - https://launchpad.net/bugs/1177650 (bzr r14130)
* create SPObject factoryLiam P. White2015-02-251-10/+0
| | | (bzr r13939.1.1)
* Cleaned up.Markus Engel2013-08-031-67/+58
| | | (bzr r11608.1.117)
* Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel2013-04-071-2/+0
| | | (bzr r11608.1.86)
* Merged ObjectGroup and subclasses.Markus Engel2013-04-061-49/+25
| | | (bzr r11608.1.83)
* Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵Markus Engel2013-04-021-0/+10
| | | | | rewritten, as they aren't real classes. (bzr r11608.1.69)
* Added constructors to SP classes.Markus Engel2013-04-011-4/+10
| | | (bzr r11608.1.67)
* Replaced calls to g_object_(un)ref with sp_object_(un)ref.Markus Engel2013-04-011-4/+4
| | | (bzr r11608.1.65)
* Prepared exchange of casting macros.Markus Engel2013-03-311-0/+1
| | | (bzr r11608.1.63)
* Renamed virtual function names.Markus Engel2013-03-291-12/+12
| | | (bzr r11608.1.57)
* merged from trunkMarkus Engel2013-03-291-84/+4
|\ | | | | (bzr r11608.1.56)
| * More GObject boilerplate reductionAlex Valavanis2013-01-261-35/+10
| | | | | | (bzr r12065)
| * Cleanup more GObject type definitionsAlex Valavanis2013-01-171-1/+1
| | | | | | (bzr r12034)
* | Removed function pointers from SPObject and subclasses.Markus Engel2013-03-291-6/+6
| | | | | | | | | | Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
* | Various changes.Markus Engel2013-03-141-1/+1
| | | | | | (bzr r11608.1.48)
* | Added "virtual pad" to SPMask.Markus Engel2012-08-211-24/+72
|/ | | (bzr r11608.1.39)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-271-20/+12
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-6/+4
| | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
* Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-16/+16
| | | (bzr r10347.1.21)
* Remove more of libnrKrzysztof Kosi??ski2011-06-231-1/+2
| | | (bzr r10347.1.2)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-1/+1
|\ | | | | (bzr r9508.1.89)
| * Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-1/+1
| | | | | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-21/+20
|\| | | | | (bzr r9508.1.73)
| * Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-17/+16
| | | | | | (bzr r10060)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-4/+4
| | | | | | (bzr r10025)
* | Merge from trunk (again)Krzysztof Kosi??ski2010-12-151-70/+65
|\| | | | | (bzr r9508.1.72)
| * Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-70/+65
| |\ | | | | | | (bzr r9945.1.1)
| | * SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public2010-07-121-2/+2
| | | | | | | | | | | | | | | Privatisation tweaks (bzr r9546.1.6)
| | * another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public2010-07-031-4/+4
| | | | | | | | | (bzr r9546.1.4)
| | * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-2/+2
| | | | | | | | | (bzr r9546.1.2)
| | * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-291-5/+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)
* | | Merge from trunkKrzysztof Kosi??ski2010-11-251-1/+1
|\| | | | | | | | (bzr r9508.1.70)
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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)
* | Wholesale cruft removal part 3Krzysztof Kosi??ski2010-08-041-4/+4
| | | | | | (bzr r9508.1.47)
* | Wholesale cruft removal part 2Krzysztof Kosi??ski2010-08-041-1/+0
|/ | | (bzr r9508.1.45)