summaryrefslogtreecommitdiffstats
path: root/src/widgets/paint-selector.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix paint-selector orientationAlex Valavanis2014-08-261-1/+1
* | paint-selector: Clean up GObject boilerplate & fix deprecationAlex Valavanis2014-08-231-31/+15
* | OopsLiam P. White2014-08-101-1/+1
* | Add meshes to Fill&Stroke paint selectorLiam P. White2014-08-101-5/+50
|/
* Merged from trunk (r12488).Markus Engel2013-08-301-3/+1
|\
| * code cleanup (cppcheck)Johan B. C. Engelen2013-08-051-3/+1
* | Merged from trunk (r12419).Markus Engel2013-07-141-3/+6
|\|
| * Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz2013-06-061-0/+2
| * Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz2013-06-041-0/+1
| * minor cppcheck stuffKris De Gussem2013-04-281-3/+3
* | Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel2013-04-051-2/+2
|/
* Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...Alex Valavanis2012-12-251-9/+9
* code cleanup: make more functions static, add includes.Campbell Barton2012-10-041-2/+2
* fix memleakKris De Gussem2012-06-121-14/+18
* More GtkObject fixesAlex Valavanis2012-05-181-7/+6
* Fix typos in Gtk3 fixes, and fix separator API usageAlex Valavanis2012-04-301-3/+3
* Fix for 979577 : Replace deprecated gtk_option_menu with gtk_combo_box - Fix ...John Smith2012-04-251-13/+15
* Fix for 979577 : Build fails on Ubuntu Lucid - Replace deprecated gtk_option_...John Smith2012-04-221-117/+124
* Warning cleanupJon A. Cruz2012-04-181-2/+2
* Replace deprecated GTK_TYPE macrosAlex Valavanis2012-04-121-2/+2
* Replace deprecated gtk_vbox_new and gtk_widget_size_requestAlex Valavanis2012-04-101-0/+15
* Replace remaining gtk_hbox_new usageAlex Valavanis2012-04-101-0/+30
* small GSEAL fixJohan B. C. Engelen2012-04-081-1/+1
* Fix for 950508 : Fill Stroke : Minor visual enhancementsJohn Smith2012-03-151-11/+21
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-2/+2
* Get rid of deprecated gtk_marshal_* and some old GtkComboBox APIAlex Valavanis2012-02-111-6/+6
* Doxygen cleanup.Jon A. Cruz2011-10-031-7/+5
* Remove the icon-names.h thing, which was a mistake.Krzysztof Kosi??ski2011-07-151-9/+9
* GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-031-1/+1
* GTK+ cleaning: gtk_type_newAlex Valavanis2011-07-021-6/+2
* Gtk cleanup: gtk_object_get_dataAlex Valavanis2011-06-261-7/+7
* Gtk cleanup: gtk_menu_appendAlex Valavanis2011-06-261-3/+3
* Gtk cleanup: gtk_object_set_dataAlex Valavanis2011-06-251-10/+10
* Switch to GObjectAlex Valavanis2011-06-241-1/+1
* Replace deprecated gtk_radio_button_group symbolAlex Valavanis2011-06-231-1/+1
* Replace deprecated GtkSignalAlex Valavanis2011-06-131-54/+60
* Replace use of deprecated GtkTooltips APIAlex Valavanis2011-06-051-14/+12
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-8/+1
* Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-221-1/+1
* Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-5/+5
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-3/+4
|\
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-3/+3
| * This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public2010-06-291-1/+1
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | Tuning fill-n-stroke to support non-solid swatches.Jon A. Cruz2010-07-071-2/+1
* | Rough pass of Fill-n-Stroke swatch conversion.Jon A. Cruz2010-07-021-0/+1
|/
* Partial C++-ification of SPGradientJon A. Cruz2010-06-281-2/+2
* Phase 3 - Convert to C++ class, but still using C-style callbacks and signals.Jon A. Cruz2010-03-281-8/+7
* Update to reflect "swatch" gradients as being assumed to be shared.Jon A. Cruz2010-03-231-14/+14
* C++-ification of enums.Jon A. Cruz2010-03-221-106/+84