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
*
tweak the helperpath flashing:
Johan B. C. Engelen
2008-03-05
2
-1
/
+15
*
Add flashing outline of path when hovering over it. (coded in 20 minutes so p...
Johan B. C. Engelen
2008-03-05
2
-2
/
+36
*
New menu command to quickly create guides around page
Maximilian Albert
2008-03-05
5
-0
/
+30
*
fix 198818
bulia byak
2008-03-05
1
-2
/
+4
*
Bugfix for bug #168283: possible to create empty paths via text -> object to ...
Joel Holdsworth
2008-03-05
1
-0
/
+8
*
Also display guides as vertical/horizontal when they are angled at -90/180 de...
Maximilian Albert
2008-03-04
1
-2
/
+4
*
Apply Gail's patch which fixes LP #178646
Maximilian Albert
2008-03-04
1
-3
/
+15
*
add snapindicator to rect tool but not satisfactory yet...
Johan B. C. Engelen
2008-03-04
2
-7
/
+30
*
snapindicator in freehand
Johan B. C. Engelen
2008-03-04
2
-4
/
+20
*
snapindicator for gradient knots
Johan B. C. Engelen
2008-03-04
1
-0
/
+13
*
snapindicator for nodehandle editing. buggy when doing constraintsnap, don't ...
Johan B. C. Engelen
2008-03-04
1
-3
/
+7
*
Show snapindicator in nodetool :-)
Johan B. C. Engelen
2008-03-04
1
-1
/
+9
*
noop: reverted one line of commit #17642 (it's safe to call g_free with NULL)
Maximilian Albert
2008-03-04
1
-2
/
+1
*
Fixed buffer overrun in FileOpenDialogImplWin32::createFilterMenu, corrected ...
Joel Holdsworth
2008-03-04
1
-32
/
+36
*
Applied patch for LCMS from bug #182170
Jon A. Cruz
2008-03-04
1
-0
/
+1
*
r18294@shi: ted | 2008-03-03 15:11:22 -0800
Ted Gould
2008-03-03
1
-2
/
+2
*
new: guide snapping indicator! see if you like it, comments are always welcome!
Johan B. C. Engelen
2008-03-03
2
-1
/
+5
*
Avoid redundant additions for non-layer layers
Jon A. Cruz
2008-03-03
1
-1
/
+3
*
added Marcin Floryan, made Gail's second name match new reality :)
Alexandre Prokoudine
2008-03-03
1
-0
/
+2
*
Avoid adding layers who's repr is null or disconnected, or with a parent who'...
Jon A. Cruz
2008-03-03
1
-3
/
+19
*
Avoiding adding layers that are not listed in the document's current set.
Jon A. Cruz
2008-03-03
1
-21
/
+108
*
r18238@shi: ted | 2008-03-01 14:46:00 -0800
Ted Gould
2008-03-03
1
-2
/
+2
*
r18237@shi: ted | 2008-03-01 14:41:25 -0800
Ted Gould
2008-03-03
1
-4
/
+1
*
Fix LP #196893 (weird snapping of 3D box Z handles)
Maximilian Albert
2008-03-03
1
-1
/
+1
*
changed vonkoch to use bbox of input object as reference.
JF Barraud
2008-03-03
1
-6
/
+12
*
remove flashing test indicator on pointparam.
Johan B. C. Engelen
2008-03-02
11
-42
/
+175
*
stupid bug fix (crash upon big stroke length variation) + some parameters ren...
JF Barraud
2008-03-02
1
-12
/
+22
*
Remove double unreffing of pointer in pdf-cairo.cpp. Fixes Bug #178985 with ...
Johan B. C. Engelen
2008-03-02
1
-2
/
+1
*
improved fix crash bug #197664
Johan B. C. Engelen
2008-03-02
1
-5
/
+5
*
fix crash bug #197664
Johan B. C. Engelen
2008-03-02
1
-2
/
+3
*
vertical flip on RENDER_WITH_PANGO_CAIRO text output
Adib Taraben
2008-03-02
1
-52
/
+65
*
revert a bit of svnrev 17570. remove obsolete comment
Johan B. C. Engelen
2008-03-02
1
-8
/
+0
*
NEW: temporary on-canvas indicators
Johan B. C. Engelen
2008-03-02
13
-13
/
+355
*
warning cleanup
Jon A. Cruz
2008-03-02
2
-10
/
+10
*
remove assert_close
bulia byak
2008-03-01
7
-30
/
+0
*
Warning and whitespace cleanup
Jon A. Cruz
2008-03-01
9
-70
/
+70
*
Fix to check for out of bounds index *before* using the array index
Jon A. Cruz
2008-03-01
1
-1
/
+1
*
Fixed uninitialized members
Jon A. Cruz
2008-03-01
1
-1
/
+3
*
r18226@shi: ted | 2008-02-29 15:00:33 -0800
Ted Gould
2008-02-29
1
-19
/
+2
*
r18225@shi: ted | 2008-02-29 14:40:32 -0800
Ted Gould
2008-02-29
1
-7
/
+11
*
r18223@shi: ted | 2008-02-29 14:22:41 -0800
Ted Gould
2008-02-29
1
-2
/
+7
*
r18220@shi: ted | 2008-02-29 13:18:55 -0800
Ted Gould
2008-02-29
28
-544
/
+531
*
Copy perspectives, too, when pasting 3D boxes (solves LP #195867)
Maximilian Albert
2008-02-29
1
-0
/
+5
*
fix some header defines
Felipe Corr??a da Silva Sanches
2008-02-29
3
-3
/
+3
*
fix warnings
Johan B. C. Engelen
2008-02-29
3
-4
/
+4
*
Warning cleanup
Jon A. Cruz
2008-02-29
1
-1
/
+1
*
fixed another localization issue - file extension names are now localized pro...
Marcin Floryan
2008-02-28
1
-2
/
+2
*
Fixed off-by-one filter bug with the windows native file dialogs, and tidied ...
Joel Holdsworth
2008-02-28
2
-67
/
+42
*
Reworked swatches context menu slightly to make it more compact and a bit cle...
Marcin Floryan
2008-02-28
1
-58
/
+78
*
fixing wrong includes
Felipe Corr??a da Silva Sanches
2008-02-28
2
-2
/
+2
[next]