summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-selector.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* adding gtk-themeJabier Arraiza2018-07-211-1/+2
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-17/+17
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-10/+11
* Remove old icon handling codeAlexander Valavanis2017-06-291-2/+1
* End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-12/+1
|\
| * Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-12/+1
* | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-4/+1
* | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+4
* | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-4/+1
|/
* Remove superfluous glibmm/threads.h checksAlex Valavanis2015-12-271-4/+0
* Revert Pango/Harfbuzz fixes. Needs workAlex Valavanis2015-12-271-0/+4
* Remove superfluous glibmm/threads.h checksAlex Valavanis2015-12-271-4/+0
* Attempt to fix 1417173 (undo duplicate gradient crash)Marc Jeanmougin2015-09-051-10/+7
* Using SelectedColor instead of SPColorSelectorTomasz Boczkowski2015-04-261-0/+4
|\
* | Make icon creation more consistent - use sp_icon_new where possibleLiam P. White2015-02-221-22/+15
* | Reduce header bloatAlex Valavanis2014-08-301-1/+3
* | gradient-selector: Clean up GObject boilerplate & fix deprecationAlex Valavanis2014-08-231-32/+12
* | Add meshes to Fill&Stroke paint selectorLiam P. White2014-08-101-3/+3
|/
* Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis2014-01-021-3/+20
* Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson2013-07-011-1/+2
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+1
* Warning and dead code cleanup.Jon A. Cruz2013-01-111-3/+1
* Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...Alex Valavanis2012-12-251-8/+8
* Fix for 171466 : F/S set swatch preview column nameJohn Smith2012-11-291-0/+5
* Fix for 1071421 : Setting swatch as fill/stroke creates new swatches which ne...John Smith2012-11-281-1/+69
* Replace remaining C-style pointer casts for src/widgetsAlex Valavanis2012-11-111-7/+4
* Fix for 1067808 : Focus issues with new gradient (and swatch) manager in Fill...John Smith2012-10-281-0/+3
* Fix for 1067819 : Changing gradient name does not dirty the document (trunk)John Smith2012-10-241-3/+6
* Fix for 1067808 : Focus issues with new gradient (and swatch) manager in Fill...John Smith2012-10-221-0/+8
* i18n. Adding gradient selector widget labels.Nicolas Dufour2012-10-071-2/+2
* Fix for 293358 : Reduce width of Fill Stroke dialogJohn Smith2012-09-251-1/+1
* Fix for 950677 : Retire legacy gradient editorJohn Smith2012-07-011-1/+1
* Fix for 722017 : Better Gradient WindowJohn Smith2012-06-261-84/+209
* More GtkObject fixesAlex Valavanis2012-05-181-10/+7
* Replace remaining gtk_hbox_new usageAlex Valavanis2012-04-101-0/+10
* cppcheckKris De Gussem2012-03-071-1/+1
* Get rid of deprecated gtk_marshal_* and some old GtkComboBox APIAlex Valavanis2012-02-111-4/+4
* Migrate gradient selector to GtkComboBoxAlex Valavanis2011-12-141-28/+23
* GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-031-1/+1
* GTK+ cleaning: gtk_type_newAlex Valavanis2011-07-021-1/+1
* Gtk cleanup: gtk_menu_appendAlex Valavanis2011-06-261-3/+3
* Replace deprecated GtkSignalAlex Valavanis2011-06-131-20/+24
* Replace use of deprecated GtkTooltips APIAlex Valavanis2011-06-051-3/+2
* Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, b...Jon A. Cruz2011-06-041-5/+1
|\
| * Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-5/+1
* | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz2011-06-041-1/+1
|/
* Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-6/+6
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-1/+1
|\
* | Tuning fill-n-stroke to support non-solid swatches.Jon A. Cruz2010-07-071-40/+53
|/
* Partial C++-ification of SPGradientJon A. Cruz2010-06-281-1/+1