summaryrefslogtreecommitdiffstats
path: root/src/widgets/sp-color-slider.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* moved widgets/sp-color-slider to ui/widget/color-sliderTomasz Boczkowski2014-05-231-959/+0
| | | (bzr r13341.6.2)
* SPColorSlider c++-sification: added ColorSlider classTomasz Boczkowski2014-05-211-7/+195
| | | (bzr r13341.6.1)
* minor cppcheck stuffKris De Gussem2013-04-281-4/+3
| | | (bzr r12307)
* Clean up Cairo rendering in a couple of widgetsAlex Valavanis2013-01-311-41/+18
| | | (bzr r12083)
* ruler: (GIMP merge) Add track_widget API and fix GTK+ 3 build failure in ↵Alex Valavanis2012-12-261-3/+3
| | | | | color slider (bzr r11988)
* Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis2012-12-251-15/+12
| | | | | christmas\!) (bzr r11986)
* GTK+ 3: Migrate to GdkRGBAAlex Valavanis2012-11-271-0/+13
| | | (bzr r11910)
* Replace remaining C-style pointer casts for src/widgetsAlex Valavanis2012-11-111-5/+2
| | | (bzr r11868)
* Migrate some widgets to GtkStyleContextAlex Valavanis2012-06-241-16/+38
| | | (bzr r11513)
* Migrate to new device pointer API for GTK+ 3Alex Valavanis2012-06-231-0/+18
| | | (bzr r11511)
* Gtk+ 3 drawing for sp-color-sliderAlex Valavanis2012-06-091-160/+136
| | | (bzr r11479)
* GTK+ 3 fixes for colour selector widgetsAlex Valavanis2012-05-181-13/+8
| | | (bzr r11384)
* Fix for 943207 : Replace deprecated gdk_draw_rgb_image with cairo drawing in ↵John Smith2012-04-231-21/+37
| | | | | sp-color-slider (bzr r11284)
* Fixed conditional code to avoid unused function warnings.Jon A. Cruz2012-04-181-0/+4
| | | (bzr r11262)
* Work around for some missing glibmm headers in gtkmm (should be fixed in ↵Alex Valavanis2012-04-171-0/+28
| | | | | gtkmm 3.4) (bzr r11261)
* drop some deprecated gdk_draw functionsAlex Valavanis2012-04-061-8/+18
| | | (bzr r11166)
* Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵John Smith2012-04-031-1/+1
| | | | | and combo_box fixes (bzr r11140)
* Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ↵John Smith2012-04-021-2/+2
| | | | | replaced with g_object_unref (bzr r11139)
* Remove some deprecated GDK symbolsAlex Valavanis2012-03-031-2/+2
| | | (bzr r11043)
* Get rid of deprecated gtk_marshal_* and some old GtkComboBox APIAlex Valavanis2012-02-111-4/+4
| | | (bzr r10959)
* sp-color-slider GSEAL fixesAlex Valavanis2012-01-141-41/+63
| | | (bzr r10884)
* GTK+ cleanup: gtk_object_sinkAlex Valavanis2011-07-031-1/+1
| | | (bzr r10411)
* GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-031-15/+1
| | | (bzr r10407)
* GTK+ cleaning: gtk_type_newAlex Valavanis2011-07-021-1/+1
| | | (bzr r10390.1.3)
* Switch to GObjectAlex Valavanis2011-06-241-13/+11
| | | (bzr r10350.1.3)
* Clean up deprecated GTK_WIDGET APIAlex Valavanis2011-06-151-2/+2
| | | (bzr r10302.1.2)
* Replace deprecated GtkSignalAlex Valavanis2011-06-131-31/+35
| | | (bzr r10282.1.1)
* Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macrosAlex Valavanis2011-06-121-2/+2
| | | (bzr r10277.1.1)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-2/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
* Reinstating version bump.Jon A. Cruz2011-05-201-12/+6
| | | (bzr r10215)
* Revert version bump so win devlibs can catch up.Jon A. Cruz2011-05-191-6/+12
| | | (bzr r10210)
* Made dependencies explicit and bumped versions.Jon A. Cruz2011-05-181-12/+6
| | | (bzr r10208)
* Added work-around for broken themes that fill in with gtk_paint_border, ↵Jon A. Cruz2009-02-271-7/+22
| | | | | including gtk-qt-engine. Fixes bug #281809. (bzr r7387)
* adding comments/TODOs and/or reverting some of the things done in r20655Felipe Corr??a da Silva Sanches2009-02-091-0/+4
| | | | | due to JonCruz considerations about the proper way of doing it. (bzr r7254)
* gcc warning cleanupFelipe Corr??a da Silva Sanches2009-02-091-1/+1
| | | | | warning: deprecated conversion from string constant to ‘char*’/'gchar*' (bzr r7253)
* add missing #include for gtk version checkMaximilian Albert2008-09-081-0/+1
| | | (bzr r6783)
* add version check for new apiBob Jamison2008-09-081-1/+4
| | | (bzr r6782)
* Attempt to fix the 245 floor / 255 page size adjustment problem.Bob Jamison2008-09-081-2/+5
| | | (bzr r6777)
* Cleanup on color changersJon A. Cruz2007-10-301-1/+1
| | | (bzr r3972)
* Initial support for icc color selection including CMYKJon A. Cruz2007-09-251-0/+3
| | | (bzr r3794)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+687
(bzr r1)