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
...
*
don't crash upon adding strange named XML element to namedview.
Johan B. C. Engelen
2007-12-04
1
-2
/
+3
*
3D grid: When snapping, consider both left and right vertical lines next to t...
Johan B. C. Engelen
2007-12-04
1
-4
/
+4
*
Don't show error dialog when bitmap export is cancelled by the user (fixes bu...
Maximilian Albert
2007-12-04
1
-2
/
+6
*
Change title of tab in document properties dialog ("Snap details" -> "Snap po...
Diederik van Lierop
2007-12-04
2
-9
/
+10
*
When snapping, consider all four grid lines around the current point instead ...
Diederik van Lierop
2007-12-04
3
-49
/
+44
*
Implemented use of "short_label" for toolbar items.
Jon A. Cruz
2007-12-04
7
-223
/
+256
*
use stockid for label; help text update
bulia byak
2007-12-04
1
-4
/
+8
*
fix bug: mid and end markers showed previews from start markers
bulia byak
2007-12-04
1
-2
/
+4
*
warning cleanup
Jon A. Cruz
2007-12-04
1
-3
/
+6
*
Solve crash on assert (see bugs #173555 and #173568 in launchpad)
Diederik van Lierop
2007-12-03
1
-6
/
+3
*
Improve default axonomgrid settings (colors, and spacing=1mm since it will be...
Johan B. C. Engelen
2007-12-02
1
-4
/
+7
*
Snapping of axonometric grid: correctly snap to vertical gridline. angled lin...
Johan B. C. Engelen
2007-12-02
1
-14
/
+11
*
Fix compile. Don't #include .cpp files!
Johan B. C. Engelen
2007-12-02
4
-12
/
+48
*
copyedit labels for clarity
bulia byak
2007-12-02
1
-3
/
+3
*
fix pmg
bulia byak
2007-12-02
1
-8
/
+12
*
FIX for Bug #173068 can't import postscript files (ps and eps)
Adib Taraben
2007-12-02
1
-3
/
+59
*
only snap to non-smooth nodes, 2nd try. Hopefully this one is more robust
Diederik van Lierop
2007-12-02
1
-24
/
+37
*
UI tweaks for CMS view toggle
Jon A. Cruz
2007-12-02
3
-10
/
+32
*
Warning cleanup (including OFFSET_OF warning)
Jon A. Cruz
2007-12-01
15
-46
/
+64
*
Fix emphasized line drawing for axonometric grid
Johan B. C. Engelen
2007-12-01
1
-16
/
+17
*
Improve layout of grid document properties
Johan B. C. Engelen
2007-12-01
3
-25
/
+32
*
http://sourceforge.net/mailarchive/forum.php?thread_name=5747bce9a7ed077c1b4f...
Johan B. C. Engelen
2007-11-30
1
-0
/
+3
*
add visibility and snap_enabled checkbuttons for grids.
Johan B. C. Engelen
2007-11-29
4
-15
/
+54
*
show gridtype name in document properties
Johan B. C. Engelen
2007-11-29
3
-6
/
+37
*
Adding icon for color management
Jon A. Cruz
2007-11-29
2
-2
/
+2
*
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
[prev]
[next]