Commit History

Author SHA1 Message Date
  Darryl Gough 4fcead00ce Converted tabs to spaces in the files I modified. 12 years ago
  Darryl Gough bedd0e691d Fixed memory leak in Form::create 12 years ago
  sgrenier 07e7a3f530 Slight change/simplification to the interface used by ControlFactory.cpp 12 years ago
  Steve Grenier e7b34766fa More UI focus improvements. 12 years ago
  sgrenier b0798a6210 Fixed next and previous focus movement (i.e. TAB key) for UI and made it work with any arbitrary focus indexes, instead of only when controls have perfectly sequential focus indexes. 12 years ago
  Steve Grenier 4421b05569 Re-generated lua bindings. 12 years ago
  Steve Grenier bc589616b0 Finished implementing gamepad and touch input support back for new UI focus/input management routines. 12 years ago
  Steve Grenier fe80d5accf UI updates. 12 years ago
  sgrenier 6adf21a905 - Large overhaul to how focus and control state changes are managed within the UI system. 12 years ago
  seanpaultaylor 66b588040e Merge branch 'next' of https://github.com/blackberry/GamePlay into next 12 years ago
  seanpaultaylor b18cc5a0f7 Initial parts of SceneRenderer (forward lighting) 12 years ago
  sgrenier de6a50dd30 Added support for spacing properties for vertical and flow layouts. 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
  seanpaultaylor 7e639e4da5 Changed Font/Text rendering from Texture Maps to Signed Distance Field Maps to dramatically improve scaling. 12 years ago
  Steve Grenier ec72284ff7 Misc fixes to UI. 12 years ago
  Adam Blake 1226412865 Adds keyboard event handling to UI controls and containers. 12 years ago
  Adam Blake 14d5db7e41 Merge branch 'next' of https://github.com/blackberry/GamePlay into next 12 years ago
  Adam Blake 07e388986d Bugfix -- touch events were not always propagating on mobile. 12 years ago
  ablake d11c3739d5 Changing utility method isInFocus() to hasFocus() and making it protected. 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
  ablake a44fa576f9 Fixes #868 by smoothing scroll-wheel scrolling. Makes scroll-wheel speed and scrolling friction into adjustable Properties. 12 years ago
  ablake 138e47d8b7 Changing the default setting of consumeInputEvents to 'true' for all controls. 12 years ago
  ablake 46f490421a Merge branch 'next' of https://github.com/blackberry/GamePlay into next 12 years ago
  ablake 0637ece4ac Removes analogIndex from Game::gamepadEvent. Gamepad events other than connect/disconnect will no longer be sent to games -- they are only used internally by forms. 12 years ago
  Adam Blake a3671ac9d4 Fixes Form::projectPoint for forms that are scaled. 12 years ago
  Adam Blake a794910a70 Enables controlling UI forms with a gamepad. Adds a few things to the forms test in order to test 12 years ago
  seanpaultaylor 2798ea8637 Fixes break in gamepad and forms. 13 years ago
  Adam Blake b341d853d3 Missed some changes to Form.cpp in previous commit. 13 years ago
  Adam Blake d9bcfe45db Prevents a control's clearBounds from having a width or height less than zero. 13 years ago