Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix ThreeDObject get_bounds. Also derive from MovableObject instead of Shape...Wade Brainerd2009-04-051-128/+45
* Fix VolumeObject get_bounds. Also derive from MovableObject instead of Shape...Wade Brainerd2009-04-051-21/+25
* Fix SymbolObject get_bounds.Wade Brainerd2009-04-052-15/+18
* Fix drawing when objects are removed.Wade Brainerd2009-04-051-3/+4
* Fix ScissorsObject get_bounds.Wade Brainerd2009-04-052-28/+4
* Fix LineSegment get_bounds.Wade Brainerd2009-04-052-21/+15
* Fix ShapeObject get_bounds.Wade Brainerd2009-04-051-0/+4
* Restrict objects to drawing in their 'published' area.Wade Brainerd2009-04-051-0/+2
* Implemented partial refresh. When objects move, they only redraw the areas o...Wade Brainerd2009-04-0512-47/+71
* 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-313-2/+5
* Mass comparison now fits into answer box.pmoxhay2009-03-3110-39/+326
* Revised TODO.pmoxhay2009-03-271-12/+13
* Choose random next problem type.pmoxhay2009-03-271-14/+33
* Progresses to next problem after next arrow click.pmoxhay2009-03-272-1/+16
* Add next arrow svg.Wade Brainerd2009-03-261-0/+61
* Merge branch 'master' of gitorious@git.sugarlabs.org:math/mainlineWade Brainerd2009-03-262-16/+48
|\
| * Merge branch 'master' of gitorious@git.sugarlabs.org:math/mainlinepmoxhay2009-03-251-1/+1
| |\
| * | Improved drawing of volume containers.pmoxhay2009-03-252-16/+48
* | | Added next problem button. Appears but not hooked in.wadeb2009-03-262-0/+68
| |/ |/|
* | Turn off hardcoded lesson type.Live System User2009-02-271-2/+2
|/
* Now does three cutting problems.pmoxhay2009-03-031-20/+62
* First working example of comparing areas by cutting.pmoxhay2009-03-033-19/+343
* Several volume problems are now functional.pmoxhay2009-02-284-152/+270
* Improved drawing of volume objects.pmoxhay2009-02-265-123/+72
* Poses one problem in comparing areas by cutting.pmoxhay2009-02-254-5/+397
* Rudimentary start at volume comparisons.pmoxhay2009-02-255-2/+697
* First attempt at mass comparisons.pmoxhay2009-02-2410-2/+1657
* Some shapes now rendered by svg files.pmoxhay2009-02-213-51/+91
* First try at comparing in amount of discrete objects.pmoxhay2009-02-168-62/+209
* Correctly says "length" or "area" in final instructions.pmoxhay2009-02-111-1/+3
* Add problems in comparing lengths.pmoxhay2009-02-116-32/+362
* Tab order of objects is set mroe carefully.pmoxhay2009-02-1015-728/+971
* Hid grid.pmoxhay2009-02-061-1/+1
* Fixed bug that left multiple copies of line segment when move from one drag t...pmoxhay2009-02-066-109/+184
* 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-0310-27/+141
* Adjusted tab order of draggable objects for conveniencepmoxhay2009-02-028-69/+77
* Smaller hint equal sign when line segments are small.pmoxhay2009-02-022-6/+20
* Hint is shown if wrong sign is chosen.pmoxhay2009-02-024-3/+49
* Restored use of delete key to interrupt drag/move.pmoxhay2009-02-025-3/+9
* Corrected appearance of moved versus dragged objects.pmoxhay2009-02-025-55/+13
* Attempted rewrite of moving/dragging code to solve problems with draggin by k...pmoxhay2009-02-0215-368/+1359
* Merge branch 'master' of gitorious@git.sugarlabs.org:math/mainlinepmoxhay2009-01-271-1/+1
|\
| * Modified TODO.Peter Moxhay2009-01-271-1/+1
* | Added gamepad support.pmoxhay2009-01-272-11/+13
|/
* First try at line segment and sign drag and drop.Wade Brainerd2009-01-263-21/+77
* Remove print.Wade Brainerd2009-01-261-1/+1
* More consistent line segment dragging.Peter Moxhay2009-01-233-14/+71