index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
selection-chemistry.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-05-08
merge inline patch from Jimmy
MenTaLguY
1
-7
/
+7
2008-04-12
Several different i18n issues fixed following report from a_b (adresses bug #...
Marcin Floryan
1
-1
/
+2
2008-03-28
- Created a SPLPEItem class that handles applying a LPE to an Item
Bastien Bouclet
1
-11
/
+4
2008-03-26
system clipboard support (bug #170185) from Chris KosiĆski
MenTaLguY
1
-612
/
+46
2008-03-23
remove multiple inheritance from lpe PathParam. since it is often desired to ...
Johan B. C. Engelen
1
-1
/
+1
2008-03-19
Add option to treat grups as single objects when converting to guides.
Maximilian Albert
1
-4
/
+5
2008-03-19
add delete lpe verb, rearrange menu to collect all lpe commands under path
bulia byak
1
-0
/
+38
2008-03-18
recurse into groups when pasting lpe
bulia byak
1
-15
/
+31
2008-03-18
use the same colors for clippath and mark helper paths as used in outline mode
bulia byak
1
-1
/
+4
2008-03-08
fix 199791
bulia byak
1
-0
/
+2
2008-02-29
Copy perspectives, too, when pasting 3D boxes (solves LP #195867)
Maximilian Albert
1
-0
/
+5
2008-02-23
* on-canvas clip and mask editing :) in the object menu you can find how to ...
Johan B. C. Engelen
1
-0
/
+50
2008-02-13
fix center of the generated marker to be at the rotation center, not geometri...
bulia byak
1
-2
/
+3
2008-01-31
Applying fixes for gcc 4.3 build issues (closes LP: #169115)
Bryce Harrington
1
-0
/
+2
2008-01-26
add copy button to LPE pathparam
Johan B. C. Engelen
1
-2
/
+49
2008-01-16
Add option in Preferences to keep objects after conversion to guides
Maximilian Albert
1
-3
/
+9
2008-01-15
Slightly more 'object-oriented' way to invoke item-specific conversion-to-gui...
Maximilian Albert
1
-7
/
+2
2008-01-12
Allow conversion of all selected items to guides (for items other than rectan...
Maximilian Albert
1
-17
/
+21
2008-01-11
Add possibility to convert objects (only rectangles and 3D boxes currently) t...
Maximilian Albert
1
-0
/
+35
2008-01-02
+ Fix bug #179840, forking of LPEs
Johan B. C. Engelen
1
-5
/
+13
2007-11-27
Excised unneeded windows include that slipped in by mistake.
gorodish
1
-4
/
+0
2007-11-26
Undo compile break
Jon A. Cruz
1
-3
/
+4
2007-11-25
Fix for Bug #1823541: Added support for pasting bitmap data from the system c...
gorodish
1
-1
/
+59
2007-11-14
A pasted selection is supposed to snap to the grid, but this cannot work the ...
Diederik van Lierop
1
-6
/
+1
2007-11-04
Warning cleanup
Jon A. Cruz
1
-67
/
+69
2007-10-31
noop: comment style
Peter Moulder
1
-8
/
+7
2007-10-31
CodingStyle: const placement. (noop; checked no change to .o file.)
Peter Moulder
1
-35
/
+42
2007-10-28
LPE: implement 'edit next LPE parameter'. Accessible through key '7'.
Johan B. C. Engelen
1
-0
/
+18
2007-10-22
ensure copy/paste of style between gradient stops works
bulia byak
1
-11
/
+22
2007-10-16
fix unlinking clones when moving original to another layer
bulia byak
1
-4
/
+4
2007-10-11
Fix g_return_if_fail failure: It can validly happen that fit_canvas_to_select...
Peter Moulder
1
-1
/
+4
2007-10-09
apply John Cliff's patch [ 1743843 ] Create Marker from Selection Menu Item
Johan B. C. Engelen
1
-0
/
+77
2007-09-14
sorry for debug message. deleted.
Johan B. C. Engelen
1
-1
/
+0
2007-09-14
fix pasting of LPE's across multiple document; plus a number of small fixes.
Johan B. C. Engelen
1
-0
/
+6
2007-09-11
Compute farthest-from-center point correctly in Alt+rotation
Maximilian Albert
1
-1
/
+1
2007-09-10
Purged fill type enum
Jon A. Cruz
1
-3
/
+3
2007-09-04
LPE: add Paste LPE verb + menu item. add scale ratios to curve stitch and pat...
Johan B. C. Engelen
1
-0
/
+48
2007-08-14
Commit LivePathEffect branch to trunk!
Johan B. C. Engelen
1
-0
/
+5
2007-07-28
1) Changes to snapping preferences dialog
Diederik van Lierop
1
-1
/
+1
2007-07-17
A few additions to ensure that editing trefs is not allowed (and doesn't caus...
Gail Carmichael
1
-1
/
+13
2007-07-11
bug 1243190: add tref element support; limited editing support thus far (patc...
Richard Hughes
1
-7
/
+22
2007-06-27
use an accessor method to get filter from style
bulia byak
1
-2
/
+2
2007-06-27
switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...
bulia byak
1
-3
/
+4
2007-06-27
more unreffing temporary styles properly
bulia byak
1
-1
/
+1
2007-06-17
Add translator hint.
Colin Marquardt
1
-0
/
+2
2007-05-20
noop: Change fitToRect to take NR::Rect instead of old NRRect. Update callers.
Peter Moulder
1
-10
/
+8
2007-04-15
Removal of old grid code - fully enabled new grid code.
Johan B. C. Engelen
1
-6
/
+3
2007-03-20
plumb XML::Document parameter into duplication, courtesy of bryce
MenTaLguY
1
-69
/
+82
2007-03-17
re-introduce isEmpty tests
MenTaLguY
1
-5
/
+5
2007-03-16
string disambig
bulia byak
1
-1
/
+1
[next]