Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tools.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed a conflict case I missed.Gary Martin2010-06-171-27/+25
* Merged and manualy fixed conflict.Gary Martin2010-06-171-14/+36
|\
| * Grab now works even if the simulation is paused.Peter Froehlich2010-06-131-4/+20
* | make Tool subclasses call Tool.__init__ and remove redundant __init__ related...Craig2010-04-231-25/+11
* | changed event handeleing system to remove redundancy in tool calsses. Now Too...Craig2010-04-161-189/+174
* | added blank lines between methods and between classes to conform with pep8. F...Craig2010-04-161-1/+35
|/
* Added extra license/copyright related ascii provided by quozl in ticket #1695...Gary Martin2010-02-231-0/+18
* Make tool default shapes a little smaller.Gary Martin2009-08-271-4/+4
* Use a user event for stop/start rather than injecting a key event.Gary Martin2009-08-231-8/+7
* Poly tool now supports single click clones but with slight behaviour change.Gary Martin2009-08-231-15/+28
* All tools except poly support single click add.Gary Martin2009-08-221-25/+52
* Removed right click hidden feature for polygon creating many triangles.Gary Martin2009-08-221-18/+0
* Remove redundant code.Gary Martin2009-08-221-3/+1
* Added <ctr> modifier to keyboard shortcuts to allow correct Sugar title input.Gary Martin2009-08-191-11/+11
* Disable joints from connecting with background canvas (too many accidents).Gary Martin2009-08-191-3/+3
* Tools provided with some (new) order, new RollTool excluded for now.Gary Martin2009-08-181-7/+10
* Modified the save/load functions to use a JSON format (Trac #1034 finally!).asaf2009-08-121-2/+3
* Added "Roll" toolasaf2009-08-081-0/+26
* Removed hidden joint tool functionsasaf2009-07-251-13/+1
* Added pin to background functionalityasaf2009-07-241-1/+4
* Added functionality to save/load contraptions to/from the journal (Trac #1034)Asaf Paris Mandoki2009-07-121-0/+8
* Make destroy tool unpin an object (Trac #990)Brian Jordan2009-07-101-3/+7
* Upgraded to elements 12, pybox2d 2.0.2b1Brian Jordan2009-07-101-3/+7
* Added po and .pot strings ready for translation.Gary Martin2009-06-221-52/+53
* Fixed polygon tool to prevent small polys and avoid the crash.Gary Martin2009-06-211-7/+18
* Cleaned up magic pen logic, prevents small polys so now avoids crashing.Gary Martin2009-06-161-18/+13
* Removed Esc key as binging for quit to prevent accidental loss of work.Gary Martin2009-06-161-1/+1
* Default behaviour of poly tool a solid rather than decomposed triangles (much...Gary Martin2009-06-161-7/+11
* Renamed some tools and adjusted key accelerators (all tools now have a key).Gary Martin2009-06-161-8/+10
* Added accelerators for UI visibility and cleaned up tool key handling event c...Gary Martin2009-06-161-18/+10
* Added "Motor" and "Pin" toolsAsaf Paris Mandoki2009-06-141-2/+50
* Removed unfinished "joystick" featureBrian Jordan2009-05-251-69/+1
* Joystick button (is awesome... in progress)Brian Jordan2008-07-201-10/+45
* Improved toolbar automationAlex Levenson2008-07-161-2/+2
* Fixed toolbar automation for good! Yayaya!Alex Levenson2008-07-161-4/+9
* Merge branch 'master' of git+ssh://alevenson@dev.laptop.org/git/activities/ph...Alex Levenson2008-07-161-3/+3
|\
| * Gear key removedBrian2008-07-161-3/+3
* | Fixed issue w/ joint toolAlex Levenson2008-07-161-1/+2
|/
* Automated toolbar -- not perfect yetAlex Levenson2008-07-161-7/+54
* created a seperate world.add.motor() functionAlex Levenson2008-07-141-1/+1
* Gears... right click with joint toolBrian2008-07-141-3/+7
* Added v 0.1 of complex polygons!!!!Alex Levenson2008-07-111-2/+5
* (hopefully) fixed focus issuesAlex Levenson2008-07-101-4/+6
* Reverted joints back to original functionalityAlex Levenson2008-07-101-5/+1
* Added some joints (not fully functional)Alex Levenson2008-07-101-4/+4
* Added the prismatic joint to elementsAlex Levenson2008-07-101-3/+7
* Adding more types of joints...Alex Levenson2008-07-101-4/+6
* Fixed joint tool right clickAlex Levenson2008-07-101-2/+2
* thicker affixations, more mouse grab power!Brian2008-07-101-1/+30
* Fixing tool switchingBrian2008-07-091-3/+3