summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-vector.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵Marc Jeanmougin2015-12-071-4/+4
| | | | | | | std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6)
* Fix from Johan to prevent referencing null C++ pointer. Found via Clang scan ↵Tavmjong Bah2015-10-141-1/+2
| | | | | build. (bzr r14409)
* merged trunkTomasz Boczkowski2015-05-091-0/+1
|\ | | | | (bzr r14059.1.21)
| * fixes a few of jenkins warningsMarc Jeanmougin2015-05-081-0/+1
| | | | | | (bzr r14126)
* | Using SelectedColor instead of SPColorSelectorTomasz Boczkowski2015-04-261-24/+58
|\ \ | |/ |/| (bzr r14059.1.10)
| * ColorNotebook is Gtk::Widget and uses ColorSelectorTomasz Boczkowski2014-06-011-1/+3
| | | | | | (bzr r13341.6.52)
| * moved ColorNotebook to ui/widgetTomasz Boczkowski2014-06-011-2/+2
| | | | | | (bzr r13341.6.51)
| * using ColorSelector in gradient vector selector widgetTomasz Boczkowski2014-06-011-14/+45
| | | | | | (bzr r13341.6.48)
* | Remove FIXME from refactoringLiam P. White2014-10-311-10/+40
| | | | | | (bzr r13341.5.21)
* | Update to experimental r13565Liam P. White2014-09-271-1/+1
| | | | | | (bzr r13341.5.16)
* | Update to experimental r13527Liam P. White2014-08-301-46/+26
|\ \ | | | | | | (bzr r13341.5.15)
| * | gradient-vector: Clean up GObject boilerplate & fix deprecationAlex Valavanis2014-08-231-33/+13
| |/ | | | | (bzr r13341.1.153)
* | 5. Refactoring of Application class: make copy/assignment operators private, ↵Liam P. White2014-06-271-5/+6
| | | | | | | | | | disallow pointers to Application (bzr r13341.5.9)
* | 4. further refactor Application class; create proper singleton, encapsulate ↵Liam P. White2014-06-261-5/+4
| | | | | | | | | | members, simplify signals (bzr r13341.5.6)
* | 3. remove dead code, refactor existing code. Connect overlooked signals.Liam P. White2014-06-261-4/+11
|/ | | (bzr r13341.5.3)
* i18n. Fix for Bug #1269943 (Context for message Offset:).kris-degussem2014-01-171-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1269943 (bzr r12952)
* Cleaned up.Markus Engel2013-08-031-5/+5
| | | (bzr r11608.1.117)
* minor cppcheck stuffKris De Gussem2013-04-281-3/+1
| | | (bzr r12307)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-3/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵Alex Valavanis2012-12-251-7/+7
| | | | | christmas\!) (bzr r11986)
* code cleanup: make more functions static, add includes.Campbell Barton2012-10-041-1/+1
| | | (bzr r11737)
* Fix for 1048958 : Unexpected count '#' of swatch fill uses for clonesJohn Smith2012-09-121-0/+2
| | | (bzr r11664)
* Fix for 722017 : Better Gradient WindowJohn Smith2012-06-261-83/+108
| | | (bzr r11515)
* Drop GtkObject usage in gradient-vectorAlex Valavanis2012-06-091-17/+48
| | | (bzr r11472)
* Fix for 973195 : Limit width of color profile labelsJohn Smith2012-05-201-4/+4
| | | (bzr r11388)
* Fix for 950677 : ellipsize function with ustringJohn Smith2012-05-171-13/+12
| | | (bzr r11371)
* Fix for 950677 : Ellipse text if gradient name too longJohn Smith2012-05-151-2/+16
| | | (bzr r11365)
* syntx of null pointer dereference checksKris De Gussem2012-05-121-10/+10
| | | (bzr r11358)
* Clean up some deprecated orientable APIAlex Valavanis2012-04-101-0/+9
| | | (bzr r11208)
* Replace remaining gtk_hbox_new usageAlex Valavanis2012-04-101-0/+10
| | | (bzr r11204)
* fix memory leak and some minor thingsKris De Gussem2012-04-091-5/+5
| | | (bzr r11190)
* Warning cleanup.Jon A. Cruz2012-04-041-1/+1
| | | (bzr r11144)
* Fix for 950677 : Add stops and repeat controls to the gradient toolbarJohn Smith2012-04-011-1/+1
| | | (bzr r11134)
* Fix for 903671 : Fill and Stroke Gradient list and Gradient EditorJohn Smith2012-03-151-164/+207
| | | (bzr r11089)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-2/+3
| | | (bzr r11030)
* Replace deprecated GTK_TYPE macrosAlex Valavanis2012-02-261-1/+1
| | | (bzr r11019)
* Header cleaningAlex Valavanis2012-02-121-0/+1
| | | (bzr r10963)
* Get rid of deprecated gtk_marshal_* and some old GtkComboBox APIAlex Valavanis2012-02-111-1/+1
| | | (bzr r10959)
* More GSEAL fixesAlex Valavanis2012-01-051-6/+6
| | | (bzr r10845)
* GTK+ cleanup: gtk_type_classAlex Valavanis2011-07-031-1/+1
| | | (bzr r10407)
* Fix problem with merged code where a pointer to a plain C GTK+ object was ↵Jon A. Cruz2011-07-021-4/+3
| | | | | | | | cast to a pointer to a C++ gtkmm object. Fixes bug 804243. Fixed bugs: - https://launchpad.net/bugs/804243 (bzr r10404)
* GTK+ cleaning: gtk_type_newAlex Valavanis2011-07-021-1/+1
| | | (bzr r10390.1.3)
* Gtk cleanup: gtk_object_get_dataAlex Valavanis2011-06-261-1/+1
| | | (bzr r10350.1.8)
* Gtk cleanup: gtk_menu_appendAlex Valavanis2011-06-261-6/+6
| | | (bzr r10350.1.7)
* Gtk cleanup: gtk_object_set_dataAlex Valavanis2011-06-251-4/+4
| | | (bzr r10350.1.5)
* Merge from trunkKrzysztof Kosi??ski2011-06-191-21/+21
|\ | | | | (bzr r9508.1.89)
| * Replace deprecated GtkSignalAlex Valavanis2011-06-131-16/+17
| | | | | | (bzr r10282.1.1)
| * Replace use of deprecated GtkTooltips APIAlex Valavanis2011-06-051-3/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1)
| * Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-041-2/+2
| | | | | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
* | Merge from trunkKrzysztof Kosi??ski2011-04-071-39/+37
|\| | | | | (bzr r9508.1.73)