index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
widgets
/
sp-color-slider.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-08-24
More GObject boilerplate reduction
Alex Valavanis
1
-26
/
+4
2014-05-23
moved widgets/sp-color-slider to ui/widget/color-slider
Tomasz Boczkowski
1
-959
/
+0
2014-05-21
SPColorSlider c++-sification: added ColorSlider class
Tomasz Boczkowski
1
-7
/
+195
2013-04-28
minor cppcheck stuff
Kris De Gussem
1
-4
/
+3
2013-01-31
Clean up Cairo rendering in a couple of widgets
Alex Valavanis
1
-41
/
+18
2012-12-26
ruler: (GIMP merge) Add track_widget API and fix GTK+ 3 build failure in colo...
Alex Valavanis
1
-3
/
+3
2012-12-25
Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...
Alex Valavanis
1
-15
/
+12
2012-11-27
GTK+ 3: Migrate to GdkRGBA
Alex Valavanis
1
-0
/
+13
2012-11-11
Replace remaining C-style pointer casts for src/widgets
Alex Valavanis
1
-5
/
+2
2012-06-24
Migrate some widgets to GtkStyleContext
Alex Valavanis
1
-16
/
+38
2012-06-23
Migrate to new device pointer API for GTK+ 3
Alex Valavanis
1
-0
/
+18
2012-06-09
Gtk+ 3 drawing for sp-color-slider
Alex Valavanis
1
-160
/
+136
2012-05-18
GTK+ 3 fixes for colour selector widgets
Alex Valavanis
1
-13
/
+8
2012-04-23
Fix for 943207 : Replace deprecated gdk_draw_rgb_image with cairo drawing in ...
John Smith
1
-21
/
+37
2012-04-18
Fixed conditional code to avoid unused function warnings.
Jon A. Cruz
1
-0
/
+4
2012-04-17
Work around for some missing glibmm headers in gtkmm (should be fixed in gtkm...
Alex Valavanis
1
-0
/
+28
2012-04-06
drop some deprecated gdk_draw functions
Alex Valavanis
1
-8
/
+18
2012-04-03
Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ...
John Smith
1
-1
/
+1
2012-04-02
Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ...
John Smith
1
-2
/
+2
2012-03-03
Remove some deprecated GDK symbols
Alex Valavanis
1
-2
/
+2
2012-02-11
Get rid of deprecated gtk_marshal_* and some old GtkComboBox API
Alex Valavanis
1
-4
/
+4
2012-01-14
sp-color-slider GSEAL fixes
Alex Valavanis
1
-41
/
+63
2011-07-03
GTK+ cleanup: gtk_object_sink
Alex Valavanis
1
-1
/
+1
2011-07-03
GTK+ cleanup: gtk_type_class
Alex Valavanis
1
-15
/
+1
2011-07-02
GTK+ cleaning: gtk_type_new
Alex Valavanis
1
-1
/
+1
2011-06-24
Switch to GObject
Alex Valavanis
1
-13
/
+11
2011-06-15
Clean up deprecated GTK_WIDGET API
Alex Valavanis
1
-2
/
+2
2011-06-13
Replace deprecated GtkSignal
Alex Valavanis
1
-31
/
+35
2011-06-12
Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macros
Alex Valavanis
1
-2
/
+2
2011-06-03
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
1
-2
/
+1
2011-05-20
Reinstating version bump.
Jon A. Cruz
1
-12
/
+6
2011-05-19
Revert version bump so win devlibs can catch up.
Jon A. Cruz
1
-6
/
+12
2011-05-18
Made dependencies explicit and bumped versions.
Jon A. Cruz
1
-12
/
+6
2009-02-27
Added work-around for broken themes that fill in with gtk_paint_border, inclu...
Jon A. Cruz
1
-7
/
+22
2009-02-09
adding comments/TODOs and/or reverting some of the things done in r20655
Felipe Corr??a da Silva Sanches
1
-0
/
+4
2009-02-09
gcc warning cleanup
Felipe Corr??a da Silva Sanches
1
-1
/
+1
2008-09-08
add missing #include for gtk version check
Maximilian Albert
1
-0
/
+1
2008-09-08
add version check for new api
Bob Jamison
1
-1
/
+4
2008-09-08
Attempt to fix the 245 floor / 255 page size adjustment problem.
Bob Jamison
1
-2
/
+5
2007-10-30
Cleanup on color changers
Jon A. Cruz
1
-1
/
+1
2007-09-25
Initial support for icc color selection including CMYK
Jon A. Cruz
1
-0
/
+3