summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-vector.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-10-22Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah1-1/+0
2018-10-05Removal of code but breaks gradientsMartin Owens1-4/+6
2018-10-01Move macros.h and remove unneeded macrosEduard Braun1-1/+1
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-06-19Replace functions with methods in SPColor.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-57/+57
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-5/+5
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-5/+5
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-20/+30
2017-10-01First batchMarc Jeanmougin1-41/+20
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-5/+1
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-63/+2
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+5
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-5/+1
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-4/+4
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-14/+14
2016-05-21Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin1-2/+2
2016-04-12gradient-vector: Fix deprecated gtk_misc_set_alignment #Hackfest2016Alex Valavanis1-0/+6
2015-12-07cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...Marc Jeanmougin1-4/+4
2015-10-14Fix from Johan to prevent referencing null C++ pointer. Found via Clang scan ...Tavmjong Bah1-1/+2
2015-05-08fixes a few of jenkins warningsMarc Jeanmougin1-0/+1
2014-10-31Remove FIXME from refactoringLiam P. White1-10/+40
2014-09-27Update to experimental r13565Liam P. White1-1/+1
2014-09-07Update to experimental r13543Liam P. White1-1/+1
2014-09-02Remove misleading dialogs directoryLiam P. White1-1/+1
2014-08-30Fix gtk3 buildLiam P. White1-13/+13
2014-08-23gradient-vector: Clean up GObject boilerplate & fix deprecationAlex Valavanis1-33/+13
2014-06-275. Refactoring of Application class: make copy/assignment operators private, ...Liam P. White1-5/+6
2014-06-264. further refactor Application class; create proper singleton, encapsulate m...Liam P. White1-5/+4
2014-06-263. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White1-4/+11
2014-06-01ColorNotebook is Gtk::Widget and uses ColorSelectorTomasz Boczkowski1-1/+3
2014-06-01moved ColorNotebook to ui/widgetTomasz Boczkowski1-2/+2
2014-06-01using ColorSelector in gradient vector selector widgetTomasz Boczkowski1-14/+45
2014-01-17i18n. Fix for Bug #1269943 (Context for message Offset:).kris-degussem1-1/+1
2013-08-03Cleaned up.Markus Engel1-5/+5
2013-04-28minor cppcheck stuffKris De Gussem1-3/+1
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-3/+2
2012-12-25Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...Alex Valavanis1-7/+7
2012-10-04code cleanup: make more functions static, add includes.Campbell Barton1-1/+1
2012-09-12Fix for 1048958 : Unexpected count '#' of swatch fill uses for clonesJohn Smith1-0/+2
2012-06-26Fix for 722017 : Better Gradient WindowJohn Smith1-83/+108
2012-06-09Drop GtkObject usage in gradient-vectorAlex Valavanis1-17/+48
2012-05-20Fix for 973195 : Limit width of color profile labelsJohn Smith1-4/+4
2012-05-17Fix for 950677 : ellipsize function with ustringJohn Smith1-13/+12
2012-05-15Fix for 950677 : Ellipse text if gradient name too longJohn Smith1-2/+16
2012-05-12syntx of null pointer dereference checksKris De Gussem1-10/+10
2012-04-10Clean up some deprecated orientable APIAlex Valavanis1-0/+9
2012-04-10Replace remaining gtk_hbox_new usageAlex Valavanis1-0/+10
2012-04-09fix memory leak and some minor thingsKris De Gussem1-5/+5
2012-04-04Warning cleanup.Jon A. Cruz1-1/+1