MystMagus
|
44f181daca
Tooltip improvements (#2468)
|
před 6 roky |
urho3d-travis-ci
|
a476f0c401
Travis CI: bump copyright to 2019.
|
před 7 roky |
Eugene Kozlov
|
bcad960586
Fix AS bindings.
|
před 7 roky |
Yao Wei Tjong 姚伟忠
|
7fce254c22
Fix the API binding and minor code cleanup.
|
před 7 roky |
urho3d-travis-ci
|
70049ba582
Travis CI: bump copyright to 2018.
|
před 8 roky |
Eugene Kozlov
|
04519952a1
Merge pull request #2202 from TrevorCash/feature/doubleclickdist
|
před 8 roky |
Yao Wei Tjong 姚伟忠
|
28e4c64bfc
Remove "execute" permission in the source files.
|
před 8 roky |
2gitcans
|
6e0caa1341
Added angelscript api calls
|
před 8 roky |
Eugene Kozlov
|
56506a359e
Add ScrollView horizontal/vertical bar visibility properties.
|
před 8 roky |
Eugene Kozlov
|
4475565749
Add AS and Lua bindings for ListView internal layout functions.
|
před 8 roky |
Eugene Kozlov
|
5a2bec95f1
Automatic upgrade: override, typedef to using, 0 to nullptr.
|
před 8 roky |
Lasse Öörni
|
a7dc56b5a3
Minor consistency fix in Text::GetFont(), the filename version. Move UIComponent getters to implementation to avoid requiring class definitions.
|
před 8 roky |
Lasse Öörni
|
50fbdbd12e
UIComponent AngelScript API fix, AS example and shutdown crash fix.
|
před 8 roky |
Rokas Kupstys
|
ad464086e4
Fix for build error on AppVeyor
|
před 8 roky |
Rokas Kupstys
|
6fc2c19baa
More code cleanups.
|
před 8 roky |
Rokas Kupstys
|
16ee7e1121
* Changed `UIComponent::IsValid()` to overriden `UIComponent::IsEnabled()`
|
před 8 roky |
Iain Merrick
|
0450bcd11e
Add configurable oversampling to improve subpixel font rendering (#1953)
|
před 8 roky |
Iain Merrick
|
e603eed814
Add a 'subpixel glyph positions' option to UI (#1953)
|
před 8 roky |
Iain Merrick
|
1e3a1edd45
Change font size to a float (closes #1952)
|
před 8 roky |
Iain Merrick
|
282f250e3a
Add UI.FontHintLevel property
|
před 8 roky |
Lasse Öörni
|
32310a2c12
Rename FONT_TYPE enum to FontType and expose it to Font public API. Closes #1786.
|
před 9 roky |
Lasse Öörni
|
458830d1c7
Fix crash in usedGlyphs mode. Fix AS binding for Font::SaveXML taking a Serializer. Closes #1746.
|
před 9 roky |
urho3d-travis-ci
|
ee054a1507
Travis CI: bump copyright to 2017.
|
před 9 roky |
Lasse Öörni
|
71731961bd
Add function to return Text3D UI element height.
|
před 9 roky |
Victor Holt
|
a2261f5a56
Updated the ProgressBar PR to include Lua and AngelScript bindings
|
před 9 roky |
Lasse Öörni
|
6f8164c492
Script bindings for anchor/pivot settings. Edit comments.
|
před 9 roky |
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.
|
před 9 roky |
Lasse Öörni
|
d506ab4288
Add SetFontSize() to Text & Text3D. Fix comments of SetFont() referring to nonexistent parameter. Closes #1484.
|
před 9 roky |
Yao Wei Tjong 姚伟忠
|
5e8ee79f2b
Partial revert - use Object as base but keep lifetime management logic.
|
před 9 roky |
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.
|
před 9 roky |