index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
update to trunk (r13829)
su_v
2014-12-31
205
-2358
/
+2233
|
\
|
*
Fix for bug #758718 (Color Picker/Dropper: Color selection area not lined up ...
mc
2014-12-31
1
-3
/
+3
|
*
UI messages typo
Kris De Gussem
2014-12-28
1
-2
/
+2
|
*
static code analysis: initialisation
Kris De Gussem
2014-12-28
1
-3
/
+3
|
*
prevent possible usage of -1 array index
Kris De Gussem
2014-12-28
1
-12
/
+14
|
*
Dutch translation update
Kris De Gussem
2014-12-28
1
-43
/
+76
|
*
Replace sp_style_xxx functions with SPStyle member functions.
Tavmjong Bah
2014-12-26
35
-603
/
+420
|
|
\
|
|
*
SPStyle ref counting clean up.
Tavmjong Bah
2014-12-26
6
-16
/
+37
|
|
*
Remove sp_style_new().
Tavmjong Bah
2014-12-25
12
-96
/
+66
|
|
*
Remove sp_style_merge_from_parent() and sp_style_merge_from_dying_parent().
Tavmjong Bah
2014-12-25
6
-73
/
+36
|
|
*
Remove sp_style_write_string() and sp_style_write_difference().
Tavmjong Bah
2014-12-25
10
-221
/
+138
|
|
*
Remove sp_style_read_from_object()
Tavmjong Bah
2014-12-24
8
-37
/
+20
|
|
*
Add missing SPStyle::readFromPrefs(), remove sp_style_read_from_prefs().
Tavmjong Bah
2014-12-24
5
-142
/
+121
|
|
*
Remove sp_style_new_from_object()
Tavmjong Bah
2014-12-24
3
-19
/
+3
|
*
|
Documentation. Fix for bug #1405653 (Outdated links in hacking doc).
Nicolas Dufour
2014-12-25
6
-12
/
+12
|
|
/
|
*
Use gray for 'context-fill' and 'context-stroke' in marker selector.
Tavmjong Bah
2014-12-23
8
-35
/
+72
|
*
Bug #1380413: make sure that the rect toolbar knows when and when not to update
Liam P. White
2014-12-21
1
-3
/
+11
|
*
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
2014-12-21
147
-654
/
+565
|
*
Purge sp_desktop_controls
Liam P. White
2014-12-21
21
-43
/
+33
|
*
Purge sp_desktop_guides
Liam P. White
2014-12-21
2
-9
/
+0
|
*
Purge sp_desktop_message_stack
Liam P. White
2014-12-21
12
-53
/
+44
|
*
Purge sp_desktop_sketch and sp_desktop_tempgroup
Liam P. White
2014-12-21
16
-55
/
+37
|
*
Purge sp_desktop_main
Liam P. White
2014-12-21
2
-9
/
+0
|
*
Purge sp_desktop_gridgroup
Liam P. White
2014-12-21
3
-11
/
+2
|
*
Purge sp_desktop_drawing
Liam P. White
2014-12-21
4
-12
/
+3
|
*
Purge sp_desktop_acetate
Liam P. White
2014-12-21
2
-9
/
+0
|
*
Purge sp_desktop_canvas
Liam P. White
2014-12-21
13
-51
/
+42
|
*
Purge sp_desktop_namedview in favor of SPDesktop::getNamedView
Liam P. White
2014-12-21
24
-56
/
+50
|
*
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
2014-12-21
85
-327
/
+321
|
*
Add arrow that demonstates 'auto-start-reverse' and 'context-stroke'/'context...
Tavmjong Bah
2014-12-21
1
-0
/
+4
|
*
Implement rendering for 'context-fill' and 'context-stroke' (text not handled...
Tavmjong Bah
2014-12-21
14
-78
/
+183
|
*
disable rev 13709, following Bug 1365451, comments 13-16
Alvin Penner
2014-12-19
1
-2
/
+2
|
*
Dutch translation update
Kris De Gussem
2014-12-18
1
-100
/
+72
|
*
Dutch translation update
Kris De Gussem
2014-12-17
1
-37
/
+41
|
*
Code rearrangement to make it clearer what is happening.
Tavmjong Bah
2014-12-16
10
-75
/
+61
|
*
Debugging routines to print out XML, SP Object, and Display Item trees.
Tavmjong Bah
2014-12-16
8
-0
/
+78
|
*
Read 'context-fill' and 'context-stroke' keywords.
Tavmjong Bah
2014-12-16
4
-24
/
+71
|
*
when inserting a node, the endpoints cannot be symmetric nodes. (Bug 1367443)
Alvin Penner
2014-12-15
1
-0
/
+4
|
*
C++ify SPMarkerView
Tavmjong Bah
2014-12-15
2
-125
/
+95
*
|
packaging/macosx: update local python ports (MacPorts drops support for Pytho...
su_v
2014-12-15
29
-0
/
+1255
|
/
*
Add rotate nodes parameter
Jabier Arraiza Cenoz
2014-12-15
2
-6
/
+13
*
Preferences. Fix for Bug #1401782 (Take from selection button should be greye...
Nicolas Dufour
2014-12-12
1
-1
/
+5
*
Dutch translation update
Kris De Gussem
2014-12-11
1
-18
/
+24
*
Change grids to use 'user units'. Grids using absolute units are read in but
Tavmjong Bah
2014-12-11
4
-68
/
+166
*
Fix build with poppler 0.29.0 (Bug #1399811)
su_v
2014-12-11
2
-6
/
+31
*
undo previous commit. figured out how to set the "decoration" icon size from ...
Johan B. C. Engelen
2014-12-10
1
-2
/
+2
*
LayerSelector (bottom left): change size of visibility and lock icons to ICON...
Johan B. C. Engelen
2014-12-10
1
-2
/
+2
*
Translations. Breton translation by Alan
Alan Monfort
2014-12-08
1
-10810
/
+11390
*
Documentation. Keys and mouse reference files update (including a new Belarus...
Nicolas Dufour
2014-12-07
7
-1055
/
+11173
*
do not recalculate page height unless it is necessary. (Bug 1384915, comment 24)
Alvin Penner
2014-12-06
1
-2
/
+4
[next]