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
*
Fix for Bug #448872 (Changing the bounding box type in preferences does not u...
Nicolas Dufour
2013-05-12
4
-6
/
+99
*
Fix for Bug #181493 (Locked layers not completely locked) by frenchie4111.
Nicolas Dufour
2013-05-12
3
-0
/
+33
*
Fix for Bug #683561 (Can't select text using click - [SHIFT+click]).
Nicolas Dufour
2013-05-12
1
-1
/
+7
*
Fix for Bug #515267 (CTRL+DEL and CTRL+BACKSPACE in text boxes doesn't work)
Nicolas Dufour
2013-05-12
1
-5
/
+21
*
Fix for 871563 : JPG images are recompressed with lower quality when embedded
John Smith
2013-05-11
3
-2
/
+10
*
Improve code documentation for symbols
Martin Owens
2013-05-09
1
-2
/
+19
*
Fix for 1171434 : trunk: INX <optiongroup> broken^
John Smith
2013-05-05
2
-3
/
+27
*
Christoffer Holmstedt 2013-04-21 Fixed compilation warnings and updated tweak...
Jon A. Cruz
2013-05-03
11
-28
/
+395
|
\
|
*
Fixed compilation warnings and updated tweak-move and tweak-move-jitter cursors.
Christoffer Holmstedt
2013-04-21
10
-51
/
+51
|
*
Added 9 cursors for the tweak tool.
Christoffer Holmstedt
2013-04-18
10
-5
/
+372
*
|
Fix UI after inclusion of gimp style sliders
Kris De Gussem
2013-05-02
6
-126
/
+126
*
|
alt + scroll to select messes up opacity
Raphael Rosch
2013-05-02
1
-13
/
+51
*
|
Fix UI after inclusion of gimp style sliders
Kris De Gussem
2013-05-01
5
-63
/
+63
*
|
Update minimum window size logic for cases when not saving window positions.
Jon A. Cruz
2013-05-01
1
-38
/
+58
*
|
Fix for Bug #830663 (default window size is too small) by Jiabao Wu
Jon A. Cruz
2013-05-01
3
-7
/
+24
*
|
Fix for Bug #629081 (Spiro and path operations fails) by Matthew Petroff.
Nicolas Dufour
2013-05-01
1
-0
/
+5
*
|
Fix for Bug #257223 (Object to Path should work for Connectors) by Matthew Pe...
Nicolas Dufour
2013-05-01
1
-0
/
+8
*
|
UI messages
Kris De Gussem
2013-04-29
1
-2
/
+2
*
|
Fixed logic error confusing bitwise and with logical and.
Jon A. Cruz
2013-04-29
9
-21
/
+22
*
|
Temporily fix abiguous macros before later removal.
Jon A. Cruz
2013-04-28
21
-254
/
+254
*
|
Warning cleanup.
Jon A. Cruz
2013-04-28
4
-8
/
+7
*
|
minor cppcheck stuff
Kris De Gussem
2013-04-28
8
-21
/
+14
*
|
update bbox when Filter General Settings modified (Bug 960986)
Alvin Penner
2013-04-27
1
-0
/
+1
*
|
modify bbox width for Blur filter in Fill & Stroke (Bug 1171208)
Alvin Penner
2013-04-26
1
-1
/
+1
*
|
revert r12297
Kris De Gussem
2013-04-23
1
-5
/
+5
*
|
Allow multiple groups to be symbolised and replace groups with clones.
Martin Owens
2013-04-23
3
-31
/
+44
*
|
Add balloon symbols and connect defs modified signal.
Martin Owens
2013-04-22
3
-10
/
+18
*
|
define booleans as booleans (prevent future errors in comparisons)
Kris De Gussem
2013-04-22
2
-6
/
+6
*
|
fix warnings
Kris De Gussem
2013-04-21
1
-6
/
+6
*
|
Fix for Bug #1023797 (Unnecessary scroll bars in swatches dialog) by Slagvi.
Nicolas Dufour
2013-04-21
1
-0
/
+2
*
|
Fix for 600285 : Zoom slider
John Smith
2013-04-21
2
-7
/
+15
*
|
cppcheck
Kris De Gussem
2013-04-21
4
-90
/
+109
*
|
Clean up symbol pixmap generator and title description
Martin Owens
2013-04-21
3
-41
/
+29
*
|
Warn if we get a NULL object
Martin Owens
2013-04-21
1
-4
/
+2
*
|
Output attributes as lengths instead of doubles.
Martin Owens
2013-04-21
1
-2
/
+4
*
|
Throw better error when attribute isn't available
Martin Owens
2013-04-21
1
-0
/
+2
*
|
Pull Merge
Martin Owens
2013-04-21
4
-38
/
+35
|
\
\
|
*
|
Group bbox update (Bug 1168979)
Alvin Penner
2013-04-20
2
-0
/
+2
|
*
|
minor odg export update
Kris De Gussem
2013-04-20
2
-38
/
+33
*
|
|
Remove GLib error and remove some cruft
Martin Owens
2013-04-21
1
-8
/
+4
|
/
/
*
|
Updated aiga symbols to have more meta data and used document title for symbo...
Martin Owens
2013-04-19
1
-3
/
+4
*
|
Path Union. fix for Bug 614577
Alvin Penner
2013-04-18
1
-3
/
+5
*
|
Change symbols icon and give minimum size for dialog
Martin Owens
2013-04-18
2
-1
/
+4
|
/
*
Fix for Bug #503712 (Personal default template not used) by Slagvi.
Nicolas Dufour
2013-04-15
1
-2
/
+2
*
odg export: some work on gradients
Kris De Gussem
2013-04-12
2
-55
/
+36
*
Fix some broken Vim modelines
Alex Valavanis
2013-04-11
6
-6
/
+6
*
patch by Damjan Velickovski for rotation snap degrees, Bug 525508
Alvin Penner
2013-04-08
1
-2
/
+2
*
Implement read/write of image-rendering property. To be used to control scaling.
Tavmjong Bah
2013-04-08
3
-29
/
+112
*
NULL pointer checks
Kris De Gussem
2013-04-08
2
-36
/
+53
*
Added simple control to font dialog to address text on path's startOffset. Bu...
Jon A. Cruz
2013-04-08
2
-2
/
+58
[next]