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-mask.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor sp_selection_set_mask
Marc Jeanmougin
2015-05-08
1
-3
/
+3
*
fixes various bugs with clipping and masking
Marc Jeanmougin
2015-05-08
1
-2
/
+1
*
create SPObject factory
Liam P. White
2015-02-25
1
-10
/
+0
*
Cleaned up.
Markus Engel
2013-08-03
1
-67
/
+58
*
Merge Object and subclasses. Merging of SP- and C-classes complete.
Markus Engel
2013-04-07
1
-2
/
+0
*
Merged ObjectGroup and subclasses.
Markus Engel
2013-04-06
1
-49
/
+25
*
Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...
Markus Engel
2013-04-02
1
-0
/
+10
*
Added constructors to SP classes.
Markus Engel
2013-04-01
1
-4
/
+10
*
Replaced calls to g_object_(un)ref with sp_object_(un)ref.
Markus Engel
2013-04-01
1
-4
/
+4
*
Prepared exchange of casting macros.
Markus Engel
2013-03-31
1
-0
/
+1
*
Renamed virtual function names.
Markus Engel
2013-03-29
1
-12
/
+12
*
merged from trunk
Markus Engel
2013-03-29
1
-84
/
+4
|
\
|
*
More GObject boilerplate reduction
Alex Valavanis
2013-01-26
1
-35
/
+10
|
*
Cleanup more GObject type definitions
Alex Valavanis
2013-01-17
1
-1
/
+1
*
|
Removed function pointers from SPObject and subclasses.
Markus Engel
2013-03-29
1
-6
/
+6
*
|
Various changes.
Markus Engel
2013-03-14
1
-1
/
+1
*
|
Added "virtual pad" to SPMask.
Markus Engel
2012-08-21
1
-24
/
+72
|
/
*
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
2011-08-27
1
-20
/
+12
*
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
2011-08-07
1
-6
/
+4
*
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
2011-08-06
1
-16
/
+16
*
Remove more of libnr
Krzysztof Kosi??ski
2011-06-23
1
-1
/
+2
*
Merge from trunk
Krzysztof Kosi??ski
2011-06-19
1
-1
/
+1
|
\
|
*
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
2011-06-04
1
-1
/
+1
*
|
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-21
/
+20
|
\
|
|
*
Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.
Jon A. Cruz
2011-02-21
1
-17
/
+16
|
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-4
/
+4
*
|
Merge from trunk (again)
Krzysztof Kosi??ski
2010-12-15
1
-70
/
+65
|
\
|
|
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-70
/
+65
|
|
\
|
|
*
SPObject c++ification finalized along with the beginning of XML Privatisation...
Abhishek Sharma Public
2010-07-12
1
-2
/
+2
|
|
*
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
2010-07-03
1
-4
/
+4
|
|
*
C++fied SPDocument added
Abhishek Sharma Public
2010-07-01
1
-2
/
+2
|
|
*
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
2010-06-29
1
-5
/
+4
*
|
|
Merge from trunk
Krzysztof Kosi??ski
2010-11-25
1
-1
/
+1
|
\
|
|
|
*
|
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
|
|
/
*
|
Wholesale cruft removal part 3
Krzysztof Kosi??ski
2010-08-04
1
-4
/
+4
*
|
Wholesale cruft removal part 2
Krzysztof Kosi??ski
2010-08-04
1
-1
/
+0
|
/
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-3
/
+3
*
SPDocument->Document
johnce
2009-08-05
1
-3
/
+3
*
NR -> 2Geom, more h and cpp files
Joshua L. Blocher
2008-12-05
1
-2
/
+2
*
Merging from trunk
Ted Gould
2008-10-11
1
-2
/
+2
*
remove extra unref; now ref/unref is done by show/hide; this used to stop thi...
bulia byak
2008-09-16
1
-2
/
+0
*
plumb XML::Documents in everywhere
MenTaLguY
2008-06-11
1
-4
/
+3
*
No more NRMatrix or NRPoint.
Jasper van de Gronde
2008-03-21
1
-8
/
+7
*
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
2008-01-31
1
-0
/
+2
*
fix warning when creating a mask which is the first item in defs
bulia byak
2007-03-03
1
-1
/
+2
*
start switching sp_repr_new* over to XML::Document::create*, and rename creat...
MenTaLguY
2007-01-21
1
-2
/
+4
*
workaround for 1466515: transforming items in the mask causes their gradients...
bulia byak
2006-05-30
1
-0
/
+2
*
Mask/Clippath transformations on masking/unmasking
Andrius Ramanauskas
2006-03-22
1
-2
/
+8
*
patch by Andrius R. for (un)clip and (un)mask commands
bulia byak
2006-03-19
1
-0
/
+23
*
fix property name in init; do the same fix as in SPClipPath to silence 'updat...
bulia byak
2006-03-16
1
-4
/
+13
[next]