summaryrefslogtreecommitdiffstats
path: root/src/ui/tool (follow)
Commit message (Expand)AuthorAgeFilesLines
* Extended control resizing to node editing. Fixes half of bug #172059.Jon A. Cruz2012-05-216-68/+52
* Extended resizing to node handles.Jon A. Cruz2012-05-1713-26/+122
* Corrected protected type access (comments were incorrect).Jon A. Cruz2012-05-1712-452/+729
* Centralized line creation and enhanced visibility.Jon A. Cruz2012-05-091-1/+3
* C++ification of SPCtrlLine in preparation of visibility improvements.Jon A. Cruz2012-05-042-6/+11
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-038-347/+8
* Get rid of remaining deprecated GDK Key symbolsAlex Valavanis2012-04-156-70/+309
* Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis2012-04-109-35/+35
* Replace deprecated GDK key symbolsAlex Valavanis2012-04-092-24/+157
* Warning cleanup.Jon A. Cruz2012-04-042-2/+2
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-2913-28/+21
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-1/+1
* cppcheckKris De Gussem2012-02-151-1/+1
* Header cleaningAlex Valavanis2012-02-121-0/+2
* Cleaning up a few headersAlex Valavanis2012-02-121-0/+1
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-065-2/+11
* Fill x and y fields in the fake GdkEventMotion struct used when cancellingKrzysztof Kosi??ski2012-02-011-2/+2
* Additional fixes for drag cancellation in the node toolKrzysztof Kosi??ski2012-02-015-18/+45
* Implement cancellations of drags with ESC in the node toolKrzysztof Kosi??ski2012-02-011-4/+39
* Patch from John Smith for 623660Josh Andler2012-01-2318-37/+38
* turn SPPath into a class, and add some methods...Johan B. C. Engelen2012-01-171-2/+2
* More GSEAL stuffAlex Valavanis2012-01-141-0/+4
* Enable tangential and perpendicular snapping to paths (in the node-tool, pen-...Diederik van Lierop2012-01-142-18/+45
* Initial C++ification of SPCanvas.Jon A. Cruz2012-01-121-4/+5
* new: add nodes at extreme values of selected subpathsJohan B. C. Engelen2012-01-045-0/+76
* Powerstroke: adjust control points when adding or deleting knots, to try and ...Johan B. C. Engelen2011-11-055-22/+40
* 1) Cycle to the next-closest-snap-source when pressing tab, if the snap-close...Diederik van Lierop2011-11-044-60/+141
* fix usage of iterator when iterator's erase function is used (Bug #812018)Kris De Gussem2011-10-291-1/+1
* Cleanup for src/forward.h. (About 19 of the affected files did not require th...Jon A. Cruz2011-10-054-4/+3
* Doxygen cleanup.Jon A. Cruz2011-10-036-44/+63
* Node tool, transforming a set of nodes: Fix crashes, and finish implementatio...Diederik van Lierop2011-09-166-73/+137
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...Johan B. C. Engelen2011-07-172-3/+3
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-2/+2
* Remove deprecated glib macro wrappersAlex Valavanis2011-06-141-4/+4
* add new preference widget for a number with a unit.Johan B. C. Engelen2011-04-172-3/+3
* use shape's curve before LPE as flash path in node tool. so now, you should s...Johan B. C. Engelen2011-04-011-2/+3
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-276-0/+6
* Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz2011-02-221-4/+4
* update to latest 2geom. fixes bezier curve casts.Johan B. C. Engelen2011-02-131-1/+1
* Fix node tool brokenness resulting from a switch to runtime orderKrzysztof Kosi??ski2011-02-051-6/+7
* update to latest 2geom !Johan B. C. Engelen2011-02-0211-70/+50
* Snapping: improve calculation of metrics for scaling, modify some comments, a...Diederik van Lierop2010-12-271-1/+0
* Node tool: snap while scaling a selection of nodes. Consider this as experime...Diederik van Lierop2010-12-273-2/+87
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz2010-12-239-10/+11
* Node tool: special case node duplication for endnodes - select new endnodeKrzysztof Kosi??ski2010-12-161-10/+19
* Node tool: fix Tab and Shift+TabKrzysztof Kosi??ski2010-12-163-60/+76
* Node tool: fix snapping of node rotation centerKrzysztof Kosi??ski2010-12-163-1/+49
* Node tool: fix snapping during constrained rotation of handlesKrzysztof Kosi??ski2010-12-161-6/+21
* Node tool: fix handle retraction with non-cusp nodesKrzysztof Kosi??ski2010-12-161-8/+23
* Node tool: fix moving multiple nodes along handles (Ctrl+Alt)Krzysztof Kosi??ski2010-12-161-1/+1