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
*
CodingStyle: whitespace
Peter Moulder
2006-03-13
1
-26
/
+26
*
(sp_svg_write_color): Use CSS/XHTML/SVG Basic named colours (the 16 colours w...
Peter Moulder
2006-03-13
2
-4
/
+70
*
svg-color-test.h: New unit test file.
Peter Moulder
2006-03-13
2
-1
/
+58
*
Set svn:eol-style to native on all *.cpp *.h files (i.e. on the few .cpp/.h f...
Peter Moulder
2006-03-13
2
-226
/
+226
*
Remove temporary #include of svg-color.h
Peter Moulder
2006-03-13
1
-1
/
+0
*
#include svg/svg-color.h instead of or as well as (as appropriate) svg/svg.h.
Peter Moulder
2006-03-13
15
-10
/
+15
*
Move declaration of sp_svg_read_color,sp_svg_write_color from svg/svg.h to ne...
Peter Moulder
2006-03-13
4
-6
/
+15
*
Shift-drop of color now sets stroke.
Jon A. Cruz
2006-03-13
1
-1
/
+1
*
(sp_svg_write_color): Change 2nd arg (buflen) from signed to unsigned int.
Peter Moulder
2006-03-13
1
-1
/
+1
*
(sp_svg_write_color): Change 2nd arg (buflen) from signed to unsigned int.
Peter Moulder
2006-03-13
1
-9
/
+7
*
CodingStyle: whitespace
Peter Moulder
2006-03-13
1
-270
/
+283
*
noop: Minor phrasing/CodingStyle changes.
Peter Moulder
2006-03-13
1
-7
/
+7
*
Fix: was using locale to format SVG numbers.
Peter Moulder
2006-03-13
2
-83
/
+143
*
Remove unused methods getInverse(). (One of these appears to be buggy anyway.)
Peter Moulder
2006-03-13
1
-19
/
+1
*
operator!=: new. (Calls existing operator==.)
Peter Moulder
2006-03-12
1
-2
/
+6
*
experiment with moving release beofre extraction of object from document tree
MenTaLguY
2006-03-12
1
-4
/
+2
*
Changed color dragging to have a color preview.
Jon A. Cruz
2006-03-10
1
-0
/
+21
*
Initial cut of color drag-n-drop to items on canvas.
Jon A. Cruz
2006-03-10
1
-1
/
+46
*
(sp_selected_path_reverse): Fix when multiple paths are selected. Also fix a...
Peter Moulder
2006-03-09
1
-4
/
+5
*
CodingStyle: whitespace
Peter Moulder
2006-03-09
1
-247
/
+258
*
CodingStyle: const placement
Peter Moulder
2006-03-09
1
-3
/
+3
*
#include sp-item.h
Peter Moulder
2006-03-07
1
-1
/
+1
*
Partially update: add various new `inkscape:' attributes. (I haven't yet add...
Peter Moulder
2006-03-07
1
-0
/
+6
*
Replace std::endl in lots of places with plain old '\n', with just a single s...
Peter Moulder
2006-03-06
1
-5
/
+7
*
add DocumentSubset::_clear
MenTaLguY
2006-03-06
2
-0
/
+16
*
remove unneeded document parameter from constructor
MenTaLguY
2006-03-06
2
-4
/
+3
*
Wire up new SPObject signal to DocumentSubset, so object order changes will b...
MenTaLguY
2006-03-05
1
-0
/
+7
*
Add signal for notification of object position changes
MenTaLguY
2006-03-05
2
-0
/
+8
*
Add DocumentSubset as groundwork for layers
MenTaLguY
2006-03-05
3
-0
/
+433
*
work-around for older gtkmm versions
Jon A. Cruz
2006-03-05
1
-1
/
+1
*
Fixed problem for 2.4.x
Jon A. Cruz
2006-03-05
1
-3
/
+6
*
Make color drag to minibar only work when a styled item is selected.
Jon A. Cruz
2006-03-04
2
-33
/
+35
*
Another typo from the patch. sorry again.
Bob Jamison
2006-03-04
1
-1
/
+1
*
Fix typo from when i applied patch. My mistake. Sorry!
Bob Jamison
2006-03-04
1
-1
/
+1
*
Fix bug with invalid singleton pointer. If we want a single dialog displayed...
Bob Jamison
2006-03-03
2
-88
/
+86
*
bug 1441767: allow device fonts (eg opentype with postscript outlines or plai...
Richard Hughes
2006-03-02
1
-1
/
+1
*
Add stuff to separate .exe and debug info
Bob Jamison
2006-03-02
1
-2
/
+4
*
Made style minibar take color drag-n-drop
Jon A. Cruz
2006-03-01
2
-1
/
+105
*
* src/conn-avoid-ref.cpp, src/libavoid/connector.h,
mjwybrow
2006-03-01
10
-74
/
+81
*
Add some items from Peter Selinger's patch to Potrace 1.7
Bob Jamison
2006-02-28
4
-41
/
+49
*
Replace isspace() with isWhitespace(). Use pure unicode character classes.
Bob Jamison
2006-02-28
7
-17
/
+171
*
Fixed bug with color drag-n-drop
Jon A. Cruz
2006-02-28
1
-11
/
+7
*
Cleanup of embedded swatches palette switching.
Jon A. Cruz
2006-02-28
4
-26
/
+61
*
Refactoring layout when switching palettes
Jon A. Cruz
2006-02-27
2
-37
/
+55
*
Fix for mssing error incoude
Jon A. Cruz
2006-02-27
1
-0
/
+2
*
Refactoring embedded swatches panel.
Jon A. Cruz
2006-02-27
3
-51
/
+117
*
Allowed Private Use Area chacters to be entered.
Jon A. Cruz
2006-02-27
1
-1
/
+2
*
amend workaround for #1432690
MenTaLguY
2006-02-24
1
-7
/
+2
*
make sure only positive dialog positions are read from preferences, fixes #12...
Ralf Stephan
2006-02-24
10
-0
/
+34
*
make sure positive xy widget pos is written
Ralf Stephan
2006-02-24
1
-0
/
+3
[next]