Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/compare3lesson.py
Commit message (Expand)AuthorAgeFilesLines
* Animation added!pmoxhay2009-12-301-14/+15
* Restored choice of problem type.pmoxhay2009-06-161-1/+1
* Fixed some tabbing issues in cutting problems.pmoxhay2009-06-161-1/+1
* Fixed some tabbing issues in amount problems.pmoxhay2009-06-161-2/+1
* Can now get next problem by key press; fixed tab problem when arrow is showing.pmoxhay2009-06-151-10/+38
* Scissors don't drop back on and recut the shapes.pmoxhay2009-06-101-1/+1
* Wider AnswerBox for amount problems.pmoxhay2009-06-071-24/+61
* Fixed some issues with amount comparisons.pmoxhay2009-06-061-1/+1
* Volume comparison fits into AnswerBox.pmoxhay2009-06-051-2/+15
* Doesn't repeat recently used problems.pmoxhay2009-06-051-3/+63
* Amounts no longer disappear in AnswerBox.pmoxhay2009-06-031-1/+1
* Masses no longer disappear in AnswerBox.pmoxhay2009-06-031-5/+6
* Shapes don't disappear (except for masses, amounts).pmoxhay2009-06-021-13/+64
* Doesn't repeat color choice from problem to problem.pmoxhay2009-06-011-5/+15
* Increased number of cutting problems.pmoxhay2009-06-011-1/+1
* Increased number of mass problems.pmoxhay2009-05-281-1/+1
* Removed some area problems (long skinny rectangles) that didn't work wellpmoxhay2009-05-261-1/+1
* Fixed behavior of lengths when clicked inside answer box.pmoxhay2009-05-261-4/+4
* Improved appearance of model object for amount comparisons.pmoxhay2009-05-211-1/+1
* DropTargets now hilite correctly.pmoxhay2009-04-101-1/+1
* Factor move function into MovableObject, remove duplication.Wade Brainerd2009-04-061-1/+1
* Tidy up grid code a bit.Wade Brainerd2009-04-061-25/+1
* Simplify problem selection a bit.Wade Brainerd2009-04-051-24/+5
* Restore random problem type.Wade Brainerd2009-04-051-14/+2
* Restored random choice of problem type.pmoxhay2009-03-311-1/+1
* Fixed drawing of mass objects (beveled corners on rhombuses).pmoxhay2009-03-311-1/+1
* Mass comparison now fits into answer box.pmoxhay2009-03-311-2/+9
* Choose random next problem type.pmoxhay2009-03-271-14/+33
* Progresses to next problem after next arrow click.pmoxhay2009-03-271-1/+13
* Merge branch 'master' of gitorious@git.sugarlabs.org:math/mainlineWade Brainerd2009-03-261-2/+3
|\
| * Merge branch 'master' of gitorious@git.sugarlabs.org:math/mainlinepmoxhay2009-03-251-1/+1
| |\
| * | Improved drawing of volume containers.pmoxhay2009-03-251-2/+3
* | | Added next problem button. Appears but not hooked in.wadeb2009-03-261-0/+12
| |/ |/|
* | Turn off hardcoded lesson type.Live System User2009-02-271-2/+2
|/
* First working example of comparing areas by cutting.pmoxhay2009-03-031-2/+2
* Several volume problems are now functional.pmoxhay2009-02-281-1/+1
* Improved drawing of volume objects.pmoxhay2009-02-261-1/+1
* Poses one problem in comparing areas by cutting.pmoxhay2009-02-251-5/+20
* Rudimentary start at volume comparisons.pmoxhay2009-02-251-2/+13
* First attempt at mass comparisons.pmoxhay2009-02-241-2/+11
* Some shapes now rendered by svg files.pmoxhay2009-02-211-51/+16
* First try at comparing in amount of discrete objects.pmoxhay2009-02-161-14/+121
* Correctly says "length" or "area" in final instructions.pmoxhay2009-02-111-1/+3
* Add problems in comparing lengths.pmoxhay2009-02-111-4/+21
* Tab order of objects is set mroe carefully.pmoxhay2009-02-101-526/+216
* Fixed bug that left multiple copies of line segment when move from one drag t...pmoxhay2009-02-061-8/+8
* Fixed problem with "equal than" in final instructions text.pmoxhay2009-02-031-1/+9
* Line segments and signs constrained to stay in the screen.pmoxhay2009-02-031-11/+14
* Adjusted tab order of draggable objects for conveniencepmoxhay2009-02-021-19/+10
* Smaller hint equal sign when line segments are small.pmoxhay2009-02-021-3/+13