提交歷史

作者 SHA1 備註 提交日期
  Eugene Kozlov 5a2bec95f1 Automatic upgrade: override, typedef to using, 0 to nullptr. 8 年之前
  Lasse Öörni a7dc56b5a3 Minor consistency fix in Text::GetFont(), the filename version. Move UIComponent getters to implementation to avoid requiring class definitions. 8 年之前
  Lasse Öörni 50fbdbd12e UIComponent AngelScript API fix, AS example and shutdown crash fix. 8 年之前
  Rokas Kupstys ad464086e4 Fix for build error on AppVeyor 8 年之前
  Rokas Kupstys 6fc2c19baa More code cleanups. 8 年之前
  Rokas Kupstys 16ee7e1121 * Changed `UIComponent::IsValid()` to overriden `UIComponent::IsEnabled()` 8 年之前
  Iain Merrick 0450bcd11e Add configurable oversampling to improve subpixel font rendering (#1953) 8 年之前
  Iain Merrick e603eed814 Add a 'subpixel glyph positions' option to UI (#1953) 8 年之前
  Iain Merrick 1e3a1edd45 Change font size to a float (closes #1952) 8 年之前
  Iain Merrick 282f250e3a Add UI.FontHintLevel property 8 年之前
  Lasse Öörni 32310a2c12 Rename FONT_TYPE enum to FontType and expose it to Font public API. Closes #1786. 9 年之前
  Lasse Öörni 458830d1c7 Fix crash in usedGlyphs mode. Fix AS binding for Font::SaveXML taking a Serializer. Closes #1746. 9 年之前
  urho3d-travis-ci ee054a1507 Travis CI: bump copyright to 2017. 9 年之前
  Lasse Öörni 71731961bd Add function to return Text3D UI element height. 9 年之前
  Victor Holt a2261f5a56 Updated the ProgressBar PR to include Lua and AngelScript bindings 9 年之前
  Lasse Öörni 6f8164c492 Script bindings for anchor/pivot settings. Edit comments. 9 年之前
  Lasse Öörni 5ce39a2955 Support setting a custom size for the UI root element (UI::SetCustomSize()) instead of always auto-resizing according to window size. When "renderui" renderpath command is used, use the current viewport size for UI rendering projection matrix to avoid distortion. If UI root element is smaller than the screen, apply wrapping in GetElementAt(), with the assumption that a copy is being rendered next to it. Related to #1514. 9 年之前
  Lasse Öörni d506ab4288 Add SetFontSize() to Text & Text3D. Fix comments of SetFont() referring to nonexistent parameter. Closes #1484. 9 年之前
  Yao Wei Tjong 姚伟忠 5e8ee79f2b Partial revert - use Object as base but keep lifetime management logic. 9 年之前
  Lasse Öörni 9db4af58e5 Simplify returning a new MessageBox to AngelScript. Fix crash due to multiple handling of MessageBox acknowledge when modal status is manually reset. 9 年之前
  Lasse Öörni c38d29a20c Make MessageBox a UIElement subclass for automatic lifetime management through the UI hierarchy. (Use MessageBox:new in Lua for safe operation.) Remove the "test all factories" feature in Engine class (Debug mode) since it would leave a MessageBox in the UI. Use UI root size for centering the MessageBox instead of Graphics resolution, since the UI might be scaled. Closes #1439. Closes #634. 9 年之前
  Lasse Öörni 64b2a83869 Add fixed screen size option to Text3D. 9 年之前
  Lasse Öörni 2165b76506 Use const ref IntVector2 for the shadow effect offset. 9 年之前
  Bengt Soderstrom 34bd347513 Text effect attributes accessible from Angel Script 9 年之前
  urho3d-travis-ci c4f6f315ff Travis CI: bump copyright to 2016. 10 年之前
  Lasse Öörni a4e22db6e5 Auto-resize the UI root when scale is changed. Fix Console to support scaled UI. Add UI scale Lua bindings. Tweak UI scale AngelScript bindings. Fix UI render scissor region to work properly with scaled UI. Added brief documentation on UI scaling. 10 年之前
  ninjastone f0532d5d61 Add script bindings to UI scaling functions. 10 年之前
  Yao Wei Tjong 姚伟忠 8652de217d Rename Source/Urho3D/Script to Source/Urho3D/AngelScript. 10 年之前