index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
sp-cursor.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-08-23
Eliminate clang warnings
Thomas Holder
1
-1
/
+1
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2017-07-05
cursors: rm deprecated gtkstyle custom black/white
Alexander Valavanis
1
-5
/
+1
2017-06-30
Hackfest: Refactor cursors so the hot spot is inside the xpm
Martin Owens
1
-48
/
+58
2016-11-06
fix cursor on big endian systems
mpasteven
1
-0
/
+7
2014-09-27
Update to experimental r13565
Liam P. White
1
-4
/
+5
2014-08-31
Header cleanup: stop using Glib types where they aren't truly needed. Eases G...
Liam P. White
1
-4
/
+5
2012-05-27
Stop using deprecated GdkBitmap in custom cursors
Alex Valavanis
1
-87
/
+7
2012-02-05
cppchecktells us: Using signed char type as array index. If the value can be ...
Kris De Gussem
1
-1
/
+2
2012-01-22
cppcheck tells us: scanf without field width limits can crash with huge input...
Kris De Gussem
1
-10
/
+17
2011-10-02
Warning cleanup.
Jon A. Cruz
1
-1
/
+1
2010-09-09
Minor cleanup.
Jon A. Cruz
1
-51
/
+68
2010-09-06
Color preview in cursor
Jasper van de Gronde
1
-5
/
+78
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-2
/
+3
2007-09-16
(struct SPEventContext, sp-cursor.*): Change xpm arguments from gchar** to gc...
Peter Moulder
1
-4
/
+6
2006-10-19
remove color cursors
Josh Andler
1
-37
/
+73
2006-06-27
another prototype include to compile on CentOS, finally fixes #1505373
Ralf Stephan
1
-0
/
+1
2006-06-19
initial color cursor implementation (reads from pixbufs, will work on reading...
Josh Andler
1
-73
/
+37
2006-02-15
bulk trailing spaces removal. consistency through MD5 of binary
Ralf Stephan
1
-4
/
+4
2006-02-07
reverted changes for color cursors
Josh Andler
1
-30
/
+14
2006-02-03
Applying patch #1415498 by James Kilfiger / zeimusu - Allow color & transpare...
Josh Andler
1
-14
/
+30