Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/gaphas
Commit message (Expand)AuthorAgeFilesLines
* Fixed the ZoomTool. Also the way offsets were handled in the Viewsgaphor@gmail.com2009-02-042-22/+31
* new intersect_line_line alg. since the previous one had errors.gaphor@gmail.com2009-02-031-27/+111
* reparent cleanupgaphor@gmail.com2009-01-271-4/+0
* reparent cleanupgaphor@gmail.com2009-01-271-8/+4
* fixed reparent()gaphor@gmail.com2009-01-272-196/+224
* changed Tree.add() and Tree.reparent() to take an optional index argument. re...gaphor@gmail.com2009-01-275-106/+242
* removed debug statementgaphor@gmail.com2009-01-231-3/+0
* - trying to make documentation bit more focused on examples than testingwrobell@pld-linux.org2009-01-202-4/+24
* - added Handle.connected_port attribute to provide connection portwrobell@pld-linux.org2009-01-183-2/+24
* Use the Python 3.0 weakref.WeakSet implementationgaphor@gmail.com2009-01-171-67/+138
* fixed picklegaphor@gmail.com2009-01-162-3/+4
* resolve constraints that connect items to each other properlygaphor@gmail.com2009-01-155-22/+110
* provide initial value for view._bounds (caused errors when starting the demo ...gaphor@gmail.com2009-01-141-0/+1
* Added some extra tests (now 100% coverage for those files)gaphor@gmail.com2009-01-143-2/+29
* updated scrolling and pan toolgaphor@gmail.com2009-01-142-27/+29
* Whoops. Next time first run tests before commitgaphor@gmail.com2009-01-121-2/+2
* Removed observers for properties which are disabled anyway (disable_dispatchi...gaphor@gmail.com2009-01-124-34/+8
* uniform layoutgaphor@gmail.com2009-01-121-1/+15
* removed hackish behaviur from Item.normalize. Added extra solver invocation t...gaphor@gmail.com2009-01-102-9/+21
* - added some fat line item documentationwrobell@pld-linux.org2009-01-061-0/+5
* - example of fat line item little improvementswrobell@pld-linux.org2009-01-061-7/+6
* - PortoBox example minor improvementswrobell@pld-linux.org2009-01-061-1/+2
* - constraint PortoBox movable port to be below top edge and above bottomwrobell@pld-linux.org2009-01-051-2/+2
* - fixed `above` and `left_of` constraint creation in Item.constraint methodwrobell@pld-linux.org2009-01-052-6/+6
* - typowrobell@pld-linux.org2009-01-051-1/+1
* - disabled default Port(o)Box portswrobell@pld-linux.org2009-01-051-1/+18
* - implemented static point port example for Port(o)Box classwrobell@pld-linux.org2009-01-051-5/+14
* - s/BoxX/PortoBox/wrobell@pld-linux.org2009-01-052-29/+39
* moved Canvas._normalize() meat to Item.normalize()gaphor@gmail.com2009-01-042-14/+42
* - documentation improvementswrobell@pld-linux.org2009-01-031-2/+2
* - s/find_item_at_point/get_item_at_point/wrobell@pld-linux.org2009-01-031-2/+2
* - documentation updateswrobell@pld-linux.org2009-01-031-1/+1
* - s/ConnectHandleTool.find_connectable_port/ConnectHandleTool.find_item_at_po...wrobell@pld-linux.org2009-01-031-4/+24
* ConnectableHandleTool refactorisation, thanks to John Pyegaphor@gmail.com2008-12-311-15/+24
* avoid static methodsgaphor@gmail.com2008-12-291-1/+2
* - documentation improvements, thanks to John Pyewrobell@pld-linux.org2008-12-281-3/+4
* - removed unnecessary view/canvas parameters fromwrobell@pld-linux.org2008-12-201-11/+7
* - ConnectHandleTool.connect and ConnectHandleTool.post_connect should notwrobell@pld-linux.org2008-12-111-6/+1
* - change order of connection in ConnectHandleTool.connect method - firstwrobell@pld-linux.org2008-12-111-5/+5
* - improved gaphas.tool module descriptionwrobell@pld-linux.org2008-12-101-17/+29
* - ConnectHandleTool class documentation updateswrobell@pld-linux.org2008-12-101-53/+98
* Merged ports branch with trunkgaphor@gmail.com2008-12-0815-586/+2090
* Properly clear selected, focused, hovered and dropzone items, when a new canv...gaphor@gmail.com2008-12-072-8/+50
* properly outline commentgaphor@gmail.com2008-11-131-8/+8
* * Separated indexing logic from tree.Tree (to class tree.TreeIndexer)gaphor@gmail.com2008-09-305-69/+123
* updated docs wrt new location of Handlegaphor@gmail.com2008-09-111-1/+2
* applied patch from #129. Fixed #129.gaphor@gmail.com2008-09-112-3/+3
* use Handle from connector.pygaphor@gmail.com2008-09-101-114/+1
* added new file to hold handle and port code.arjan@yirdis.nl2008-09-061-0/+169
* cleanup + make pickle tests work againarjan@yirdis.nl2008-08-301-8/+3