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-pattern.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Merged PaintServer and subclasses; moved Gradient classes to own files.
Markus Engel
2013-04-05
1
-150
/
+150
*
|
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
/
+12
*
|
Prepared exchange of casting macros.
Markus Engel
2013-03-31
1
-0
/
+1
*
|
Renamed virtual function names.
Markus Engel
2013-03-29
1
-9
/
+9
*
|
merged from trunk
Markus Engel
2013-03-29
1
-146
/
+91
|
\
|
|
*
More GObject boilerplate reduction
Alex Valavanis
2013-01-26
1
-35
/
+7
|
*
const ....
Johan B. C. Engelen
2013-01-17
1
-45
/
+45
|
*
Second attempt at fix for #955141, rasterization of clipped/masked objects in...
Tavmjong Bah
2012-12-09
1
-3
/
+4
|
*
noop: Added some comments, rearranged some lines to make code easier to follow.
Tavmjong Bah
2012-12-09
1
-11
/
+41
|
*
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
2012-10-04
1
-3
/
+3
*
|
Removed function pointers from SPObject and subclasses.
Markus Engel
2013-03-29
1
-4
/
+4
*
|
Replaced calls to "pattern_new".
Markus Engel
2013-03-29
1
-1
/
+1
*
|
Various changes.
Markus Engel
2013-03-14
1
-1
/
+1
*
|
Added "virtual pad" to
Markus Engel
2012-08-21
1
-24
/
+67
|
/
*
Remove all NRRect use.
Krzysztof Kosi??ski
2011-08-27
1
-14
/
+15
*
Remove NRRect from paint servers and temporary calculations
Krzysztof Kosi??ski
2011-08-27
1
-4
/
+4
*
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
2011-08-07
1
-11
/
+13
*
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
2011-08-06
1
-9
/
+10
*
Replace direct use of Cairo contexts and surfaces in the rendering tree
Krzysztof Kosi??ski
2011-07-22
1
-27
/
+16
*
Merge from trunk
Krzysztof Kosi??ski
2011-06-19
1
-2
/
+2
|
\
|
*
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
2011-06-04
1
-2
/
+2
|
*
Port of 0.48.x branch revision 9781.
Jon A. Cruz
2011-05-28
1
-8
/
+5
*
|
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-47
/
+46
|
\
|
|
*
NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)
Johan B. C. Engelen
2011-02-21
1
-2
/
+10
|
*
Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.
Jon A. Cruz
2011-02-21
1
-35
/
+33
|
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-18
/
+18
*
|
Merge from trunk (again)
Krzysztof Kosi??ski
2010-12-15
1
-53
/
+79
|
\
|
|
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-72
/
+79
|
|
\
|
|
*
SPObject c++ification finalized along with the beginning of XML Privatisation...
Abhishek Sharma Public
2010-07-12
1
-9
/
+9
|
|
*
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
2010-07-03
1
-6
/
+6
|
|
*
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
-6
/
+6
|
*
|
fix Bug #674109 - Pattern spam when adjusting a pattern in text
Adonis Papaderos
2010-11-24
1
-3
/
+33
|
|
/
*
|
Fix handling of x and y attributes of patterns
Krzysztof Kosi??ski
2010-08-15
1
-12
/
+17
*
|
Make nr_arena_invoke_render expect an already transformed context,
Krzysztof Kosi??ski
2010-08-15
1
-0
/
+1
*
|
Fix crash on empty patterns
Krzysztof Kosi??ski
2010-08-12
1
-24
/
+29
*
|
Minor cleanups
Krzysztof Kosi??ski
2010-08-05
1
-0
/
+8
*
|
Wholesale cruft removal part 2
Krzysztof Kosi??ski
2010-08-04
1
-4
/
+2
*
|
Wholesale cruft removal part 1
Krzysztof Kosi??ski
2010-08-04
1
-446
/
+1
*
|
Fix pattern viewBox
Krzysztof Kosi??ski
2010-08-03
1
-13
/
+11
*
|
Fix catastrophic memory leak when rendering a pattern
Krzysztof Kosi??ski
2010-08-03
1
-6
/
+3
*
|
Consolidate Cairo utils in display/cairo-utils.h. Fix icons harder.
Krzysztof Kosi??ski
2010-06-29
1
-1
/
+1
*
|
Initial Cairo rendering commit: solid shapes, gradients, opacity and patterns
Krzysztof Kosi??ski
2010-06-22
1
-0
/
+128
|
/
*
add comment (copied from sp-gradient) explaining why this must set a flag, to...
bulia byak
2009-09-14
1
-0
/
+1
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-4
/
+4
*
SPDocument->Document
johnce
2009-08-05
1
-4
/
+4
*
no scaling compensation for "object to pattern" operation (bug #312701)
Thomas Holder
2009-05-01
1
-1
/
+1
*
fix crash when switching away from pattern (237104 and others)
bulia byak
2009-03-09
1
-11
/
+35
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-1
/
+1
[prev]
[next]