Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/draggableobject.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug: line segment had been disappearingpmoxhay2009-06-151-1/+1
* Line segment drops targets now correctly hilited when moving by key press.pmoxhay2009-06-141-1/+3
* Doesn't repeat recently used problems.pmoxhay2009-06-051-3/+23
* DropTargets now hilite correctly.pmoxhay2009-04-101-0/+4
* Factor move function into MovableObject, remove duplication.Wade Brainerd2009-04-061-0/+14
* Tidy up grid code a bit.Wade Brainerd2009-04-061-18/+13
* Add problems in comparing lengths.pmoxhay2009-02-111-8/+17
* Tab order of objects is set mroe carefully.pmoxhay2009-02-101-11/+21
* Line segments and signs constrained to stay in the screen.pmoxhay2009-02-031-0/+8
* Restored use of delete key to interrupt drag/move.pmoxhay2009-02-021-1/+1
* Attempted rewrite of moving/dragging code to solve problems with draggin by k...pmoxhay2009-02-021-168/+80
* Added gamepad support.pmoxhay2009-01-271-10/+12
* First try at line segment and sign drag and drop.Wade Brainerd2009-01-261-14/+72
* More consistent line segment dragging.Peter Moxhay2009-01-231-3/+10
* Incremental changes to dragging of line segments.Peter Moxhay2009-01-231-1/+10
* Try new layout scheme.Peter Moxhay2009-01-211-0/+1
* Fixed bug where key press moved ShapeObject out of answer box.Peter Moxhay2009-01-211-1/+1
* Miscellaneous improvements to dragging and modeling.Peter Moxhay2009-01-211-17/+33
* Merge branch 'master' of git+ssh://pmoxhay@dev.laptop.org/git/users/wadeb/mathPeter Moxhay2009-01-141-190/+193
|\
| * Dragging improvement. Drag type chosen and fixed when the button is pressed....Wade Brainerd2009-01-141-56/+59
* | Some changes to line segment drag-and drop.Peter Moxhay2009-01-141-0/+4
|/
* Merge branch 'master' of git+ssh://wadeb@dev.laptop.org/git/users/wadeb/mathWade Brainerd2009-01-101-10/+26
|\
| * Improved traslate-and-rotate under dragging.Peter Moxhay2009-01-101-9/+25
|/
* First try at translate-and-rotate scheme.Peter Moxhay2009-01-051-2/+20
* Better fix of rotate jump bug.Peter Moxhay2009-01-051-8/+7
* Restored code for smooth start of rotations.Peter Moxhay2009-01-041-2/+14
* Compare3 working in a very simple fashion.Wade Brainerd2009-01-031-0/+141