summaryrefslogtreecommitdiffstats
path: root/src/seltrans.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Only snap the real corners of a rectangle, not the start and end points of ↵Diederik van Lierop2007-06-131-0/+2
| | | | | each rounded corener (bzr r3059)
* Fix bug #1077600 -> correct mirroring and no drifting of originDiederik van Lierop2007-04-301-16/+6
| | | (bzr r2971)
* Improve readability and remove some unused codeDiederik van Lierop2007-04-191-2/+2
| | | (bzr r2930)
* change the logic so that the value is correctly read at launch of seltrans, ↵bulia byak2007-04-141-2/+4
| | | | | and approximate is the default for continuity (bzr r2883)
* Some cleaning and reorderingDiederik van Lierop2007-04-131-23/+7
| | | (bzr r2879)
* Add global preference for selector tool, chosing between GEOMETRIC_BBOX or ↵Diederik van Lierop2007-04-131-8/+5
| | | | | VISUAL_BBOX (bzr r2877)
* Eliminate drift of origin if mirroring occurs during scaling/stretchingDiederik van Lierop2007-04-091-4/+15
| | | (bzr r2838)
* Changes to the selector tool, e.g. option to choose either APPROXIMATE_BBOX ↵Diederik van Lierop2007-04-081-72/+129
| | | | | or GEOMETRIC_BBOX (bzr r2833)
* bug #1524444 (partially solved): while uniformly scaling (with ctrl-key), ↵Diederik van Lierop2007-03-311-13/+13
| | | | | the correct scaling must be applied BEFORE trying to snap (bzr r2790)
* Fix for bug #1589436 - font baseline now correctly snaps in selector toolDiederik van Lierop2007-03-211-1/+8
| | | (bzr r2726)
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-1/+1
| | | (bzr r2723)
* Fix for bug 1540195; solution: use correct origin for snappingDiederik van Lierop2007-03-191-17/+34
| | | (bzr r2718)
* fix snapping while uniformly scaling, fix snapping while skewingDiederik van Lierop2007-03-121-4/+9
| | | (bzr r2621)
* Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY2007-03-111-47/+70
| | | | | recent bbox regressions. (bzr r2604)
* no need to update coords here, it's now done in any knot automaticallybulia byak2007-03-101-2/+0
| | | (bzr r2594)
* when dragging center, defer repr updating and committing until ungrab; this ↵bulia byak2007-03-081-6/+15
| | | | | makes dragging faster. also remove superfluous reffing of objects while dragging (bzr r2578)
* fix shift-dragging (no snap) of rotation centerbulia byak2007-03-081-1/+1
| | | (bzr r2574)
* fix by dvlierop2 for snapping bugs 1579556 and 1579587bulia byak2007-03-051-3/+6
| | | (bzr r2557)
* yet another crash/freeze in ungrab. IMPORTANT: the document_done calls and ↵bulia byak2006-11-201-8/+6
| | | | | others triggering screen redraw must come absolutely the last in any function, otherwise, because of the events that happened during the redraw, you risk seeing a vastly different landscape when you return for the remainder of your function (e.g. the tool context may have changed), and it will likely misbehave. (bzr r1997)
* fix bug in my previous commit: updating rotation centers was brokenbulia byak2006-09-271-2/+3
| | | (bzr r1720)
* again rearrange code in ungrab handler so that screen update is as close to ↵bulia byak2006-09-031-23/+27
| | | | | the end as possible, to prevent crash when switching tools during redraw after transform (bzr r1667)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-14/+14
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-14/+14
| | | | | one major janitorial task we identified.... (bzr r1633)
* prevent the race between ungrab and selModify to fix the disappearing ↵bulia byak2006-08-031-3/+2
| | | | | handles problem with interruptible display (bzr r1548)
* undo annotationsbulia byak2006-06-301-5/+17
| | | (bzr r1327)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-4/+9
| | | (bzr r1315)
* Applied patch #1503864Jon A. Cruz2006-06-111-2/+2
| | | (bzr r1202)
* Clear selection cache when not dragging. Fixes bug #1501156Jon A. Cruz2006-06-081-0/+13
| | | (bzr r1183)
* More snapping cleanups.Carl Hetherington2006-05-081-3/+22
| | | (bzr r768)
* Fix ctrl-scaling when there is no snap.Carl Hetherington2006-05-081-7/+19
| | | (bzr r765)
* fix 1478932bulia byak2006-05-051-0/+2
| | | (bzr r743)
* More snapping cleanups.Carl Hetherington2006-05-051-20/+34
| | | (bzr r741)
* Remove some old snap code.Carl Hetherington2006-05-051-10/+22
| | | (bzr r738)
* Various snapping cleanups and bug fixes.Carl Hetherington2006-05-051-43/+60
| | | (bzr r734)
* Give SPNamedView a SnapManager instance and use it for all management of ↵Carl Hetherington2006-05-031-2/+2
| | | | | snapping settings. (bzr r701)
* reset center on stampingbulia byak2006-04-291-0/+4
| | | (bzr r609)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-13/+13
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* use SPKnot setter methods instead of g_object_set_propertybulia byak2006-03-281-26/+21
| | | (bzr r323)
* use rotation center in keyboard rotation and transform dialogbulia byak2006-03-221-12/+1
| | | (bzr r273)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-15/+15
| | | (bzr r149)
* fix setting and reading rotation centersbulia byak2006-01-261-15/+34
| | | (bzr r37)
* fix silly bug - was unable to flip by scalingbulia byak2006-01-261-4/+6
| | | (bzr r29)
* remember rotation centers, correctly this time (by johncliff and me)bulia byak2006-01-261-54/+63
| | | (bzr r28)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1332
(bzr r1)