index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
object-edit.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-10-24
Initial removal of box3d outdated GTKish macros.
Jon A. Cruz
1
-80
/
+133
2014-10-05
Move more UI code into ui/
Liam P. White
1
-1397
/
+0
2014-09-27
Update to experimental r13565
Liam P. White
1
-70
/
+70
2014-08-31
Header cleanup: stop using Glib types where they aren't truly needed. Eases G...
Liam P. White
1
-70
/
+70
2014-08-04
Allow editing of fill and stroke patterns simultaneously. Fixes #601336, #604...
Liam P. White
1
-2
/
+2
2013-10-08
Seamlessly switch between SVG circle, ellipse, and path (arc) elements while ...
Tavmjong Bah
1
-7
/
+5
2013-10-04
C++
Johan B. C. Engelen
1
-4
/
+4
2013-09-29
Further changes to SPEllipse.
Markus Engel
1
-26
/
+24
2013-09-26
Further refactored SPEllipse.
Markus Engel
1
-4
/
+4
2013-03-30
Turned all functions concerning SPSpiral into member functions.
Markus Engel
1
-6
/
+6
2013-01-17
const ....
Johan B. C. Engelen
1
-59
/
+59
2012-12-03
UI. Fix for bug #959202 (Spiral Tool: Alt+drag on outside handle isn't descri...
Nicolas Dufour
1
-1
/
+1
2012-10-14
Fix "shift disables snapping" for LPEs and for editing objects
Diederik van Lierop
1
-18
/
+18
2012-10-14
Remove invalid return statements
Diederik van Lierop
1
-2
/
+2
2012-06-05
Header cleaning for GTK+3 migration
Alex Valavanis
1
-1
/
+1
2012-05-03
Adding base configurable sizing of controls/handles.
Jon A. Cruz
1
-26
/
+56
2012-04-07
circle tool: fix shift click to reset to full circle for start angle node
Johan B. C. Engelen
1
-0
/
+12
2012-02-25
(cppcheck and janitorial tasks:) C-style casting to C++-style casting
Kris De Gussem
1
-21
/
+21
2011-07-17
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
1
-4
/
+4
2011-06-23
Remove more of libnr
Krzysztof Kosi??ski
1
-2
/
+2
2011-06-23
Update 2Geom to pull in integer rectangle class
Krzysztof Kosi??ski
1
-1
/
+1
2011-02-22
Finished cleanup of outdated SP_OBJECT_REPR C macro.
Jon A. Cruz
1
-8
/
+8
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-2
/
+2
2010-11-24
fix Bug #680520 - crash while using the top rounding handle
Adonis Papaderos
1
-1
/
+0
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-08-04
Wholesale cruft removal part 3
Krzysztof Kosi??ski
1
-7
/
+0
2010-07-12
- Snap while rotating an object using the selector tool
Diederik van Lierop
1
-10
/
+10
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-2
/
+2
2010-01-30
Finally introducing the pre-snap indicator
Diederik van Lierop
1
-43
/
+43
2009-09-06
textual patch from bug 408093
bulia byak
1
-1
/
+1
2009-08-22
fix 166186
bulia byak
1
-3
/
+9
2009-06-20
Remove an unused parameter from the snapping API
Diederik van Lierop
1
-10
/
+10
2009-03-15
Implement constrained snapping when dragging the position and size handles of...
Diederik van Lierop
1
-33
/
+62
2009-03-13
* Implement constrained snapping of knots
Diederik van Lierop
1
-6
/
+9
2009-03-13
remove desktop-affine.h and refactor sp_desktop_dt2doc_* calls
Thomas Holder
1
-1
/
+0
2009-03-12
whitespace missed
bulia byak
1
-2
/
+2
2008-12-28
More NR ==> Geom changes
Joshua L. Blocher
1
-31
/
+31
2008-10-27
From trunk
Ted Gould
1
-5
/
+9
2008-10-11
Merging from trunk
Ted Gould
1
-2
/
+2
2008-08-06
add automatic conversion between Geom::Matrix and NR::Matrix. (added to NR::M...
Johan B. C. Engelen
1
-2
/
+2
2008-08-01
2geomify a lot of NR::Points to Geom::Point
Johan B. C. Engelen
1
-121
/
+121
2008-08-01
replace matrix division code.
Johan B. C. Engelen
1
-1
/
+0
2008-08-01
Formerly static function used for snapping is now a private member of KnotHol...
Maximilian Albert
1
-36
/
+24
2008-07-29
LPE knotholder refactoring: PointParams are not knotholder entities any more;...
Maximilian Albert
1
-1
/
+0
2008-07-02
Don't dereference NULL knotholder; fixes instant crash, but using the handles...
Maximilian Albert
1
-0
/
+1
2008-06-16
Activate automatic knotholders for LPE PointParams
Maximilian Albert
1
-1
/
+1
2008-06-12
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
1
-3
/
+3
2008-06-08
Better way to add LPE knotholder handles; now it happens semi-automatically i...
Maximilian Albert
1
-1
/
+1
2008-06-08
Make knotholders for LPE items finally work; each effect can now overload the...
Maximilian Albert
1
-5
/
+2
2008-06-04
Some cleanup of knotholder code; mostly renaming knot_(get|set|click)_func --...
Maximilian Albert
1
-130
/
+130
[next]