Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/linesegmentmovableobject.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug: line segment had been disappearingpmoxhay2009-06-151-1/+2
* Doesn't repeat recently used problems.pmoxhay2009-06-051-0/+6
* Factor move function into MovableObject, remove duplication.Wade Brainerd2009-04-061-14/+1
* Tidy up grid code a bit.Wade Brainerd2009-04-061-15/+0
* Fix LineSegment get_bounds.Wade Brainerd2009-04-051-11/+8
* Implemented partial refresh. When objects move, they only redraw the areas o...Wade Brainerd2009-04-051-2/+3
* Tab order of objects is set mroe carefully.pmoxhay2009-02-101-100/+104
* Line segments and signs constrained to stay in the screen.pmoxhay2009-02-031-0/+27
* Corrected appearance of moved versus dragged objects.pmoxhay2009-02-021-20/+4
* Attempted rewrite of moving/dragging code to solve problems with draggin by k...pmoxhay2009-02-021-0/+89