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-vector.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-10-22
Remove 'document-private.h' where not needed plus some other header cleanup.
Tavmjong Bah
1
-1
/
+0
2018-10-05
Removal of code but breaks gradients
Martin Owens
1
-4
/
+6
2018-10-01
Move macros.h and remove unneeded macros
Eduard Braun
1
-1
/
+1
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+0
2018-06-19
Replace functions with methods in SPColor.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-57
/
+57
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-5
/
+5
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-5
/
+5
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-20
/
+30
2017-10-01
First batch
Marc Jeanmougin
1
-41
/
+20
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-5
/
+1
2016-07-28
Finish removing GTK+ 2 fallbacks
Alex Valavanis
1
-63
/
+2
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+5
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-5
/
+1
2016-07-14
Renamed children list in SPObject
Adrian Boguszewski
1
-4
/
+4
2016-07-13
Second part of new SPObject children list
Adrian Boguszewski
1
-14
/
+14
2016-05-21
Fix regression: restore order in resources (e.g. pattern list)
Marc Jeanmougin
1
-2
/
+2
2016-04-12
gradient-vector: Fix deprecated gtk_misc_set_alignment #Hackfest2016
Alex Valavanis
1
-0
/
+6
2015-12-07
cppification : GHashMaps replaced by stl maps. getResouceList now gives a std...
Marc Jeanmougin
1
-4
/
+4
2015-10-14
Fix from Johan to prevent referencing null C++ pointer. Found via Clang scan ...
Tavmjong Bah
1
-1
/
+2
2015-05-08
fixes a few of jenkins warnings
Marc Jeanmougin
1
-0
/
+1
2014-10-31
Remove FIXME from refactoring
Liam P. White
1
-10
/
+40
2014-09-27
Update to experimental r13565
Liam P. White
1
-1
/
+1
2014-09-07
Update to experimental r13543
Liam P. White
1
-1
/
+1
2014-09-02
Remove misleading dialogs directory
Liam P. White
1
-1
/
+1
2014-08-30
Fix gtk3 build
Liam P. White
1
-13
/
+13
2014-08-23
gradient-vector: Clean up GObject boilerplate & fix deprecation
Alex Valavanis
1
-33
/
+13
2014-06-27
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
1
-5
/
+6
2014-06-26
4. further refactor Application class; create proper singleton, encapsulate m...
Liam P. White
1
-5
/
+4
2014-06-26
3. remove dead code, refactor existing code. Connect overlooked signals.
Liam P. White
1
-4
/
+11
2014-06-01
ColorNotebook is Gtk::Widget and uses ColorSelector
Tomasz Boczkowski
1
-1
/
+3
2014-06-01
moved ColorNotebook to ui/widget
Tomasz Boczkowski
1
-2
/
+2
2014-06-01
using ColorSelector in gradient vector selector widget
Tomasz Boczkowski
1
-14
/
+45
2014-01-17
i18n. Fix for Bug #1269943 (Context for message Offset:).
kris-degussem
1
-1
/
+1
2013-08-03
Cleaned up.
Markus Engel
1
-5
/
+5
2013-04-28
minor cppcheck stuff
Kris De Gussem
1
-3
/
+1
2013-03-25
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
1
-3
/
+2
2012-12-25
Convert a load more C-style pointer casts to GObject or C++ casts (merry chri...
Alex Valavanis
1
-7
/
+7
2012-10-04
code cleanup: make more functions static, add includes.
Campbell Barton
1
-1
/
+1
2012-09-12
Fix for 1048958 : Unexpected count '#' of swatch fill uses for clones
John Smith
1
-0
/
+2
2012-06-26
Fix for 722017 : Better Gradient Window
John Smith
1
-83
/
+108
2012-06-09
Drop GtkObject usage in gradient-vector
Alex Valavanis
1
-17
/
+48
2012-05-20
Fix for 973195 : Limit width of color profile labels
John Smith
1
-4
/
+4
2012-05-17
Fix for 950677 : ellipsize function with ustring
John Smith
1
-13
/
+12
2012-05-15
Fix for 950677 : Ellipse text if gradient name too long
John Smith
1
-2
/
+16
2012-05-12
syntx of null pointer dereference checks
Kris De Gussem
1
-10
/
+10
2012-04-10
Clean up some deprecated orientable API
Alex Valavanis
1
-0
/
+9
2012-04-10
Replace remaining gtk_hbox_new usage
Alex Valavanis
1
-0
/
+10
2012-04-09
fix memory leak and some minor things
Kris De Gussem
1
-5
/
+5
2012-04-04
Warning cleanup.
Jon A. Cruz
1
-1
/
+1
[next]