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-06-03
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
10
-16
/
+12
2011-06-01
fix rendering of angled guidelines
Felipe Corr??a da Silva Sanches
1
-6
/
+7
2011-05-28
Port of 0.48.x branch revision 9781.
Jon A. Cruz
4
-2
/
+5
2011-05-26
add entry widget to guideline dialog to change guide's label
Johan B. C. Engelen
2
-4
/
+9
2011-05-22
actually fontforge flipping of y-axis for svgfont glyphs is compliant with th...
Felipe Corr??a da Silva Sanches
2
-0
/
+32
2011-05-20
Reinstating version bump.
Jon A. Cruz
1
-6
/
+1
2011-05-19
fix rendering of SVG Fonts. Apparently the glyphs were wrongly rendered upsid...
Felipe Corr??a da Silva Sanches
2
-18
/
+57
2011-05-19
Revert version bump so win devlibs can catch up.
Jon A. Cruz
1
-1
/
+6
2011-05-18
Adding inkscape:label parameter to guidelines so that our guidelanes can disp...
Felipe Corr??a da Silva Sanches
2
-10
/
+52
2011-05-18
Made dependencies explicit and bumped versions.
Jon A. Cruz
1
-6
/
+1
2011-05-06
Adding initial cut of resource manager.
Jon A. Cruz
1
-1
/
+1
2011-04-10
Fix a rounding error that resulted in seams at some zoom levels when
Krzysztof Kosi??ski
7
-30
/
+47
2011-04-09
Initialize cached patterns to NULL in NRStyle, should fix crashes
Krzysztof Kosi??ski
2
-3
/
+6
2011-04-09
Slightly improve EXTRACT_ARGB32 macro
Krzysztof Kosi??ski
1
-4
/
+4
2011-04-08
nr-filter-skeleton is compiled on windows (good to keep it up-to-date I think...
Johan B. C. Engelen
2
-9
/
+10
2011-04-08
2geom has "multiplatform" sincos function
Johan B. C. Engelen
1
-1
/
+2
2011-04-08
Add missing flush() / mark_dirty() calls around CMS transform
Krzysztof Kosi??ski
1
-0
/
+2
2011-04-08
Fix color-managed view
Krzysztof Kosi??ski
1
-86
/
+21
2011-04-02
Faster rounding for Gaussian blur
Jasper van de Gronde
1
-6
/
+37
2011-03-18
D-Bus. Merging branch lp:~joakim-verona/inkscape/dbus-fixes (Bug #666986, Bug...
Nicolas Dufour
1
-0
/
+1
2011-03-12
Use filter primitive subregion for feFlood per SVG standard.
Tavmjong Bah
1
-24
/
+44
2011-03-11
Add handling filter primitive subregion to filter primitive classes.
Tavmjong Bah
7
-66
/
+273
2011-03-07
add a check for null desktop
Johan B. C. Engelen
1
-2
/
+6
2011-03-06
Allow the center handle to be selectable for items having a width or height c...
Diederik van Lierop
1
-0
/
+6
2011-02-27
compatibility patch to compile using gcc 4.6
Adib Taraben
1
-0
/
+1
2011-02-21
NEW: Grayscale color display mode. (toggle assigned keybinding: Shift+keypad5)
Johan B. C. Engelen
10
-9
/
+168
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
78
-198
/
+198
2010-12-23
Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...
Jon A. Cruz
35
-216
/
+275
2010-11-26
Fix mask luminance calculation, so the coeffs add up to 1
Krzysztof Kosi??ski
1
-2
/
+2
2010-11-22
Fix luminance to alpha calculation in masks.
Tavmjong Bah
1
-6
/
+16
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
96
-96
/
+96
2010-08-15
Make nr_arena_invoke_render expect an already transformed context,
Krzysztof Kosi??ski
6
-27
/
+18
2010-08-14
Completely remove NRPixBlock
Krzysztof Kosi??ski
16
-264
/
+99
2010-08-14
Fix paint bucket tool
Krzysztof Kosi??ski
2
-10
/
+10
2010-08-14
Fixes for guideline rendering
Krzysztof Kosi??ski
1
-1
/
+3
2010-08-12
Do not un-premultiply alpha when computing mask luminance
Krzysztof Kosi??ski
1
-8
/
+4
2010-08-12
Fix computation of drawbox for filtered, rotated items
Krzysztof Kosi??ski
4
-50
/
+34
2010-08-12
Fix the morphology filter (work on premultiplied colors)
Krzysztof Kosi??ski
1
-28
/
+33
2010-08-11
Fix bitmap opacity
Krzysztof Kosi??ski
1
-2
/
+1
2010-08-11
Fix light vector computation for lighting filters
Krzysztof Kosi??ski
2
-4
/
+4
2010-08-11
Fix rendering failures caused by markers with markerUnits="strokeWidth"
Krzysztof Kosi??ski
1
-1
/
+2
2010-08-10
Fix rendering of masks with non-opaque alpha channel
Krzysztof Kosi??ski
3
-22
/
+30
2010-08-09
Fix performance regression when displaying large images
Krzysztof Kosi??ski
4
-6
/
+19
2010-08-09
OpenMP-enabled matrix convolution
Krzysztof Kosi??ski
1
-157
/
+71
2010-08-05
Minor cleanups
Krzysztof Kosi??ski
8
-70
/
+25
2010-08-05
Wholesale cruft removal part 5; completely remove RasterFont
Krzysztof Kosi??ski
2
-153
/
+0
2010-08-05
Fix mask rendering to use luminance-to-alpha
Krzysztof Kosi??ski
3
-20
/
+48
2010-08-05
Wholesale cruft removal part 4; fix crash when rendering guides
Krzysztof Kosi??ski
4
-121
/
+25
2010-08-04
Fix artifacts in Gaussian blur and other filters inadvertently
Krzysztof Kosi??ski
1
-9
/
+0
2010-08-04
A modification of pixops_mix that allows for input images that extend beyond ...
Jasper van de Gronde
1
-87
/
+39
[prev]
[next]