log

age author description
2010-02-25 prock Updating the change log.
2010-02-24 prock This changes the behavior of Camera::resetRenderers(). It will no longer activate all layers for every renderer. This is now up to the clients to do.
2010-02-23 prock Added the ability to request focus via the pychan widget (added the requestFocus() function). Also fixed a problem where dialog boxes were not given focus when opened. fixes[t:465]
2010-02-23 prock Added the ability to render a vertex on the screen. The vertex is represented by a small square. fixes[t:455]
2010-02-23 prock Adding OpenBSD support. Thanks to tobiasu.
2010-02-22 prock Added the ability to add an event listener to the front of the event listener deque in the event manager. fixes[t:454]
2010-02-20 vtchill another fix to the build system, the current way we check for lib dependencies do not handle lowercase vs. uppercase name differences correctly when using pkg-config. The only lib dependency that currently has this is Xcursor, so i removed the lowercase version so that "Xcursor" will be the only one that is searched for.
2010-02-20 vtchill fix for build system dependency checks when using pkg-config. The pkg-config call was incorrect b/c the name of the package was never being set.