Commit History

Author SHA1 Message Date
  Yao Wei Tjong 姚伟忠 e3c1ce1f99 Add Android ABI 64-bit support into 1.32 changelog. 11 years ago
  PrimitiveWaste 283d0d196b Add layout flex scale to UIElement. Prevent layout updates while loading attributes. 11 years ago
  Lasse Öörni f65aa514ad Fixed UI bug where positioning a window to the left partially outside the screen would cause GetElementAt() to stop working on the window's layouted child elements. 11 years ago
  hdunderscore bb3475b797 Exposed UIElement::GetDragButtonCombo and UIElement::GetDragButtonCount to Lua script, and adjusted their signatures. 11 years ago
  Lasse Öörni 3e4882bfa5 Unify SetDeepEnabled() API between UI & Node. Removed IsDeepEnabled() function & "Is Deep Enabled" attribute as it may return different value than last SetDeepEnabled() and can not therefore serialize/deserialize accurately. Instead added IsEnabledSelf() which returns the enabled state before SetDeepEnabled(). Changed Node::SetEnabled(bool, bool) to SetEnabledRecursive(). Unlike SetDeepEnabled() it does not preserve node's self enabled state. Added AngelScript binding for SetDeepEnabled operations. 11 years ago
  hdunderscore f382ab895f Fixed a compile error with LUA. 11 years ago
  hdunderscore 2966800ffc Added UIElement methods SetDeepEnabled / ResetDeepEnabled / IsDeepEnabled to allow setting enable on an element + all it's child elements / reset it to previous state. 11 years ago
  Aster@中国上海 84fe0946c8 Remove ShortStringHash, Now all of ShortStringHash are replaced by StringHash. 11 years ago
  Aster@中国上海 ebd705d674 For Component, Resource and UIElement always return concrete object type to Lua. 11 years ago
  aster2013 5fd7363201 Add Animatable class. 11 years ago
  Lasse Öörni 2e212023fb Fixed the Lua binding of UIElement::GetParent() to return the proper type. 11 years ago
  Lasse Öörni 88853388a9 Use proper object return type in Lua bindings of UIElement::GetChild() to enable subclass properties & functions. 11 years ago
  Lasse Öörni e0166ce900 Merge remote-tracking branch 'remotes/mike3d/master' 12 years ago
  aster2013 b7990b94da Modify tolua_isnumber and tolua_isstring function to fixed issue #182. 12 years ago
  Mike3D cde67d7391 Fix various order of exposition to lua 12 years ago
  aster2013 4b13c8598e Lua API Update. 12 years ago
  aster2013 d1c3d96844 Remove context from object's constructor, make all constructor look like AngleScript, rename file. 12 years ago
  Yao Wei Tjong 姚伟忠 d33ac02538 Refactor build scripts to build Urho3D library as main target. 12 years ago