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