Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tools.py
Commit message (Collapse)AuthorAgeFilesLines
* Poly tool now supports single click clones but with slight behaviour change.Gary Martin2009-08-231-15/+28
| | | | | | | | | Poly tool needed a slight behaviour tool if it was to support single click duplicates of the previous shape created (just like all other shape tools) as the behaviour previoulsy allowed a single click to place the first point. Poly tool now needs a hold and drag operation to start it off. Not 100% in favour of this but it is now consistant with other tools and has the ability to duplicate.
* All tools except poly support single click add.Gary Martin2009-08-221-25/+52
| | | | | | | Large tool code change so that all shape tools except poly now use single click to add a default size shape, and if a previous shape has been created with the tool already, it uses those parameters to clone that previous shape as the default.
* 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
|
*