summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-selector.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* icons: replace deprecated gtk stock iconsPatrick Storz2019-07-191-2/+1
* Stop End button selecting first swatch in listNathan Lee2019-07-171-8/+32
* Override navigation in swatch/gradient listNathan Lee2019-07-151-0/+62
* Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot2019-03-061-1/+1
* modernize loopsMarc Jeanmougin2019-01-021-16/+16
* Move icon-loader and provide a temporary fallback to render pixbufJabiertxof2018-11-091-1/+1
* This improve symbolic icon rendering moving it to CSS only. There is places i...Jabiertxof2018-11-091-1/+1
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah2018-10-221-1/+0
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
* 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