index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gradient-context.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleaned up.
Markus Engel
2013-08-03
1
-3
/
+3
*
Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.
Markus Engel
2013-07-31
1
-12
/
+5
*
Further refactoring of EventContexts.
Markus Engel
2013-07-30
1
-3
/
+3
*
Merged from trunk (r12419).
Markus Engel
2013-07-14
1
-23
/
+21
|
\
|
*
Temporily fix abiguous macros before later removal.
Jon A. Cruz
2013-04-28
1
-21
/
+21
*
|
Cleaned up a bit.
Markus Engel
2013-04-21
1
-134
/
+160
*
|
Moved factories to different files.
Markus Engel
2013-04-20
1
-1
/
+1
*
|
Merging of EventContext classes complete.
Markus Engel
2013-04-20
1
-57
/
+11
*
|
Replaced casting macros for EventContext tree; added contructors.
Markus Engel
2013-04-13
1
-0
/
+16
*
|
Added prefPaths to contexts; modified SPFactory
Markus Engel
2013-04-12
1
-0
/
+2
*
|
Added constructors to EventContext tree / some missing virtual pads.
Markus Engel
2013-04-09
1
-4
/
+15
*
|
Started conversion of SPEventContext tree; added virtual pads to all classes.
Markus Engel
2013-04-08
1
-6
/
+28
|
/
*
More GObject boilerplate reduction
Alex Valavanis
2013-01-26
1
-30
/
+6
*
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
2012-10-04
1
-2
/
+2
*
Fix for 367548 : Invert doesnt work on objects with gradients
John Smith
2012-09-23
1
-1
/
+1
*
Fix for 367548 : Invert doesnt work on objects with gradients
John Smith
2012-09-22
1
-12
/
+1
*
Fix for 580160 : Deleting a gradient stop using Shape tools deletes the object
John Smith
2012-09-06
1
-4
/
+1
*
Fix for 406044 : Esc with no selection, activates selection tool
John Smith
2012-09-02
1
-1
/
+2
*
Fix for 1029302 : Fill/Stroke dialog does not update on tool change
John Smith
2012-08-01
1
-0
/
+1
*
Drop GTK+ 2.20 support.
Alex Valavanis
2012-07-05
1
-4
/
+0
*
Follow-up conversion from bool.
Jon A. Cruz
2012-05-08
1
-3
/
+3
*
Fixing to use explicit enum types instead of generic guint & bool.
Jon A. Cruz
2012-05-08
1
-19
/
+22
*
Eliminated duplication of GTK key defines.
Jon A. Cruz
2012-05-03
1
-46
/
+1
*
Replace deprecated GDK key symbols
Alex Valavanis
2012-04-09
1
-42
/
+91
*
Fix for 627728 : newly-added gradient node by dbl click set active
John Smith
2012-04-01
1
-1
/
+3
*
Fix for 179830 : gradient tool focus problems with overlapping objects
John Smith
2012-04-01
1
-15
/
+21
*
Fix for 627728 : Make newly added gradient stop active
John Smith
2012-04-01
1
-3
/
+11
*
Fix for 950677 : Add stops and repeat controls to the gradient toolbar
John Smith
2012-04-01
1
-1
/
+8
*
Header cleaning
Alex Valavanis
2012-02-12
1
-0
/
+2
*
Completely remove libnr
Krzysztof Kosi??ski
2011-08-28
1
-3
/
+2
*
Merge from trunk
Krzysztof Kosi??ski
2011-07-06
1
-7
/
+9
|
\
|
*
Gradient context: Don't try to snap when no gradient will be drawn (i.e. when...
Diederik van Lierop
2011-07-01
1
-5
/
+7
|
*
- Add a third group of snap sources/targets, called ¨others¨ (before we had...
Diederik van Lierop
2011-06-26
1
-1
/
+1
|
*
Switch to GObject
Alex Valavanis
2011-06-24
1
-1
/
+1
*
|
Remove more of libnr
Krzysztof Kosi??ski
2011-06-23
1
-3
/
+3
|
/
*
Merge from trunk
Krzysztof Kosi??ski
2011-06-19
1
-1
/
+1
|
\
|
*
add new preference widget for a number with a unit.
Johan B. C. Engelen
2011-04-17
1
-1
/
+1
*
|
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-8
/
+8
|
\
|
|
*
Pass removing some outdated C-macro use.
Jon A. Cruz
2011-02-20
1
-8
/
+8
*
|
Merge from trunk (again)
Krzysztof Kosi??ski
2010-12-15
1
-9
/
+12
|
\
|
|
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-9
/
+11
|
|
\
|
|
*
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
2010-07-02
1
-6
/
+6
*
|
|
Merge from trunk
Krzysztof Kosi??ski
2010-11-25
1
-1
/
+4
|
\
|
|
|
*
|
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
|
*
|
Clear pointers in the snapmanager if they're no longer needed.
Diederik van Lierop
2010-08-11
1
-0
/
+3
*
|
|
merge from trunk
Krzysztof Kosi??ski
2010-08-08
1
-3
/
+1
|
\
|
|
|
*
|
Suppress gradient direction line for 'solid' gradients.
Jon A. Cruz
2010-07-04
1
-2
/
+0
|
|
/
|
*
Partial C++-ification of SPGradient
Jon A. Cruz
2010-06-28
1
-1
/
+1
*
|
Wholesale cruft removal part 3
Krzysztof Kosi??ski
2010-08-04
1
-1
/
+1
|
/
*
Patch by Daniel_J for 522327
Josh Andler
2010-04-01
1
-1
/
+1
[next]