index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
display
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-07-25
Add deferred allocation functionality to DrawingSurface
Krzysztof Kosi??ski
2
-8
/
+40
2011-07-25
Revert workarounds from 10501 - no longer necessary
Krzysztof Kosi??ski
2
-67
/
+74
2011-07-24
fix page shadow rendering bug introduced in r10495
Johan B. C. Engelen
2
-74
/
+67
2011-07-23
NRRectL -> 2geom
Johan B. C. Engelen
2
-89
/
+97
2011-07-23
remove obsolete code because changed to cairo
Johan B. C. Engelen
1
-93
/
+0
2011-07-22
Replace direct use of Cairo contexts and surfaces in the rendering tree
Krzysztof Kosi??ski
25
-516
/
+872
2011-07-18
Clean up some commented-out code
Krzysztof Kosi??ski
1
-8
/
+1
2011-07-18
refactor the guideline drawing. now it obeys desktop transforms a lot better.
Johan B. C. Engelen
2
-25
/
+33
2011-07-16
Fix drawing of controls at (0,0) (e.g. scaling handles, snap-indicator, etc.)...
Diederik van Lierop
1
-1
/
+6
2011-07-16
fix for building with cmake and building without lcms works again.
Campbell Barton
1
-2
/
+2
2011-07-14
Remove useless pixmap_gc variable
Krzysztof Kosi??ski
2
-25
/
+7
2011-07-13
Fix crashes in print preview
Krzysztof Kosi??ski
2
-0
/
+13
2011-07-13
Fix crashes during offscreen rendering, part 1
Krzysztof Kosi??ski
1
-1
/
+9
2011-07-12
Compute different bounding boxes in outline mode to fix partial
Krzysztof Kosi??ski
2
-57
/
+65
2011-07-10
Simplify rendering of masked / clipped / translucent items.
Krzysztof Kosi??ski
3
-61
/
+48
2011-07-10
Refactored to abstract lcms usage more. Added CMSSystem class.
Jon A. Cruz
1
-6
/
+4
2011-07-10
Remove irrelevant clip-rule handling bit from NRArenaGroup.
Krzysztof Kosi??ski
1
-12
/
+0
2011-07-10
Implement handling of the clip-rule property. Partially based on
Krzysztof Kosi??ski
3
-5
/
+31
2011-07-09
Redesign the rendering pipeline. Clipping paths are now rasterized.
Krzysztof Kosi??ski
4
-109
/
+154
2011-07-09
Next step in refactoring color management. More to come.
Jon A. Cruz
1
-1
/
+1
2011-07-09
Add SPCanvasArena caching layer. Currently breaks for clipped groups
Krzysztof Kosi??ski
5
-23
/
+173
2011-07-06
Fix outline mode for text objects (LP #802354).
Krzysztof Kosi??ski
1
-7
/
+7
2011-07-03
GTK+ cleanup: gtk_object_sink
Alex Valavanis
1
-2
/
+2
2011-07-03
GTK+ cleanup: gtk_type_class
Alex Valavanis
11
-12
/
+12
2011-07-02
GTK+ cleanup: gtk_object_set
Alex Valavanis
1
-1
/
+1
2011-07-02
GTK+ cleaning: gtk_type_new
Alex Valavanis
1
-6
/
+3
2011-07-02
Removed outdated and undesired "I'm in this cpp, so change your behavior" mac...
Jon A. Cruz
4
-8
/
+0
2011-07-02
Applying patch from Campbell Barton to help building on other than gcc.
Jon A. Cruz
1
-4
/
+4
2011-06-30
Implement decent snapping to text (baseline & anchor), and provide a toggle b...
Diederik van Lierop
1
-2
/
+5
2011-06-26
- Add a third group of snap sources/targets, called ¨others¨ (before we had...
Diederik van Lierop
3
-8
/
+2
2011-06-24
Switch to GObject
Alex Valavanis
15
-61
/
+71
2011-06-23
Remove more of libnr
Krzysztof Kosi??ski
17
-251
/
+58
2011-06-23
Update 2Geom to pull in integer rectangle class
Krzysztof Kosi??ski
3
-4
/
+1
2011-06-22
Warning cleanup.
Jon A. Cruz
10
-34
/
+37
2011-06-22
oops! I forgot to put "break;"s in my switch statement :-P
Felipe Corr??a da Silva Sanches
1
-0
/
+6
2011-06-22
get cmake working again.
Campbell Barton
1
-13
/
+6
2011-06-21
* Fix text_extents calculation for canvas text items.
Felipe Corr??a da Silva Sanches
2
-15
/
+43
2011-06-21
fix bug 800052: improve measure tool readability
Felipe Corr??a da Silva Sanches
2
-12
/
+37
2011-06-19
Fix outline view
Krzysztof Kosi??ski
2
-9
/
+8
2011-06-19
Fix rendering of control points
Krzysztof Kosi??ski
4
-225
/
+273
2011-06-15
Clean up deprecated GTK_WIDGET API
Alex Valavanis
1
-7
/
+7
2011-06-14
Remove deprecated glib macro wrappers
Alex Valavanis
14
-41
/
+41
2011-06-13
cmake:
Campbell Barton
1
-1
/
+68
2011-06-13
Replace deprecated GtkSignal
Alex Valavanis
2
-5
/
+6
2011-06-13
cmake: now builds without having most of the source listed in 1 file.
Campbell Barton
1
-5
/
+2
2011-06-12
Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macros
Alex Valavanis
1
-7
/
+5
2011-06-13
cmake:
Campbell Barton
1
-2
/
+2
2011-06-12
cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ca...
Campbell Barton
1
-2
/
+2
2011-06-12
cmake: commented unused files/dirs, double checked all files compile this time
Campbell Barton
1
-1
/
+1
2011-06-12
work in progress cmake commit:
Campbell Barton
1
-58
/
+65
[prev]
[next]