Adam Blake
|
51af923531
Fixing autoWidth setters on Control and Form.
|
13 rokov pred |
Adam Blake
|
ad7e0d178d
Calling setSize on Form will now re-create the Form's RenderTarget and projection matrix.
|
13 rokov pred |
Adam Blake
|
35c269ccf2
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake
|
13 rokov pred |
Adam Blake
|
6192fd04b7
2D Forms now draw into a FrameBuffer. Controls are only redrawn when dirty.
|
13 rokov pred |
Chris Culy
|
fe9e3c2870
Error handling improvements (1 of 7 - UI system and global macro rename).
|
13 rokov pred |
Adam Blake
|
37374d81cd
Fixing a bug in Frustum where planes were being calculated incorrectly.
|
13 rokov pred |
Adam Blake
|
a14944ba60
Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake
|
13 rokov pred |
Adam Blake
|
faf409a2d6
Adding FlowLayout, ScrollLayout.
|
13 rokov pred |
Kieran Cunney
|
1129e9e600
Optimizes and cleans up animation system.
|
13 rokov pred |
Adam Blake
|
2b728d0636
One very important null-check.
|
13 rokov pred |
Adam Blake
|
1b2da65d72
Optimizing drawImages() for all controls that use it.
|
13 rokov pred |
Adam Blake
|
56a86250ac
Added ability to override themed properties on a control within a .form file.
|
13 rokov pred |
Adam Blake
|
9db478edb0
Filling or reaching the end of a text box will stop you from entering additional text.
|
13 rokov pred |
Adam Blake
|
d0a8c6301b
Batching all text that shares the same font within a form.
|
13 rokov pred |
Adam Blake
|
0b2e47a385
Alignment of controls within their parent containers.
|
13 rokov pred |
Adam Blake
|
6a5cad10f4
Adding alignment and auto-sizing to UI controls.
|
13 rokov pred |
Adam Blake
|
8174491804
More comments and refactoring.
|
13 rokov pred |
Adam Blake
|
f7fa5c1bb6
Refactoring of the UI API.
|
13 rokov pred |
setaylor
|
3fbb42bcd9
Removed Viewport.h/.cpp and replaced use via Rectangle class.
|
13 rokov pred |
Adam Blake
|
f150ba812b
Refactoring of Theme, especially the way data about texture regions (images used by controls) is stored.
|
13 rokov pred |
Adam Blake
|
985b27aec2
UI API refactoring:
|
13 rokov pred |
Adam Blake
|
9435ca97b9
Adding a few comments to Theme.h
|
13 rokov pred |
Adam Blake
|
325ec380f9
Changing setCallback() to addListener() for UI controls.
|
13 rokov pred |
Adam Blake
|
1087a155d2
Adding documentation to the UI API classes.
|
14 rokov pred |
Adam Blake
|
01b6c87a60
Added ability to disable controls.
|
14 rokov pred |
Adam Blake
|
690492a288
Slider text now appears.
|
14 rokov pred |
Adam Blake
|
cea29b469f
Adding null-checks to all Control::create() implementations.
|
14 rokov pred |
Adam Blake
|
1f954182d4
Fixing a few warnings and errors when building for QNX.
|
14 rokov pred |
Adam Blake
|
e3d061a1c5
Adding TextBox; refactoring Theme API; cleaning up memory leaks.
|
14 rokov pred |
Adam Blake
|
67aa4b39c7
Making progress on the UI classes.
|
14 rokov pred |