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
2009-02-02
use the same steps to figure out dir for bitmap copy as in export dialog
bulia byak
1
-2
/
+11
2009-01-08
move shape_editor from node context to the parent class, event context
bulia byak
1
-1
/
+1
2008-12-29
add utility for recursively replacing groups with their members in a list of ...
bulia byak
1
-0
/
+30
2008-12-28
More NR ==> Geom changes
Joshua L. Blocher
1
-14
/
+14
2008-12-20
object-snapper.cpp
Thomas Holder
1
-3
/
+3
2008-12-16
* remove sp_item_i2root_affine and sp_item_i2r_affine and replace all calls by
Thomas Holder
1
-3
/
+3
2008-12-08
Make all tools consider full parent transform (up to document, not just up to...
Thomas Holder
1
-1
/
+1
2008-12-05
NR -> 2Geom, more h and cpp files
Joshua L. Blocher
1
-1
/
+1
2008-11-21
Merge from fe-moved
Ted Gould
1
-24
/
+24
2008-10-31
Merge from trunk
Ted Gould
1
-12
/
+12
2008-10-27
From trunk
Ted Gould
1
-30
/
+30
2008-10-11
Merging from trunk
Ted Gould
1
-46
/
+56
2008-09-25
Sorry, I got off on a branch and ended up with a bunch of things. I'm just g...
Ted Gould
1
-1
/
+1
2008-09-18
Next roud of NR ==> Geom conversion
Maximilian Albert
1
-31
/
+34
2008-09-18
More NR ==> Geom conversion (points and some matrices/transforms)
Maximilian Albert
1
-63
/
+36
2008-09-16
Refactored preferences handling into a new version of
Krzysztof Kosi??ski
1
-40
/
+52
2008-09-11
convert almost all libnrtype to Geom::
Johan B. C. Engelen
1
-2
/
+4
2008-08-14
Get rid of a whole bunch of further instances of SP_ACTIVE_DESKTOP (where the...
Maximilian Albert
1
-91
/
+53
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-14
/
+14
2008-08-06
add flashing line from clone to original on Shift+D
bulia byak
1
-2
/
+23
2008-08-05
optionally (default off) relink duplicated clones to the duplicated original
bulia byak
1
-5
/
+57
2008-08-05
NR::Maybe => boost::optional
Johan B. C. Engelen
1
-19
/
+19
2008-07-21
Implement snapping of clipping paths and masks
Diederik van Lierop
1
-2
/
+6
2008-07-14
Enable simultaneous knotholder and nodepath
Maximilian Albert
1
-1
/
+3
2008-07-05
fix a long-standing bug with Undo after Fit canvas to selection/drawing.
Peter Moulder
1
-16
/
+49
2008-06-28
warning cleanup
Felipe Corr??a da Silva Sanches
1
-2
/
+2
2008-06-15
new command: relink clone to copied object
bulia byak
1
-1
/
+51
2008-06-14
Added duplicate layer command. Fixes bug #171246.
Jon A. Cruz
1
-9
/
+15
2008-06-12
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
1
-12
/
+12
2008-06-09
remove filters verb and command
bulia byak
1
-3
/
+33
2008-05-30
LPE STACKING!
Johan B. C. Engelen
1
-1
/
+1
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
[next]