Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shapeobject.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed behavior of lengths when clicked inside answer box.pmoxhay2009-05-261-2/+8
* Improved appearance of model object for amount comparisons.pmoxhay2009-05-211-0/+1
* Removed some unused stuff from ShapeObject.Wade Brainerd2009-04-061-50/+25
* Factor move function into MovableObject, remove duplication.Wade Brainerd2009-04-061-30/+0
* Tidy up grid code a bit.Wade Brainerd2009-04-061-12/+2
* Fix ShapeObject get_bounds.Wade Brainerd2009-04-051-0/+4
* Implemented partial refresh. When objects move, they only redraw the areas o...Wade Brainerd2009-04-051-4/+7
* First working example of comparing areas by cutting.pmoxhay2009-03-031-2/+4
* First try at comparing in amount of discrete objects.pmoxhay2009-02-161-31/+59
* Tab order of objects is set mroe carefully.pmoxhay2009-02-101-4/+7
* Line segments and signs constrained to stay in the screen.pmoxhay2009-02-031-11/+1
* Adjusted tab order of draggable objects for conveniencepmoxhay2009-02-021-0/+3
* Attempted rewrite of moving/dragging code to solve problems with draggin by k...pmoxhay2009-02-021-4/+4
* Fixed bug where key press moved ShapeObject out of answer box.Peter Moxhay2009-01-211-6/+8
* Miscellaneous improvements to dragging and modeling.Peter Moxhay2009-01-211-0/+40
* Merge branch 'master' of git+ssh://wadeb@dev.laptop.org/git/users/wadeb/mathWade Brainerd2009-01-101-2/+6
|\
| * Improved traslate-and-rotate under dragging.Peter Moxhay2009-01-101-2/+6
* | WIP on lesson flow.Wade Brainerd2009-01-101-0/+2
|/
* Compare3 working in a very simple fashion.Wade Brainerd2009-01-031-38/+73
* Split mathactivity.py into multiple source files.Wade Brainerd2009-01-031-0/+144