提交歷史

作者 SHA1 備註 提交日期
  Andrew Karpushin 83f73cf659 UI: control's addition/removing/hiding makes parents dirty, autoSize doesn't count invisible controls 11 年之前
  KJO 3ed7e10bd0 Update Container.cpp 12 年之前
  sgrenier ad95da4ecd Fixed issue with multi-touch on virtual gamepad and UI. 12 年之前
  sgrenier 164e20ce81 UI layout optimizations. 12 年之前
  sgrenier a78311bd78 More UI layout optimizations. 12 年之前
  sgrenier 17a8763cb4 Layout optimizations continued. 12 年之前
  sgrenier a52af4aaa0 Merge branch 'next' of https://github.com/blackberry/GamePlay into next 12 年之前
  sgrenier cfb81be201 UI Changes: 12 年之前
  seanpaultaylor 0f37a74487 Renamed Joystick to JoystickControl. 12 年之前
  sgrenier 4a91ad14e6 More work on default theme. 12 年之前
  Darryl Gough 3be40a9528 Convert line endings to LF 12 年之前
  sgrenier dd60b64a87 Fix to allow sliders to be manipulated inside a scrollable container. 12 年之前
  Steve Grenier 3068010d8d Changed UI/forms to no longer render to an offscreen framebuffer. 12 年之前
  Steve Grenier 91b02af523 More work on default theme. 12 年之前
  sgrenier 25e70f7088 Added gameplay::strcmpnocase as a platform-independent case-insensitive ASCII string comparison function. 12 年之前
  Steve Grenier 61c495c1a8 Adding support for default UI themes. 12 年之前
  Steve Grenier e7b34766fa More UI focus improvements. 12 年之前
  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 年之前
  Steve Grenier 4421b05569 Re-generated lua bindings. 12 年之前
  Steve Grenier bc589616b0 Finished implementing gamepad and touch input support back for new UI focus/input management routines. 12 年之前
  Steve Grenier fe80d5accf UI updates. 12 年之前
  sgrenier 6adf21a905 - Large overhaul to how focus and control state changes are managed within the UI system. 12 年之前
  sgrenier de6a50dd30 Added support for spacing properties for vertical and flow layouts. 12 年之前
  sgrenier 7a8ca49182 Added more flexible sizing and positioning for UI controls: 12 年之前
  Andrew Karpushin 921b3a9cbb scrollbar's position can be controlled from code and scripts 12 年之前
  Andrew Karpushin 96bbfaa984 take control's margin into account during Container total width/height calculation 12 年之前
  Andrew Karpushin 51d720b376 reset total width and height of Container before their calculation 12 年之前
  Andrew Karpushin a72317c2a0 fixed controls removing from Container 12 年之前
  Andrew Karpushin 9829cc6143 move focus by key arrows only to focusable controls 12 年之前
  Andrew Karpushin f259359d34 fixed permanent dirty state on containers containing hidden controls 12 年之前