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
...
*
|
cppcheck: performance and initialisation
Kris De Gussem
2011-11-07
4
-14
/
+16
*
|
Powerstroke: adjust control points when adding or deleting knots, to try and ...
Johan B. C. Engelen
2011-11-05
9
-27
/
+90
*
|
fix LPE toggle icon
Johan B. C. Engelen
2011-11-05
1
-1
/
+1
*
|
increase max values in rows&cols dialog. increase significant digits
Johan B. C. Engelen
2011-11-05
1
-4
/
+4
*
|
increase significant digits in clone tile dialog
Johan B. C. Engelen
2011-11-05
1
-5
/
+8
*
|
increase significant digits for page dimensions
Johan B. C. Engelen
2011-11-05
1
-0
/
+8
*
|
Remove unused parameter
Diederik van Lierop
2011-11-05
2
-3
/
+3
*
|
Minor code safety and warning cleanup.
Jon A. Cruz
2011-11-05
2
-5
/
+5
*
|
Various fixes: initialization, memory leak, wrong iterator usage
Kris De Gussem
2011-11-05
3
-12
/
+23
*
|
1) Cycle to the next-closest-snap-source when pressing tab, if the snap-close...
Diederik van Lierop
2011-11-04
12
-292
/
+387
*
|
Powerstroke: add erasing of knots with ctrl+alt (LPE parameter editing on-can...
Johan B. C. Engelen
2011-11-04
1
-8
/
+30
*
|
reduce scope of some variables
Johan B. C. Engelen
2011-11-04
1
-11
/
+9
*
|
add missing units to grid length interpretation (we have 4 different unit con...
Johan B. C. Engelen
2011-11-04
2
-0
/
+8
*
|
make significant digits consistent for grids
Johan B. C. Engelen
2011-11-04
3
-7
/
+14
*
|
measurement tool: display length info in white with transparent black backgro...
Felipe Corr??a da Silva Sanches
2011-11-03
1
-1
/
+1
*
|
measurement tool: display total length near angle info
Felipe Corr??a da Silva Sanches
2011-11-03
1
-32
/
+17
*
|
measure tool: fix handling of coordinate systems and add display of total mea...
Felipe Corr??a da Silva Sanches
2011-11-03
1
-9
/
+38
*
|
Misc cleanup including casts and variable lifetime and initialization.
Jon A. Cruz
2011-11-03
2
-88
/
+97
*
|
fix bug 828400
Felipe Corr??a da Silva Sanches
2011-11-01
1
-3
/
+36
*
|
Filters. Removing deprecated workaround in drop shadow (see Bug #808013 ).
Nicolas Dufour
2011-11-01
1
-7
/
+2
*
|
Fixing initializer order and missing initializers.
Jon A. Cruz
2011-10-29
3
-19
/
+26
*
|
Updating use of libpng jump buffer. Fixes bug #721029.
Jon A. Cruz
2011-10-29
2
-3
/
+3
*
|
fix usage of iterator when iterator's erase function is used (Bug #812018)
Kris De Gussem
2011-10-29
4
-20
/
+32
*
|
cppcheck: variable initialisation
Kris De Gussem
2011-10-29
4
-2
/
+6
*
|
fix order of checks.
Johan B. C. Engelen
2011-10-28
1
-1
/
+4
*
|
fix potential null pointer deref
Johan B. C. Engelen
2011-10-28
1
-12
/
+14
*
|
fix potential null pointer deref
Johan B. C. Engelen
2011-10-28
1
-1
/
+1
*
|
add a cppcheck suppression for memleak that is not a memleak
Johan B. C. Engelen
2011-10-28
1
-0
/
+2
*
|
one constructor cannot call the other to initialize the object. See C++faq-li...
Johan B. C. Engelen
2011-10-28
2
-5
/
+19
*
|
fix initialization. add todo comment about gui-hidden not being used.
Johan B. C. Engelen
2011-10-28
1
-1
/
+3
*
|
Fixing more broken and split doc comments.
Jon A. Cruz
2011-10-27
157
-1943
/
+2071
*
|
Cleanup pass on documentation that was dumping garbage into doxygen output.
Jon A. Cruz
2011-10-25
166
-944
/
+1055
*
|
cppcheck
Kris De Gussem
2011-10-23
6
-30
/
+30
*
|
Warning cleanup
Jon A. Cruz
2011-10-23
1
-14
/
+14
*
|
Cleanup constructors and initialization. Removed unused macro.
Jon A. Cruz
2011-10-23
2
-48
/
+57
*
|
Documentation update pass.
Jon A. Cruz
2011-10-23
24
-91
/
+88
*
|
Warning cleanup.
Jon A. Cruz
2011-10-23
6
-110
/
+121
*
|
Fixed unused parameter warnings. Due to being included a few places, this cle...
Jon A. Cruz
2011-10-23
1
-73
/
+87
*
|
Removed use of 'void *' as attemtp to limit access to internals.
Jon A. Cruz
2011-10-23
2
-22
/
+21
*
|
cppcheck: variable initialisation / fix possible memory leak
Kris De Gussem
2011-10-22
4
-3
/
+11
*
|
cppcheck
Kris De Gussem
2011-10-21
6
-11
/
+11
*
|
cppcheck
Kris De Gussem
2011-10-20
11
-15
/
+15
*
|
cppcheck
Kris De Gussem
2011-10-18
2
-3
/
+3
*
|
cppcheck
Kris De Gussem
2011-10-18
27
-65
/
+66
*
|
pdf import. modify calculation of GradientTransform (Bug 530895)
Alvin Penner
2011-10-17
1
-1
/
+38
*
|
cppcheck
Kris De Gussem
2011-10-15
15
-36
/
+36
*
|
Use desktop coordinates for finding snap candidates (regression introduced in...
Diederik van Lierop
2011-10-15
1
-3
/
+3
*
|
Object snapper: only use the visual bounding box when absolutely needed; othe...
Diederik van Lierop
2011-10-12
1
-3
/
+9
*
|
modify scaling of vertical offset for text placement (Bug 868594)
Alvin Penner
2011-10-09
1
-6
/
+6
*
|
update cmake file lists
Campbell Barton
2011-10-08
7
-22
/
+15
[prev]
[next]