index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
inkview.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-05-03
Eliminated duplication of GTK key defines.
Jon A. Cruz
1
-106
/
+1
2012-04-15
Get rid of remaining deprecated GDK Key symbols
Alex Valavanis
1
-17
/
+126
2012-04-09
Replace deprecated gdk_cursor_unref
Alex Valavanis
1
-0
/
+8
2012-02-12
Header cleaning
Alex Valavanis
1
-1
/
+1
2012-02-06
Unwanted output in documentation dropped
Kris De Gussem
1
-1
/
+1
2012-01-11
A few GSEAL issues
Kris De Gussem
1
-4
/
+4
2011-12-08
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
1
-1
/
+1
2011-08-27
Completely remove NRRect, NRRectL, in-svg-plane.h
Krzysztof Kosi??ski
1
-1
/
+0
2011-06-23
Remove/replace deprecated gtk_window_set_policy symbol
Alex Valavanis
1
-1
/
+0
2011-06-03
Use generic headers in preparation for GTK+ 3 transition
Alex Valavanis
1
-5
/
+1
2010-12-23
Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...
Jon A. Cruz
1
-2
/
+1
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-12
/
+12
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-7
/
+7
2010-03-14
Move around files to remove some vanity directories.
Krzysztof Kosi??ski
1
-1
/
+1
2010-03-06
Prevent crash due to double delete. Fixes bug #316506.
Jon A. Cruz
1
-3
/
+0
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-8
/
+8
2009-08-05
SPDocument->Document
johnce
1
-8
/
+8
2009-05-04
Implement warning of prior errors.
Jon A. Cruz
1
-1
/
+1
2009-05-04
Fixed broken preferences singleton and removed GUI encapsulation leakage. Fix...
Jon A. Cruz
1
-1
/
+0
2009-03-12
whitespace
Bryce Harrington
1
-9
/
+9
2009-01-10
Fixes rendering of feImage (using bitmaps) by preventing the error "Unable to...
Jasper van de Gronde
1
-0
/
+3
2008-12-07
Change the way preferences are loaded to simplify unit testing
Krzysztof Kosi??ski
1
-2
/
+2
2008-10-27
From trunk
Ted Gould
1
-1
/
+0
2008-09-16
Refactored preferences handling into a new version of
Krzysztof Kosi??ski
1
-2
/
+2
2008-07-16
warning cleanup
Jon A. Cruz
1
-7
/
+7
2008-06-12
patch 185522
bulia byak
1
-7
/
+8
2008-01-13
KILLING OLD TODO/BUG: remove option that slipped-in without the code.
Jon Phillips
1
-3
/
+0
2007-03-22
set busy cursor while loading; delete documents on loading new; many other fixes
bulia byak
1
-44
/
+85
2007-01-10
fix 1630485, add some keys
bulia byak
1
-0
/
+7
2006-07-15
use atoi for char* -> int conversion
David Yip
1
-1
/
+1
2006-07-15
add HAVE_GETOPT_H
Bob Jamison
1
-0
/
+4
2006-07-13
added commandline option ability and got timer ready for doing automatic
Jon Phillips
1
-4
/
+33
2006-05-28
replace nr_new() with g_new(), and try to converge on using the glib allocato...
MenTaLguY
1
-3
/
+4
2006-02-15
bulk trailing spaces removal. consistency through MD5 of binary
Ralf Stephan
1
-3
/
+3
2006-02-13
bulk whitespace removal patch #1198588 by gigaclon
Ralf Stephan
1
-30
/
+30