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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix for 171890 : Mouse wheel on swatches
John Smith
2012-10-23
4
-41
/
+105
*
update cmake files & make function static.
Campbell Barton
2012-10-22
1
-0
/
+2
*
Stop using private GdlDockObject->master (broken in GDL 3.6)
Alex Valavanis
2012-10-14
1
-3
/
+9
*
Fix build with new color palette features
Alex Valavanis
2012-10-14
1
-0
/
+5
*
Fix for 171221 : color panel improvements
John Smith
2012-10-14
2
-0
/
+18
*
Shift key should disable snapping when dragging a handle in the node tool
Diederik van Lierop
2012-10-13
1
-1
/
+1
*
Prevent crash if symbol is empty. Chnage default styling for symbol preview.
Tavmjong Bah
2012-10-13
1
-19
/
+24
*
Fix for compiling with pre gtkmm 2.24 libraries.
Tavmjong Bah
2012-10-12
1
-0
/
+17
*
Fix for 1019974 : Default layer names are inconsistent
John Smith
2012-10-12
1
-2
/
+5
*
Fix for 177931 : Shift click layer icons to trigger solo
John Smith
2012-10-12
1
-14
/
+24
*
Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialog
Tavmjong Bah
2012-10-11
6
-0
/
+745
*
Fix for 1058402 : Inconsistent opacity indication
John Smith
2012-10-11
1
-5
/
+2
*
Fix for 191020 : Lock/Unlock all layers - Lock other layers
John Smith
2012-10-11
1
-0
/
+7
*
Fix for 191020 : Lock/Unlock all layers
John Smith
2012-10-09
1
-0
/
+17
*
Fix for 490338 : Try to create the autosave directory if that does not exists
John Smith
2012-10-08
1
-1
/
+1
*
Fix for 1060563 : Swatches : Sort the list of swatch names
John Smith
2012-10-08
2
-16
/
+32
*
Typo fix by Yuri Chornoivan.
Nicolas Dufour
2012-10-07
1
-1
/
+1
*
user message standardisation
Kris De Gussem
2012-10-06
1
-1
/
+1
*
Fix for 570695 : show default|fallback autosave path
John Smith
2012-10-05
1
-2
/
+6
*
code cleanup: make more functions static, add includes.
Campbell Barton
2012-10-04
7
-18
/
+21
*
code cleanup: make more functions static or include their own headers.
Campbell Barton
2012-10-04
3
-5
/
+5
*
Fix for 1014988 : gtk 2.22 compile issues
John Smith
2012-10-03
1
-0
/
+9
*
add missing source files
Campbell Barton
2012-10-03
1
-0
/
+7
*
fixed another UI inconsistency in object properties dialog
Kris De Gussem
2012-10-02
1
-0
/
+2
*
Fix for Bug #1049440 (Crash in Object Properties if label is empty string (re...
Kris De Gussem
2012-10-02
1
-1
/
+0
*
fix layout of object properties dialog (Bug #1050938 ; input fields in object...
Kris De Gussem
2012-10-02
1
-22
/
+23
*
Fix for 831008 : Line width menu only show Px,Pt and mm
John Smith
2012-10-01
2
-39
/
+40
*
Fix for 1058470 : Trace Bitmap Live Preview
John Smith
2012-09-30
3
-20
/
+158
*
Fix for 1058432 : Trace Bitmap preview should be resizeable
John Smith
2012-09-29
1
-4
/
+5
*
Fix for 166691 : Changing layer order does not update layer selector
John Smith
2012-09-27
1
-1
/
+3
*
Fix for 169001 : Long layer names mess with the UI
John Smith
2012-09-27
1
-2
/
+2
*
Fix for 172030 : Width of Undo History palette could be optimized
John Smith
2012-09-27
1
-12
/
+16
*
Fix for 171177 : Border in palette swatches
John Smith
2012-09-27
7
-26
/
+121
*
Fix for 169001 : Long layer names mess with the UI
John Smith
2012-09-26
1
-2
/
+4
*
Fix for 367548 : Invert doesnt work on objects with gradients
John Smith
2012-09-23
1
-3
/
+2
*
Fix for 172222 : Move direct to specified layer
John Smith
2012-09-22
3
-3
/
+191
*
Fix for 367548 : Invert doesnt work on objects with gradients
John Smith
2012-09-22
1
-0
/
+12
*
Fix for 166691 : Revert fix
John Smith
2012-09-22
1
-1
/
+1
*
Fix for 166691 : Changing layer order does not update layer selector
John Smith
2012-09-22
2
-7
/
+24
*
Fix for 1014988 : Converts slide widgets to new spin-scale widget
John Smith
2012-09-22
9
-122
/
+82
*
Fix for 1014988 : Add gimp spin scale widget
John Smith
2012-09-22
5
-0
/
+1534
*
some memleak fixes (Bug #1043571)
Kris De Gussem
2012-09-20
1
-9
/
+8
*
Preferences. New Bitmap Override file resolution option, by Daniel Wagenaar.
Nicolas Dufour
2012-09-20
2
-0
/
+4
*
Fix for 509891 : User defined linear gradient angle
John Smith
2012-09-19
2
-0
/
+6
*
Fix for 167181 : Gnome-HIG-2.0 conformant Preferences dialog - accel keys
John Smith
2012-09-11
5
-46
/
+82
*
Fix for 580160 : Deleting a gradient stop using Shape tools deletes the object
John Smith
2012-09-06
1
-0
/
+3
*
revert rev 11646: build issue with dbus (forgot to adapt some more, dbus was ...
Kris De Gussem
2012-09-03
1
-8
/
+9
*
Fix for 406044 : Esc with no selection, activates selection tool
John Smith
2012-09-02
1
-1
/
+2
*
converted some c-string usage to c++ string class usage: should fix some memo...
Kris De Gussem
2012-09-02
1
-9
/
+8
*
Export dialog: change markup formatting of labels to be consistent with other...
su_v
2012-09-02
1
-3
/
+3
[prev]
[next]