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
/
tool
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove fwd decl (a left-over, not intended for something useful) that breaks ...
Johan B. C. Engelen
2014-06-01
1
-8
/
+0
*
Fix checking for unordered containers on incomplete C++11 implementations
Alex Valavanis
2014-03-30
1
-1
/
+5
*
tool/node.cpp : don't rely on g_error terminating the program, allow more gra...
Johan B. C. Engelen
2014-03-22
1
-0
/
+4
*
control-point-selection : fix a (very unlikely) crash upon dereferencing unit...
Johan B. C. Engelen
2014-03-20
1
-0
/
+4
*
multi-path-manipulator: strip dead code
Alex Valavanis
2014-01-14
1
-11
/
+0
*
update 2geom's copy to r2142
Johan B. C. Engelen
2014-01-12
1
-2
/
+2
*
Fix for Bug #1255367 (Alt D clears undo history even when nothing happens).
Nicolas Dufour
2013-12-12
1
-1
/
+9
*
patch by Adolf Mathias and ~suv for Bug 1136495
Alvin Penner
2013-12-07
1
-1
/
+1
*
part of patch by David Evans to fix C++11 build
Johan B. C. Engelen
2013-11-12
1
-0
/
+8
*
Moved and renamed some tool-related files.
Markus Engel
2013-11-09
7
-816
/
+4
*
First step of moving tools into appropriate namespaces.
Markus Engel
2013-11-07
19
-61
/
+86
*
Units: stop newing Unit objects. pass around pointers to "undeletable" Unit o...
Johan B. C. Engelen
2013-10-12
1
-7
/
+6
*
Fix cycling through nodes with tab key.
Markus Engel
2013-10-09
2
-12
/
+1
*
C++
Johan B. C. Engelen
2013-10-04
1
-1
/
+1
*
fix bug (added some comments to jabiertxof's patch)
Johan B. C. Engelen
2013-10-04
2
-3
/
+4
*
Do not allow NULL _spcurve to be set in PathManipulator.
Krzysztof Kosi??ski
2013-10-04
1
-0
/
+4
*
Fix segment welding in the node tool hanging when a two-point segment
Krzysztof Kosi??ski
2013-10-02
1
-2
/
+7
*
random code cleanup
Johan B. C. Engelen
2013-09-26
1
-1
/
+1
*
C++ify calling a few SPLPEItem functions, much more work than expected... slo...
Johan B. C. Engelen
2013-09-25
1
-2
/
+2
*
Added runtime check in SP_-cast macros.
Markus Engel
2013-09-15
1
-1
/
+1
*
Merged from trunk (r12488).
Markus Engel
2013-08-30
1
-6
/
+12
|
\
|
*
Ported away from and removed "sp-metrics.*".
Matthew Petroff
2013-07-20
1
-6
/
+12
*
|
Cleaned up a bit; fixed struct vs. class forward declarations.
Markus Engel
2013-07-31
1
-1
/
+1
*
|
Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.
Markus Engel
2013-07-31
2
-15
/
+8
*
|
Further refactoring of EventContexts.
Markus Engel
2013-07-30
2
-20
/
+21
*
|
Merged from trunk (r12419).
Markus Engel
2013-07-14
2
-8
/
+12
|
\
|
|
*
Improve handle xpm loading using rotate
Martin Owens
2013-07-04
1
-6
/
+6
|
*
Make DAMN sure paths with zero nodes do not cause a crash.
Martin Owens
2013-06-29
1
-2
/
+6
*
|
Removed some unused files; more refactoring in EventContext tree.
Markus Engel
2013-04-21
2
-12
/
+12
*
|
Cleaned up a bit.
Markus Engel
2013-04-21
2
-339
/
+320
*
|
Moved factories to different files.
Markus Engel
2013-04-20
1
-1
/
+1
*
|
Merging of EventContext classes complete.
Markus Engel
2013-04-20
3
-138
/
+20
*
|
Further changes to EventContexts; they work without GObject
Markus Engel
2013-04-20
3
-22
/
+88
*
|
Replaced casting macros for EventContext tree; added contructors.
Markus Engel
2013-04-13
2
-2
/
+21
*
|
Added prefPaths to contexts; modified SPFactory
Markus Engel
2013-04-12
2
-0
/
+4
*
|
Added constructors to EventContext tree / some missing virtual pads.
Markus Engel
2013-04-09
2
-7
/
+30
*
|
Started conversion of SPEventContext tree; added virtual pads to all classes.
Markus Engel
2013-04-08
2
-13
/
+67
|
/
*
Header cleanup
Alex Valavanis
2013-03-29
1
-5
/
+2
*
Fix Glibmm inclusions for Gtk+ 3 builds and implement a Gtk+ 3 compatible che...
Alex Valavanis
2013-03-26
1
-1
/
+0
*
Workaround usage of deprecated glib symbols in 3rd party libraries
Alex Valavanis
2013-03-25
1
-2
/
+1
*
cppcheck
Kris De Gussem
2013-03-17
1
-1
/
+0
*
Fix remaining forward declaration tags (except for unavoidable internal error...
Alex Valavanis
2013-03-15
1
-1
/
+1
*
Fix even more forward declaration tags
Alex Valavanis
2013-03-15
1
-1
/
+1
*
Fix another load of forward declaration tags
Alex Valavanis
2013-03-14
1
-3
/
+0
*
Fix another tonne of forward declaration tags
Alex Valavanis
2013-03-14
1
-1
/
+1
*
Kill ancient gcc version check in configure.ac and fix a load of broken forwa...
Alex Valavanis
2013-03-14
1
-1
/
+1
*
More GObject boilerplate reduction
Alex Valavanis
2013-01-26
1
-49
/
+29
*
remove flash path when nodetool eventcontext is destroyed. fixes bug for pers...
Johan B. C. Engelen
2012-11-01
1
-0
/
+4
*
Shift key should disable snapping when dragging a handle in the node tool
Diederik van Lierop
2012-10-13
1
-1
/
+1
*
Fix for 580160 : Deleting a gradient stop using Shape tools deletes the object
John Smith
2012-09-06
1
-0
/
+3
[next]