index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-01-13
Minor warning and dead code cleanup.
Jon A. Cruz
2
-13
/
+1
2013-01-11
Warning and dead code cleanup.
Jon A. Cruz
27
-334
/
+133
2013-01-10
gimpcolorwheel: Clean up drawing functions
Alex Valavanis
1
-105
/
+24
2013-01-10
Filters. Fix for Bug #1089406 (filter name is random filter232 when first add...
Nicolas Dufour
1
-0
/
+1
2013-01-08
Replace deprecated GtkHSV with GimpColorWheel. Bumps Gtk+ 3 version requirem...
Alex Valavanis
5
-64
/
+1777
2013-01-05
visual bbox minimum width (Bug 1094802)
Alvin Penner
1
-2
/
+2
2013-01-05
Build. Fix for Bug #910335 ([POSIX] incorrect included header files in src/co...
Nicolas Dufour
1
-1
/
+1
2013-01-04
ocaldialog: Use GtkSearchEntry in Gtk+ >= 3.6
Alex Valavanis
5
-38
/
+23
2013-01-04
Re-add omitted UI pref from prefences dialog rewrite
Josh Andler
1
-0
/
+1
2013-01-01
zoom to entire drawing after delete (Bug 970370)
Alvin Penner
1
-0
/
+1
2012-12-31
clip path visual bbox refresh, second try (Bug 1005085)
Alvin Penner
3
-0
/
+4
2012-12-31
GTK+ 3: explicitly set a background colour for rulers
Alex Valavanis
1
-0
/
+14
2012-12-31
rulers: Merge all remaining changes from GIMP. Up-to-date at commit a929a (20...
Alex Valavanis
3
-112
/
+111
2012-12-31
rulers: (Merge from GIMP) Set range in ruler units, not in px
Alex Valavanis
3
-33
/
+20
2012-12-31
Replace C-style pointer casts in event contexts
Alex Valavanis
12
-126
/
+121
2012-12-30
Fix GObject pointer conversion warnings in event context
Alex Valavanis
1
-5
/
+4
2012-12-30
Speed up canvas item drawing for GTK+ 3
Alex Valavanis
1
-27
/
+20
2012-12-28
Fix GTK+ 3 drawing of primitives list in filter effects dialog
Alex Valavanis
2
-9
/
+13
2012-12-28
Correct sizing in primitives list in filter-effects dialog
Alex Valavanis
2
-3
/
+69
2012-12-28
Implement GTK+ 3 drawing for zoom correction ruler in preferences dialog
Alex Valavanis
3
-27
/
+32
2012-12-27
Implement GTK+ 3 drawing of color preview widget
Alex Valavanis
2
-36
/
+73
2012-12-26
Bitmap. Test for JPEG resolution reordered, and coding style corrected.
Nicolas Dufour
1
-179
/
+200
2012-12-26
Revert C++ casting for setting HSL map in sp-color-scales
Alex Valavanis
2
-3
/
+2
2012-12-26
Change tooltip to clarify behavior after commit r10784.
Tavmjong Bah
1
-1
/
+1
2012-12-26
Win32. Fixing invalid cast (introduced rev.11986).
Nicolas Dufour
1
-1
/
+1
2012-12-26
ruler: (GIMP merge) Add track_widget API and fix GTK+ 3 build failure in colo...
Alex Valavanis
3
-19
/
+190
2012-12-26
ruler: (GIMP merge) Allow label size to be specified as a style property
Alex Valavanis
2
-43
/
+111
2012-12-25
Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...
Alex Valavanis
33
-221
/
+203
2012-12-25
Stop using UNUSED_PIXELS hack in ruler. This was only required because of th...
Alex Valavanis
2
-28
/
+12
2012-12-25
desktop-widget: Use GtkStyleContext for GTK+ 3 widget rendering
Alex Valavanis
1
-32
/
+24
2012-12-25
desktop-widget: Cleanup GTK+ 3 grid rendering and ruler redrawing
Alex Valavanis
1
-24
/
+0
2012-12-24
ruler: Drop unused members of SPRulerMetric
Alex Valavanis
2
-12
/
+9
2012-12-24
ruler: Merge sizing from GIMP. Don't use our UNUSED_PIXELS hack in Gtk+ 3 bu...
Alex Valavanis
2
-40
/
+58
2012-12-24
ruler: (Merge from GIMP) private update_position function
Alex Valavanis
1
-23
/
+50
2012-12-24
ruler: (Merge from GIMP) Cache PangoLayout
Alex Valavanis
1
-60
/
+135
2012-12-24
ruler: Merge most of drawing and styles from GIMP
Alex Valavanis
1
-125
/
+179
2012-12-23
Move some code from filter primitives to cairo-utils.cpp. Fix bug in lighting...
Tavmjong Bah
19
-214
/
+40
2012-12-22
ruler: Use border widths for Gtk+ 3 rendering
Alex Valavanis
1
-6
/
+39
2012-12-22
ruler: drop sp_ruler_invalidate_ticks
Alex Valavanis
1
-22
/
+2
2012-12-22
ruler (Merge from GIMP): Convert to no-window widget and provide separate acc...
Alex Valavanis
3
-181
/
+236
2012-12-22
Add support for color-interpolation-filters = linearRGB.
Tavmjong Bah
22
-33
/
+372
2012-12-22
Add utilities to tag a cairo surface with color interpolation value.
Tavmjong Bah
2
-0
/
+124
2012-12-22
Bug fix for color-interpolation, color-interpolation-filters. Get rid of anno...
Tavmjong Bah
1
-6
/
+2
2012-12-22
Minor changes.
Tavmjong Bah
3
-7
/
+1
2012-12-22
ruler (Merge from GIMP): Remove draw_pos from public API
Alex Valavanis
2
-50
/
+113
2012-12-22
ruler: Remove draw_ticks from public API
Alex Valavanis
2
-45
/
+40
2012-12-22
ruler: Add modeline support
Alex Valavanis
1
-0
/
+11
2012-12-21
Use cairo surface for ruler widget - minimise delta against GTK+ 3 builds
Alex Valavanis
1
-42
/
+12
2012-12-20
fix crasher
Johan B. C. Engelen
1
-3
/
+6
2012-12-19
Fix regression with event attribute names (see bug #1050938)
su_v
1
-9
/
+9
[next]