Sean Paul Taylor
|
4f2855e312
Merge pull request #1068 from Pixelized/textbox-home-end
|
12 anos atrás |
Marc Plano-Lesay
|
9e1a2d5f2f
Implement End key on TextBox
|
12 anos atrás |
Marc Plano-Lesay
|
0c0768a093
Implement Home key on TextBox
|
12 anos atrás |
Rcmaniac25
|
a2dfcdd90d
Changed TextBox "space" function so luagen doesn't tyr to generate a binding for it
|
12 anos atrás |
Sean Paul Taylor
|
d11299b877
Merge pull request #1055 from rgngl/androidFix
|
12 anos atrás |
Üstün Ergenoğlu
|
0255bdfc52
Fixed compilation error on Android
|
12 anos atrás |
Marc Plano-Lesay
|
01e01a197b
Implement CTRL+right move (go to end of word)
|
12 anos atrás |
Marc Plano-Lesay
|
1f12034c03
Implement CTRL+left move (go to previous word)
|
12 anos atrás |
Marc Plano-Lesay
|
25f09a4653
Fix indentation (replace tabs by spaces)
|
12 anos atrás |
Marc Plano-Lesay
|
947638d39e
Fix TextBox properties initialization on MSVC
|
12 anos atrás |
Marc Plano-Lesay
|
12ced7ac9d
Add an InputMode to TextBox, including Password
|
12 anos atrás |
Adam Blake
|
1226412865
Adds keyboard event handling to UI controls and containers.
|
12 anos atrás |
ablake
|
d11c3739d5
Changing utility method isInFocus() to hasFocus() and making it protected.
|
12 anos atrás |
ablake
|
ebd5d0a92a
Adds Hover state to UI controls. Tweaks the handling of scroll wheels to scroll containers and manipulate sliders.
|
12 anos atrás |
Adam Blake
|
a794910a70
Enables controlling UI forms with a gamepad. Adds a few things to the forms test in order to test
|
12 anos atrás |
Adam Blake
|
95732ac4f4
Events will not be passed to forms / containers / controls that are not visible.
|
13 anos atrás |
Ken Whatmough
|
382b0504a1
Fixes key events on Linux, submitted on behalf of Freakazo #604.
|
13 anos atrás |
Darryl Gough
|
c0328f3d49
Changed TextBox so that it doesn't assert on _caretImage.
|
13 anos atrás |
Steve Grenier
|
2e7fcf3ca1
Added 64-bit Windows support.
|
13 anos atrás |
Adam Blake
|
5466d08e58
Tapping a TextBox outside of the text will place the caret at the closest valid position it can find.
|
13 anos atrás |
Adam Blake
|
0c84a67881
#429 -- Removing TextBox::_textIndex and fixing an issue causing text to be prepended to the string, rather than inserted at the caret.
|
13 anos atrás |
Darryl Gough
|
4e31ded1d5
Changed methods in ScriptController to pass vectors by reference instead of by value.
|
13 anos atrás |
Darryl Gough
|
c47cc81178
Removed the copy constructor implementation for classes that wanted to hide it.
|
13 anos atrás |
Kieran Cunney
|
e137e948bb
Adds Gamepad class to gameplay.
|
13 anos atrás |
Adam Blake
|
93c477d644
All controls now take focus in the same way.
|
13 anos atrás |
Adam Blake
|
15aafb3c21
Fixes #476 (adding mouse event support to UI controls).
|
13 anos atrás |
Adam Blake
|
e7a31afb79
Fixing issues with scrolling within multiple nested containers.
|
13 anos atrás |
Adam Blake
|
1ee9150c0c
Removing elapsedTime param from Form::update so that scrolling doesn't require an API change.
|
13 anos atrás |
Adam Blake
|
449f37eeae
Fixed bug in SpriteBatch::draw() method that rotates the quad in 2D.
|
13 anos atrás |
Adam Blake
|
35c269ccf2
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake
|
13 anos atrás |