summaryrefslogtreecommitdiffstats
path: root/src/sp-clippath.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2011-08-27Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski1-36/+17
2011-08-07Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski1-7/+4
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-16/+18
2011-07-10Implement handling of the clip-rule property. Partially based onKrzysztof Kosi??ski1-2/+9
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-6/+6
2011-02-02update to latest 2geom !Johan B. C. Engelen1-7/+7
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-20More on c++ification and some XML privatisationAbhishek Sharma public1-60/+61
2010-07-12SPObject c++ification finalized along with the beginning of XML Privatisation...Abhishek Sharma Public1-1/+1
2010-07-03another c++ification for sp-object.h/cpp and still in progress...Abhishek Sharma Public1-5/+5
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-7/+6
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-3/+3
2009-08-05SPDocument->Documentjohnce1-3/+3
2009-02-08gcc warning cleanup:Felipe Corr??a da Silva Sanches1-2/+2
2008-12-05NR -> 2Geom, more h and cpp filesJoshua L. Blocher1-5/+5
2008-10-11Merging from trunkTed Gould1-2/+3
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/+6
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-1/+2
2007-11-04Warning cleanupJon A. Cruz1-10/+10
2007-07-28pass the geometric bbox flag when taking bbox for clipping; unfortunately thi...bulia byak1-2/+2
2007-01-21start switching sp_repr_new* over to XML::Document::create*, and rename creat...MenTaLguY1-2/+4
2006-03-22rewrote sp_clippath_get_bbox correctly to fix 1455885bulia byak1-6/+18
2006-03-22Mask/Clippath transformations on masking/unmaskingAndrius Ramanauskas1-2/+8
2006-03-19patch by Andrius R. for (un)clip and (un)mask commandsbulia byak1-0/+22
2006-03-16coding stylebulia byak1-73/+36
2006-02-06add a method to get bbox of a clippath, fix the update-while-update warningsbulia byak1-1/+11