summaryrefslogtreecommitdiffstats
path: root/src/widgets/sp-color-slider.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-24More GObject boilerplate reductionAlex Valavanis1-26/+4
2014-05-23moved widgets/sp-color-slider to ui/widget/color-sliderTomasz Boczkowski1-959/+0
2014-05-21SPColorSlider c++-sification: added ColorSlider classTomasz Boczkowski1-7/+195
2013-04-28minor cppcheck stuffKris De Gussem1-4/+3
2013-01-31Clean up Cairo rendering in a couple of widgetsAlex Valavanis1-41/+18
2012-12-26ruler: (GIMP merge) Add track_widget API and fix GTK+ 3 build failure in colo...Alex Valavanis1-3/+3
2012-12-25Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...Alex Valavanis1-15/+12
2012-11-27GTK+ 3: Migrate to GdkRGBAAlex Valavanis1-0/+13
2012-11-11Replace remaining C-style pointer casts for src/widgetsAlex Valavanis1-5/+2
2012-06-24Migrate some widgets to GtkStyleContextAlex Valavanis1-16/+38
2012-06-23Migrate to new device pointer API for GTK+ 3Alex Valavanis1-0/+18
2012-06-09Gtk+ 3 drawing for sp-color-sliderAlex Valavanis1-160/+136
2012-05-18GTK+ 3 fixes for colour selector widgetsAlex Valavanis1-13/+8
2012-04-23Fix for 943207 : Replace deprecated gdk_draw_rgb_image with cairo drawing in ...John Smith1-21/+37
2012-04-18Fixed conditional code to avoid unused function warnings.Jon A. Cruz1-0/+4
2012-04-17Work around for some missing glibmm headers in gtkmm (should be fixed in gtkm...Alex Valavanis1-0/+28
2012-04-06drop some deprecated gdk_draw functionsAlex Valavanis1-8/+18
2012-04-03Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ...John Smith1-1/+1
2012-04-02Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ...John Smith1-2/+2
2012-03-03Remove some deprecated GDK symbolsAlex Valavanis1-2/+2
2012-02-11Get rid of deprecated gtk_marshal_* and some old GtkComboBox APIAlex Valavanis1-4/+4
2012-01-14sp-color-slider GSEAL fixesAlex Valavanis1-41/+63
2011-07-03GTK+ cleanup: gtk_object_sinkAlex Valavanis1-1/+1
2011-07-03GTK+ cleanup: gtk_type_classAlex Valavanis1-15/+1
2011-07-02GTK+ cleaning: gtk_type_newAlex Valavanis1-1/+1
2011-06-24Switch to GObjectAlex Valavanis1-13/+11
2011-06-15Clean up deprecated GTK_WIDGET APIAlex Valavanis1-2/+2
2011-06-13Replace deprecated GtkSignalAlex Valavanis1-31/+35
2011-06-12Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macrosAlex Valavanis1-2/+2
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-2/+1
2011-05-20Reinstating version bump.Jon A. Cruz1-12/+6
2011-05-19Revert version bump so win devlibs can catch up.Jon A. Cruz1-6/+12
2011-05-18Made dependencies explicit and bumped versions.Jon A. Cruz1-12/+6
2009-02-27Added work-around for broken themes that fill in with gtk_paint_border, inclu...Jon A. Cruz1-7/+22
2009-02-09adding comments/TODOs and/or reverting some of the things done in r20655Felipe Corr??a da Silva Sanches1-0/+4
2009-02-09gcc warning cleanupFelipe Corr??a da Silva Sanches1-1/+1
2008-09-08add missing #include for gtk version checkMaximilian Albert1-0/+1
2008-09-08add version check for new apiBob Jamison1-1/+4
2008-09-08Attempt to fix the 245 floor / 255 page size adjustment problem.Bob Jamison1-2/+5
2007-10-30Cleanup on color changersJon A. Cruz1-1/+1
2007-09-25Initial support for icc color selection including CMYKJon A. Cruz1-0/+3