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
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-314
/
+0
2017-10-01
First batch
Marc Jeanmougin
1
-17
/
+6
2017-09-24
Transform duplicate object only when clipping or masking
Stefano Facchini
1
-7
/
+2
2017-09-24
Remove unused parameter in SPItem::doWriteTransform
Stefano Facchini
1
-1
/
+1
2017-05-31
Remove silly code ;)
Jabier Arraiza Cenoz
1
-6
/
+0
2017-05-29
Add toggle clip bisibility button
Jabier Arraiza Cenoz
1
-0
/
+1
2017-05-29
Allow temp hide clip
Jabier Arraiza Cenoz
1
-5
/
+3
2017-05-29
Handling hide
Jabiertxof
1
-3
/
+7
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-1
/
+0
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+1
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-1
/
+0
2016-07-14
Renamed children list in SPObject
Adrian Boguszewski
1
-5
/
+5
2016-07-13
Second part of new SPObject children list
Adrian Boguszewski
1
-15
/
+15
2015-11-13
static code analysis
Kris De Gussem
1
-1
/
+1
2015-05-08
refactor sp_selection_set_mask
Marc Jeanmougin
1
-3
/
+3
2015-05-08
fixes various bugs with clipping and masking
Marc Jeanmougin
1
-2
/
+1
2015-02-25
create SPObject factory
Liam P. White
1
-10
/
+0
2014-12-24
Remove sp_style_read_from_object()
Tavmjong Bah
1
-1
/
+1
2013-08-03
Cleaned up.
Markus Engel
1
-56
/
+48
2013-04-07
Merge Object and subclasses. Merging of SP- and C-classes complete.
Markus Engel
1
-2
/
+0
2013-04-06
Merged ObjectGroup and subclasses.
Markus Engel
1
-47
/
+23
2013-04-02
Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...
Markus Engel
1
-0
/
+10
2013-04-01
Added constructors to SP classes.
Markus Engel
1
-4
/
+10
2013-04-01
Replaced calls to g_object_(un)ref with sp_object_(un)ref.
Markus Engel
1
-4
/
+4
2013-03-31
Prepared exchange of casting macros.
Markus Engel
1
-0
/
+1
2013-03-29
Renamed virtual function names.
Markus Engel
1
-12
/
+12
2013-03-29
Removed function pointers from SPObject and subclasses.
Markus Engel
1
-6
/
+6
2013-03-14
Various changes.
Markus Engel
1
-1
/
+1
2013-01-24
More GObject boilerplate cleanup
Alex Valavanis
1
-52
/
+47
2013-01-17
Cleanup more GObject type definitions
Alex Valavanis
1
-3
/
+2
2012-08-21
Added "virtual pad" to SPClipPath.
Markus Engel
1
-22
/
+69
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
[next]