summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/style-swatch.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-26Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis1-12/+0
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-7/+7
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-2/+2
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-12/+16
2017-07-09Update Gtk margin handlingAlexander Valavanis1-2/+20
2017-07-08Fix Gtk alignment APIAlexander Valavanis1-2/+4
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-6/+0
2016-07-28ui/widgets: Drop GTK2 fallbacksAlex Valavanis1-22/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+6
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-6/+0
2016-05-17GTK3: Give names to more widgets.Tavmjong Bah1-0/+2
2014-12-25Remove sp_style_write_string() and sp_style_write_difference().Tavmjong Bah1-5/+4
2014-08-30Fix modelinesAlex Valavanis1-2/+2
2014-07-22Fixed some logic errors; clang warnings.Markus Engel1-1/+1
2013-10-12Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...Johan B. C. Engelen1-1/+1
2013-07-19Ported "ui/widget/style-swatch.*".Matthew Petroff1-3/+3
2013-07-01Factored layer model out into new Inkscape::LayerModel class. This allowsEric Greveson1-1/+2
2013-04-05Merged PaintServer and subclasses; moved Gradient classes to own files.Markus Engel1-2/+2
2013-03-12Further migration to Gtk::GridAlex Valavanis1-17/+35
2013-02-11A couple of forward declarationsAlex Valavanis1-0/+1
2012-10-11Fix for 1058402 : Inconsistent opacity indicationJohn Smith1-5/+2
2012-09-20some memleak fixes (Bug #1043571)Kris De Gussem1-9/+8
2012-09-03revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ...Kris De Gussem1-8/+9
2012-09-02converted some c-string usage to c++ string class usage: should fix some memo...Kris De Gussem1-9/+8
2012-04-13Translation. More disambiguations (see Bug #832560).Nicolas Dufour1-2/+2
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-0/+2
2012-01-08Fix pointer initializationJohan B. C. Engelen1-5/+5
2012-01-07Fixed warning under gcc 4.5.2Jon A. Cruz1-6/+6
2012-01-03Fixed null-pointer ctor crashes.Jon A. Cruz1-5/+10
2012-01-03More deprecated GtkTooltipsAlex Valavanis1-13/+12
2011-10-03Doxygen cleanup.Jon A. Cruz1-4/+5
2008-10-27From trunkTed Gould1-117/+85
2008-06-06Fixed uninitialized memberJon A. Cruz1-0/+2
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+3
2007-11-11Minor cleanupJon A. Cruz1-17/+17
2007-09-15Refactoring SPColor to C++ and removing legacy CMYK implementationJon A. Cruz1-2/+1
2007-09-10Purged fill type enumJon A. Cruz1-16/+16
2007-06-27switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...bulia byak1-1/+1
2007-02-15enable click-action and general tooltip for style swatchesbulia byak1-6/+32
2007-01-18text fixesbulia byak1-2/+2
2007-01-18text markupbulia byak1-2/+2
2006-05-28typos, mnemonicsbulia byak1-2/+2
2006-05-05fix 1480934bulia byak1-1/+1
2006-05-02r11667@tres: ted | 2006-05-01 22:48:49 -0700Ted Gould1-5/+16
2006-05-02(bzr r690)Ted Gould1-16/+5
2006-05-01fix showing style when last-set style is empty (on a new installation of inks...bulia byak1-6/+18
2006-04-29enable the widget to listen to a repr to reflect its stylebulia byak1-1/+118