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-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
2007-03-12
move sp_document_done() out into verbs.cpp
Aaron Spike
1
-13
/
+9
2007-03-12
send verb ids into history and remove casting errors
Aaron Spike
1
-11
/
+13
2007-03-12
add verbs for unlocking and unhiding all objects globaly or within the curren...
Aaron Spike
1
-0
/
+56
2007-03-11
argh, missed selection-chemistry somehow
MenTaLguY
1
-3
/
+3
2007-03-11
Switch selection bounds and center to use NR::Maybe, addressing most of the
MenTaLguY
1
-34
/
+54
2007-03-10
Merge further bbox work
MenTaLguY
1
-23
/
+29
2007-03-09
specialize MaybeStorage for Rect, and start using reference maybes to
MenTaLguY
1
-1
/
+1
2007-03-05
Separate NRRect and NR::Rect a bit further; the goal is to get to the point w...
MenTaLguY
1
-4
/
+4
2007-03-04
adapt code to new Maybe/bbox regime
MenTaLguY
1
-36
/
+41
2007-03-02
fix an error in rounding negative coords
bulia byak
1
-3
/
+6
2007-03-02
fix mental's typo! found purely by chance
bulia byak
1
-1
/
+1
[next]