index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
view
/
svg-view.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-12-03
Remove dependance of SVGViewWidget on SVGView and View. Remove SVGView.
Tavmjong Bah
1
-240
/
+0
2018-12-01
Fix merging
Jabier Arraiza
1
-1
/
+1
2018-12-01
Fix merge to master and add shortcut
Jabier Arraiza
1
-1
/
+1
2018-11-30
Replace void* by SPItem* to avoid static casts.
Tavmjong Bah
1
-1
/
+1
2018-11-29
Start of making View independent of GUI.
Tavmjong Bah
1
-28
/
+29
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-11-06
C++ify SVGViewWidget. Remove unused code.
Tavmjong Bah
1
-15
/
+26
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-8
/
+8
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-4
/
+9
2016-07-28
Finish removing GTK+ 2 fallbacks
Alex Valavanis
1
-4
/
+0
2016-04-11
svg-view: Fix cursor API
Alex Valavanis
1
-1
/
+2
2013-08-27
Added viewBox implement document unit support.
Matthew Petroff
1
-6
/
+7
2012-04-09
Replace deprecated gdk_cursor_unref
Alex Valavanis
1
-0
/
+4
2012-02-25
(cppcheck and janitorial tasks:) C-style casting to C++-style casting
Kris De Gussem
1
-1
/
+1
2012-01-04
More GSEAL issues
Alex Valavanis
1
-2
/
+4
2011-10-27
Fixing more broken and split doc comments.
Jon A. Cruz
1
-41
/
+20
2011-08-07
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
1
-2
/
+2
2011-08-06
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
1
-4
/
+5
2011-07-16
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
1
-4
/
+4
2011-06-27
Inkview. Fix for bug #771365 (Inkview rendering with incorrect scaling when s...
Nicolas Dufour
1
-2
/
+2
2011-06-23
Remove more of libnr
Krzysztof Kosi??ski
1
-0
/
+1
2010-12-23
Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...
Jon A. Cruz
1
-1
/
+0
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-6
/
+6
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-7
/
+6
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-1
/
+1
2009-08-05
SPDocument->Document
johnce
1
-1
/
+1
2009-07-16
Implement guide behaviour as discussed on the mailing list
Maximilian Albert
1
-1
/
+1
2008-10-27
From trunk
Ted Gould
1
-1
/
+1
2008-10-11
Merging from trunk
Ted Gould
1
-1
/
+1
2008-09-16
remove extra unref; now ref/unref is done by show/hide; this used to stop thi...
bulia byak
1
-1
/
+0
2007-11-02
warning cleanup
Jon A. Cruz
1
-1
/
+1
2006-08-25
peeled back the gboolean code as it hit on some complexity theory principles...
Jon Phillips
1
-1
/
+1
2006-08-23
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
Jon Phillips
1
-1
/
+1
2006-02-15
bulk trailing spaces removal. consistency through MD5 of binary
Ralf Stephan
1
-6
/
+6
2006-02-14
check for null spitem (fix for #1122875, patch by inkblotter)
Ralf Stephan
1
-6
/
+16