Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tools.py
Commit message (Expand)AuthorAgeFilesLines
* find_body doesn't return a listWalter Bender2014-02-111-7/+7
* fix drag problem with touchv18Walter Bender2014-02-101-1/+1
* chain tool draws curvesWalter Bender2014-02-031-42/+72
* add sharing to polygons and magic penWalter Bender2014-01-311-69/+45
* work-around radio button selection issueWalter Bender2014-01-201-1/+2
* clean up radio buttonsWalter Bender2014-01-191-5/+0
* add collaboration; fix bug with pause buttonWalter Bender2014-01-191-106/+190
* adding support for collaboration -- so far, just circle objectsWalter Bender2014-01-191-5/+13
* merge ignacio's gtk3 branchv14Walter Bender2014-01-171-6/+7
* clean up chain toolv13Walter Bender2014-01-121-61/+56
* updates to chain and motor toolsWalter Bender2014-01-091-111/+145
* add icon palettes to toolsWalter Bender2014-01-071-92/+261
* pep8 cleanup; svineet patch to save tracked bodiesWalter Bender2013-12-211-64/+66
* pep8Sai Vineet2013-12-171-31/+29
* Add capability to remove pens with Destroy Tool, pen tracking to journal entry.Sai Vineet2013-12-141-11/+32
* Add Erase Trace Points buttonSai Vineet2013-12-121-9/+12
* add tracing; minor bug fixesWalter Bender2013-12-111-5/+29
* massive commit to reconstruct world before commits were lostWalter Bender2013-12-111-10/+104
* 80 character line length source cleanup.Gary Martin2012-11-051-50/+66
* Switch to event.pos rather than mouse.get_pos where possible and catch a few ...Gary Martin2010-10-131-35/+35
* Code tidy of PolygonTool class.Gary Martin2010-10-111-33/+34
* Tidy-up behaviour of minimal sized triangles.Gary Martin2010-10-111-7/+22
* Tidy-up behaviour of minimal sized boxes.Gary Martin2010-10-081-10/+8
* Tidy-up behaviour of minimal sized circles.Gary Martin2010-10-081-10/+5
* Quick pass through pylint.Gary Martin2010-10-081-29/+76
* Yet more comma space cleanups.Gary Martin2010-10-081-16/+16
* Watch for focus events so that pygame run loop is more gracefully idle when i...Gary Martin2010-10-061-0/+4
* Removed exit event check and extra exit pygame path code as it has no effect.Gary Martin2010-10-061-4/+1
* Fix crash on F14 due to Python/gtk+/pygame float/int sensitivity SL#2363.Gary Martin2010-10-061-16/+16
* More pylint fixes (mainly trailing spaces).Gary Martin2010-10-051-91/+91
* Tidy up more comma and operator spaces.Gary Martin2010-10-031-51/+51
* Tidy up comments.Gary Martin2010-10-031-28/+28
* 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