index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
widgets
/
gradient-toolbar.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-06-17
Move toolbars to ui/toolbar
Alexander Valavanis
1
-1275
/
+0
2018-01-31
Fix setting active button (SP_GRADIENT_TYPE_LINEAR != 0).
Tavmjong Bah
1
-2
/
+2
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-9
/
+13
2018-01-29
Don't translate the empty string.
Eduard Braun
1
-1
/
+1
2018-01-22
Convert gradient-toolbar to use ink-select-one-action.
Tavmjong Bah
1
-617
/
+597
2018-01-19
Move general ellipsize text function out of gradient files.
Tavmjong Bah
1
-0
/
+1
2017-11-07
Misc. typos
Unknown
1
-1
/
+1
2017-06-29
Remove old icon handling code
Alexander Valavanis
1
-2
/
+2
2016-08-05
Split InkAction classes into separate files
Alex Valavanis
1
-1
/
+3
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-2
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+2
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-2
/
+1
2016-07-14
Renamed children list in SPObject
Adrian Boguszewski
1
-2
/
+2
2016-07-13
Second part of new SPObject children list
Adrian Boguszewski
1
-6
/
+6
2016-06-25
Moved next functions, added namespace, renamed range functions
Adrian Boguszewski
1
-3
/
+3
2016-05-21
Fix regression: restore order in resources (e.g. pattern list)
Marc Jeanmougin
1
-2
/
+2
2015-12-07
cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...
Marc Jeanmougin
1
-17
/
+15
2015-12-06
cppification: GSList replaced by vectors (mostly related to gradients and mes...
Marc Jeanmougin
1
-16
/
+15
2015-11-05
static code analysis
Kris De Gussem
1
-3
/
+3
2015-02-27
corrected the casts (hopefully)
Marc Jeanmougin
1
-3
/
+3
2015-02-19
Put a few std::vector<SPitem*>
Marc Jeanmougin
1
-6
/
+6
2015-02-17
At first, I was thinking "I just have to go to the selection file, and change...
Marc Jeanmougin
1
-6
/
+9
2015-02-08
Commenting dead assignments.
Nicolas Dufour
1
-3
/
+6
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-5
/
+5
2014-12-21
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
1
-6
/
+6
2014-10-05
Move GtkAction subclasses to widgets/
Liam P. White
1
-3
/
+3
2014-10-02
i18n. Fix for Bug #380522 (strings that need to be fixed for translation).
Nicolas Dufour
1
-1
/
+1
2014-08-09
Fix related to bug #1327267 -- don't bother to update gradient toolbar when n...
Liam P. White
1
-30
/
+45
2014-03-02
Fixed includes for tools.
Markus Engel
1
-35
/
+19
2014-01-17
i18n. Fix for Bug #1269943 (Context for message Offset:).
kris-degussem
1
-1
/
+1
2013-12-09
Superficial text fix in gradient toolbar.
Josh Andler
1
-1
/
+1
2013-11-09
Moved and renamed some tool-related files.
Markus Engel
1
-2
/
+2
2013-11-07
First step of moving tools into appropriate namespaces.
Markus Engel
1
-10
/
+11
2013-09-21
Fix tautological comparison for enum of unspecified type
Alex Valavanis
1
-4
/
+4
2013-09-15
Enable unit evaluation in toolbars.
Matthew Petroff
1
-2
/
+3
2013-08-03
Cleaned up.
Markus Engel
1
-1
/
+1
2013-07-30
Further refactoring of EventContexts.
Markus Engel
1
-5
/
+5
2013-07-19
Removed "helper/unit-menu.h" from "widgest/toolbar.*" and associated files.
Matthew Petroff
1
-1
/
+1
2013-04-01
Replaced all casting macros with glib-independent ones.
Markus Engel
1
-1
/
+2
2012-11-26
The label should really say "Stops:", just like its verb.
Alexandre Prokoudine
1
-1
/
+1
2012-11-26
Marked another user-visible message for translation, fixed text case for comb...
Alexandre Prokoudine
1
-4
/
+4
2012-11-11
Replace remaining C-style pointer casts for src/widgets
Alex Valavanis
1
-3
/
+3
2012-10-04
code cleanup: make more functions static, add includes.
Campbell Barton
1
-2
/
+3
2012-09-24
Fix for 1052645 : On select toolbar 'lock' button resize icon on clicking
John Smith
1
-1
/
+1
2012-09-23
Fix for 367548 : Invert doesnt work on objects with gradients
John Smith
1
-1
/
+1
2012-09-22
Fix for 367548 : Invert doesnt work on objects with gradients
John Smith
1
-21
/
+1
2012-09-07
Fix for 1046868 : Gradient tool (trunk): stop selector cannot access stroke g...
John Smith
1
-16
/
+2
2012-05-17
Fix for 950677 : ellipsize function with ustring
John Smith
1
-5
/
+4
2012-05-15
Fix for 950677 : Ellipse text if gradient name too long
John Smith
1
-1
/
+2
2012-05-08
Follow-up conversion from bool.
Jon A. Cruz
1
-36
/
+22
[next]