summaryrefslogtreecommitdiffstats
path: root/src/sp-clippath.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-314/+0
A lot of header clean-up.
2017-10-01First batchMarc Jeanmougin1-17/+6
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-05-31Remove silly code ;)Jabier Arraiza Cenoz1-6/+0
(bzr r15714)
2017-05-29Add toggle clip bisibility buttonJabier Arraiza Cenoz1-0/+1
(bzr r15709)
2017-05-29Allow temp hide clipJabier Arraiza Cenoz1-5/+3
(bzr r15707)
2017-05-29Handling hideJabiertxof1-3/+7
(bzr r15706)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
(bzr r15025)
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-5/+5
(bzr r14954.1.21)
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-15/+15
(bzr r14954.1.19)
2015-11-13static code analysisKris De Gussem1-1/+1
(bzr r14463)
2015-05-08refactor sp_selection_set_maskMarc Jeanmougin1-3/+3
(bzr r14131)
2015-05-08fixes various bugs with clipping and maskingMarc Jeanmougin1-2/+1
Fixed bugs: - https://launchpad.net/bugs/569281 - https://launchpad.net/bugs/1319171 - https://launchpad.net/bugs/1177650 (bzr r14130)
2015-02-25create SPObject factoryLiam P. White1-10/+0
(bzr r13939.1.1)
2014-12-24Remove sp_style_read_from_object()Tavmjong Bah1-1/+1
(bzr r13822.1.3)
2013-08-03Cleaned up.Markus Engel1-56/+48
(bzr r11608.1.117)
2013-04-07Merge Object and subclasses. Merging of SP- and C-classes complete.Markus Engel1-2/+0
(bzr r11608.1.86)
2013-04-06Merged ObjectGroup and subclasses.Markus Engel1-47/+23
(bzr r11608.1.83)
2013-04-02Registered classes with new factory. Hkern, Vkern and FeFuncX have to be ↵Markus Engel1-0/+10
rewritten, as they aren't real classes. (bzr r11608.1.69)
2013-04-01Added constructors to SP classes.Markus Engel1-4/+10
(bzr r11608.1.67)
2013-04-01Replaced calls to g_object_(un)ref with sp_object_(un)ref.Markus Engel1-4/+4
(bzr r11608.1.65)
2013-03-31Prepared exchange of casting macros.Markus Engel1-0/+1
(bzr r11608.1.63)
2013-03-29Renamed virtual function names.Markus Engel1-12/+12
(bzr r11608.1.57)
2013-03-29Removed function pointers from SPObject and subclasses.Markus Engel1-6/+6
Added some missing virtual pads for classes that were hidden by preprocessor macros. (bzr r11608.1.55)
2013-03-14Various changes.Markus Engel1-1/+1
(bzr r11608.1.48)
2013-01-24More GObject boilerplate cleanupAlex Valavanis1-52/+47
(bzr r12059)
2013-01-17Cleanup more GObject type definitionsAlex Valavanis1-3/+2
(bzr r12034)
2012-08-21Added "virtual pad" to SPClipPath.Markus Engel1-22/+69
(bzr r11608.1.38)
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-36/+17
using them more obvious. Fix filter region computation. (bzr r10582.1.1)
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-7/+4
methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-16/+18
(bzr r10347.1.21)
2011-07-10Implement handling of the clip-rule property. Partially based onKrzysztof Kosi??ski1-2/+9
a patch by Andrew Lutomirski. Fixed bugs: - https://launchpad.net/bugs/171243 (bzr r10347.1.8)
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz1-1/+1
SP_ROOT() gtk type function/macro. (bzr r10254)
2011-02-21Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz1-6/+6
(bzr r10060)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-7/+7
(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-04Wholesale cruft removal part 3Krzysztof Kosi??ski1-4/+4
(bzr r9508.1.47)
2010-08-04Wholesale cruft removal part 2Krzysztof Kosi??ski1-1/+0
(bzr r9508.1.45)
2010-07-20More on c++ification and some XML privatisationAbhishek Sharma public1-60/+61
(bzr r9546.1.10)
2010-07-12SPObject c++ification finalized along with the beginning of XML ↵Abhishek Sharma Public1-1/+1
Privatisation tweaks (bzr r9546.1.6)
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-5/+5
(bzr r9546.1.4)
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-2/+2
(bzr r9546.1.2)
2010-06-29This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public1-7/+6
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)
2009-08-06Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert1-3/+3
which cannot be fixed easily. (bzr r8422)
2009-08-05SPDocument->Documentjohnce1-3/+3
(bzr r8404)
2009-02-08gcc warning cleanup:Felipe Corr??a da Silva Sanches1-2/+2
warning: suggest a space before ‘;’ or explicit braces around empty body in 'for'/'while' statement (bzr r7251)
2008-12-05NR -> 2Geom, more h and cpp filesJoshua L. Blocher1-5/+5
(bzr r6952)