summaryrefslogtreecommitdiffstats
path: root/src/widgets/paint-selector.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-06-04Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz1-0/+1
2013-04-28minor cppcheck stuffKris De Gussem1-3/+3
2013-04-05Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel1-2/+2
2012-12-25Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...Alex Valavanis1-9/+9
2012-10-04code cleanup: make more functions static, add includes.Campbell Barton1-2/+2
2012-06-12fix memleakKris De Gussem1-14/+18
2012-05-18More GtkObject fixesAlex Valavanis1-7/+6
2012-04-30Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis1-3/+3
2012-04-25Fix for 979577 : Replace deprecated gtk_option_menu with gtk_combo_box - Fix ...John Smith1-13/+15
2012-04-22Fix for 979577 : Build fails on Ubuntu Lucid - Replace deprecated gtk_option_...John Smith1-117/+124
2012-04-18Warning cleanupJon A. Cruz1-2/+2
2012-04-12Replace deprecated GTK_TYPE macrosAlex Valavanis1-2/+2
2012-04-10Replace deprecated gtk_vbox_new and gtk_widget_size_requestAlex Valavanis1-0/+15
2012-04-10Replace remaining gtk_hbox_new usageAlex Valavanis1-0/+30
2012-04-08small GSEAL fixJohan B. C. Engelen1-1/+1
2012-03-15Fix for 950508 : Fill Stroke : Minor visual enhancementsJohn Smith1-11/+21
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-2/+2
2012-02-11Get rid of deprecated gtk_marshal_* and some old GtkComboBox APIAlex Valavanis1-6/+6
2011-10-03Doxygen cleanup.Jon A. Cruz1-7/+5
2011-07-15Remove the icon-names.h thing, which was a mistake.Krzysztof Kosi??ski1-9/+9
2011-07-03GTK+ cleanup: gtk_type_classAlex Valavanis1-1/+1
2011-07-02GTK+ cleaning: gtk_type_newAlex Valavanis1-6/+2
2011-06-26Gtk cleanup: gtk_object_get_dataAlex Valavanis1-7/+7
2011-06-26Gtk cleanup: gtk_menu_appendAlex Valavanis1-3/+3
2011-06-25Gtk cleanup: gtk_object_set_dataAlex Valavanis1-10/+10
2011-06-24Switch to GObjectAlex Valavanis1-1/+1
2011-06-23Replace deprecated gtk_radio_button_group symbolAlex Valavanis1-1/+1
2011-06-13Replace deprecated GtkSignalAlex Valavanis1-54/+60
2011-06-05Replace use of deprecated GtkTooltips APIAlex Valavanis1-14/+12
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-8/+1
2011-02-22Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz1-1/+1
2011-02-21Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz1-5/+5
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-07-07Tuning fill-n-stroke to support non-solid swatches.Jon A. Cruz1-2/+1
2010-07-02Rough pass of Fill-n-Stroke swatch conversion.Jon A. Cruz1-0/+1
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-3/+3
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-1/+1
2010-06-28Partial C++-ification of SPGradientJon A. Cruz1-2/+2
2010-03-28Phase 3 - Convert to C++ class, but still using C-style callbacks and signals.Jon A. Cruz1-8/+7
2010-03-23Update to reflect "swatch" gradients as being assumed to be shared.Jon A. Cruz1-14/+14
2010-03-22C++-ification of enums.Jon A. Cruz1-106/+84
2010-03-22C++-ification of paint selector.Jon A. Cruz1-98/+87
2010-03-21Fix crashJon A. Cruz1-3/+9
2010-03-21Edit single-stop "swatch"/"solid" gradients in-place in the F&S dialog.Jon A. Cruz1-15/+22
2010-03-09Initial F&S dialog setting of swatch colors.Jon A. Cruz1-52/+81
2010-03-08Cleanup of gradient-selector to allow for new mode.Jon A. Cruz1-11/+17
2010-03-06New tab in Fill&Stroke dialog for swatch fills.Jon A. Cruz1-6/+68
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-6/+6
2009-08-05SPDocument->Documentjohnce1-6/+6
2009-07-08Fix for pattern name localizationNicolas Dufour1-2/+2