summaryrefslogtreecommitdiffstats
path: root/src/ui/tool (unfollow)
Commit message (Expand)AuthorFilesLines
2011-10-29fix usage of iterator when iterator's erase function is used (Bug #812018)Kris De Gussem1-1/+1
2011-10-05Cleanup for src/forward.h. (About 19 of the affected files did not require th...Jon A. Cruz4-4/+3
2011-10-03Doxygen cleanup.Jon A. Cruz6-44/+63
2011-09-16Node tool, transforming a set of nodes: Fix crashes, and finish implementatio...Diederik van Lierop6-73/+137
2011-07-17- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen2-3/+3
2011-07-16Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz1-2/+2
2011-06-14Remove deprecated glib macro wrappersAlex Valavanis1-4/+4
2011-04-17add new preference widget for a number with a unit.Johan B. C. Engelen2-3/+3
2011-04-01use shape's curve before LPE as flash path in node tool. so now, you should s...Johan B. C. Engelen1-2/+3
2011-02-27compatibility patch to compile using gcc 4.6Adib Taraben6-0/+6
2011-02-22Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz1-4/+4
2011-02-13update to latest 2geom. fixes bezier curve casts.Johan B. C. Engelen1-1/+1
2011-02-05Fix node tool brokenness resulting from a switch to runtime orderKrzysztof Kosi??ski1-6/+7
2011-02-02update to latest 2geom !Johan B. C. Engelen11-70/+50
2010-12-27Snapping: improve calculation of metrics for scaling, modify some comments, a...Diederik van Lierop1-1/+0
2010-12-27Node tool: snap while scaling a selection of nodes. Consider this as experime...Diederik van Lierop3-2/+87
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz9-10/+11
2010-12-16Node tool: special case node duplication for endnodes - select new endnodeKrzysztof Kosi??ski1-10/+19
2010-12-16Node tool: fix Tab and Shift+TabKrzysztof Kosi??ski3-60/+76
2010-12-16Node tool: fix snapping of node rotation centerKrzysztof Kosi??ski3-1/+49
2010-12-16Node tool: fix snapping during constrained rotation of handlesKrzysztof Kosi??ski1-6/+21
2010-12-16Node tool: fix handle retraction with non-cusp nodesKrzysztof Kosi??ski1-8/+23
2010-12-16Node tool: fix moving multiple nodes along handles (Ctrl+Alt)Krzysztof Kosi??ski1-1/+1
2010-12-16Node tool: correctly save node skewing to undo historyKrzysztof Kosi??ski1-0/+8
2010-11-21Reintroduce plural forms into the node selection descriptionKrzysztof Kosi??ski1-4/+9
2010-11-21Minor documentation updateKrzysztof Kosi??ski1-1/+11
2010-11-19Fix rare crash when trying to drag after undo in the node toolKrzysztof Kosi??ski1-0/+2
2010-11-18Fix four minor node tool regressions:Krzysztof Kosi??ski2-6/+33
2010-11-17Shift should disable snapping when dragging the rotation center of an objectDiederik van Lierop1-2/+2
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan29-29/+29
2010-11-07Reintroduce Shift+U shortcut (make segments curves)Krzysztof Kosi??ski1-0/+7
2010-11-07Fix compile breakage.Jon A. Cruz1-1/+1
2010-11-06Reintroduce Shift+L shortcut and handle retraction when setting the typeKrzysztof Kosi??ski2-10/+28
2010-10-31Prevent context menu and keyboard shortcuts from interrupting grabsKrzysztof Kosi??ski1-3/+4
2010-10-31Only create / delete shape editors in the node tool when necessary.Krzysztof Kosi??ski2-14/+17
2010-10-31Fix pattern editing in the node editor. As a bonus, allow editingKrzysztof Kosi??ski2-12/+16
2010-10-12Remove the misfeature of retracting handles when the cusp node buttonKrzysztof Kosi??ski1-4/+7
2010-10-12Fix oddities related to smooth endnodes. Should fix a crasher.Krzysztof Kosi??ski2-11/+7
2010-10-12Cherry pick node duplication from 0.48 stableKrzysztof Kosi??ski4-0/+47
2010-09-25Addition to my previous commit: fix for trunk is a bit different from the fix...Diederik van Lierop1-0/+1
2010-09-25fix snapmanager initializationDiederik van Lierop1-5/+5
2010-08-152nd attempt at fixing the crash introduced in rev. #9692. This should nail it!Diederik van Lierop1-1/+1
2010-08-14Fix a crash and add more safety checks to catch NULL pointersDiederik van Lierop1-0/+7
2010-08-13Fix funny behavior when dragging near the start node of a pathKrzysztof Kosi??ski1-1/+4
2010-08-13Fix node editor crash when dragging near the last node of a pathKrzysztof Kosi??ski1-1/+1
2010-08-11Clear pointers in the snapmanager if they're no longer needed.Diederik van Lierop1-0/+2
2010-08-07Add a constrained snap method that takes multiple constraints. This reduces t...Diederik van Lierop1-101/+16
2010-07-24Patch by Krzysztof to fix handles when node sculptingJosh Andler2-5/+50
2010-07-22Fix sculpting of nodes with non-degenerate handles.Krzysztof Kosi??ski2-5/+50
2010-07-21When snapping to handle lines (Ctrl+Alt node drag), snapKrzysztof Kosi??ski1-7/+64