Added LGPL headers to all source files. Added GPL and LGPL files as COPYING.txt and COPYING.LESSER.txt
Added support for text selection while holding shift and positioning the TextField caret.
Added support for text selection using a single ControlPoint in TextField Components.
Added support for multiple TextInput Components in an interface. TextField responds to a single ControlPoint. Touching or clicking a TextField brings focus to the TextField and places the caret closest to the location clicked. TODO add support for text selection with a single point and with multiple points.
Removed old NUIPAppletDemo.
Added event structure to TextInput Components. Application code can now listen for text changes on TextInput Components like TextField.
Added methods to remove various kinds of event listeners.
Added support for Keyboard interaction with Keyboard interface and KeyListener interface. Implemented TextField which allows applications to obtain text input from the user.
Added support for multiple ControlPoints interacting with a single PhysicsComponent.
Created PhysicsComponent abstract class to encapsulate common qualities of physics based Components. Created PhysicsCircle.
View revisions
Also available in: Atom