Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/objectarea.py
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in MoveableObject's overridden move method.Wade Brainerd2009-12-311-0/+1
* Take scale into account when redrawing objects.Wade Brainerd2009-12-311-2/+9
* Animation added!pmoxhay2009-12-301-1/+55
* Fixed some tabbing issues in amount problems.pmoxhay2009-06-161-1/+0
* Added key presses for getting next problem.pmoxhay2009-06-151-1/+1
* Can now get next problem by key press; fixed tab problem when arrow is showing.pmoxhay2009-06-151-2/+2
* Tidy up grid code a bit.Wade Brainerd2009-04-061-20/+6
* Fix drawing when objects are removed.Wade Brainerd2009-04-051-3/+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-051-20/+31
* Add problems in comparing lengths.pmoxhay2009-02-111-13/+28
* Tab order of objects is set mroe carefully.pmoxhay2009-02-101-2/+10
* Hid grid.pmoxhay2009-02-061-1/+1
* Fixed bug that left multiple copies of line segment when move from one drag t...pmoxhay2009-02-061-2/+2
* Line segments and signs constrained to stay in the screen.pmoxhay2009-02-031-1/+1
* Hint is shown if wrong sign is chosen.pmoxhay2009-02-021-2/+1
* Attempted rewrite of moving/dragging code to solve problems with draggin by k...pmoxhay2009-02-021-2/+21
* Added gamepad support.pmoxhay2009-01-271-1/+1
* First try at line segment and sign drag and drop.Wade Brainerd2009-01-261-2/+0
* Remove print.Wade Brainerd2009-01-261-1/+1
* First stab at progressing through problems.Wade Brainerd2009-01-231-1/+5
* Move line segment background drawing into derived Compare3Area class.Wade Brainerd2009-01-221-37/+5
* Scale the object area to match the window size.Wade Brainerd2009-01-221-0/+34
* Another adjustment of the layout.Peter Moxhay2009-01-221-3/+3
* Try new layout scheme.Peter Moxhay2009-01-211-3/+3
* Miscellaneous improvements to dragging and modeling.Peter Moxhay2009-01-211-1/+41
* z-order used to bring selcted area to front.Peter Moxhay2009-01-141-1/+5
* Merge branch 'master' of git+ssh://pmoxhay@dev.laptop.org/git/users/wadeb/mathPeter Moxhay2009-01-141-5/+6
|\
| * Add Z order to compare3lesson. Also make mouse events respect Z order (in re...Wade Brainerd2009-01-141-2/+2
| * Z order implemented. Note- This breaks the lesson, I need to go in and add Z...Wade Brainerd2009-01-141-3/+4
* | Some changes to line segment drag-and drop.Peter Moxhay2009-01-141-1/+3
|/
* Merge branch 'master' of git+ssh://wadeb@dev.laptop.org/git/users/wadeb/mathWade Brainerd2009-01-101-0/+4
|\
| * Improved traslate-and-rotate under dragging.Peter Moxhay2009-01-101-0/+4
* | WIP on lesson flow.Wade Brainerd2009-01-101-2/+7
|/
* Restored code for smooth start of rotations.Peter Moxhay2009-01-041-3/+4
* Compare3 working in a very simple fashion.Wade Brainerd2009-01-031-294/+120
* Split mathactivity.py into multiple source files.Wade Brainerd2009-01-031-0/+436