summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-toolbar.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-17Move toolbars to ui/toolbarAlexander Valavanis1-1275/+0
2018-01-31Fix setting active button (SP_GRADIENT_TYPE_LINEAR != 0).Tavmjong Bah1-2/+2
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-9/+13
2018-01-29Don't translate the empty string.Eduard Braun1-1/+1
2018-01-22Convert gradient-toolbar to use ink-select-one-action.Tavmjong Bah1-617/+597
2018-01-19Move general ellipsize text function out of gradient files.Tavmjong Bah1-0/+1
2017-11-07Misc. typosUnknown1-1/+1
2017-06-29Remove old icon handling codeAlexander Valavanis1-2/+2
2016-08-05Split InkAction classes into separate filesAlex Valavanis1-1/+3
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+1
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+2
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+1
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-2/+2
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-6/+6
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-3/+3
2016-05-21Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin1-2/+2
2015-12-07cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...Marc Jeanmougin1-17/+15
2015-12-06cppification: GSList replaced by vectors (mostly related to gradients and mes...Marc Jeanmougin1-16/+15
2015-11-05static code analysisKris De Gussem1-3/+3
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-3/+3
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-6/+6
2015-02-17At first, I was thinking "I just have to go to the selection file, and change...Marc Jeanmougin1-6/+9
2015-02-08Commenting dead assignments.Nicolas Dufour1-3/+6
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-5/+5
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-6/+6
2014-10-05Move GtkAction subclasses to widgets/Liam P. White1-3/+3
2014-10-02i18n. Fix for Bug #380522 (strings that need to be fixed for translation).Nicolas Dufour1-1/+1
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