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
*
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
*
add % to the blur/opacity labels
bulia byak
2006-11-19
1
-2
/
+2
*
factor out retrieving export hints from selection and document; use that for ...
bulia byak
2006-11-13
1
-54
/
+4
*
fix crash reported by Vladimir Savic
bulia byak
2006-11-05
1
-1
/
+1
*
workaround for crash 1580903 and several other issues caused by GTK's brainde...
bulia byak
2006-10-26
2
-1
/
+21
*
fix crash: when closing a document, the selection we're passed as argument ma...
bulia byak
2006-10-24
1
-1
/
+1
*
fix calculating the blur radius, use the new API
bulia byak
2006-10-23
1
-5
/
+5
*
simplify by using the new API
bulia byak
2006-10-23
1
-4
/
+1
*
make blur slider a percentage; change opacity to 1..100 as well; ensure the f...
bulia byak
2006-10-20
2
-16
/
+26
*
undo annotations
bulia byak
2006-10-10
13
-60
/
+64
*
Add blur
bulia byak
2006-10-08
1
-10
/
+89
*
cleanup, use the new APIs
bulia byak
2006-10-07
1
-72
/
+8
*
simplify style-querying for blur radius; move Blur slider above Opacity, cleanup
bulia byak
2006-10-04
1
-44
/
+38
*
gboolean -> bool conversion commit 1. Modifies code to do with getting the u...
Michael G. Sloan
2006-08-26
1
-10
/
+10
*
Fixed a crash in modifying filter parameters in XML editor.
Niko Kiirala
2006-08-25
1
-3
/
+1
*
peeled back the gboolean code as it hit on some complexity theory principles...
Jon Phillips
2006-08-25
12
-33
/
+33
*
I peeled back my changes because of some deep error.
Jon Phillips
2006-08-25
3
-42
/
+3
*
Cleaned up more of the gboolean to bool janitorial task...great!
Jon Phillips
2006-08-24
3
-3
/
+42
*
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
Jon Phillips
2006-08-23
12
-33
/
+33
*
Object groups can be blurred. Blur slider updates when selection changes. Com...
Hugo Rodrigues
2006-08-20
1
-22
/
+51
*
Work on filters. spFilterPrimitive structure added. Blur slider updated. Fixe...
Hugo Rodrigues
2006-08-14
1
-41
/
+51
*
Added skeleton files for other filter primitives' SP-objects. Added blur slid...
Hugo Rodrigues
2006-08-02
1
-0
/
+143
*
switch to sigc++ SPObject signals for SPAttributeWidget and SPAttributeTable
MenTaLguY
2006-07-28
2
-19
/
+40
*
switch to sigc++ "release"
MenTaLguY
2006-07-27
1
-4
/
+11
*
factor native PNG export out of file.cpp in preparation for new export dialog
Bob Jamison
2006-07-17
1
-0
/
+2
*
move filedialog to its new home
Bob Jamison
2006-07-12
3
-1622
/
+0
*
another attempt at #1502439, another example of ignoring NULL removed
Ralf Stephan
2006-07-10
1
-1
/
+4
*
handle NULL return value, fixes crash when opening filechooser dialog (#1502439)
Ralf Stephan
2006-07-08
1
-2
/
+5
*
patch from Gustav Broberg: undo annotations and history dialog
bulia byak
2006-06-29
13
-49
/
+98
*
apply patch 1498946 by zbsz (fixes #1492545 "PNG resolution value export")
Ralf Stephan
2006-06-22
1
-1
/
+1
*
#include "config.h" too
Ralf Stephan
2006-06-19
1
-0
/
+2
*
enclose #include <libintl.h> with #ifdef HAVE_LIBINTL_H
Ralf Stephan
2006-06-19
1
-0
/
+2
*
Allow "new layer" action when no layer selected
Jon A. Cruz
2006-06-05
1
-3
/
+7
*
comment cleanup
Jon A. Cruz
2006-06-05
1
-2
/
+2
*
Fixing crash on layer delete undo
Jon A. Cruz
2006-06-05
2
-3
/
+8
[next]