summaryrefslogtreecommitdiffstats
path: root/src/ui/tool (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-01remove flash path when nodetool eventcontext is destroyed. fixes bug for pers...Johan B. C. Engelen1-0/+4
2012-10-13Shift key should disable snapping when dragging a handle in the node toolDiederik van Lierop1-1/+1
2012-09-06Fix for 580160 : Deleting a gradient stop using Shape tools deletes the objectJohn Smith1-0/+3
2012-09-02Fix for 406044 : Esc with no selection, activates selection toolJohn Smith1-1/+2
2012-07-12Bug #781893 (Crash after moving a Bezier node after Knot path effect)Kris De Gussem4-23/+57
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis8-36/+0
2012-06-09Stop deriving SPCanvasItem from GtkObjectAlex Valavanis5-5/+5
2012-05-21Extended control resizing to node editing. Fixes half of bug #172059.Jon A. Cruz6-68/+52
2012-05-17Extended resizing to node handles.Jon A. Cruz13-26/+122
2012-05-17Corrected protected type access (comments were incorrect).Jon A. Cruz12-452/+729
2012-05-09Centralized line creation and enhanced visibility.Jon A. Cruz1-1/+3
2012-05-04C++ification of SPCtrlLine in preparation of visibility improvements.Jon A. Cruz2-6/+11
2012-05-03Eliminated duplication of GTK key defines.Jon A. Cruz8-347/+8
2012-04-15Get rid of remaining deprecated GDK Key symbolsAlex Valavanis6-70/+309
2012-04-10Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis9-35/+35
2012-04-09Replace deprecated GDK key symbolsAlex Valavanis2-24/+157
2012-04-04Warning cleanup.Jon A. Cruz2-2/+2
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis13-28/+21
2012-02-26Clean up all remaining false warnings from GtkmmAlex Valavanis1-1/+1
2012-02-15cppcheckKris De Gussem1-1/+1
2012-02-12Header cleaningAlex Valavanis1-0/+2
2012-02-12Cleaning up a few headersAlex Valavanis1-0/+1
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis5-2/+11
2012-02-01Fill x and y fields in the fake GdkEventMotion struct used when cancellingKrzysztof Kosi??ski1-2/+2
2012-02-01Additional fixes for drag cancellation in the node toolKrzysztof Kosi??ski5-18/+45
2012-02-01Implement cancellations of drags with ESC in the node toolKrzysztof Kosi??ski1-4/+39
2012-01-23Patch from John Smith for 623660Josh Andler18-37/+38
2012-01-17turn SPPath into a class, and add some methods...Johan B. C. Engelen1-2/+2
2012-01-14More GSEAL stuffAlex Valavanis1-0/+4
2012-01-14Enable tangential and perpendicular snapping to paths (in the node-tool, pen-...Diederik van Lierop2-18/+45
2012-01-12Initial C++ification of SPCanvas.Jon A. Cruz1-4/+5
2012-01-04new: add nodes at extreme values of selected subpathsJohan B. C. Engelen5-0/+76
2011-11-05Powerstroke: adjust control points when adding or deleting knots, to try and ...Johan B. C. Engelen5-22/+40
2011-11-041) Cycle to the next-closest-snap-source when pressing tab, if the snap-close...Diederik van Lierop4-60/+141
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