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
*
Exposes to the user additional PNG settings: Interlacing, grayscale, bit dept...
Marc Jeanmougin
2016-09-25
2
-0
/
+88
*
[Bug #459914] Non-ascii (ja) charactors aren't displayed properly in Handle t...
ohtsuka-yoshio
2016-09-14
1
-0
/
+2
*
Improve font editing dialog.
Tavmjong Bah
2016-09-06
2
-13
/
+34
|
\
|
*
Improve font editing dialog:
Tavmjong Bah
2016-07-10
2
-12
/
+33
*
|
Decrease contrast of phantom bpath
Jabier Arraiza Cenoz
2016-08-29
1
-1
/
+1
*
|
Partial fix for bug 172063 while we find a better solution for XOR in helper ...
Jabier Arraiza Cenoz
2016-08-29
3
-13
/
+29
*
|
Use M_PI, M_PI_2. We use these constants everywhere so if they are not define...
Tavmjong Bah
2016-08-17
1
-1
/
+1
*
|
Fix a bunch of errors as reported at http://www.viva64.com/en/b/0419/
Tavmjong Bah
2016-08-15
1
-1
/
+1
*
|
Merged trunk
Adrian Boguszewski
2016-08-09
5
-298
/
+14
|
\
\
|
*
|
Remove deprecated Autotools and btool files. Please use CMake instead
Alex Valavanis
2016-08-08
1
-125
/
+0
|
*
|
Finish removing GTK+ 2 fallbacks
Alex Valavanis
2016-07-28
2
-97
/
+10
|
*
|
display.canvas-*grid: Drop GTK2 fallbacks
Alex Valavanis
2016-07-27
2
-76
/
+4
|
|
/
*
|
Renamed children list in SPObject
Adrian Boguszewski
2016-07-14
1
-4
/
+4
*
|
Last part of new SPObject children list
Adrian Boguszewski
2016-07-14
1
-15
/
+20
|
/
*
[Bug #1512729] Filter effects and blur quality options broken.
Nicolas Dufour
2016-05-24
1
-1
/
+3
*
Clarify license.
Krzysztof Kosi??ski
2016-05-08
1
-1
/
+4
*
Correct enumeration names.
Tavmjong Bah
2016-04-22
1
-3
/
+3
*
Priority is so high it blocks blitting the canvas
Liam P. White
2016-04-15
1
-1
/
+1
*
Change idle priority back to high
Liam P. White
2016-04-14
1
-1
/
+1
*
Remove no longer needed warning about feTile rendering.
Tavmjong Bah
2016-04-13
1
-12
/
+0
*
Remove unused variable in sp-canvas.cpp
Krzysztof Kosi??ski
2016-04-13
1
-2
/
+0
*
Hopefully fix "invalid state when picking" warnings. #Hackfest2016
Krzysztof Kosi??ski
2016-04-13
1
-2
/
+4
*
Fix artifacts at the border when panning the canvas. #Hackfest2016
Krzysztof Kosi??ski
2016-04-13
1
-16
/
+13
*
Fix canvas flicker while dragging objects. #Hackfest2016
Krzysztof Kosi??ski
2016-04-13
1
-33
/
+11
*
Fix redraw problems when shrinking and then enlarging the SPCanvas widget.
Krzysztof Kosi??ski
2016-04-13
1
-4
/
+6
*
Move background drawing to SPCanvas to avoid temporarily drawing an incorrect
Krzysztof Kosi??ski
2016-04-13
2
-27
/
+76
*
Simplify SPCanvas by tracking the clean region instead of the dirty region.
Krzysztof Kosi??ski
2016-04-13
2
-76
/
+42
*
sp-canvas: Disable deprecated double-buffering #Hackfest2016
Alex Valavanis
2016-04-12
1
-6
/
+1
*
Update copyright notices on display/sp-canvas.(h|cpp)
Krzysztof Kosi??ski
2016-04-12
2
-0
/
+4
*
Hackfest 2016: Fix SPCanvas to comply with GTK3 rendering model.
Krzysztof Kosi??ski
2016-04-12
2
-148
/
+139
*
Hackfest 2016: un-obfuscate the SPCanvas widget.
Krzysztof Kosi??ski
2016-04-12
2
-609
/
+472
*
Fix feTile rendering bug with Krzysztof's help.
Tavmjong Bah
2016-04-11
1
-5
/
+2
*
Fix node size regression and add ctrlResize property for multiple use.
Martin Owens
2016-04-02
2
-0
/
+2
*
Fix bug #1548953 (Crash when SVG contains certain special chars)
Eduard Braun
2016-03-30
1
-7
/
+9
*
type in commit r14664
Kris De Gussem
2016-02-29
1
-1
/
+1
*
static code analysis
Kris De Gussem
2016-02-22
1
-2
/
+2
*
Remove artifacts when remove canvas items, for example in measure tool
Jabier Arraiza Cenoz
2016-02-10
1
-1
/
+1
*
Sync 2Geom to commit 5ee51c1c4f2066faa3e2c82021fc92671ad44ba4
Krzysztof Kosi??ski
2016-02-08
2
-5
/
+5
*
Less derp, can't iterate past the end of the list
Liam P. White
2016-01-17
1
-2
/
+2
*
Follow-up commit to 14529.
Liam P. White
2016-01-17
1
-33
/
+40
*
Coalesce g_object_new/g_object_set calls; change guide origin pickable to fal...
Liam P. White
2016-01-16
1
-6
/
+7
*
Header cleanup
Liam P. White
2016-01-16
1
-3
/
+0
*
Dead code cleanup
Liam P. White
2016-01-16
1
-10
/
+0
*
Remove buggy and presumptuous usage of SP_ACTIVE_DESKTOP in renderer code; fi...
Liam P. White
2016-01-16
2
-29
/
+24
*
More subtle checkerboard pattern centered around 50% gray. Makes editing node...
Tavmjong Bah
2016-01-15
1
-2
/
+2
*
Add option for checkerboard background.
Tavmjong Bah
2015-12-21
2
-0
/
+18
*
Small bug fix related to previous check-in.
Tavmjong Bah
2015-12-14
1
-0
/
+1
*
Fix two bugs with component transfer filter primitive:
Tavmjong Bah
2015-12-14
1
-155
/
+47
*
cppification and performance
Marc Jeanmougin
2015-12-13
3
-129
/
+71
*
Fix crash on hidden guides
Jabier Arraiza Cenoz
2015-12-11
1
-23
/
+23
[next]