summaryrefslogtreecommitdiffstats
path: root/src/ui/tool (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-239-10/+11
| | | | | header. (bzr r9978.1.1)
* Node tool: special case node duplication for endnodes - select new endnodeKrzysztof Kosi??ski2010-12-161-10/+19
| | | (bzr r9962)
* Node tool: fix Tab and Shift+TabKrzysztof Kosi??ski2010-12-163-60/+76
| | | (bzr r9961)
* Node tool: fix snapping of node rotation centerKrzysztof Kosi??ski2010-12-163-1/+49
| | | | | | Fixed bugs: - https://launchpad.net/bugs/667072 (bzr r9960)
* Node tool: fix snapping during constrained rotation of handlesKrzysztof Kosi??ski2010-12-161-6/+21
| | | (bzr r9959)
* Node tool: fix handle retraction with non-cusp nodesKrzysztof Kosi??ski2010-12-161-8/+23
| | | | | | Fixed bugs: - https://launchpad.net/bugs/610817 (bzr r9958)
* Node tool: fix moving multiple nodes along handles (Ctrl+Alt)Krzysztof Kosi??ski2010-12-161-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/642536 (bzr r9957)
* Node tool: correctly save node skewing to undo historyKrzysztof Kosi??ski2010-12-161-0/+8
| | | | | | Fixed bugs: - https://launchpad.net/bugs/590259 (bzr r9956)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-123-19/+27
|\ | | | | (bzr r9945.1.1)
| * SPShape c++ified to the extent it was possible and more changes done for XML ↵Abhishek Sharma Public2010-07-141-1/+1
| | | | | | | | | | privatisation. Major changes yet to come. (bzr r9546.1.7)
| * C++ification of SPObject continued along with the onset of XML ↵Abhishek Sharma Public2010-07-062-7/+15
| | | | | | | | | | Privatisation. Users may checkout [grep -Ir XML Tree *] in the source code and all the places where the XML node/Tree is being used shall be reflected. (bzr r9546.1.5)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-022-5/+5
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-2/+1
| | | | | | (bzr r9546.1.2)
| * This is the first c++ification commit from me. It handles sp-line, ↵Abhishek Sharma Public2010-06-292-4/+4
| | | | | | | | | | sp-polyline, sp-item and marks the onset of document c++ification as well. Users can check performace increase with [/usr/bin/time -v inkscape_binary_with_commandline_options]. (bzr r9546.1.1)
* | Fix drag & drop from swatches - patch by Adonis PapaderosKrzysztof Kosi??ski2010-11-251-2/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/447385 (bzr r9919)
* | Reintroduce plural forms into the node selection descriptionKrzysztof Kosi??ski2010-11-211-4/+9
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/601719 (bzr r9911)