summaryrefslogtreecommitdiffstats
path: root/src/widgets/sp-color-notebook.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-05Move more UI code into ui/Liam P. White1-1/+1
2014-09-27Update to experimental r13565Liam P. White1-1/+1
2014-09-07Update to experimental r13543Liam P. White1-1/+1
2014-09-02Remove misleading dialogs directoryLiam P. White1-1/+1
2014-08-24More GObject boilerplate reductionAlex Valavanis1-28/+3
2014-08-23gtk_widget_set_margin_left/right deprecation fixAlex Valavanis1-0/+15
2014-06-01moved ColorNotebook to ui/widgetTomasz Boczkowski1-675/+0
2014-06-01Using SelectedColor in extenstion/param/colorTomasz Boczkowski1-0/+9
2014-06-01SPColorNotebook cleanupTomasz Boczkowski1-131/+15
2014-06-01inhibit SelectedColor::setColorAlpha in the callbacks of it's signalsTomasz Boczkowski1-2/+2
2014-05-31SPColorICC c++sification: moved to ui/widget/Tomasz Boczkowski1-1/+1
2014-05-31SPColorScales c++-sification - using SelectedColorTomasz Boczkowski1-2/+4
2014-05-31SPColorScales c++-sification - move to ui/widgetTomasz Boczkowski1-1/+1
2014-05-31fixed updating selected color using wheelTomasz Boczkowski1-1/+32
2014-05-31SPColorWheelSelector c++-sification: inherit Gtk::Table/GridTomasz Boczkowski1-7/+13
2014-05-31SPColorWheelSelector c++-sification: moved to ui/widgetsTomasz Boczkowski1-1/+1
2014-05-30added ColorEntry class, refactored SPColorNotebook to use itTomasz Boczkowski1-77/+27
2014-05-30SPColorNotebok c++-sification - removed trackerList, commented out unused pop...Tomasz Boczkowski1-144/+52
2014-05-30SPColorNotebok c++-sification - available pages listTomasz Boczkowski1-8/+57
2014-05-30SPColorSelector c++-sification: added ColorSelectorFactoryTomasz Boczkowski1-1/+1
2013-11-09Moved and renamed some tool-related files.Markus Engel1-1/+1
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-1/+1
2013-06-07Check for value in range before dereferencing.Jon A. Cruz1-2/+5
2013-04-29Fixed logic error confusing bitwise and with logical and.Jon A. Cruz1-2/+2
2013-04-28minor cppcheck stuffKris De Gussem1-3/+1
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-1/+1
2013-01-11Warning and dead code cleanup.Jon A. Cruz1-1/+1
2012-12-02Migrate remaining color widgets to GtkGridAlex Valavanis1-4/+36
2012-11-11Replace remaining C-style pointer casts for src/widgetsAlex Valavanis1-17/+14
2012-09-28Fix for 1000023 : Stop color notepad buttons expanding verticallyJohn Smith1-1/+1
2012-09-05Fix for 172236 : Dropper in Fill-Stroke dialog, changed to be a one time only...John Smith1-1/+5
2012-09-01Fix for 172236 : Add color picker to Fill Stroke dialogJohn Smith1-0/+18
2012-06-23Use orientable widgets in GTK+ 3 buildAlex Valavanis1-0/+6
2012-05-21Fix for 1000023 : Fill & Stroke dialog redesignJohn Smith1-3/+58
2012-05-18GTK+ 3 fixes for colour selector widgetsAlex Valavanis1-12/+10
2012-04-10Replace remaining gtk_hbox_new usageAlex Valavanis1-0/+5
2012-02-14Cleaning up unused variables and other warnings.Jon A. Cruz1-10/+4
2012-02-13Enable LCMS2 for other than OSX, where it still has some issues. Fixes bug #8...Jon A. Cruz1-8/+8
2012-01-16Reverting revision 10761 (regression found in the color notebook, see Bug #Bu...Nicolas Dufour1-7/+2
2011-12-07Colors. Patch for Bug #677081 (Default paste color opacity) by Romain.Nicolas Dufour1-2/+7
2011-07-10Refactored to abstract lcms usage more. Added CMSSystem class.Jon A. Cruz1-6/+4
2011-07-09Next step in refactoring color management. More to come.Jon A. Cruz1-3/+6
2011-07-06Refactoring color profile to bring more internal. Help to prep for optional l...Jon A. Cruz1-1/+2
2011-07-03GTK+ cleanup: gtk_type_classAlex Valavanis1-1/+1
2011-07-02GTK+ cleaning: gtk_type_newAlex Valavanis1-1/+1
2011-06-27Rm a few instances of deprecated GtkNotebookPage. gtkmm-2.4 still uses itAlex Valavanis1-3/+3
2011-06-26Gtk cleanup: gtk_menu_appendAlex Valavanis1-1/+1
2011-06-24Switch to GObjectAlex Valavanis1-1/+1
2011-06-13Replace deprecated GtkSignalAlex Valavanis1-8/+8
2011-06-05Replace use of deprecated GtkTooltips APIAlex Valavanis1-9/+4