Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Restored random choice of volume problems.HEADmasterpmoxhay2010-01-121-1/+1
* Tips and pours the containers; problem 9 only.pmoxhay2010-01-112-33/+136
* Merge branch 'master' of gitorious@git.sugarlabs.org:math/mainlinepmoxhay2010-01-082-127/+46
|\
| * Add small rotation when pouring volumes. Clean up VolumeObject drawing code.Wade Brainerd2010-01-082-127/+46
* | Merge branch 'master' of gitorious@git.sugarlabs.org:math/mainlinepmoxhay2009-12-313-20/+17
|\ \ | |/
| * Fix bug in MoveableObject's overridden move method.Wade Brainerd2009-12-313-6/+4
| * Take scale into account when redrawing objects.Wade Brainerd2009-12-312-14/+13
* | Minor change in volumeobject.py?spmoxhay2009-12-311-1/+1
|/
* Animation added!pmoxhay2009-12-305-57/+175
* Minor bug fix in MovableObject.pmoxhay2009-06-171-2/+3
* Restored choice of problem type.pmoxhay2009-06-161-1/+1
* Fixed some tabbing issues in cutting problems.pmoxhay2009-06-162-1/+19
* Fixed some tabbing issues in amount problems.pmoxhay2009-06-164-22/+28
* Added key presses for getting next problem.pmoxhay2009-06-152-6/+8
* Can now get next problem by key press; fixed tab problem when arrow is showing.pmoxhay2009-06-154-15/+58
* Adjusted bounds of line segment drop targetpmoxhay2009-06-151-1/+2
* Fixed bug: line segment had been disappearingpmoxhay2009-06-155-3/+17
* Line segment drops targets now correctly hilited when moving by key press.pmoxhay2009-06-142-2/+4
* Minor corrections to shapes and subshapes in cutting problems.pmoxhay2009-06-132-16/+17
* Restore random choice of length problems.pmoxhay2009-06-131-1/+1
* Fixed bug: now avoids spurious length comparisons.pmoxhay2009-06-132-8/+174
* Updated TODO.pmoxhay2009-06-102-2/+42
* Scissors don't drop back on and recut the shapes.pmoxhay2009-06-104-57/+212
* Wider AnswerBox for amount problems.pmoxhay2009-06-076-42/+118
* Fixed some issues with amount comparisons.pmoxhay2009-06-065-135/+43
* Volume comparison fits into AnswerBox.pmoxhay2009-06-054-34/+102
* Doesn't repeat recently used problems.pmoxhay2009-06-0515-159/+307
* Amounts no longer disappear in AnswerBox.pmoxhay2009-06-032-3/+9
* Masses no longer disappear in AnswerBox.pmoxhay2009-06-033-63/+338
* Shapes don't disappear (except for masses, amounts).pmoxhay2009-06-0210-77/+144
* Doesn't repeat color choice from problem to problem.pmoxhay2009-06-016-26/+56
* Modified TODO.pmoxhay2009-06-011-1/+1
* Increased number of cutting problems.pmoxhay2009-06-012-33/+344
* Increased number of mass problems.pmoxhay2009-05-283-9/+39
* Increased number of volume problems.pmoxhay2009-05-272-37/+153
* Removed some area problems (long skinny rectangles) that didn't work wellpmoxhay2009-05-263-39/+23
* Fixed behavior of lengths when clicked inside answer box.pmoxhay2009-05-264-23/+14
* Improved appearance of model object for amount comparisons.pmoxhay2009-05-214-9/+16
* Another small fix for DropTarget hiliting.pmoxhay2009-04-102-0/+4
* DropTargets now hilite correctly.pmoxhay2009-04-103-1/+9
* Small fixes to make borders of drop targets draw fully.pmoxhay2009-04-074-4/+5
* Removed some unused stuff from ShapeObject.Wade Brainerd2009-04-065-76/+45
* Factor move function into MovableObject, remove duplication.Wade Brainerd2009-04-0615-277/+67
* Fix AmountObject drawing.Wade Brainerd2009-04-061-44/+21
* Tidy up grid code a bit.Wade Brainerd2009-04-0621-227/+49
* Switch AmountProblem to use new AmountObject instead of ShapeObject.Wade Brainerd2009-04-062-28/+157
* Fix GroupObject get_bounds to include moon.Wade Brainerd2009-04-051-2/+2
* Fix drawing of balance when objects are dropped.Wade Brainerd2009-04-051-0/+2
* Simplify problem selection a bit.Wade Brainerd2009-04-051-24/+5
* Simplify ThreeDObject drawing a bit.Wade Brainerd2009-04-051-20/+11