sgrenier
|
31457c054e
More prototyping of LUA scripting changes.
|
11 years ago |
seanpaultaylor
|
ce909e95b9
Updated to BlackBerry 10.3 SDK
|
11 years ago |
sgrenier
|
aaf19a9c10
Add support for specifying padding and margin as a single float value in form files (to be applied to all sides) for UI controls.
|
11 years ago |
sgrenier
|
809b730fb0
Changed Control::getState to give the FOCUS state priority over all other states but ACTIVE. This fixes an issue where focus colors and styles do not properly show up for UI themes.
|
11 years ago |
sgrenier
|
ad95da4ecd
Fixed issue with multi-touch on virtual gamepad and UI.
|
12 years ago |
sgrenier
|
164e20ce81
UI layout optimizations.
|
12 years ago |
sgrenier
|
a78311bd78
More UI layout optimizations.
|
12 years ago |
sgrenier
|
17a8763cb4
Layout optimizations continued.
|
12 years ago |
sgrenier
|
cfb81be201
UI Changes:
|
12 years ago |
Darryl Gough
|
3be40a9528
Convert line endings to LF
|
12 years ago |
sgrenier
|
dd60b64a87
Fix to allow sliders to be manipulated inside a scrollable container.
|
12 years ago |
Steve Grenier
|
245f14a149
Fixed issue with invisible and disabled controls still receiving input.
|
12 years ago |
sgrenier
|
c601378439
Fix so that UI does not cause a game to crash if a default theme is not specified or if any theme images are missing.
|
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
|
e7b34766fa
More UI focus improvements.
|
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 |
Steve Grenier
|
fe80d5accf
UI updates.
|
12 years ago |
sgrenier
|
6adf21a905
- Large overhaul to how focus and control state changes are managed within the UI system.
|
12 years ago |
sgrenier
|
7a8ca49182
Added more flexible sizing and positioning for UI controls:
|
12 years ago |
Andrew Karpushin
|
4eaed12cf5
align controls only if alignment is set
|
12 years ago |
Üstün Ergenoğlu
|
63d9afca7b
Read enabled property for controls from the form files.
|
12 years ago |
Andrew Karpushin
|
f259359d34
fixed permanent dirty state on containers containing hidden controls
|
12 years ago |
Andrew Karpushin
|
a60674c58e
fixed early exit when iterating Theme overlays
|
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 |
ablake
|
138e47d8b7
Changing the default setting of consumeInputEvents to 'true' for all controls.
|
12 years ago |