summaryrefslogtreecommitdiffstats
path: root/src/ui/tool (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove flash path when nodetool eventcontext is destroyed. fixes bug for ↵Johan B. C. Engelen2012-11-011-0/+4
| | | | | persistent flashpath when flashtime is set to zero (=infinite) and pressing space to instantly go to select tool while flashpath is still being shown. (bzr r11859)
* Shift key should disable snapping when dragging a handle in the node toolDiederik van Lierop2012-10-131-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1065931 (bzr r11791)
* Fix for 580160 : Deleting a gradient stop using Shape tools deletes the objectJohn Smith2012-09-061-0/+3
| | | (bzr r11655)
* Fix for 406044 : Esc with no selection, activates selection toolJohn Smith2012-09-021-1/+2
| | | (bzr r11647)
* Bug #781893 (Crash after moving a Bezier node after Knot path effect)Kris De Gussem2012-07-124-23/+57
| | | | | Although issue not solved, prevent Inkscape from crashing. Add some code to make code more robust. (bzr r11547)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-058-36/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Stop deriving SPCanvasItem from GtkObjectAlex Valavanis2012-06-095-5/+5
| | | (bzr r11469.1.1)
* Extended control resizing to node editing. Fixes half of bug #172059.Jon A. Cruz2012-05-216-68/+52
| | | | | Additional prep for centralizing color setting. (bzr r11390)
* Extended resizing to node handles.Jon A. Cruz2012-05-1713-26/+122
| | | (bzr r11375)
* Corrected protected type access (comments were incorrect).Jon A. Cruz2012-05-1712-452/+729
| | | | | Unified color set types; fixed uninitialized member; Switched colorsets to references; Added const correctness. (bzr r11373)
* Centralized line creation and enhanced visibility.Jon A. Cruz2012-05-091-1/+3
| | | (bzr r11350)
* C++ification of SPCtrlLine in preparation of visibility improvements.Jon A. Cruz2012-05-042-6/+11
| | | (bzr r11321)
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-038-347/+8
| | | (bzr r11318)
* Get rid of remaining deprecated GDK Key symbolsAlex Valavanis2012-04-156-70/+309
| | | (bzr r11250)
* Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis2012-04-109-35/+35
| | | (bzr r11207)
* Replace deprecated GDK key symbolsAlex Valavanis2012-04-092-24/+157
| | | (bzr r11194)
* Warning cleanup.Jon A. Cruz2012-04-042-2/+2
| | | (bzr r11144)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-2913-28/+21
| | | (bzr r11030)
* Clean up all remaining false warnings from GtkmmAlex Valavanis2012-02-261-1/+1
| | | (bzr r11018)
* cppcheckKris De Gussem2012-02-151-1/+1
| | | (bzr r10977)
* Header cleaningAlex Valavanis2012-02-121-0/+2
| | | (bzr r10963)
* Cleaning up a few headersAlex Valavanis2012-02-121-0/+1
| | | (bzr r10961)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-065-2/+11
| | | (bzr r10940)
* Fill x and y fields in the fake GdkEventMotion struct used when cancellingKrzysztof Kosi??ski2012-02-011-2/+2
| | | | | a drag with the Escape key in the node tool with correct values. (bzr r10927)
* Additional fixes for drag cancellation in the node toolKrzysztof Kosi??ski2012-02-015-18/+45
| | | (bzr r10926)
* Implement cancellations of drags with ESC in the node toolKrzysztof Kosi??ski2012-02-011-4/+39
| | | | | | Fixed bugs: - https://launchpad.net/bugs/788560 (bzr r10925)
* Patch from John Smith for 623660Josh Andler2012-01-2318-37/+38
| | | (bzr r10921)
* turn SPPath into a class, and add some methods...Johan B. C. Engelen2012-01-171-2/+2
| | | (bzr r10897)
* More GSEAL stuffAlex Valavanis2012-01-141-0/+4
| | | (bzr r10887)
* Enable tangential and perpendicular snapping to paths (in the node-tool, ↵Diederik van Lierop2012-01-142-18/+45
| | | | | pen-tool, pencil-tool, and for guide manipulation; cannot be toggled yet, will always be active when snapping to paths) (bzr r10886)
* Initial C++ification of SPCanvas.Jon A. Cruz2012-01-121-4/+5
| | | (bzr r10873)
* new: add nodes at extreme values of selected subpathsJohan B. C. Engelen2012-01-045-0/+76
| | | (bzr r10839)
* Powerstroke: adjust control points when adding or deleting knots, to try and ↵Johan B. C. Engelen2011-11-055-22/+40
| | | | | keep the shape a bit the same... (bzr r10728)
* 1) Cycle to the next-closest-snap-source when pressing tab, if the ↵Diederik van Lierop2011-11-044-60/+141
| | | | | | | snap-closest-point-only-option has been activated. Works for the selector tool, but also when scaling/stretching/skewing a selection of nodes in the node tool 2) Cleanup and simplification of the code that finds the closest snapsource (bzr r10720)
* fix usage of iterator when iterator's erase function is used (Bug #812018)Kris De Gussem2011-10-291-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/812018 (bzr r10706)
* Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz2011-10-054-4/+3
| | | | | the contents forward.h at all). (bzr r10667)
* Doxygen cleanup.Jon A. Cruz2011-10-036-44/+63
| | | (bzr r10660)
* Node tool, transforming a set of nodes: Fix crashes, and finish ↵Diederik van Lierop2011-09-166-73/+137
| | | | | | | | implementation of snapping Fixed bugs: - https://launchpad.net/bugs/590261 (bzr r10633)
* - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen2011-07-172-3/+3
| | | | | | | item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466)
* Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-2/+2
| | | (bzr r10461)
* Remove deprecated glib macro wrappersAlex Valavanis2011-06-141-4/+4
| | | (bzr r10302.1.1)
* add new preference widget for a number with a unit.Johan B. C. Engelen2011-04-172-3/+3
| | | | | change Preferences > Steps to this new widget (bzr r10177)
* use shape's curve before LPE as flash path in node tool. so now, you should ↵Johan B. C. Engelen2011-04-011-2/+3
| | | | | see a flashing path for all shapes now (bzr r10143)
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-276-0/+6
| | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
* Finished cleanup of outdated SP_OBJECT_STYLE C macro.Jon A. Cruz2011-02-221-4/+4
| | | (bzr r10066)
* update to latest 2geom. fixes bezier curve casts.Johan B. C. Engelen2011-02-131-1/+1
| | | (bzr r10050)
* Fix node tool brokenness resulting from a switch to runtime orderKrzysztof Kosi??ski2011-02-051-6/+7
| | | | | in 2Geom's BezierCurve (bzr r10035)
* update to latest 2geom !Johan B. C. Engelen2011-02-0211-70/+50
| | | (bzr r10025)
* Snapping: improve calculation of metrics for scaling, modify some comments, ↵Diederik van Lierop2010-12-271-1/+0
| | | | | and remove a line of obsolete debugging output (bzr r9986)
* Node tool: snap while scaling a selection of nodes. Consider this as ↵Diederik van Lierop2010-12-273-2/+87
| | | | | experimental; needs cleanup! (bzr r9985)