2gitcans
|
a411214e7c
Removed Tabs, replaced FLT_MAX with large float. Capitalized event params
|
8 years ago |
2gitcans
|
00b103b5d6
Added missing distance check to the end of ProcessClickBegin. Seperate private function for dispaching double click events and added position of beggining click to double click events.
|
8 years ago |
2gitcans
|
e78e3ab165
added UI::SetMaxDoubleClickDist and UI::GetMaxDoubpleClickDist
|
8 years ago |
Eugene Kozlov
|
8bb8aa28e8
Minor changes.
|
8 years ago |
Rokas Kupstys
|
4571e9ba20
Hide UIElement3D from public API, clean up UIElement3D and UIComponent.
|
8 years ago |
Rokas Kupstys
|
a27620bae2
Rename `UI::SetRenderTexture()` to `UI:SetElementRenderTexture()`.
|
8 years ago |
Rokas Kupstys
|
c5c560e759
3D UI cleanup and update
|
8 years ago |
Eugene Kozlov
|
06864f5d54
Non-functional refactoring of wheel handling.
|
8 years ago |
Eugene Kozlov
|
de249a1963
Remove casts around nullptr.
|
8 years ago |
Eugene Kozlov
|
5a2bec95f1
Automatic upgrade: override, typedef to using, 0 to nullptr.
|
8 years ago |
Lasse Öörni
|
df669fbe1b
Restore earlier HelloGUI sample, instead create separate Hello3DUI which demonstrates 3D UI render to texture. Move getting viewport related to scene from Scene to Renderer, so that Scene doesn't have to know about Renderer unnecessarily. Refactor the internal UI render calls related to rendertarget use.
|
8 years ago |
Rokas Kupstys
|
f8097b976a
After rendering to texture restore previous render surface if UI subsystem was called with `resetRenderTargets=false`.
|
8 years ago |
Rokas Kupstys
|
6fc2c19baa
More code cleanups.
|
8 years ago |
Rokas Kupstys
|
16ee7e1121
* Changed `UIComponent::IsValid()` to overriden `UIComponent::IsEnabled()`
|
8 years ago |
Iain Merrick
|
0450bcd11e
Add configurable oversampling to improve subpixel font rendering (#1953)
|
8 years ago |
Iain Merrick
|
e603eed814
Add a 'subpixel glyph positions' option to UI (#1953)
|
8 years ago |
Iain Merrick
|
282f250e3a
Add UI.FontHintLevel property
|
8 years ago |
Yao Wei Tjong 姚伟忠
|
75b8420a31
Initial work for porting Urho3D to AppleTV platform.
|
10 years ago |
Lasse Öörni
|
0fe1f9d6ca
Fix the GetElementAt() layout optimization, which should not check up/left limits for child elements in layout. Closes #1923.
|
8 years ago |
Rokas Kupstys
|
5e9579b23a
Allow root UI element to be moved.
|
8 years ago |
urho3d-travis-ci
|
ee054a1507
Travis CI: bump copyright to 2017.
|
9 years ago |
Lasse Öörni
|
d8a7b2ed8f
Safeguard against zero sized root UI element. Closes #1738.
|
9 years ago |
Yao Wei Tjong 姚伟忠
|
1efb0d9085
Enable IME for Linux platform. Only tested using ibus.
|
9 years ago |
Lasse Öörni
|
fff10e15cf
Eliminate a few uses of NULL, and mention preference to not use it in the code convention. Ensure UIElementLoadChildXML returns a value.
|
9 years ago |
Victor Holt
|
a2261f5a56
Updated the ProgressBar PR to include Lua and AngelScript bindings
|
9 years ago |
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 years ago |
Yao Wei Tjong 姚伟忠
|
3ab69da3af
Use __ANDROID__ compiler define consistently.
|
9 years ago |
Lasse Öörni
|
a3a21a5c68
Merge remote-tracking branch 'cosmy1/escape-fix'
|
9 years ago |
1vanK
|
461a075501
Send elapsedTime to UI shader
|
9 years ago |
cosmy
|
b057434bfa
Make escape key name consistent between keycode and scancode.
|
9 years ago |