index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
tool
/
path-manipulator.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-06-09
Stop deriving SPCanvasItem from GtkObject
Alex Valavanis
1
-1
/
+1
2012-05-17
Extended resizing to node handles.
Jon A. Cruz
1
-0
/
+9
2012-04-04
Warning cleanup.
Jon A. Cruz
1
-1
/
+1
2012-02-26
Clean up all remaining false warnings from Gtkmm
Alex Valavanis
1
-1
/
+1
2012-01-23
Patch from John Smith for 623660
Josh Andler
1
-1
/
+1
2012-01-17
turn SPPath into a class, and add some methods...
Johan B. C. Engelen
1
-2
/
+2
2012-01-04
new: add nodes at extreme values of selected subpaths
Johan B. C. Engelen
1
-0
/
+61
2011-11-05
Powerstroke: adjust control points when adding or deleting knots, to try and ...
Johan B. C. Engelen
1
-8
/
+26
2011-10-29
fix usage of iterator when iterator's erase function is used (Bug #812018)
Kris De Gussem
1
-1
/
+1
2011-10-03
Doxygen cleanup.
Jon A. Cruz
1
-4
/
+7
2011-07-17
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
1
-2
/
+2
2011-07-16
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
1
-2
/
+2
2011-04-17
add new preference widget for a number with a unit.
Johan B. C. Engelen
1
-1
/
+1
2011-02-22
Finished cleanup of outdated SP_OBJECT_STYLE C macro.
Jon A. Cruz
1
-4
/
+4
2011-02-13
update to latest 2geom. fixes bezier curve casts.
Johan B. C. Engelen
1
-1
/
+1
2011-02-05
Fix node tool brokenness resulting from a switch to runtime order
Krzysztof Kosi??ski
1
-6
/
+7
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-6
/
+6
2010-12-16
Node tool: special case node duplication for endnodes - select new endnode
Krzysztof Kosi??ski
1
-10
/
+19
2010-12-16
Node tool: fix Tab and Shift+Tab
Krzysztof Kosi??ski
1
-58
/
+1
2010-11-19
Fix rare crash when trying to drag after undo in the node tool
Krzysztof Kosi??ski
1
-0
/
+2
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-10-12
Fix oddities related to smooth endnodes. Should fix a crasher.
Krzysztof Kosi??ski
1
-9
/
+3
2010-10-12
Cherry pick node duplication from 0.48 stable
Krzysztof Kosi??ski
1
-0
/
+33
2010-08-13
Fix funny behavior when dragging near the start node of a path
Krzysztof Kosi??ski
1
-1
/
+4
2010-08-13
Fix node editor crash when dragging near the last node of a path
Krzysztof Kosi??ski
1
-1
/
+1
2010-07-14
SPShape c++ified to the extent it was possible and more changes done for XML ...
Abhishek Sharma Public
1
-1
/
+1
2010-07-06
C++ification of SPObject continued along with the onset of XML Privatisation....
Abhishek Sharma Public
1
-5
/
+10
2010-07-02
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
1
-2
/
+2
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-04-06
Revert the inverted coordinate system fix. 3D Boxes and guides
Krzysztof Kosi??ski
1
-1
/
+1
2010-04-03
Initial fix for the inverted coordinate system bug
Krzysztof Kosi??ski
1
-1
/
+1
2010-03-18
Fix a few remaining oddities in handle scaling via keyboard
Krzysztof Kosi??ski
1
-10
/
+15
2010-03-18
Fix scaling of degenerate handles using keybard shortcuts.
Krzysztof Kosi??ski
1
-5
/
+23
2010-03-14
New node tool: implement handle snapping
Krzysztof Kosi??ski
1
-0
/
+1
2010-03-14
Implement keyboard shortcuts for single handle adjustments.
Krzysztof Kosi??ski
1
-5
/
+74
2010-02-25
Warning cleanup.
Jon A. Cruz
1
-1
/
+4
2010-02-18
Fix node tool crash on path where the last subpath is a lone moveto
Krzysztof Kosi??ski
1
-1
/
+4
2010-02-18
Make ControlPointSelection trackable to prevent random crashes
Krzysztof Kosi??ski
1
-11
/
+11
2010-02-10
(Probably) fix a crash in the node tool and fix Ctrl+Alt dragging
Krzysztof Kosi??ski
1
-6
/
+15
2010-02-09
Fix multiple minor problems in the node tool
Krzysztof Kosi??ski
1
-1
/
+1
2010-02-07
Fix new path update preference.
Krzysztof Kosi??ski
1
-7
/
+5
2010-02-06
Fix performance regressions in the node tool and a stupid crash bug
Krzysztof Kosi??ski
1
-4
/
+6
2010-02-04
Reduce libsigc++ usage to partially fix performance regressions
Krzysztof Kosi??ski
1
-35
/
+0
2010-01-31
Add pref settings that control updating the display of paths when dragging
Krzysztof Kosi??ski
1
-2
/
+24
2010-01-28
Fix some actions failing when show handles is off.
Krzysztof Kosi??ski
1
-3
/
+3
2010-01-24
Fix freezes when deleting nodes.
Krzysztof Kosi??ski
1
-1
/
+1
2010-01-20
Make Ctrl+Alt+click delete nodes.
Krzysztof Kosi??ski
1
-72
/
+99
2010-01-20
Fix path reverse action (Shift+R) in the node tool.
Krzysztof Kosi??ski
1
-6
/
+9
2010-01-20
Select the first node of the path when Tab is pressed and nothing is selected.
Krzysztof Kosi??ski
1
-9
/
+21
2010-01-14
Replace std::tr1::unordered_(map|set) with __gnu_cxx::hash_(map|set),
Krzysztof Kosi??ski
1
-8
/
+15
[next]