]> gitweb.factorcode.org Git - factor.git/commit
slowly refactoring UI code to use 3-vectors instead of a mix of x/y parameters on...
authorSlava Pestov <slava@factorcode.org>
Wed, 22 Jun 2005 06:32:17 +0000 (06:32 +0000)
committerSlava Pestov <slava@factorcode.org>
Wed, 22 Jun 2005 06:32:17 +0000 (06:32 +0000)
commite9b142db4d38f8e6660ceaf918125441285f2ee1
tree55f3da1ac85ae38c9c4c1ba7cb93db63ad83c004
parentc918e5d9b1a2960b5e6f4d2e9e018ae65e63c687
slowly refactoring UI code to use 3-vectors instead of a mix of x/y parameters on the stack, and complex numbers representing points, added horizontal scrolling
12 files changed:
library/bootstrap/primitives.factor
library/collections/sequences.factor
library/collections/vectors-epilogue.factor
library/math/matrices.factor
library/test/sequences.factor
library/ui/gadgets.factor
library/ui/hand.factor
library/ui/hierarchy.factor
library/ui/points.factor
library/ui/scrolling.factor
library/ui/shapes.factor
library/ui/tiles.factor