Istoricul angajamentelor

Autor SHA1 Permisiunea de a trimite mesaje. Dacă este dezactivată, utilizatorul nu va putea trimite nici un fel de mesaj Data
  Steve Grenier e7b34766fa More UI focus improvements. 12 ani în urmă
  Steve Grenier 4421b05569 Re-generated lua bindings. 12 ani în urmă
  Steve Grenier bc589616b0 Finished implementing gamepad and touch input support back for new UI focus/input management routines. 12 ani în urmă
  Steve Grenier fe80d5accf UI updates. 12 ani în urmă
  sgrenier 6adf21a905 - Large overhaul to how focus and control state changes are managed within the UI system. 12 ani în urmă
  sgrenier 7a8ca49182 Added more flexible sizing and positioning for UI controls: 12 ani în urmă
  Andrew Karpushin 4eaed12cf5 align controls only if alignment is set 12 ani în urmă
  Üstün Ergenoğlu 63d9afca7b Read enabled property for controls from the form files. 12 ani în urmă
  Andrew Karpushin f259359d34 fixed permanent dirty state on containers containing hidden controls 12 ani în urmă
  Andrew Karpushin a60674c58e fixed early exit when iterating Theme overlays 12 ani în urmă
  ablake d11c3739d5 Changing utility method isInFocus() to hasFocus() and making it protected. 12 ani în urmă
  ablake ebd5d0a92a Adds Hover state to UI controls. Tweaks the handling of scroll wheels to scroll containers and manipulate sliders. 12 ani în urmă
  ablake 138e47d8b7 Changing the default setting of consumeInputEvents to 'true' for all controls. 12 ani în urmă
  Adam Blake a794910a70 Enables controlling UI forms with a gamepad. Adds a few things to the forms test in order to test 12 ani în urmă
  Adam Blake d9bcfe45db Prevents a control's clearBounds from having a width or height less than zero. 13 ani în urmă
  Adam Blake 4286cd5b0e Merge branch 'next' of https://github.com/blackberry/GamePlay into next 13 ani în urmă
  Adam Blake c2f35d25e8 Fixes setVisible(false) for 2D controls without forcing all controls to be re-drawn. 13 ani în urmă
  Steve Grenier e51b4108de Merge branch 'next' of https://github.com/blackberry/GamePlay into next 13 ani în urmă
  Adam Blake 95732ac4f4 Events will not be passed to forms / containers / controls that are not visible. 13 ani în urmă
  Adam Blake a82c415660 Setting opacity, visibility, and enabled/disabled on a Container now affects the container's children. 13 ani în urmă
  setaylor f2abbbe113 Minor cleanup from review and testing for LightTest 13 ani în urmă
  Ken Whatmough 650f41bea6 Fixes #619. 13 ani în urmă
  setaylor a884457551 Added PostProcessTest for basic single pass, fullscreen, frame buffer effects. 13 ani în urmă
  Adam Blake 30d3a8821b Fixing font opacity and control opacity animations. Adding a test of this. Note to self: Don't submit a pull request until I fix up the memory leak in the test. 13 ani în urmă
  Ken Whatmough c17caf117e Fix invisible controls on MacOSX. 13 ani în urmă
  setaylor 1c3fadda4c Adds Control::setVisible(bool) and Control::isVisible() const 13 ani în urmă
  Darryl Gough d551a2597a Fixed setting a Control's alignment programmatically. 13 ani în urmă
  Darryl Gough 85553c0bf8 Fixed minor warnings and converted tabs to spaces. 13 ani în urmă
  Darryl Gough 2e6a101e87 Added Control::removeListener() 13 ani în urmă
  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. 13 ani în urmă