Commit History

Author SHA1 Message Date
  KJO 3ed7e10bd0 Update Container.cpp 12 years ago
  sgrenier ad95da4ecd Fixed issue with multi-touch on virtual gamepad and UI. 12 years ago
  sgrenier 164e20ce81 UI layout optimizations. 12 years ago
  sgrenier a78311bd78 More UI layout optimizations. 12 years ago
  sgrenier 17a8763cb4 Layout optimizations continued. 12 years ago
  sgrenier a52af4aaa0 Merge branch 'next' of https://github.com/blackberry/GamePlay into next 12 years ago
  sgrenier cfb81be201 UI Changes: 12 years ago
  seanpaultaylor 0f37a74487 Renamed Joystick to JoystickControl. 12 years ago
  sgrenier 4a91ad14e6 More work on default theme. 12 years ago
  Darryl Gough 3be40a9528 Convert line endings to LF 12 years ago
  sgrenier dd60b64a87 Fix to allow sliders to be manipulated inside a scrollable container. 12 years ago
  Steve Grenier 3068010d8d Changed UI/forms to no longer render to an offscreen framebuffer. 12 years ago
  Steve Grenier 91b02af523 More work on default theme. 12 years ago
  sgrenier 25e70f7088 Added gameplay::strcmpnocase as a platform-independent case-insensitive ASCII string comparison function. 12 years ago
  Steve Grenier 61c495c1a8 Adding support for default UI themes. 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
  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
  Andrew Karpushin 921b3a9cbb scrollbar's position can be controlled from code and scripts 12 years ago
  Andrew Karpushin 96bbfaa984 take control's margin into account during Container total width/height calculation 12 years ago
  Andrew Karpushin 51d720b376 reset total width and height of Container before their calculation 12 years ago
  Andrew Karpushin a72317c2a0 fixed controls removing from Container 12 years ago
  Andrew Karpushin 9829cc6143 move focus by key arrows only to focusable controls 12 years ago
  Andrew Karpushin f259359d34 fixed permanent dirty state on containers containing hidden controls 12 years ago
  Adam Blake 67f6222915 Replacing a magic number with a constant. 12 years ago