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
2010-03-06
i18n. Remove underscores in message context.
Nicolas Dufour
1
-1
/
+1
2010-03-05
Always embed bitmap copies created with Alt+B.
Krzysztof Kosi??ski
1
-6
/
+2
2010-03-02
Cleanup on id access.
Jon A. Cruz
1
-2
/
+2
2010-02-09
Fix multiple minor problems in the node tool
Krzysztof Kosi??ski
1
-3
/
+5
2010-02-04
Patch by Martin Sucha to add preferences to for grouping on Clip/Mask
Josh Andler
1
-27
/
+119
2010-01-15
Restore encapsulation of selection implementation.
Jon A. Cruz
1
-3
/
+106
2010-01-15
Warning cleanup.
Jon A. Cruz
1
-1
/
+1
2010-01-08
Patch by Alex Leone to add margins to resize page options in Document Properties
Josh Andler
1
-7
/
+18
2009-12-26
Major simplification of 3D box code.
Maximilian Albert
1
-1
/
+24
2009-11-29
First GSoC node tool commit to Bazaar
Krzysztof Kosi??ski
1
-46
/
+43
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-20
/
+20
2009-08-05
SPDocument->Document
johnce
1
-20
/
+20
2009-06-03
* [INTL:*] translator comments for all context strings added
Ivan Mas??r
1
-1
/
+3
2009-05-13
new "compensate" param for sp_selection_apply_affine and sp_selection_move_re...
Thomas Holder
1
-8
/
+8
2009-04-29
Make sure that the item center (origin for rotations) does not change due to ...
Diederik van Lierop
1
-1
/
+1
2009-04-07
(sp_selection_create_bitmap_copy): Fix: Set xlink:href relative to the correc...
Peter Moulder
1
-2
/
+8
2009-04-07
noop: rename a local var
Peter Moulder
1
-6
/
+9
2009-04-07
noop: whitespace
Peter Moulder
1
-280
/
+280
2009-04-07
functional noop: Clarify g_strcanon behaviour by not redundantly reassigning ...
Peter Moulder
1
-1
/
+1
2009-03-26
do not transform, display, reverse, node-edit, or remove LPE if LPE stack is ...
bulia byak
1
-1
/
+2
2009-03-09
fix crash when duplicating an orphaned clone
bulia byak
1
-0
/
+2
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
[next]