Commit History

Author SHA1 Message Date
  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
  Steve Grenier aab2daf9ab Fixed compile errors and warnings with qcc. 13 years ago
  Adam Blake f150ba812b Refactoring of Theme, especially the way data about texture regions (images used by controls) is stored. 13 years ago
  Adam Blake e7662b7951 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake 14 years ago
  Adam Blake 01b6c87a60 Added ability to disable controls. 14 years ago
  Chris Culy c82de3a543 Fixes issue where disabled UI controls were receiving input events. 14 years ago
  Adam Blake 69f4c30037 Some TextBox, Font, and Label related fixes. 14 years ago
  Adam Blake a5347b3cfa Picking works now. Fixed an issue with containers sometimes not showing up. 14 years ago
  Adam Blake bfe6907dbf Working on the TextBox control and getting close to having 3D forms working. 14 years ago
  Adam Blake e3d061a1c5 Adding TextBox; refactoring Theme API; cleaning up memory leaks. 14 years ago