summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-selector.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-29Remove old icon handling codeAlexander Valavanis1-2/+1
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-4/+1
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-12/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+4
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-4/+1
2015-12-27Remove superfluous glibmm/threads.h checksAlex Valavanis1-4/+0
2015-12-27Revert Pango/Harfbuzz fixes. Needs workAlex Valavanis1-0/+4
2015-12-27Remove superfluous glibmm/threads.h checksAlex Valavanis1-4/+0
2015-09-05Attempt to fix 1417173 (undo duplicate gradient crash)Marc Jeanmougin1-10/+7
2015-02-22Make icon creation more consistent - use sp_icon_new where possibleLiam P. White1-22/+15
2014-08-30Reduce header bloatAlex Valavanis1-1/+3
2014-08-23gradient-selector: Clean up GObject boilerplate & fix deprecationAlex Valavanis1-32/+12
2014-08-10Add meshes to Fill&Stroke paint selectorLiam P. White1-3/+3
2014-01-02Fix Gtk+ 3.10 warnings: GtkStockItem is deprecatedAlex Valavanis1-3/+20
2013-07-01Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson1-1/+2
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-3/+1
2012-12-25Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...Alex Valavanis1-8/+8
2012-11-29Fix for 171466 : F/S set swatch preview column nameJohn Smith1-0/+5
2012-11-28Fix for 1071421 : Setting swatch as fill/stroke creates new swatches which ne...John Smith1-1/+69
2012-11-11Replace remaining C-style pointer casts for src/widgetsAlex Valavanis1-7/+4
2012-10-28Fix for 1067808 : Focus issues with new gradient (and swatch) manager in Fill...John Smith1-0/+3
2012-10-24Fix for 1067819 : Changing gradient name does not dirty the document (trunk)John Smith1-3/+6
2012-10-22Fix for 1067808 : Focus issues with new gradient (and swatch) manager in Fill...John Smith1-0/+8
2012-10-07i18n. Adding gradient selector widget labels.Nicolas Dufour1-2/+2
2012-09-25Fix for 293358 : Reduce width of Fill Stroke dialogJohn Smith1-1/+1
2012-07-01Fix for 950677 : Retire legacy gradient editorJohn Smith1-1/+1
2012-06-26Fix for 722017 : Better Gradient WindowJohn Smith1-84/+209
2012-05-18More GtkObject fixesAlex Valavanis1-10/+7
2012-04-10Replace remaining gtk_hbox_new usageAlex Valavanis1-0/+10
2012-03-07cppcheckKris De Gussem1-1/+1
2012-02-11Get rid of deprecated gtk_marshal_* and some old GtkComboBox APIAlex Valavanis1-4/+4
2011-12-14Migrate gradient selector to GtkComboBoxAlex Valavanis1-28/+23
2011-07-03GTK+ cleanup: gtk_type_classAlex Valavanis1-1/+1
2011-07-02GTK+ cleaning: gtk_type_newAlex Valavanis1-1/+1
2011-06-26Gtk cleanup: gtk_menu_appendAlex Valavanis1-3/+3
2011-06-13Replace deprecated GtkSignalAlex Valavanis1-20/+24
2011-06-05Replace use of deprecated GtkTooltips APIAlex Valavanis1-3/+2
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz1-1/+1
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-5/+1
2011-02-21Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz1-6/+6
2010-07-07Tuning fill-n-stroke to support non-solid swatches.Jon A. Cruz1-40/+53
2010-06-28Partial C++-ification of SPGradientJon A. Cruz1-1/+1
2010-06-17Disable edit dialog when custom swatch is edited in fill-n-stroke. Addressing...Jon A. Cruz1-18/+27
2010-03-09Initial F&S dialog setting of swatch colors.Jon A. Cruz1-6/+26
2010-03-08Follow-up fix of member/parameter name collision.Jon A. Cruz1-1/+1
2010-03-08Cleanup of gradient-selector to allow for new mode.Jon A. Cruz1-45/+28
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-2/+2
2009-08-05SPDocument->Documentjohnce1-2/+2
2008-12-04Warning/type cleanup.Jon A. Cruz1-11/+18