index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
sp-clippath.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-36
/
+17
2011-08-07
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
1
-7
/
+4
2011-08-06
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
1
-16
/
+18
2011-07-10
Implement handling of the clip-rule property. Partially based on
Krzysztof Kosi??ski
1
-2
/
+9
2011-06-04
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
1
-1
/
+1
2011-02-21
Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.
Jon A. Cruz
1
-6
/
+6
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-7
/
+7
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-08-04
Wholesale cruft removal part 3
Krzysztof Kosi??ski
1
-4
/
+4
2010-08-04
Wholesale cruft removal part 2
Krzysztof Kosi??ski
1
-1
/
+0
2010-07-20
More on c++ification and some XML privatisation
Abhishek Sharma public
1
-60
/
+61
2010-07-12
SPObject c++ification finalized along with the beginning of XML Privatisation...
Abhishek Sharma Public
1
-1
/
+1
2010-07-03
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
1
-5
/
+5
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-2
/
+2
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-7
/
+6
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-3
/
+3
2009-08-05
SPDocument->Document
johnce
1
-3
/
+3
2009-02-08
gcc warning cleanup:
Felipe Corr??a da Silva Sanches
1
-2
/
+2
2008-12-05
NR -> 2Geom, more h and cpp files
Joshua L. Blocher
1
-5
/
+5
2008-10-11
Merging from trunk
Ted Gould
1
-2
/
+3
2008-09-16
remove extra unref; now ref/unref is done by show/hide; this used to stop thi...
bulia byak
1
-2
/
+0
2008-06-11
plumb XML::Documents in everywhere
MenTaLguY
1
-4
/
+3
2008-03-21
No more NRMatrix or NRPoint.
Jasper van de Gronde
1
-8
/
+6
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-1
/
+2
2007-11-04
Warning cleanup
Jon A. Cruz
1
-10
/
+10
2007-07-28
pass the geometric bbox flag when taking bbox for clipping; unfortunately thi...
bulia byak
1
-2
/
+2
2007-01-21
start switching sp_repr_new* over to XML::Document::create*, and rename creat...
MenTaLguY
1
-2
/
+4
2006-03-22
rewrote sp_clippath_get_bbox correctly to fix 1455885
bulia byak
1
-6
/
+18
2006-03-22
Mask/Clippath transformations on masking/unmasking
Andrius Ramanauskas
1
-2
/
+8
2006-03-19
patch by Andrius R. for (un)clip and (un)mask commands
bulia byak
1
-0
/
+22
2006-03-16
coding style
bulia byak
1
-73
/
+36
2006-02-06
add a method to get bbox of a clippath, fix the update-while-update warnings
bulia byak
1
-1
/
+11