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