summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-toolbar.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-09Fix related to bug #1327267 -- don't bother to update gradient toolbar when n...Liam P. White1-30/+45
2014-03-02Fixed includes for tools.Markus Engel1-35/+19
2014-01-17i18n. Fix for Bug #1269943 (Context for message Offset:).kris-degussem1-1/+1
2013-12-09Superficial text fix in gradient toolbar.Josh Andler1-1/+1
2013-11-09Moved and renamed some tool-related files.Markus Engel1-2/+2
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-10/+11
2013-09-21Fix tautological comparison for enum of unspecified typeAlex Valavanis1-4/+4
2013-09-15Enable unit evaluation in toolbars.Matthew Petroff1-2/+3
2013-08-03Cleaned up.Markus Engel1-1/+1
2013-07-30Further refactoring of EventContexts.Markus Engel1-5/+5
2013-07-19Removed "helper/unit-menu.h" from "widgest/toolbar.*" and associated files.Matthew Petroff1-1/+1
2013-04-01Replaced all casting macros with glib-independent ones.Markus Engel1-1/+2
2012-11-26The label should really say "Stops:", just like its verb.Alexandre Prokoudine1-1/+1
2012-11-26Marked another user-visible message for translation, fixed text case for comb...Alexandre Prokoudine1-4/+4
2012-11-11Replace remaining C-style pointer casts for src/widgetsAlex Valavanis1-3/+3
2012-10-04code cleanup: make more functions static, add includes.Campbell Barton1-2/+3
2012-09-24Fix for 1052645 : On select toolbar 'lock' button resize icon on clickingJohn Smith1-1/+1
2012-09-23Fix for 367548 : Invert doesnt work on objects with gradientsJohn Smith1-1/+1
2012-09-22Fix for 367548 : Invert doesnt work on objects with gradientsJohn Smith1-21/+1
2012-09-07Fix for 1046868 : Gradient tool (trunk): stop selector cannot access stroke g...John Smith1-16/+2
2012-05-17Fix for 950677 : ellipsize function with ustringJohn Smith1-5/+4
2012-05-15Fix for 950677 : Ellipse text if gradient name too longJohn Smith1-1/+2
2012-05-08Follow-up conversion from bool.Jon A. Cruz1-36/+22
2012-05-08Fixing to use explicit enum types instead of generic guint & bool.Jon A. Cruz1-4/+4
2012-05-03Adding base configurable sizing of controls/handles.Jon A. Cruz1-114/+109
2012-04-25Fix for 950677 : Add link option to gradient toolbarJohn Smith1-0/+30
2012-04-09fix memory leak and some minor thingsKris De Gussem1-1/+1
2012-04-04Warning cleanup.Jon A. Cruz1-3/+3
2012-04-03eek-preview: Cairo drawingAlex Valavanis1-2/+1
2012-04-01Fix for 950677 : Add stops and repeat controls to the gradient toolbarJohn Smith1-262/+912
2012-03-15Fix for 903671 : Fill and Stroke Gradient list and Gradient EditorJohn Smith1-8/+2
2012-03-13Fix for 903671 : GtkOptionMenu needs replacing with GtkComboBox. Gradient too...John Smith1-83/+92
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-0/+1
2012-02-26Replace deprecated gtk_toolbar_append_widget APIAlex Valavanis1-3/+9
2012-02-12Header cleaningAlex Valavanis1-0/+1
2012-02-05(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-10/+7
2011-07-15Remove the icon-names.h thing, which was a mistake.Krzysztof Kosi??ski1-4/+4
2011-06-26Gtk cleanup: gtk_menu_appendAlex Valavanis1-5/+5
2011-06-25Gtk cleanup: gtk_object_set_dataAlex Valavanis1-3/+3
2011-06-13Replace deprecated GtkSignalAlex Valavanis1-1/+1
2011-06-05Replace use of deprecated GtkTooltips APIAlex Valavanis1-13/+5
2011-06-04Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...Jon A. Cruz1-2/+2
2010-07-04Suppress gradient direction line for 'solid' gradients.Jon A. Cruz1-18/+16
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-1/+1
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-1/+1
2010-06-28Partial C++-ification of SPGradientJon A. Cruz1-3/+3
2010-03-09Initial F&S dialog setting of swatch colors.Jon A. Cruz1-2/+2
2010-03-05Updated gradient toolba to not see "solid" one-stops as gradients.Jon A. Cruz1-67/+87
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-2/+2
2009-08-05SPDocument->Documentjohnce1-2/+2