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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2007-02-11
fix warning
bulia byak
1
-1
/
+1
2007-02-11
Added gnome-vfs patch by Ed Catmur so we can save/open/export to non-local
Jon Phillips
1
-0
/
+4
2007-01-25
comment for the future
bulia byak
1
-0
/
+2
2007-01-25
listen to subselection-changed signal to reflect gradient stop opacities
bulia byak
1
-0
/
+1
2007-01-24
patch 1642531
bulia byak
1
-1
/
+1
2007-01-21
replacing sp_repr_new*
Kees Cook
2
-30
/
+51
2007-01-21
start switching sp_repr_new* over to XML::Document::create*, and rename creat...
MenTaLguY
3
-4
/
+6
2007-01-17
prevent self-induced firings of opacity-changed callback; fixes 1636968
bulia byak
1
-5
/
+2
2007-01-16
fix filter area clipping when blurring a squeezed object
bulia byak
1
-1
/
+1
2007-01-11
patch 1632843
bulia byak
1
-1
/
+1
2007-01-10
Only evaluate stock markers if the inkscape:stockid tag is actually
Bryce Harrington
1
-5
/
+7
2007-01-06
Small edits to copyright info.
Johan B. C. Engelen
1
-2
/
+3
2007-01-06
Special #ifdef win32 code to enable Dialogs on Top for windows. Note the remo...
Johan B. C. Engelen
1
-4
/
+21
2007-01-04
Fixed [ 1628085 ] PNG file not created/not recognized by WINXP, where the act...
Johan B. C. Engelen
1
-3
/
+34
2007-01-02
Fixed bug [ 1610103 ]: font-size px unit missing after font family change
Johan B. C. Engelen
1
-2
/
+2
2006-12-31
Fix 1516933 (text stroke crash inkscape)
gustav_b
1
-0
/
+3
2006-12-28
Export dialog is now always shown in view (not outside of screen)
Johan B. C. Engelen
1
-10
/
+8
2006-12-23
Change Layer Dialog opacity to use percentage (0-100%) rather than 0..1 range
John Bintz
2
-9
/
+11
2006-12-07
Marker menus now display custom markers in a document that are present
Bryce Harrington
1
-46
/
+73
2006-12-06
Renaming sp-marker.* to marker.*
Bryce Harrington
1
-1
/
+1
2006-11-27
non-gtkmm dialogs are now always opened ON-screen
Johan B. C. Engelen
7
-60
/
+77
2006-11-27
Documenting all routines in stroke-style.cpp
Bryce Harrington
1
-8
/
+111
2006-11-19
string fixes from bug 1516157
bulia byak
1
-1
/
+1
2006-11-19
add % to the blur/opacity labels
bulia byak
1
-2
/
+2
2006-11-13
factor out retrieving export hints from selection and document; use that for ...
bulia byak
1
-54
/
+4
2006-11-05
fix crash reported by Vladimir Savic
bulia byak
1
-1
/
+1
2006-10-26
workaround for crash 1580903 and several other issues caused by GTK's brainde...
bulia byak
2
-1
/
+21
2006-10-24
fix crash: when closing a document, the selection we're passed as argument ma...
bulia byak
1
-1
/
+1
2006-10-23
fix calculating the blur radius, use the new API
bulia byak
1
-5
/
+5
2006-10-23
simplify by using the new API
bulia byak
1
-4
/
+1
2006-10-20
make blur slider a percentage; change opacity to 1..100 as well; ensure the f...
bulia byak
2
-16
/
+26
2006-10-10
undo annotations
bulia byak
13
-60
/
+64
2006-10-08
Add blur
bulia byak
1
-10
/
+89
2006-10-07
cleanup, use the new APIs
bulia byak
1
-72
/
+8
2006-10-04
simplify style-querying for blur radius; move Blur slider above Opacity, cleanup
bulia byak
1
-44
/
+38
2006-08-26
gboolean -> bool conversion commit 1. Modifies code to do with getting the u...
Michael G. Sloan
1
-10
/
+10
2006-08-25
Fixed a crash in modifying filter parameters in XML editor.
Niko Kiirala
1
-3
/
+1
2006-08-25
peeled back the gboolean code as it hit on some complexity theory principles...
Jon Phillips
12
-33
/
+33
2006-08-25
I peeled back my changes because of some deep error.
Jon Phillips
3
-42
/
+3
2006-08-24
Cleaned up more of the gboolean to bool janitorial task...great!
Jon Phillips
3
-3
/
+42
2006-08-23
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
Jon Phillips
12
-33
/
+33
2006-08-20
Object groups can be blurred. Blur slider updates when selection changes. Com...
Hugo Rodrigues
1
-22
/
+51
2006-08-14
Work on filters. spFilterPrimitive structure added. Blur slider updated. Fixe...
Hugo Rodrigues
1
-41
/
+51
2006-08-02
Added skeleton files for other filter primitives' SP-objects. Added blur slid...
Hugo Rodrigues
1
-0
/
+143
2006-07-28
switch to sigc++ SPObject signals for SPAttributeWidget and SPAttributeTable
MenTaLguY
2
-19
/
+40
2006-07-27
switch to sigc++ "release"
MenTaLguY
1
-4
/
+11
2006-07-17
factor native PNG export out of file.cpp in preparation for new export dialog
Bob Jamison
1
-0
/
+2
2006-07-12
move filedialog to its new home
Bob Jamison
3
-1622
/
+0
2006-07-10
another attempt at #1502439, another example of ignoring NULL removed
Ralf Stephan
1
-1
/
+4
2006-07-08
handle NULL return value, fixes crash when opening filechooser dialog (#1502439)
Ralf Stephan
1
-2
/
+5
[prev]
[next]