Historial de Commits

Autor SHA1 Mensaje Fecha
  Steve Grenier ec72284ff7 Misc fixes to UI. hace 12 años
  Darryl Gough 0b62bd0466 Updated some of the form Control classes so that they get marked as dirty when modified. hace 12 años
  Adam Blake 1226412865 Adds keyboard event handling to UI controls and containers. hace 12 años
  Adam Blake a794910a70 Enables controlling UI forms with a gamepad. Adds a few things to the forms test in order to test hace 13 años
  Adam Blake 95732ac4f4 Events will not be passed to forms / containers / controls that are not visible. hace 13 años
  Adam Blake 7b0be86838 Added isScrolling() to Container. This method is used by controls to determine whether they've been clicked, or merely grabbed as a means to scroll their parent container. This logic has been added to all controls. Slider in particular makes use of it. The form in sample04-particles has been modified to show this. hace 13 años
  Darryl Gough 1c7a3c6fbf Converted tabs to spaces. hace 13 años
  Darryl Gough 4e31ded1d5 Changed methods in ScriptController to pass vectors by reference instead of by value. hace 13 años
  Kieran Cunney b9b7796333 Adds support for XInput gamepads for PlatformWin32 hace 13 años
  Kieran Cunney 91f0eb1561 Fixes scrolling issues (and mouse wheel support!) hace 13 años
  Darryl Gough c47cc81178 Removed the copy constructor implementation for classes that wanted to hide it. hace 13 años
  Kieran Cunney e137e948bb Adds Gamepad class to gameplay. hace 13 años
  Adam Blake 93c477d644 All controls now take focus in the same way. hace 13 años
  Adam Blake e7a31afb79 Fixing issues with scrolling within multiple nested containers. hace 13 años
  Adam Blake 1ee9150c0c Removing elapsedTime param from Form::update so that scrolling doesn't require an API change. hace 13 años
  Adam Blake 449f37eeae Fixed bug in SpriteBatch::draw() method that rotates the quad in 2D. hace 13 años
  Adam Blake 35c269ccf2 Merge branch 'next' of https://github.com/blackberry-gaming/GamePlay into next-ablake hace 13 años
  Adam Blake 6192fd04b7 2D Forms now draw into a FrameBuffer. Controls are only redrawn when dirty. hace 13 años
  Chris Culy fe9e3c2870 Error handling improvements (1 of 7 - UI system and global macro rename). hace 13 años
  Adam Blake faf409a2d6 Adding FlowLayout, ScrollLayout. hace 13 años
  Adam Blake 1b2da65d72 Optimizing drawImages() for all controls that use it. hace 13 años
  Adam Blake d0a8c6301b Batching all text that shares the same font within a form. hace 13 años
  Adam Blake 8174491804 More comments and refactoring. hace 13 años
  Adam Blake f7fa5c1bb6 Refactoring of the UI API. hace 13 años
  Adam Blake f150ba812b Refactoring of Theme, especially the way data about texture regions (images used by controls) is stored. hace 13 años
  Adam Blake 985b27aec2 UI API refactoring: hace 14 años
  Adam Blake 325ec380f9 Changing setCallback() to addListener() for UI controls. hace 14 años
  Adam Blake 1087a155d2 Adding documentation to the UI API classes. hace 14 años
  Adam Blake 01b6c87a60 Added ability to disable controls. hace 14 años
  Adam Blake cea29b469f Adding null-checks to all Control::create() implementations. hace 14 años