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
|
fa895b61e2
Added back bitmap font support for backward compatibility.
|
12 years ago |
Steve Grenier
|
a61f2701de
Fixed issue with font stretching when drawing onto a frame buffer that is a different size than the original window size.
|
12 years ago |
Adam Blake
|
1226412865
Adds keyboard event handling to UI controls and containers.
|
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 |
Steve Grenier
|
4cc20b0733
Minor theme fix.
|
12 years ago |
Adam Blake
|
da98236cc6
Fixing upside-down "full image" UVs used as defaults.
|
13 years ago |
Adam Blake
|
a8ffbed283
Using NEAREST filter instead of LINEAR on theme textures to fix blurry borders.
|
13 years ago |
Adam Blake
|
51b796c31d
Adding source and destination regions to ImageControl as well as some comments.
|
13 years ago |
Steve Grenier
|
2e7fcf3ca1
Added 64-bit Windows support.
|
13 years ago |
Darryl Gough
|
4e31ded1d5
Changed methods in ScriptController to pass vectors by reference instead of by value.
|
13 years ago |
Darryl Gough
|
c47cc81178
Removed the copy constructor implementation for classes that wanted to hide it.
|
13 years ago |
Adam Blake
|
15aafb3c21
Fixes #476 (adding mouse event support to UI controls).
|
13 years ago |
Adam Blake
|
b06b8e30be
Clearing alpha channel of a Form's framebuffer to 0.
|
13 years ago |
Adam Blake
|
2ecb9b9046
Fixing a potential memory leak in Theme that showed up in the particles sample.
|
13 years ago |
Adam Blake
|
35c269ccf2
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake
|
13 years ago |
Adam Blake
|
6192fd04b7
2D Forms now draw into a FrameBuffer. Controls are only redrawn when dirty.
|
13 years ago |
Chris Culy
|
fe9e3c2870
Error handling improvements (1 of 7 - UI system and global macro rename).
|
13 years ago |
Adam Blake
|
89e032bd46
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake
|
13 years ago |
Adam Blake
|
37374d81cd
Fixing a bug in Frustum where planes were being calculated incorrectly.
|
13 years ago |
Chris Culy
|
7dd0fc15ef
Added support for loading any object that can load from a Properties object using a url instead of just a file name.
|
13 years ago |
Adam Blake
|
1b2da65d72
Optimizing drawImages() for all controls that use it.
|
13 years ago |
Adam Blake
|
56a86250ac
Added ability to override themed properties on a control within a .form file.
|
13 years ago |
Adam Blake
|
6a5cad10f4
Adding alignment and auto-sizing to UI controls.
|
13 years ago |
Adam Blake
|
f7fa5c1bb6
Refactoring of the UI API.
|
13 years ago |
Sean Paul Taylor
|
95fc4e1599
Adds new files for PhysicsCollisionShape.h/.cpp
|
13 years ago |
Darryl Gough
|
78e4a337cf
Fixed compiling the samples for Android.
|
13 years ago |
Adam Blake
|
353b877fd3
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake
|
13 years ago |
Adam Blake
|
6e9486ed43
Letting image lists set a default color.
|
13 years ago |