Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposed enhancements #22

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Proposed enhancements #22

wants to merge 7 commits into from

Commits on Aug 9, 2015

  1. HandleEvent function now returns true/false to indicate if some contr…

    …ol handled (ate) the event. Not all events are intended to be handleable. For example, MouseMove, MouseButtonRelease events do not currently indicate if they are handled.
    StevenChristy committed Aug 9, 2015
    Configuration menu
    Copy the full SHA
    700dfc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b43dc0f View commit details
    Browse the repository at this point in the history
  3. Improved support for disabling controls. Disabled containers will now…

    … render all their children using disabled styles if provided.
    StevenChristy committed Aug 9, 2015
    Configuration menu
    Copy the full SHA
    e0ae0e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    805a310 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2015

  1. Configuration menu
    Copy the full SHA
    fabfe4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c215f04 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2015

  1. Update CHANGELOG

    StevenChristy committed Aug 16, 2015
    Configuration menu
    Copy the full SHA
    b39e3d3 View commit details
    Browse the repository at this point in the history