summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-toolbar.cpp (unfollow)
Commit message (Collapse)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
A lot of header clean-up.
2018-01-29Don't translate the empty string.Eduard Braun1-1/+1
Really, please don't do it! - in the best case it shows a wall of useless text to the user - in the worst case it causes strange crashes for users with non-English locale
2018-01-22Convert gradient-toolbar to use ink-select-one-action.Tavmjong Bah1-617/+597
With lots of other clean-up.
2018-01-19Move general ellipsize text function out of gradient files.Tavmjong Bah1-0/+1
2017-11-07Misc. typosUnknown1-1/+1
Found using `codespell -q 3 -w --skip="*.svg,*.po,*.ts,./share/tutorials,./src/libavoid,./packaging/win32/languages,./man,./src/2geom" -I ../inkscape-whitelist.txt` whereby whitelist file contained: ``` dum iff glight substract te upto ```
2017-06-29Remove old icon handling codeAlexander Valavanis1-2/+2
2016-08-05Split InkAction classes into separate filesAlex Valavanis1-1/+3
(bzr r15043)
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-2/+1
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-1/+2
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-2/+1
(bzr r15025)
2016-07-14Renamed children list in SPObjectAdrian Boguszewski1-2/+2
(bzr r14954.1.21)
2016-07-13Second part of new SPObject children listAdrian Boguszewski1-6/+6
(bzr r14954.1.19)
2016-06-25Moved next functions, added namespace, renamed range functionsAdrian Boguszewski1-3/+3
(bzr r14954.1.10)
2016-05-21Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin1-2/+2
(bzr r14907)
2015-12-07cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵Marc Jeanmougin1-17/+15
std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6)
2015-12-06cppification: GSList replaced by vectors (mostly related to gradients and ↵Marc Jeanmougin1-16/+15
meshes) (bzr r14504.1.2)
2015-11-05static code analysisKris De Gussem1-3/+3
(bzr r14446)
2015-02-27corrected the casts (hopefully)Marc Jeanmougin1-3/+3
(bzr r13922.1.10)
2015-02-19Put a few std::vector<SPitem*>Marc Jeanmougin1-6/+6
(bzr r13922.1.5)
2015-02-17At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin1-6/+9
change that GSList* with a std::list, then resolve the few problems" So, i tried that. And I will continue tomorrow, and the days after, on and on. (bzr r13922.1.1)
2015-02-08Commenting dead assignments.Nicolas Dufour1-3/+6
(bzr r13909)
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-5/+5
(bzr r13820)
2014-12-21Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White1-6/+6
(bzr r13809)
2014-10-05Move GtkAction subclasses to widgets/Liam P. White1-3/+3
(bzr r13341.1.249)
2014-10-02i18n. Fix for Bug #380522 (strings that need to be fixed for translation).Nicolas Dufour1-1/+1
Translations. Inkscape.pot and French translation update. Fixed bugs: - https://launchpad.net/bugs/380522 (bzr r13576)
2014-08-09Fix related to bug #1327267 -- don't bother to update gradient toolbar when ↵Liam P. White1-30/+45
not in gradient tool (bzr r13504)
2014-03-02Fixed includes for tools.Markus Engel1-35/+19
(bzr r13097)
2014-01-17i18n. Fix for Bug #1269943 (Context for message Offset:).kris-degussem1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1269943 (bzr r12952)
2013-12-09Superficial text fix in gradient toolbar.Josh Andler1-1/+1
(bzr r12842)
2013-11-09Moved and renamed some tool-related files.Markus Engel1-2/+2
(bzr r12785)
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-10/+11
(bzr r12782)
2013-09-21Fix tautological comparison for enum of unspecified typeAlex Valavanis1-4/+4
(bzr r12566)
2013-09-15Enable unit evaluation in toolbars.Matthew Petroff1-2/+3
(bzr r12475.1.22)
2013-08-03Cleaned up.Markus Engel1-1/+1
(bzr r11608.1.117)
2013-07-30Further refactoring of EventContexts.Markus Engel1-5/+5
(bzr r11608.1.109)
2013-07-19Removed "helper/unit-menu.h" from "widgest/toolbar.*" and associated files.Matthew Petroff1-1/+1
(bzr r12380.1.30)
2013-04-01Replaced all casting macros with glib-independent ones.Markus Engel1-1/+2
(bzr r11608.1.64)
2012-11-26The label should really say "Stops:", just like its verb.Alexandre Prokoudine1-1/+1
The former "Edit:" label text is just confusing. (bzr r11902)
2012-11-26Marked another user-visible message for translation, fixed text case for ↵Alexandre Prokoudine1-4/+4
combo items (bzr r11901)
2012-11-11Replace remaining C-style pointer casts for src/widgetsAlex Valavanis1-3/+3
(bzr r11868)
2012-10-04code cleanup: make more functions static, add includes.Campbell Barton1-2/+3
(bzr r11737)
2012-09-24Fix for 1052645 : On select toolbar 'lock' button resize icon on clickingJohn Smith1-1/+1
(bzr r11701)
2012-09-23Fix for 367548 : Invert doesnt work on objects with gradientsJohn Smith1-1/+1
(bzr r11696)
2012-09-22Fix for 367548 : Invert doesnt work on objects with gradientsJohn Smith1-21/+1
(bzr r11694)
2012-09-07Fix for 1046868 : Gradient tool (trunk): stop selector cannot access stroke ↵John Smith1-16/+2
gradient stops of objects with two gradients (bzr r11656)
2012-05-17Fix for 950677 : ellipsize function with ustringJohn Smith1-5/+4
(bzr r11371)
2012-05-15Fix for 950677 : Ellipse text if gradient name too longJohn Smith1-1/+2
(bzr r11365)
2012-05-08Follow-up conversion from bool.Jon A. Cruz1-36/+22
(bzr r11347)