Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* added versionHEADmastergaphor@gmail.com2009-02-1018-7/+275
* removed change log file, as it is no longer maintainedgaphor@gmail.com2009-02-091-165/+0
* 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-278-108/+282
* 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
* - described canvas class and item class constraints APIswrobell@pld-linux.org2009-01-181-9/+38
* - added introduction to constraintswrobell@pld-linux.org2009-01-181-4/+29
* - added Handle.connected_port attribute to provide connection portwrobell@pld-linux.org2009-01-183-2/+24
* - fixed list of examples (separate assembly connector item won't exist inwrobell@pld-linux.org2009-01-181-2/+2
* - starting to write about constraintswrobell@pld-linux.org2009-01-182-0/+9
* Use the Python 3.0 weakref.WeakSet implementationgaphor@gmail.com2009-01-171-67/+138
* why not use cPickle?gaphor@gmail.com2009-01-171-4/+8
* fixed picklegaphor@gmail.com2009-01-162-3/+4
* resolve constraints that connect items to each other properlygaphor@gmail.com2009-01-155-22/+110
* updated gaphas docsgaphor@gmail.com2009-01-152-0/+18
* 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
* run unit tests in doc directory toogaphor@gmail.com2009-01-122-2/+1
* 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-127-188/+79
* uniform layoutgaphor@gmail.com2009-01-121-1/+15
* removed hackish behaviur from Item.normalize. Added extra solver invocation t...gaphor@gmail.com2009-01-103-11/+23
* - 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-062-3/+3
* - 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
* - added examples sectionwrobell@pld-linux.org2009-01-051-0/+9
* - added reference to doc/ports.txtwrobell@pld-linux.org2009-01-051-1/+2
* - 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-053-34/+44
* 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
* documentation updatesgaphor@gmail.com2009-01-022-2/+6
* updated dependency to decorator 3.0.0gaphor@gmail.com2008-12-311-1/+1
* 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