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
2013-04-02
Cleaned up a bit. Uses some C++11 features.
Markus Engel
1
-50
/
+0
2013-04-02
Registered classes with new factory. Hkern, Vkern and FeFuncX have to be rewr...
Markus Engel
1
-0
/
+22
2013-04-01
Added constructors to SP classes.
Markus Engel
1
-16
/
+40
2013-03-31
Prepared exchange of casting macros.
Markus Engel
1
-0
/
+4
2013-03-29
Renamed virtual function names.
Markus Engel
1
-32
/
+32
2013-03-29
Removed function pointers from SPObject and subclasses.
Markus Engel
1
-9
/
+9
2013-03-14
Various changes.
Markus Engel
1
-3
/
+3
2013-01-23
Clean up more GObject type definitions
Alex Valavanis
1
-136
/
+28
2012-12-31
clip path visual bbox refresh, second try (Bug 1005085)
Alvin Penner
1
-0
/
+1
2012-10-06
Added virtual pad to SPFlowtext; removed old calls to virtual SPItem methods.
Markus Engel
1
-4
/
+4
2012-09-29
Removed old calls to set_shape and update_patheffect.
Markus Engel
1
-2
/
+2
2012-08-18
Added "virtual pad" to
Markus Engel
1
-82
/
+221
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
[prev]
[next]