index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Warning cleanup.
Jon A. Cruz
2010-01-15
14
-36
/
+64
|
*
Replace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set),
Krzysztof Kosi??ski
2010-01-14
7
-26
/
+59
|
*
Remove "show transform handles" from prefs - no longer necessary
Krzysztof Kosi??ski
2010-01-14
2
-3
/
+0
|
*
* Add "show transform handles" toggle button.
Krzysztof Kosi??ski
2010-01-14
6
-71
/
+100
|
*
Merge GSoC 2009 node tool rewrite
Krzysztof Kosi??ski
2010-01-14
86
-9116
/
+8701
|
|
\
|
|
*
Re-enable snapping on release, for now.
Krzysztof Kosi??ski
2010-01-14
1
-2
/
+2
|
|
*
Remove nodepath.cpp and nodepath.h
Krzysztof Kosi??ski
2010-01-14
2
-5491
/
+0
|
|
*
Implement segment weld to make segment join similar to node join
Krzysztof Kosi??ski
2010-01-14
4
-12
/
+62
|
|
*
* Merge from trunk
Krzysztof Kosi??ski
2010-01-14
283
-7311
/
+19434
|
|
|
\
|
|
*
|
Some additional docs
Krzysztof Kosi??ski
2010-01-13
3
-20
/
+43
|
|
*
|
* Implement node snapping.
Krzysztof Kosi??ski
2010-01-10
21
-1212
/
+313
|
|
*
|
Implement selection linear grow
Krzysztof Kosi??ski
2009-12-26
6
-19
/
+178
|
|
*
|
Implement selection spatial grow
Krzysztof Kosi??ski
2009-12-26
9
-88
/
+186
|
|
*
|
Remove remnants of old node tool
Krzysztof Kosi??ski
2009-12-24
12
-492
/
+14
|
|
*
|
Comment cleanup
Krzysztof Kosi??ski
2009-12-23
3
-10
/
+9
|
|
*
|
Fix the "show temporary outlines for selected paths" preference.
Krzysztof Kosi??ski
2009-12-08
3
-9
/
+10
|
|
*
|
Fix LPEs and break mask transform undo
Krzysztof Kosi??ski
2009-12-08
16
-91
/
+164
|
|
*
|
Fix mask editing behavior on undo and outline display for masks/clips;
Krzysztof Kosi??ski
2009-12-05
7
-67
/
+196
|
|
*
|
First GSoC node tool commit to Bazaar
Krzysztof Kosi??ski
2009-11-29
66
-2062
/
+7977
|
*
|
|
Do not append a segment when finishing an open path with right click
Krzysztof Kosi??ski
2010-01-14
1
-13
/
+15
|
*
|
|
Adding a 'widescreen' task.
Jon A. Cruz
2010-01-13
2
-24
/
+69
|
|
|
/
|
|
/
|
|
*
|
Initial cut of disabling floating windows on window managers with problems.
Jon A. Cruz
2010-01-12
4
-9
/
+54
|
*
|
Enabling now that some have confirmed proper functionality on 64-bit.
Jon A. Cruz
2010-01-12
1
-1
/
+1
|
*
|
Adapt recent recursive reference patch for masks to protect from crashing on ...
Josh Andler
2010-01-12
1
-2
/
+34
|
*
|
Implemented dynamic repositioning of toolboxes.
Jon A. Cruz
2010-01-11
4
-16
/
+65
|
*
|
Disable questioned code section.
Jon A. Cruz
2010-01-11
2
-0
/
+31
|
*
|
Removed null'd use of icons.
Jon A. Cruz
2010-01-10
1
-9
/
+1
|
*
|
Temporarily block out code giving problems on 64-bit.
Jon A. Cruz
2010-01-10
1
-0
/
+4
|
*
|
Fix typo
Diederik van Lierop
2010-01-10
1
-1
/
+1
|
*
|
Completed base code to flip toolbox orientation.
Jon A. Cruz
2010-01-10
4
-13
/
+150
|
*
|
Avoid crash by uninitialized perspectives.
Maximilian Albert
2010-01-10
1
-3
/
+3
|
*
|
fix regression caused by rev. 8927 (reported in LP bug #495483 by ~suv)
Diederik van Lierop
2010-01-09
1
-0
/
+1
|
*
|
Refactoring the snapping API (making it easier to maintain and understand for...
Diederik van Lierop
2010-01-09
39
-1229
/
+1282
|
*
|
Patch by Alex Leone to fix crash with recursive masks from 190130, I also add...
Josh Andler
2010-01-09
1
-1
/
+33
|
*
|
Leverage recent toolbox c++-ification work to move the snap toolbar to the si...
Jon A. Cruz
2010-01-09
1
-1
/
+2
|
*
|
Initial c++-ification of toolbox creation.
Jon A. Cruz
2010-01-09
5
-62
/
+117
|
*
|
C++-ification pass.
Jon A. Cruz
2010-01-08
3
-59
/
+75
|
*
|
Removed outdated forward declarations.
Jon A. Cruz
2010-01-08
1
-3
/
+0
|
*
|
Patch by Alex Leone to add margins to resize page options in Document Properties
Josh Andler
2010-01-08
9
-47
/
+184
|
*
|
Added UXManager. Cleaning up toolbox creation.
Jon A. Cruz
2010-01-07
9
-68
/
+482
|
*
|
a better truncation detection, suggested by Richard Hughes
buliabyak
2010-01-07
4
-70
/
+10
|
*
|
Refactored common value.
Jon A. Cruz
2010-01-06
1
-15
/
+17
|
*
|
Changed version number (0.47.0.0 -> 0.47.0.9, "0.47" -> "0.47+devel") in inks...
Chris Morgan
2010-01-05
2
-8
/
+8
|
*
|
More refactoring to reduce copy-n-paste duplication.
Jon A. Cruz
2010-01-04
1
-88
/
+55
|
*
|
Refactoring copy-n-paste duplicate code out of toolbar creation.
Jon A. Cruz
2010-01-04
1
-79
/
+18
|
*
|
spray algorithm updated
Steren Giannini
2010-01-03
1
-39
/
+14
|
*
|
Spray cleanup
Steren Giannini
2010-01-03
8
-622
/
+52
|
*
|
i18n fix in toolbox.cpp (no-c-format %)
Nicolas Dufour
2010-01-02
1
-0
/
+2
|
*
|
Inkscape version: replace svn check with bzr check
Nicolas Dufour
2010-01-02
1
-2
/
+2
|
*
|
Preserve metadata in plain SVG. Fixes bug #170967.
Jon A. Cruz
2010-01-02
1
-3
/
+3
[prev]
[next]