summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/node.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update to trunkJabier Arraiza Cenoz2013-08-091-6/+12
|\ | | | | (bzr r11950.1.127)
| * Ported away from and removed "sp-metrics.*".Matthew Petroff2013-07-201-6/+12
| | | | | | (bzr r12380.1.47)
* | Fix error with try-catchJabier Arraiza Cenoz2013-05-161-12/+49
| | | | | | (bzr r11950.1.115)
* | Change only selected nodesroot2013-05-061-5/+7
| | | | | | (bzr r11950.1.113)
* | Removed auto select nodes, not decide for the user. Added auto update all ↵Jabier Arraiza Cenoz2013-05-061-24/+9
| | | | | | | | | | selected handles when drag (bzr r11950.1.111)
* | Fixed important selection bug when changing to cusp nodesJabier Arraiza Cenoz2013-04-271-29/+40
| | | | | | (bzr r11950.1.109)
* | Update color lines overlay, with halo of 1 px matched by Gez. Fix some crash ↵root2013-04-171-4/+13
| | | | | | | | | | snapping. Added new button widget to make cusp node (bzr r11950.1.96)
* | Change width only for selected nodes by widgetroot2013-04-071-1/+1
| | | | | | (bzr r11950.1.83)
* | Fixed scale-rotate isue with paths multiplesroot2013-04-011-0/+6
| | | | | | (bzr r11950.1.80)
* | Fix scale and rotate some nodesJabier Arraiza Cenoz2013-03-311-21/+20
| | | | | | (bzr r11950.1.78)
* | Mauro based feedbak added some fixesJabier Arraiza Cenoz2013-03-231-1/+3
| | | | | | (bzr r11950.1.68)
* | Inserting nodes fixed, cleanupJabier Arraiza Cenoz2013-03-211-34/+27
|\ \ | | | | | | (bzr r11950.1.63)
| * | Fixing node faultjtx2013-03-201-2/+12
| | | | | | | | | (bzr r11950.4.3)
| * | Fixing node faultjtx2013-03-201-29/+18
| | | | | | | | | (bzr r11950.4.2)
| * | Fixing node creations in BSpline mode.jtx2013-03-201-9/+9
|/ / | | | | (bzr r11950.4.1)
* | Widgets to effect addedJabier Arraiza Cenoz2013-03-191-1/+1
|\| | | | | (bzr r11950.1.59)
* | Working width widgetsJabier Arraiza Cenoz2013-03-191-5/+2
| | | | | | (bzr r11950.1.58)
* | working whith widgetsJabier Arraiza Cenoz2013-03-181-1/+4
| | | | | | (bzr r11950.1.57)
* | ~sub fix, double click to reset default handles and control to 10% steproot2013-03-111-5/+63
| | | | | | (bzr r11950.1.51)
* | BPower for testing.Jabier Arraiza Cenoz2013-03-051-6/+14
| | | | | | (bzr r11950.1.45)
* | Fixed closed pc->eaJabier Arraiza Cenoz2013-02-281-19/+19
| | | | | | (bzr r11950.1.40)
* | BSpline refactorJabier Arraiza Cenoz2013-02-251-8/+9
|\ \ | | | | | | (bzr r11950.1.39)
| * \ Refactor problem cusp nodesjtx2013-02-191-3/+45
| |\ \ | | |/ | |/| (bzr r11950.3.2)
* | | BSpline refactorJabier Arraiza Cenoz2013-02-251-1/+17
| | | | | | | | | (bzr r11950.1.38)
* | | Saved for next refactorJabier Arraiza Cenoz2013-02-231-3/+2
| |/ |/| | | (bzr r11950.1.37)
* | Mayor refactorJabier Arraiza Cenoz2013-02-191-8/+31
| | | | | | (bzr r11950.1.36)
* | refactorJabier Arraiza Cenoz2013-02-181-4/+22
|/ | | (bzr r11950.1.35)
* 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)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-4/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Stop deriving SPCanvasItem from GtkObjectAlex Valavanis2012-06-091-1/+1
| | | (bzr r11469.1.1)
* Extended control resizing to node editing. Fixes half of bug #172059.Jon A. Cruz2012-05-211-34/+41
| | | | | Additional prep for centralizing color setting. (bzr r11390)
* Extended resizing to node handles.Jon A. Cruz2012-05-171-22/+51
| | | (bzr r11375)
* Corrected protected type access (comments were incorrect).Jon A. Cruz2012-05-171-98/+69
| | | | | 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-041-5/+9
| | | (bzr r11321)
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-6/+1
| | | (bzr r11318)
* Get rid of remaining deprecated GDK Key symbolsAlex Valavanis2012-04-151-4/+13
| | | (bzr r11250)
* Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis2012-04-101-2/+2
| | | (bzr r11207)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-2/+1
| | | (bzr r11030)
* Cleaning up a few headersAlex Valavanis2012-02-121-0/+1
| | | (bzr r10961)
* Additional fixes for drag cancellation in the node toolKrzysztof Kosi??ski2012-02-011-6/+9
| | | (bzr r10926)
* Patch from John Smith for 623660Josh Andler2012-01-231-4/+4
| | | (bzr r10921)
* Enable tangential and perpendicular snapping to paths (in the node-tool, ↵Diederik van Lierop2012-01-141-16/+43
| | | | | pen-tool, pencil-tool, and for guide manipulation; cannot be toggled yet, will always be active when snapping to paths) (bzr r10886)
* Doxygen cleanup.Jon A. Cruz2011-10-031-20/+23
| | | (bzr r10660)
* Node tool, transforming a set of nodes: Fix crashes, and finish ↵Diederik van Lierop2011-09-161-6/+9
| | | | | | | | implementation of snapping Fixed bugs: - https://launchpad.net/bugs/590261 (bzr r10633)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-27/+7
| | | (bzr r10025)
* Node tool: fix snapping of node rotation centerKrzysztof Kosi??ski2010-12-161-0/+29
| | | | | | 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)
* Fix four minor node tool regressions:Krzysztof Kosi??ski2010-11-181-4/+25
| | | | | | | | | | | | * Inverted modifier for spatial/linear grow * PgDn/PgUp keyboard shortcuts for grow * Shift during drag disables snapping * Clicking on the background deselects first the nodes and then the path Fixed bugs: - https://launchpad.net/bugs/647498 - https://launchpad.net/bugs/588628 (bzr r9904)