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
2011-07-03
GTK+ cleanup: gtk_type_class
Alex Valavanis
1
-1
/
+1
2011-07-02
Fix problem with merged code where a pointer to a plain C GTK+ object was cas...
Jon A. Cruz
1
-4
/
+3
2011-07-02
GTK+ cleaning: gtk_type_new
Alex Valavanis
1
-1
/
+1
2011-06-26
Gtk cleanup: gtk_object_get_data
Alex Valavanis
1
-1
/
+1
2011-06-26
Gtk cleanup: gtk_menu_append
Alex Valavanis
1
-6
/
+6
2011-06-25
Gtk cleanup: gtk_object_set_data
Alex Valavanis
1
-4
/
+4
2011-06-13
Replace deprecated GtkSignal
Alex Valavanis
1
-16
/
+17
2011-06-05
Replace use of deprecated GtkTooltips API
Alex Valavanis
1
-3
/
+2
2011-06-04
Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of SP_ROOT()...
Jon A. Cruz
1
-2
/
+2
2011-02-21
Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.
Jon A. Cruz
1
-39
/
+37
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-09-15
Prevent opacity slider changes from going into undo as separate items. Fixes ...
Jon A. Cruz
1
-15
/
+12
2010-08-14
Completely remove NRPixBlock
Krzysztof Kosi??ski
1
-4
/
+5
2010-07-18
Correcting black gradient stops when swatches are set or drug.
Jon A. Cruz
1
-27
/
+10
2010-07-18
Correct behavior of gradient stops to extract color from swatch when color is...
Jon A. Cruz
1
-27
/
+10
2010-07-07
Tuning fill-n-stroke to support non-solid swatches.
Jon A. Cruz
1
-0
/
+5
2010-07-03
another c++ification for sp-object.h/cpp and still in progress...
Abhishek Sharma Public
1
-3
/
+3
2010-07-02
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
1
-8
/
+8
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-1
/
+1
2010-06-28
Partial C++-ification of SPGradient
Jon A. Cruz
1
-6
/
+6
2010-03-22
C++-ification of paint selector.
Jon A. Cruz
1
-2
/
+2
2010-03-09
Initial F&S dialog setting of swatch colors.
Jon A. Cruz
1
-1
/
+9
2010-03-08
Cleanup of gradients and stops.
Jon A. Cruz
1
-10
/
+8
2010-03-06
Block "special" solid gradients from gradient F&S dialog.
Jon A. Cruz
1
-410
/
+413
2010-03-06
New tab in Fill&Stroke dialog for swatch fills.
Jon A. Cruz
1
-1
/
+1
2010-03-02
Cleanup on id access.
Jon A. Cruz
1
-1
/
+1
2009-08-22
fix 416940
bulia byak
1
-3
/
+11
2009-08-13
fix 376068
bulia byak
1
-14
/
+16
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-4
/
+4
2009-08-05
SPDocument->Document
johnce
1
-4
/
+4
2008-12-04
Warning/type cleanup.
Jon A. Cruz
1
-25
/
+33
2008-12-04
Whitespace cleanup.
Jon A. Cruz
1
-773
/
+771
2008-10-27
From trunk
Ted Gould
1
-70
/
+72
2008-09-20
release reprs properly
bulia byak
1
-0
/
+3
2007-09-24
Fixed unsafe hardcoding of buffer size
Jon A. Cruz
1
-3
/
+3
2007-09-15
Refactoring SPColor to C++ and removing legacy CMYK implementation
Jon A. Cruz
1
-6
/
+4
2007-03-20
plumb XML::Document parameter into duplication, courtesy of bryce
MenTaLguY
1
-3
/
+3
2007-01-23
replace use of sp_repr_new in gradient-vector
MenTaLguY
1
-2
/
+5
2007-01-12
Fixed bug where offset was not written to XML when stop was added.
Johan B. C. Engelen
1
-0
/
+1
2006-12-30
Fix 1565162 (Gradient stop color not updated in list when entering RBGA)
gustav_b
1
-6
/
+17
2006-10-10
undo annotations
bulia byak
1
-4
/
+5
2006-08-26
gboolean -> bool conversion commit 1. Modifies code to do with getting the u...
Michael G. Sloan
1
-2
/
+2
2006-08-25
peeled back the gboolean code as it hit on some complexity theory principles...
Jon Phillips
1
-5
/
+5
2006-08-23
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
Jon Phillips
1
-5
/
+5
2006-07-25
whoops, missed some uses of the old GObject signals in the last commit
MenTaLguY
1
-6
/
+39
2006-07-25
switch to sigc++ SPObject signals for SPGradientVectorSelector
MenTaLguY
1
-16
/
+30
2006-06-29
patch from Gustav Broberg: undo annotations and history dialog
bulia byak
1
-5
/
+10
2006-03-13
#include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h.
Peter Moulder
1
-1
/
+1
2006-02-24
make sure only positive dialog positions are read from preferences, fixes #12...
Ralf Stephan
1
-0
/
+4
2006-02-24
make sure positive xy widget pos is written
Ralf Stephan
1
-0
/
+3
[next]