index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
sp-ellipse.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove all NRRect use.
Krzysztof Kosi??ski
2011-08-27
1
-13
/
+12
*
Refactoring of the snapping preferences; mainly about storing all toggles in ...
Diederik van Lierop
2011-08-22
1
-9
/
+11
*
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
2011-07-17
1
-5
/
+5
*
- Add a third group of snap sources/targets, called ¨others¨ (before we had...
Diederik van Lierop
2011-06-26
1
-2
/
+2
*
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-9
/
+13
|
\
|
*
add curve before LPE to SPShape. this is useful for helperpath display. It wa...
Johan B. C. Engelen
2011-04-01
1
-1
/
+3
|
*
Finished cleanup of outdated SP_OBJECT_REPR C macro.
Jon A. Cruz
2011-02-22
1
-6
/
+8
|
*
update to latest 2geom !
Johan B. C. Engelen
2011-02-02
1
-2
/
+2
*
|
Merge from trunk (again)
Krzysztof Kosi??ski
2010-12-15
1
-22
/
+21
|
\
|
|
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-22
/
+21
|
|
\
|
|
*
SPShape c++ified to the extent it was possible and more changes done for XML ...
Abhishek Sharma Public
2010-07-14
1
-5
/
+5
|
|
*
SPObject c++ification finalized along with the beginning of XML Privatisation...
Abhishek Sharma Public
2010-07-12
1
-14
/
+14
|
|
*
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
2010-06-29
1
-1
/
+1
*
|
|
Merge from trunk
Krzysztof Kosi??ski
2010-11-25
1
-11
/
+13
|
\
|
|
|
*
|
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
|
*
|
Fix updating for ellipses when viewbox is not defined
Johan B. C. Engelen
2010-10-23
1
-10
/
+12
|
|
/
*
/
Wholesale cruft removal part 2
Krzysztof Kosi??ski
2010-08-04
1
-2
/
+0
|
/
*
Refactoring the snapping API (making it easier to maintain and understand for...
Diederik van Lierop
2010-01-09
1
-18
/
+17
*
patch by Krzysztof for 459811
bulia byak
2009-11-08
1
-2
/
+3
*
fix rendering of testcase errorhandling-nosuchlpe.svg: make sure shapes do no...
bulia byak
2009-08-22
1
-0
/
+13
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-6
/
+6
*
SPDocument->Document
johnce
2009-08-05
1
-6
/
+6
*
Removed sodipodi:version
Jon A. Cruz
2009-06-09
1
-2
/
+0
*
More accurate wording in snap tooltips
Diederik van Lierop
2009-02-27
1
-1
/
+1
*
Fix for imprecise ellipse drawing by Alvin Penner.
Krzysztof Kosi??ski
2009-02-24
1
-4
/
+1
*
The snap indicator's tooltip now displays "A to B", whereas before it only di...
Diederik van Lierop
2009-02-20
1
-6
/
+12
*
gcc warning cleanup
Felipe Corr??a da Silva Sanches
2009-02-09
1
-1
/
+1
*
fix percentage coordinates for ellipses. (svgtestsuite-1.1/coords-units-02-b....
Johan B. C. Engelen
2009-01-25
1
-5
/
+8
*
- Snap to the midpoint of shapes and bboxes
Diederik van Lierop
2009-01-18
1
-13
/
+21
*
NR -> 2Geom few more files
Joshua L. Blocher
2008-12-05
1
-11
/
+11
*
Warning cleanup.
Jon A. Cruz
2008-12-05
1
-9
/
+9
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-2
/
+11
*
From trunk
Ted Gould
2008-10-27
1
-7
/
+7
*
Refactored preferences handling into a new version of
Krzysztof Kosi??ski
2008-09-16
1
-6
/
+7
*
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
2008-08-08
1
-1
/
+1
*
warning cleanup
Felipe Corr??a da Silva Sanches
2008-07-12
1
-1
/
+1
*
2geomify ellipse creation
Johan B. C. Engelen
2008-07-08
1
-43
/
+15
*
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
2008-06-12
1
-1
/
+1
*
plumb XML::Documents in everywhere
MenTaLguY
2008-06-11
1
-16
/
+12
*
ellipses and groups now use 2geompath for svg_write: sp_svg_write_path(np->cu...
Johan B. C. Engelen
2008-06-06
1
-8
/
+3
*
merge gsoc2008_johan_path2geom into trunk
Johan B. C. Engelen
2008-06-06
1
-1
/
+1
*
struct SPCurve => class SPCurve
Johan B. C. Engelen
2008-05-05
1
-3
/
+3
*
- Created a SPLPEItem class that handles applying a LPE to an Item
Bastien Bouclet
2008-03-28
1
-4
/
+6
*
Remove g_print debugging statement.
Tavmjong Bah
2008-02-04
1
-1
/
+0
*
Allow snapping from and to ellipses
Diederik van Lierop
2008-01-13
1
-8
/
+45
*
Fundamentally reworked version of the 3D box tool (among many other things, t...
Maximilian Albert
2007-12-13
1
-0
/
+1
*
Warning cleanup
Jon A. Cruz
2007-11-04
1
-5
/
+5
*
Commit LivePathEffect branch to trunk!
Johan B. C. Engelen
2007-08-14
1
-0
/
+29
*
heh, bool to begin with
MenTaLguY
2007-01-24
1
-2
/
+2
*
switch to using SVG::PathString for building paths
MenTaLguY
2007-01-24
1
-26
/
+18
[next]