summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-toolbar.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move toolbars to ui/toolbarAlexander Valavanis2018-06-171-1275/+0
|
* Fix setting active button (SP_GRADIENT_TYPE_LINEAR != 0).Tavmjong Bah2018-01-311-2/+2
|
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-9/+13
| | | | A lot of header clean-up.
* Don't translate the empty string.Eduard Braun2018-01-291-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
* Convert gradient-toolbar to use ink-select-one-action.Tavmjong Bah2018-01-221-617/+597
| | | | With lots of other clean-up.
* Move general ellipsize text function out of gradient files.Tavmjong Bah2018-01-191-0/+1
|
* Misc. typosUnknown2017-11-071-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 ```
* Remove old icon handling codeAlexander Valavanis2017-06-291-2/+2
|
* Merged trunkAdrian Boguszewski2016-08-091-1/+3
|\ | | | | (bzr r14954.1.30)
| * Split InkAction classes into separate filesAlex Valavanis2016-08-051-1/+3
| | | | | | (bzr r15043)
* | Merged trunkAdrian Boguszewski2016-08-031-2/+1
|\| | | | | (bzr r14954.1.29)
| * Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-2/+1
| | | | | | (bzr r15034)
| * Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+2
| | | | | | (bzr r15027)
| * Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-2/+1
| | | | | | (bzr r15025)
* | Renamed children list in SPObjectAdrian Boguszewski2016-07-141-2/+2
| | | | | | (bzr r14954.1.21)
* | Second part of new SPObject children listAdrian Boguszewski2016-07-131-6/+6
| | | | | | (bzr r14954.1.19)
* | Added items as a range functionAdrian Boguszewski2016-07-031-6/+6
|\| | | | | (bzr r14954.1.13)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-3/+3
|/ | | (bzr r14954.1.10)
* Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin2016-05-211-2/+2
| | | (bzr r14907)
* cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵Marc Jeanmougin2015-12-071-17/+15
| | | | | | | std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6)
* cppification: GSList replaced by vectors (mostly related to gradients and ↵Marc Jeanmougin2015-12-061-16/+15
| | | | | meshes) (bzr r14504.1.2)
* static code analysisKris De Gussem2015-11-051-3/+3
| | | (bzr r14446)
* corrected the casts (hopefully)Marc Jeanmougin2015-02-271-3/+3
| | | (bzr r13922.1.10)
* Put a few std::vector<SPitem*>Marc Jeanmougin2015-02-191-6/+6
| | | (bzr r13922.1.5)
* At first, I was thinking "I just have to go to the selection file, and ↵Marc Jeanmougin2015-02-171-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)
* Commenting dead assignments.Nicolas Dufour2015-02-081-3/+6
| | | (bzr r13909)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-5/+5
| | | (bzr r13820)
* Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelectionLiam P. White2014-12-211-6/+6
| | | (bzr r13809)
* Update to trunk r13580Liam P. White2014-10-061-1/+1
|\ | | | | (bzr r13341.1.255)
| * i18n. Fix for Bug #380522 (strings that need to be fixed for translation).Nicolas Dufour2014-10-021-1/+1
| | | | | | | | | | | | | | | | Translations. Inkscape.pot and French translation update. Fixed bugs: - https://launchpad.net/bugs/380522 (bzr r13576)
* | Move GtkAction subclasses to widgets/Liam P. White2014-10-051-3/+3
|/ | | (bzr r13341.1.249)
* Fix related to bug #1327267 -- don't bother to update gradient toolbar when ↵Liam P. White2014-08-091-30/+45
| | | | | not in gradient tool (bzr r13504)
* Fixed includes for tools.Markus Engel2014-03-021-35/+19
| | | (bzr r13097)
* i18n. Fix for Bug #1269943 (Context for message Offset:).kris-degussem2014-01-171-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1269943 (bzr r12952)
* Superficial text fix in gradient toolbar.Josh Andler2013-12-091-1/+1
| | | (bzr r12842)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-2/+2
| | | (bzr r12785)
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-10/+11
| | | (bzr r12782)
* Fix tautological comparison for enum of unspecified typeAlex Valavanis2013-09-211-4/+4
| | | (bzr r12566)
* Merge from trunk.Matthew Petroff2013-09-201-7/+8
|\ | | | | (bzr r12475.1.29)
| * Merged from trunk (r12488).Markus Engel2013-08-301-1/+1
| |\ | | | | | | (bzr r11608.1.120)
| * | Cleaned up.Markus Engel2013-08-031-1/+1
| | | | | | | | | (bzr r11608.1.117)
| * | Further refactoring of EventContexts.Markus Engel2013-07-301-5/+5
| | | | | | | | | (bzr r11608.1.109)
| * | Replaced all casting macros with glib-independent ones.Markus Engel2013-04-011-1/+2
| | | | | | | | | (bzr r11608.1.64)
* | | Enable unit evaluation in toolbars.Matthew Petroff2013-09-151-2/+3
| |/ |/| | | (bzr r12475.1.22)
* | Removed "helper/unit-menu.h" from "widgest/toolbar.*" and associated files.Matthew Petroff2013-07-191-1/+1
|/ | | (bzr r12380.1.30)
* The label should really say "Stops:", just like its verb.Alexandre Prokoudine2012-11-261-1/+1
| | | | | The former "Edit:" label text is just confusing. (bzr r11902)
* Marked another user-visible message for translation, fixed text case for ↵Alexandre Prokoudine2012-11-261-4/+4
| | | | | combo items (bzr r11901)
* Replace remaining C-style pointer casts for src/widgetsAlex Valavanis2012-11-111-3/+3
| | | (bzr r11868)
* code cleanup: make more functions static, add includes.Campbell Barton2012-10-041-2/+3
| | | (bzr r11737)
* Fix for 1052645 : On select toolbar 'lock' button resize icon on clickingJohn Smith2012-09-241-1/+1
| | | (bzr r11701)