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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Header cleaning for GTK+3 migration
Alex Valavanis
2012-06-05
1
-1
/
+1
*
Adding base configurable sizing of controls/handles.
Jon A. Cruz
2012-05-03
1
-26
/
+56
*
circle tool: fix shift click to reset to full circle for start angle node
Johan B. C. Engelen
2012-04-07
1
-0
/
+12
*
(cppcheck and janitorial tasks:) C-style casting to C++-style casting
Kris De Gussem
2012-02-25
1
-21
/
+21
*
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
2011-07-17
1
-4
/
+4
*
Remove more of libnr
Krzysztof Kosi??ski
2011-06-23
1
-2
/
+2
*
Update 2Geom to pull in integer rectangle class
Krzysztof Kosi??ski
2011-06-23
1
-1
/
+1
*
Merge from trunk
Krzysztof Kosi??ski
2011-04-07
1
-10
/
+10
|
\
|
*
Finished cleanup of outdated SP_OBJECT_REPR C macro.
Jon A. Cruz
2011-02-22
1
-8
/
+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
-5
/
+3
|
\
|
|
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-4
/
+3
|
|
\
|
|
*
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
2010-06-29
1
-2
/
+2
|
*
|
fix Bug #680520 - crash while using the top rounding handle
Adonis Papaderos
2010-11-24
1
-1
/
+0
*
|
|
Merge from trunk
Krzysztof Kosi??ski
2010-11-25
1
-1
/
+1
|
\
|
|
|
*
|
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
*
|
|
merge from trunk
Krzysztof Kosi??ski
2010-08-08
1
-10
/
+10
|
\
|
|
|
*
|
- Snap while rotating an object using the selector tool
Diederik van Lierop
2010-07-12
1
-10
/
+10
|
|
/
*
/
Wholesale cruft removal part 3
Krzysztof Kosi??ski
2010-08-04
1
-7
/
+0
|
/
*
Finally introducing the pre-snap indicator
Diederik van Lierop
2010-01-30
1
-43
/
+43
*
textual patch from bug 408093
bulia byak
2009-09-06
1
-1
/
+1
*
fix 166186
bulia byak
2009-08-22
1
-3
/
+9
*
Remove an unused parameter from the snapping API
Diederik van Lierop
2009-06-20
1
-10
/
+10
*
Implement constrained snapping when dragging the position and size handles of...
Diederik van Lierop
2009-03-15
1
-33
/
+62
*
* Implement constrained snapping of knots
Diederik van Lierop
2009-03-13
1
-6
/
+9
*
remove desktop-affine.h and refactor sp_desktop_dt2doc_* calls
Thomas Holder
2009-03-13
1
-1
/
+0
*
whitespace missed
bulia byak
2009-03-12
1
-2
/
+2
*
More NR ==> Geom changes
Joshua L. Blocher
2008-12-28
1
-31
/
+31
*
From trunk
Ted Gould
2008-10-27
1
-5
/
+9
*
Merging from trunk
Ted Gould
2008-10-11
1
-2
/
+2
*
add automatic conversion between Geom::Matrix and NR::Matrix. (added to NR::M...
Johan B. C. Engelen
2008-08-06
1
-2
/
+2
*
2geomify a lot of NR::Points to Geom::Point
Johan B. C. Engelen
2008-08-01
1
-121
/
+121
*
replace matrix division code.
Johan B. C. Engelen
2008-08-01
1
-1
/
+0
*
Formerly static function used for snapping is now a private member of KnotHol...
Maximilian Albert
2008-08-01
1
-36
/
+24
*
LPE knotholder refactoring: PointParams are not knotholder entities any more;...
Maximilian Albert
2008-07-29
1
-1
/
+0
*
Don't dereference NULL knotholder; fixes instant crash, but using the handles...
Maximilian Albert
2008-07-02
1
-0
/
+1
*
Activate automatic knotholders for LPE PointParams
Maximilian Albert
2008-06-16
1
-1
/
+1
*
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
2008-06-12
1
-3
/
+3
*
Better way to add LPE knotholder handles; now it happens semi-automatically i...
Maximilian Albert
2008-06-08
1
-1
/
+1
*
Make knotholders for LPE items finally work; each effect can now overload the...
Maximilian Albert
2008-06-08
1
-5
/
+2
*
Some cleanup of knotholder code; mostly renaming knot_(get|set|click)_func --...
Maximilian Albert
2008-06-04
1
-130
/
+130
*
C++ify knotholders
Maximilian Albert
2008-06-04
1
-447
/
+511
*
check if item is LPEItem before casting!!! should fix bug 236788
Johan B. C. Engelen
2008-06-02
1
-3
/
+5
*
LPE STACKING!
Johan B. C. Engelen
2008-05-30
1
-7
/
+10
*
Add checkbox for LPEs to temporarily disable them on canvas (but keep them ap...
Maximilian Albert
2008-05-19
1
-0
/
+1
*
Provide knotholder for LPEPerpBisector; TODO: this replaces the usual nodepat...
Maximilian Albert
2008-05-19
1
-2
/
+17
*
Fix a regression in the snapper, caused by me. Sorry!
Diederik van Lierop
2008-05-16
1
-1
/
+1
*
Add a centralized check (i.e. in the snapper mechanism) whether we've snapped...
Diederik van Lierop
2008-05-12
1
-1
/
+1
*
- Major refactoring of snapping related code...
Diederik van Lierop
2008-04-30
1
-2
/
+3
*
Make grouped 3D boxes work correctly when transformed (fixes: LP 188991)
Maximilian Albert
2008-03-19
1
-7
/
+2
[next]