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
*
make the alt-drag profile symmetric
bulia byak
2007-11-29
1
-1
/
+1
*
Fix Bug #172582 crash when dragging line with mouse
Johan B. C. Engelen
2007-11-28
1
-7
/
+7
*
Remove debug messages
Johan B. C. Engelen
2007-11-28
1
-2
/
+0
*
use size_t for comparison with strlen() to be more portable
Bob Jamison
2007-11-27
1
-1
/
+1
*
Excised unneeded windows include that slipped in by mistake.
gorodish
2007-11-27
1
-4
/
+0
*
Menu item to toggle CMS adjustment on and off
Jon A. Cruz
2007-11-26
11
-82
/
+121
*
Don't snap the smooth nodes of a path
Diederik van Lierop
2007-11-26
1
-4
/
+20
*
Undo compile break
Jon A. Cruz
2007-11-26
1
-3
/
+4
*
Fix for Bug #1823541: Added support for pasting bitmap data from the system c...
gorodish
2007-11-25
1
-1
/
+59
*
Export/Import text as text + some bug-fixes.
Ulf Erikson
2007-11-25
3
-42
/
+522
*
Warning cleanup
Jon A. Cruz
2007-11-25
25
-266
/
+282
*
Implemented per-monitor display adjustment via XICC
Jon A. Cruz
2007-11-24
9
-42
/
+373
*
LPEbendpath fix: save widthfactor parameter ofcourse doh!
Johan B. C. Engelen
2007-11-23
2
-3
/
+5
*
LPE add experimental width control to bend path!
Johan B. C. Engelen
2007-11-23
2
-11
/
+19
*
Fix [ 1835591 ] Reproducible crash on opening the attached file
Johan B. C. Engelen
2007-11-23
2
-8
/
+30
*
fix bug caused by rev. 16540
Johan B. C. Engelen
2007-11-22
2
-9
/
+9
*
The dialog to panel refactoring:
gustav_b
2007-11-22
62
-812
/
+819
*
Fix ordering of LPE parameters (no longer use map, just use vector)
Johan B. C. Engelen
2007-11-21
2
-31
/
+41
*
rename path along path to Bend Path
Johan B. C. Engelen
2007-11-21
1
-3
/
+3
*
Also consider path nodes for snapping
Diederik van Lierop
2007-11-21
3
-16
/
+6
*
use gobble_key_events to speed up keyboard moves
bulia byak
2007-11-21
4
-56
/
+88
*
fix gobble_key_events so it also handles release events
bulia byak
2007-11-21
1
-3
/
+4
*
patch 1833571: better handle calculation for nodes converted to smooth/symm
bulia byak
2007-11-21
1
-9
/
+21
*
correct another copy-paste error ;-)
Maximilian Albert
2007-11-20
1
-1
/
+1
*
Enhanced subcurve stitching tool to look more like Expression's effect lines
Johan B. C. Engelen
2007-11-20
2
-6
/
+15
*
correct copy-paste error
Johan B. C. Engelen
2007-11-20
2
-2
/
+2
*
Display CMS adjustment per-desktop view
Jon A. Cruz
2007-11-20
8
-87
/
+228
*
add one fractional digit to zooms less than 10%
bulia byak
2007-11-19
1
-2
/
+7
*
1) Improving snapping logic 2) When skewing, don't snap to selection itself
Diederik van Lierop
2007-11-18
6
-43
/
+97
*
rename EditCloneOriginal to EditCloneSelectOriginal ; SP_VERB_EDIT_CLONE_ORIG...
Johan B. C. Engelen
2007-11-18
3
-4
/
+4
*
Fix bug [ 1685684 ] Document Properties: Grid number fields round too broadly
Johan B. C. Engelen
2007-11-18
4
-2
/
+18
*
Make LPE Path along path behave more naturally. (fixes problems in moving a p...
Johan B. C. Engelen
2007-11-18
2
-2
/
+8
*
further work on the gtkmm exception problems in the file dialog/filedialogimp...
Johan B. C. Engelen
2007-11-18
1
-2
/
+7
*
Switched from directly using CairoOutputDev to using the poppler-glib API
miklosh
2007-11-18
2
-22
/
+25
*
Improving snapping logic; more to follow
Diederik van Lierop
2007-11-18
1
-5
/
+21
*
whitespace
Johan B. C. Engelen
2007-11-17
1
-3
/
+2
*
Prevent CMS button from pinning space used by scrollbars
Jon A. Cruz
2007-11-17
1
-0
/
+4
*
Fix exception catching, to allow polymorphism. Note to all: always catch by r...
Johan B. C. Engelen
2007-11-17
3
-11
/
+8
*
Merged from Poppler's Gfx.cc; Unset the font if it doesn't exist or we can no...
miklosh
2007-11-17
1
-0
/
+4
*
2geom: splice exceptions code from utils.h into exception.h
Johan B. C. Engelen
2007-11-17
8
-86
/
+130
*
fix compile warning with C++ style cast
Johan B. C. Engelen
2007-11-17
1
-1
/
+1
*
Adding ICC Profiles in X support
Jon A. Cruz
2007-11-17
5
-39
/
+791
*
2geom tryout: new exceptions
Johan B. C. Engelen
2007-11-17
8
-18
/
+77
*
hopefully fix compile (#include <errno.h>
Johan B. C. Engelen
2007-11-16
1
-0
/
+1
*
fix warnings and delete gradient pixmap that will not be used
Johan B. C. Engelen
2007-11-16
6
-48
/
+19
*
Fix: [ 1829427 ] PNG export via cmd line is restricted to 65535x65535
Johan B. C. Engelen
2007-11-16
4
-25
/
+28
*
make the order of buttons the same as that of menu commands
bulia byak
2007-11-16
1
-4
/
+4
*
INX files: <option>, <_option>, <item> and <_item> now all work. The undersco...
Johan B. C. Engelen
2007-11-15
2
-4
/
+6
*
A pasted selection is supposed to snap to the grid, but this cannot work the ...
Diederik van Lierop
2007-11-14
3
-70
/
+1
*
Snap to intersections of line segments
Diederik van Lierop
2007-11-14
13
-63
/
+185
[next]