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
...
|
*
use visual bbox in calculation of filter area (Bug 1188336)
Alvin Penner
2013-06-10
1
-2
/
+4
|
*
Added configure/ifdef guards to only bring in the needed #include if glibmm h...
Jon A. Cruz
2013-06-06
2
-0
/
+4
|
*
Correct to compile against recent gtkmm, including updated macports versions....
Jon A. Cruz
2013-06-04
2
-0
/
+4
*
|
changes_2013_05_22a.patch:
David Mathog
2013-06-19
5
-20
/
+409
|
/
*
Fixed logic error confusing bitwise and with logical and.
Jon A. Cruz
2013-04-29
1
-2
/
+2
*
Fix some broken Vim modelines
Alex Valavanis
2013-04-11
3
-3
/
+3
*
Implement read/write of image-rendering property. To be used to control scaling.
Tavmjong Bah
2013-04-08
1
-0
/
+7
*
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
2013-03-25
3
-3
/
+4
*
Fix more clang warnings
Alex Valavanis
2013-03-23
2
-7
/
+7
*
Clarified choice of downsampling routine.
Jasper van de Gronde
2013-03-21
1
-1
/
+3
*
Handle bitmap downsampling ourselves, see bug #804162 in launchpad.
Jasper van de Gronde
2013-03-21
2
-12
/
+115
*
Drop checks for ancient dependency versions. These are satisfied elsewhere.
Alex Valavanis
2013-03-16
1
-3
/
+0
*
Warning cleanup
Alex Valavanis
2013-03-16
1
-5
/
+5
*
Fix even more forward declaration tags
Alex Valavanis
2013-03-15
5
-10
/
+10
*
Fix another load of forward declaration tags
Alex Valavanis
2013-03-14
6
-6
/
+5
*
Fix another tonne of forward declaration tags
Alex Valavanis
2013-03-14
6
-6
/
+7
*
Kill ancient gcc version check in configure.ac and fix a load of broken forwa...
Alex Valavanis
2013-03-14
1
-1
/
+1
*
Drop more Gtk::Table usage
Alex Valavanis
2013-03-08
2
-11
/
+100
*
Use ink_cairo_surface_filter when converting surfaces between linearRGB and s...
Tavmjong Bah
2013-03-03
1
-27
/
+64
*
Fix build with C++11
Alex Valavanis
2013-03-02
1
-0
/
+5
*
Bug #561503: fix typo in earlier fix (r11133)
vaifrax
2013-02-15
1
-1
/
+1
*
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
[prev]
[next]