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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix for Bug #1110397: Opacity of clipped group is ignored (regression)
Ted Janeczko
2013-02-01
1
-2
/
+4
*
code cleanup. don't use pointers when you don't have to. use const whereever ...
Johan B. C. Engelen
2013-01-30
5
-38
/
+38
*
Filter color values always defined as sRGB (or ICC).
Tavmjong Bah
2013-01-29
7
-10
/
+97
*
More GObject boilerplate reduction
Alex Valavanis
2013-01-26
2
-94
/
+45
*
Fix multiple instances of ci_key.
Jon A. Cruz
2013-01-20
2
-9
/
+11
*
fix warning
Johan B. C. Engelen
2013-01-17
1
-1
/
+1
*
const
Johan B. C. Engelen
2013-01-17
2
-9
/
+9
*
make grayscale viewmode color factors configurable.
Johan B. C. Engelen
2013-01-13
2
-14
/
+20
*
Warning and dead code cleanup.
Jon A. Cruz
2013-01-11
1
-0
/
+3
*
Speed up canvas item drawing for GTK+ 3
Alex Valavanis
2012-12-30
1
-27
/
+20
*
Implement GTK+ 3 drawing for zoom correction ruler in preferences dialog
Alex Valavanis
2012-12-28
1
-15
/
+3
*
Move some code from filter primitives to cairo-utils.cpp. Fix bug in lighting...
Tavmjong Bah
2012-12-23
19
-214
/
+40
*
Add support for color-interpolation-filters = linearRGB.
Tavmjong Bah
2012-12-22
19
-5
/
+352
*
Add utilities to tag a cairo surface with color interpolation value.
Tavmjong Bah
2012-12-22
2
-0
/
+124
*
Minor changes.
Tavmjong Bah
2012-12-22
1
-1
/
+1
*
re-add Grayscale color mode
Johan B. C. Engelen
2012-12-13
3
-41
/
+79
*
stacked clip paths. patch by Ted Janeczko for Bug 1067271
Alvin Penner
2012-12-09
1
-16
/
+11
*
Revert r11914, better fix for bug #955141 coming.
Tavmjong Bah
2012-12-09
1
-27
/
+2
*
Fix for bug #790192, the unclipped alpha component was used for clipping the ...
Jasper van de Gronde
2012-12-06
1
-4
/
+5
*
Fix for #955141: Converting clipped object to pattern produces rasterised pat...
Tavmjong Bah
2012-11-29
2
-2
/
+29
*
Fix for 1073128 : Command line PNG export fails if FeFlood filter primitive i...
John Smith
2012-11-29
1
-2
/
+1
*
Update to current trunk
Ted Gould
2012-11-25
19
-141
/
+155
|
\
|
*
UI. Fix for Bug #1072007 (Mouse scroll zoom depends on if the cursor is over ...
Nicolas Dufour
2012-11-23
1
-2
/
+6
|
*
cppcheck: Fix a couple more C-style pointer casts and inefficient vector-empt...
Alex Valavanis
2012-11-15
2
-4
/
+4
|
*
cppcheck: Convert more C-style pointer casts to GObject or C++
Alex Valavanis
2012-11-11
2
-36
/
+33
|
*
Change outline mode rendering tolerance from 1.25 to 0.5.
Krzysztof Kosi??ski
2012-11-06
2
-2
/
+2
|
*
Fix for 1068763 : Opening 'File > Document Properties' dirties current document
John Smith
2012-10-31
1
-2
/
+4
|
*
cppcheck: More C-style pointer casting
Alex Valavanis
2012-10-28
4
-11
/
+13
|
*
cppcheck: get rid of more C-style pointer casts
Alex Valavanis
2012-10-27
5
-15
/
+15
|
*
Clamp colour channels in feComposite result to alpha channel, instead of 1, a...
Jasper van de Gronde
2012-10-27
1
-4
/
+5
|
*
Fix build error due to bad internal handling of deprecated GTK+ symbols in gt...
Alex Valavanis
2012-10-27
2
-8
/
+8
|
*
bit of a clean-up
Johan B. C. Engelen
2012-10-26
2
-26
/
+19
|
*
include yourself first, then the others
Johan B. C. Engelen
2012-10-26
1
-2
/
+3
|
*
allow 0 degree angles for axonometric grid's x and z axes
Johan B. C. Engelen
2012-10-26
1
-31
/
+45
*
|
A few more headers
Ted Gould
2012-10-15
1
-0
/
+2
*
|
Files in /src that no longer exist
Ted Gould
2012-10-15
1
-1
/
+0
|
/
*
Better attempt at finding primitive filter region for percent and userSpaceOn...
Tavmjong Bah
2012-10-15
2
-7
/
+26
*
Use filter primitive region and aspect ratio in image filter primitive, fixes...
Tavmjong Bah
2012-10-15
2
-23
/
+110
*
Fix for 657463 : Mousewheel zooming by two steps, not one
John Smith
2012-10-14
1
-0
/
+8
*
Use filter primitive region in flood filter primitive, fixes regression.
Tavmjong Bah
2012-10-14
1
-5
/
+28
*
fixing memory release issue (valgrind reported; bug #1043571 , comment 16 iss...
Kris De Gussem
2012-10-03
1
-2
/
+6
*
static code checking (Bug #614223)
Kris De Gussem
2012-09-11
1
-0
/
+1
*
Fix canvas scroll events in GTK+ 3
Alex Valavanis
2012-07-23
1
-1
/
+5
*
UI. Fix for Bug #817193 (Usability: emphasize gridlines checkbox is using neg...
Nicolas Dufour
2012-06-26
2
-2
/
+2
*
Migrate some widgets to GtkStyleContext
Alex Valavanis
2012-06-24
1
-5
/
+17
*
Migrate to new device pointer API for GTK+ 3
Alex Valavanis
2012-06-23
1
-0
/
+48
*
Removed outdated classes.
Jon A. Cruz
2012-06-17
2
-0
/
+4
*
Warning cleanup.
Jon A. Cruz
2012-06-13
1
-3
/
+3
*
Add missing Cairo header
Alex Valavanis
2012-06-10
1
-3
/
+1
*
Gtk+ 3 drawing in sp-canvas
Alex Valavanis
2012-06-09
1
-1
/
+25
[next]