Sitoutushistoria

Tekijä SHA1 Viesti Päivämäärä
  Steve Grenier 16ac93e35b Merge branch 'next' of https://github.com/blackberry/GamePlay into next 13 vuotta sitten
  Steve Grenier c7e8050a2a Added a UI to terrain test for toggling various options. 13 vuotta sitten
  Adam Blake 95732ac4f4 Events will not be passed to forms / containers / controls that are not visible. 13 vuotta sitten
  Adam Blake a82c415660 Setting opacity, visibility, and enabled/disabled on a Container now affects the container's children. 13 vuotta sitten
  setaylor f2abbbe113 Minor cleanup from review and testing for LightTest 13 vuotta sitten
  Adam Blake 581ba34522 Removing GamepadButton by adding _dataBinding member to Button. 13 vuotta sitten
  Adam Blake 979c8e2e9d Big changes to the Gamepad class. 13 vuotta sitten
  setaylor 028abe5752 Fixes removeControl to ensure parent is detached. 13 vuotta sitten
  Darryl Gough 85553c0bf8 Fixed minor warnings and converted tabs to spaces. 13 vuotta sitten
  Steve Grenier d0b4e8b817 Merge branch 'next' of https://github.com/blackberry/GamePlay into next 13 vuotta sitten
  Steve Grenier 2e7fcf3ca1 Added 64-bit Windows support. 13 vuotta sitten
  Sean Paul Taylor 75375cd36a Merge pull request #505 from ablake/master 13 vuotta sitten
  Adam Blake c75269d12e Fix for Container::isScrolling() so that it won't reset its starting values if the scroll direction changes. 13 vuotta sitten
  Adam Blake 9841f97a7e Patch for multi-touch issue affecting Forms -- e.g. causing buttons to become stuck in the "active" state. 13 vuotta sitten
  Darryl Gough 73ad70d735 Fixed spelling mistakes in source code comments. 13 vuotta sitten
  Adam Blake 1ad246be4a Propagating Container::isScrolling() to parent containers. 13 vuotta sitten
  Adam Blake 7b0be86838 Added isScrolling() to Container. This method is used by controls to determine whether they've been clicked, or merely grabbed as a means to scroll their parent container. This logic has been added to all controls. Slider in particular makes use of it. The form in sample04-particles has been modified to show this. 13 vuotta sitten
  Adam Blake 5466d08e58 Tapping a TextBox outside of the text will place the caret at the closest valid position it can find. 13 vuotta sitten
  Adam Blake eaa23b0e7d Preventing the addition or deletion of new forms from within Form::mouseEventInternal, Form::touchEventInternal or Form::keyEventInternal from causing a crash. 13 vuotta sitten
  Adam Blake ca4a3f0826 Adding a control to a container now calls addRef() on the control, giving the container ownership. Removing a control releases the control. 13 vuotta sitten
  Adam Blake bf5037eec6 Removed LAYOUT_SCROLL from Layout::Type enumeration as all containers can now scroll, not depending on layout type. 13 vuotta sitten
  Adam Blake c1ef988b63 Containers with ScrollBars will lay out their controls the first time update() is called on them, in order to auto-size controls before measuring the size of the scrollable region. This fixes an issue where scrollbars would not appear until the Container was clicked / touched, with scrollBarAutoHide disabled, for programmatically created forms. 13 vuotta sitten
  Darryl Gough 1c7a3c6fbf Converted tabs to spaces. 13 vuotta sitten
  Kieran Cunney b9b7796333 Adds support for XInput gamepads for PlatformWin32 13 vuotta sitten
  Kieran Cunney 91f0eb1561 Fixes scrolling issues (and mouse wheel support!) 13 vuotta sitten
  Kieran Cunney 47674506a3 Fixes multiple-input handling and scrolling problems. 13 vuotta sitten
  Kieran Cunney 241a366e43 Fixes bug where ACTIVE controls stop receiving Touch::TOUCH_MOVE events when the cursor is no longer over the control. 13 vuotta sitten
  Kieran Cunney 3e626de177 Bug fix for Joystick control not receiving TOUCH_RELEASE event when in container and a button is pressed. 13 vuotta sitten
  Chris Culy 648dd5474d Refactored all gameplay begin() member functions to start() (to match with the API change of end() to finish()). 13 vuotta sitten
  Chris Culy 8167dc4e88 Adds support for detecting name clashes between Lua bindings and Lua keywords. 13 vuotta sitten