Adam Blake
|
930dff649e
Fixes #877
|
пре 13 година |
Steve Grenier
|
16ac93e35b
Merge branch 'next' of https://github.com/blackberry/GamePlay into next
|
пре 13 година |
Steve Grenier
|
c7e8050a2a
Added a UI to terrain test for toggling various options.
|
пре 13 година |
Adam Blake
|
95732ac4f4
Events will not be passed to forms / containers / controls that are not visible.
|
пре 13 година |
Adam Blake
|
a82c415660
Setting opacity, visibility, and enabled/disabled on a Container now affects the container's children.
|
пре 13 година |
setaylor
|
f2abbbe113
Minor cleanup from review and testing for LightTest
|
пре 13 година |
Adam Blake
|
581ba34522
Removing GamepadButton by adding _dataBinding member to Button.
|
пре 13 година |
Adam Blake
|
979c8e2e9d
Big changes to the Gamepad class.
|
пре 13 година |
setaylor
|
028abe5752
Fixes removeControl to ensure parent is detached.
|
пре 13 година |
Darryl Gough
|
85553c0bf8
Fixed minor warnings and converted tabs to spaces.
|
пре 13 година |
Steve Grenier
|
d0b4e8b817
Merge branch 'next' of https://github.com/blackberry/GamePlay into next
|
пре 13 година |
Steve Grenier
|
2e7fcf3ca1
Added 64-bit Windows support.
|
пре 13 година |
Sean Paul Taylor
|
75375cd36a
Merge pull request #505 from ablake/master
|
пре 13 година |
Adam Blake
|
c75269d12e
Fix for Container::isScrolling() so that it won't reset its starting values if the scroll direction changes.
|
пре 13 година |
Adam Blake
|
9841f97a7e
Patch for multi-touch issue affecting Forms -- e.g. causing buttons to become stuck in the "active" state.
|
пре 13 година |
Darryl Gough
|
73ad70d735
Fixed spelling mistakes in source code comments.
|
пре 13 година |
Adam Blake
|
1ad246be4a
Propagating Container::isScrolling() to parent containers.
|
пре 13 година |
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 година |
Adam Blake
|
5466d08e58
Tapping a TextBox outside of the text will place the caret at the closest valid position it can find.
|
пре 13 година |
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 година |
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 година |
Adam Blake
|
bf5037eec6
Removed LAYOUT_SCROLL from Layout::Type enumeration as all containers can now scroll, not depending on layout type.
|
пре 13 година |
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 година |
Darryl Gough
|
1c7a3c6fbf
Converted tabs to spaces.
|
пре 13 година |
Kieran Cunney
|
b9b7796333
Adds support for XInput gamepads for PlatformWin32
|
пре 13 година |
Kieran Cunney
|
91f0eb1561
Fixes scrolling issues (and mouse wheel support!)
|
пре 13 година |
Kieran Cunney
|
47674506a3
Fixes multiple-input handling and scrolling problems.
|
пре 13 година |
Kieran Cunney
|
241a366e43
Fixes bug where ACTIVE controls stop receiving Touch::TOUCH_MOVE events when the cursor is no longer over the control.
|
пре 13 година |
Kieran Cunney
|
3e626de177
Bug fix for Joystick control not receiving TOUCH_RELEASE event when in container and a button is pressed.
|
пре 13 година |
Chris Culy
|
648dd5474d
Refactored all gameplay begin() member functions to start() (to match with the API change of end() to finish()).
|
пре 13 година |