sgrenier
|
17a8763cb4
Layout optimizations continued.
|
12 years ago |
sgrenier
|
cfb81be201
UI Changes:
|
12 years ago |
sgrenier
|
4a91ad14e6
More work on default theme.
|
12 years ago |
Darryl Gough
|
3be40a9528
Convert line endings to LF
|
12 years ago |
Darryl Gough
|
ac21fb83df
Fixed some minor warnings found by cppcheck
|
12 years ago |
sgrenier
|
ca478902ff
Added support for encoding multiple font sizes into a single GPB with gameplay-encoder.
|
12 years ago |
sgrenier
|
dd60b64a87
Fix to allow sliders to be manipulated inside a scrollable container.
|
12 years ago |
Steve Grenier
|
3068010d8d
Changed UI/forms to no longer render to an offscreen framebuffer.
|
12 years ago |
Steve Grenier
|
91b02af523
More work on default theme.
|
12 years ago |
sgrenier
|
25e70f7088
Added gameplay::strcmpnocase as a platform-independent case-insensitive ASCII string comparison function.
|
12 years ago |
Steve Grenier
|
61c495c1a8
Adding support for default UI themes.
|
12 years ago |
Steve Grenier
|
4421b05569
Re-generated lua bindings.
|
12 years ago |
Steve Grenier
|
bc589616b0
Finished implementing gamepad and touch input support back for new UI focus/input management routines.
|
12 years ago |
sgrenier
|
6adf21a905
- Large overhaul to how focus and control state changes are managed within the UI system.
|
12 years ago |
sgrenier
|
963e51d860
Merge branch 'next' of https://github.com/blackberry/GamePlay into next
|
12 years ago |
sgrenier
|
7a8ca49182
Added more flexible sizing and positioning for UI controls:
|
12 years ago |
seanpaultaylor
|
d35704e0f8
Updated to XCode 5 and iOS 7
|
12 years ago |
Darryl Gough
|
0b62bd0466
Updated some of the form Control classes so that they get marked as dirty when modified.
|
12 years ago |
Andrew Karpushin
|
f259359d34
fixed permanent dirty state on containers containing hidden controls
|
12 years ago |
Adam Blake
|
4cbc32e9c2
Fix Slider key event handling for Mac OS.
|
12 years ago |
Adam Blake
|
ef37bce223
Fixes some buggy tab and arrow key behaviour.
|
12 years ago |
Adam Blake
|
1226412865
Adds keyboard event handling to UI controls and containers.
|
12 years ago |
ablake
|
d11c3739d5
Changing utility method isInFocus() to hasFocus() and making it protected.
|
12 years ago |
ablake
|
ebd5d0a92a
Adds Hover state to UI controls. Tweaks the handling of scroll wheels to scroll containers and manipulate sliders.
|
12 years ago |
Adam Blake
|
d6ca220f86
Minimal modifications to ParticlesGame and RacerGame so that their menus are usable with a gamepad.
|
12 years ago |
Adam Blake
|
a794910a70
Enables controlling UI forms with a gamepad. Adds a few things to the forms test in order to test
|
13 years ago |
Adam Blake
|
bad067b854
Merge branch 'next' of https://github.com/blackberry/GamePlay into next
|
13 years ago |
Adam Blake
|
95732ac4f4
Events will not be passed to forms / containers / controls that are not visible.
|
13 years ago |
setaylor
|
9cc8a2514f
Updated gameplay-api for v1.6.0.
|
13 years ago |
Adam Blake
|
c7e07e01b7
Sliders will automatically display their current value if "valueTextVisible" is set to true in the form.
|
13 years ago |