Lasse Öörni
|
d1bbe45515
Added SDL on-screen keyboard support.
|
12 vuotta sitten |
Lasse Öörni
|
7f061206dc
Add the byKey parameter to script bindings of SetFocusElement().
|
12 vuotta sitten |
reattiva
|
8f38b4b702
Move the focus backwards with SHIFT+TAB.
|
12 vuotta sitten |
reattiva
|
6e9a0fb715
Select all the text when moving focus on a line edit by TAB key.
|
12 vuotta sitten |
Lasse Öörni
|
358d9c2849
Added default tooltip delay to UI, which will be used if the tooltip's own delay is zero. Use seconds for tooltip delay to match eg. the doubleclick interval. Removed layout from the editor's tooltip root element to prevent it resizing in unwanted fashion.
|
12 vuotta sitten |
Lasse Öörni
|
5b8f5e290b
Normalize name of tooltip class to ToolTip to match the filename.
|
12 vuotta sitten |
Alex Parlett
|
70322b5c85
Added the Tooltip UI Element which will display when its parent element is hovered over for the specified delay period.
|
12 vuotta sitten |
Lasse Öörni
|
5fa9116be1
Drag-related code cleanup.
|
12 vuotta sitten |
Lasse Öörni
|
0d7d4826e5
Add pixel & time threshold for sending a drag begin UI event. Closes #65. Removed code duplication between mouse & touch hover.
|
12 vuotta sitten |
Lasse Öörni
|
dc0533e1ae
Fix forceAutoHint_ being uninitialized.
|
12 vuotta sitten |
Lasse Öörni
|
840d50ce0d
Allow to force FreeType autohinting (old 2.3 version behavior.) Reload font faces when global font settings changed.
|
12 vuotta sitten |
Lasse Öörni
|
267523a738
Adapted Aster Jian's mutable glyph mechanism. Globally switchable on from the UI subsystem. Configurable font texture max size in UI subsystem.
|
12 vuotta sitten |
Lasse Öörni
|
b2d356ad5e
Allow using the operating system clipboard in UI.
|
12 vuotta sitten |
Lasse Öörni
|
04bf45e463
Added support for SDL_DROPFILE event. Input system sends event with filename only, and UI subsystem interprets that to include the element that was dropped onto. The UI variant of the event is only posted when the OS mouse cursor is visible (such as in the editor.)
|
12 vuotta sitten |
Lasse Öörni
|
1eae2e13ab
Split UIElement::OnClick() to OnClickBegin() & OnClickEnd(), added global UIMouseClickEnd event, cleaned up Button & CheckBox click handling, based on Chris Friesen's work.
|
12 vuotta sitten |
Lasse Öörni
|
c8a1bc96d7
Refactor UI to not duplicate code for touch and mouse handling.
|
12 vuotta sitten |
Lasse Öörni
|
9ff0247c68
Applied material editor preview patch from primitivewaste, which also adds View3D UI element class.
|
12 vuotta sitten |
Lasse Öörni
|
7d235c8458
Added touch input double click handling in the UI.
|
12 vuotta sitten |
Wei Tjong Yao
|
02512cecf9
In order to move the out-of-source 'build' directory back to Urho3D project root directory, all the source codes sub-directories are now moved down one level to a new directory under project root called 'Source'.
|
12 vuotta sitten |