index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
dialogs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
move extension adding to the right place so it's added on export, not on browse
bulia byak
2007-03-25
1
-38
/
+41
*
patch from Gail to add justify button to text dialog (bug 1679367)
bulia byak
2007-03-25
1
-3
/
+32
*
updated creative commons licenses to 3.0 and fixed public domain uri
Jon Phillips
2007-03-24
1
-7
/
+7
*
fix the combination of P4+ symmetries with exponent
bulia byak
2007-03-23
1
-14
/
+11
*
plumb XML::Document parameter into duplication, courtesy of bryce
MenTaLguY
2007-03-20
2
-2
/
+3
*
add required includes for gcc 4.3 and fix a const issue -- patch #1675635
MenTaLguY
2007-03-18
1
-0
/
+1
*
fix 64-bit issues with width of npos -- patch #1675697 from mellum
MenTaLguY
2007-03-18
1
-6
/
+6
*
Switch selection bounds and center to use NR::Maybe, addressing most of the
MenTaLguY
2007-03-11
3
-15
/
+21
*
Merge further bbox work
MenTaLguY
2007-03-10
1
-19
/
+15
*
adapt code to new Maybe/bbox regime
MenTaLguY
2007-03-04
4
-103
/
+161
*
switch from invokeBbox to getBounds (need to fix problems with empty
MenTaLguY
2007-03-04
4
-77
/
+56
*
API change: render methods now take a cairo_t (not yet used)
bulia byak
2007-03-01
1
-1
/
+1
*
refactor sp_svg_transform_write to return a dynamically-allocated string
MenTaLguY
2007-02-28
1
-6
/
+3
*
add 'hide all except selected' checkbox
bulia byak
2007-02-25
1
-5
/
+28
*
fix crash when tracing with too small clones
bulia byak
2007-02-24
1
-1
/
+2
*
fix crash when tracing with too small clones
bulia byak
2007-02-24
1
-0
/
+4
*
Disabling transientize callback - it's currently causing some data loss
Bryce Harrington
2007-02-23
1
-9
/
+11
*
When selecting 'none', the marker wasn't getting removed from the line.
Bryce Harrington
2007-02-23
1
-30
/
+47
*
Adjusting how items in the marker menu are selected, so the recently
Bryce Harrington
2007-02-21
1
-4
/
+2
*
Fixes issue where a modified stock marker's preview image appears in the
Bryce Harrington
2007-02-21
1
-1
/
+2
*
Adding handler for switching documents, to regenerate the marker menus
Bryce Harrington
2007-02-21
1
-24
/
+24
*
Completes fix for 980157. Markers in current document's defs is now
Bryce Harrington
2007-02-20
1
-46
/
+87
*
Moving cache management code from .h to .cpp.
Bryce Harrington
2007-02-20
1
-17
/
+21
*
Moving functions from svg_preview_cache.h to a new .cpp
Bryce Harrington
2007-02-20
1
-2
/
+1
*
Partial fix for bug 980157.
Bryce Harrington
2007-02-20
1
-61
/
+14
*
fix 1658088
bulia byak
2007-02-12
1
-4
/
+4
*
batch export checkbox
bulia byak
2007-02-12
1
-71
/
+186
*
fix warning
bulia byak
2007-02-11
1
-1
/
+1
*
Added gnome-vfs patch by Ed Catmur so we can save/open/export to non-local
Jon Phillips
2007-02-11
1
-0
/
+4
*
comment for the future
bulia byak
2007-01-25
1
-0
/
+2
*
listen to subselection-changed signal to reflect gradient stop opacities
bulia byak
2007-01-25
1
-0
/
+1
*
patch 1642531
bulia byak
2007-01-24
1
-1
/
+1
*
replacing sp_repr_new*
Kees Cook
2007-01-21
2
-30
/
+51
*
start switching sp_repr_new* over to XML::Document::create*, and rename creat...
MenTaLguY
2007-01-21
3
-4
/
+6
*
prevent self-induced firings of opacity-changed callback; fixes 1636968
bulia byak
2007-01-17
1
-5
/
+2
*
fix filter area clipping when blurring a squeezed object
bulia byak
2007-01-16
1
-1
/
+1
*
patch 1632843
bulia byak
2007-01-11
1
-1
/
+1
*
Only evaluate stock markers if the inkscape:stockid tag is actually
Bryce Harrington
2007-01-10
1
-5
/
+7
*
Small edits to copyright info.
Johan B. C. Engelen
2007-01-06
1
-2
/
+3
*
Special #ifdef win32 code to enable Dialogs on Top for windows. Note the remo...
Johan B. C. Engelen
2007-01-06
1
-4
/
+21
*
Fixed [ 1628085 ] PNG file not created/not recognized by WINXP, where the act...
Johan B. C. Engelen
2007-01-04
1
-3
/
+34
*
Fixed bug [ 1610103 ]: font-size px unit missing after font family change
Johan B. C. Engelen
2007-01-02
1
-2
/
+2
*
Fix 1516933 (text stroke crash inkscape)
gustav_b
2006-12-31
1
-0
/
+3
*
Export dialog is now always shown in view (not outside of screen)
Johan B. C. Engelen
2006-12-28
1
-10
/
+8
*
Change Layer Dialog opacity to use percentage (0-100%) rather than 0..1 range
John Bintz
2006-12-23
2
-9
/
+11
*
Marker menus now display custom markers in a document that are present
Bryce Harrington
2006-12-07
1
-46
/
+73
*
Renaming sp-marker.* to marker.*
Bryce Harrington
2006-12-06
1
-1
/
+1
*
non-gtkmm dialogs are now always opened ON-screen
Johan B. C. Engelen
2006-11-27
7
-60
/
+77
*
Documenting all routines in stroke-style.cpp
Bryce Harrington
2006-11-27
1
-8
/
+111
*
string fixes from bug 1516157
bulia byak
2006-11-19
1
-1
/
+1
[next]