summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-toolbar.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed includes for tools.Markus Engel2014-03-021-35/+19
* i18n. Fix for Bug #1269943 (Context for message Offset:).kris-degussem2014-01-171-1/+1
* Superficial text fix in gradient toolbar.Josh Andler2013-12-091-1/+1
* Moved and renamed some tool-related files.Markus Engel2013-11-091-2/+2
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-10/+11
* Fix tautological comparison for enum of unspecified typeAlex Valavanis2013-09-211-4/+4
* Merge from trunk.Matthew Petroff2013-09-201-7/+8
|\
| * Merged from trunk (r12488).Markus Engel2013-08-301-1/+1
| |\
| * | Cleaned up.Markus Engel2013-08-031-1/+1
| * | Further refactoring of EventContexts.Markus Engel2013-07-301-5/+5
| * | Replaced all casting macros with glib-independent ones.Markus Engel2013-04-011-1/+2
* | | Enable unit evaluation in toolbars.Matthew Petroff2013-09-151-2/+3
| |/ |/|
* | Removed "helper/unit-menu.h" from "widgest/toolbar.*" and associated files.Matthew Petroff2013-07-191-1/+1
|/
* The label should really say "Stops:", just like its verb.Alexandre Prokoudine2012-11-261-1/+1
* Marked another user-visible message for translation, fixed text case for comb...Alexandre Prokoudine2012-11-261-4/+4
* Replace remaining C-style pointer casts for src/widgetsAlex Valavanis2012-11-111-3/+3
* code cleanup: make more functions static, add includes.Campbell Barton2012-10-041-2/+3
* Fix for 1052645 : On select toolbar 'lock' button resize icon on clickingJohn Smith2012-09-241-1/+1
* Fix for 367548 : Invert doesnt work on objects with gradientsJohn Smith2012-09-231-1/+1
* Fix for 367548 : Invert doesnt work on objects with gradientsJohn Smith2012-09-221-21/+1
* Fix for 1046868 : Gradient tool (trunk): stop selector cannot access stroke g...John Smith2012-09-071-16/+2
* Fix for 950677 : ellipsize function with ustringJohn Smith2012-05-171-5/+4
* Fix for 950677 : Ellipse text if gradient name too longJohn Smith2012-05-151-1/+2
* Follow-up conversion from bool.Jon A. Cruz2012-05-081-36/+22
* Fixing to use explicit enum types instead of generic guint & bool.Jon A. Cruz2012-05-081-4/+4
* Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-031-114/+109
* Fix for 950677 : Add link option to gradient toolbarJohn Smith2012-04-251-0/+30
* fix memory leak and some minor thingsKris De Gussem2012-04-091-1/+1
* Warning cleanup.Jon A. Cruz2012-04-041-3/+3
* eek-preview: Cairo drawingAlex Valavanis2012-04-031-2/+1
* Fix for 950677 : Add stops and repeat controls to the gradient toolbarJohn Smith2012-04-011-262/+912
* Fix for 903671 : Fill and Stroke Gradient list and Gradient EditorJohn Smith2012-03-151-8/+2
* Fix for 903671 : GtkOptionMenu needs replacing with GtkComboBox. Gradient too...John Smith2012-03-131-83/+92
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-0/+1
* Replace deprecated gtk_toolbar_append_widget APIAlex Valavanis2012-02-261-3/+9
* Header cleaningAlex Valavanis2012-02-121-0/+1
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-051-10/+7
* Remove the icon-names.h thing, which was a mistake.Krzysztof Kosi??ski2011-07-151-4/+4
* Gtk cleanup: gtk_menu_appendAlex Valavanis2011-06-261-5/+5
* Gtk cleanup: gtk_object_set_dataAlex Valavanis2011-06-251-3/+3
* Replace deprecated GtkSignalAlex Valavanis2011-06-131-1/+1
* Replace use of deprecated GtkTooltips APIAlex Valavanis2011-06-051-13/+5
* Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz2011-06-041-2/+2
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-3/+5
|\
| * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-1/+1
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-1/+1
* | Suppress gradient direction line for 'solid' gradients.Jon A. Cruz2010-07-041-18/+16
|/
* Partial C++-ification of SPGradientJon A. Cruz2010-06-281-3/+3
* Initial F&S dialog setting of swatch colors.Jon A. Cruz2010-03-091-2/+2
* Updated gradient toolba to not see "solid" one-stops as gradients.Jon A. Cruz2010-03-051-67/+87