| .. |
|
BorderImage.cpp
|
26ef946bad
Add possibility to decouple BorderImage border UV size from screen size. Closes #269.
|
11 年之前 |
|
BorderImage.h
|
26ef946bad
Add possibility to decouple BorderImage border UV size from screen size. Closes #269.
|
11 年之前 |
|
Button.cpp
|
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 年之前 |
|
Button.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 年之前 |
|
CMakeLists.txt
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 年之前 |
|
CheckBox.cpp
|
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 年之前 |
|
CheckBox.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 年之前 |
|
Cursor.cpp
|
8463393377
Initial resource background loading API and implementation. Background loading-capable implementation for textures (load image in background thread, upload image to GPU in main thread), other resources todo.
|
11 年之前 |
|
Cursor.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 年之前 |
|
DropDownList.cpp
|
47836474e2
Variant pointer refactoring. Variant can now hold a weak pointer to a RefCounted object, which is safer, and is returned using GetPtr(). Engine events have been converted to use that mechanism. GetPtr() is also directly available in AngelScript, as well as assigning a RefCounted or derived class handle to a Variant.
|
12 年之前 |
|
DropDownList.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 年之前 |
|
FileSelector.cpp
|
2e8744dc01
Minor cleanup - remove redundant null check for subsystems pointer.
|
12 年之前 |
|
FileSelector.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 年之前 |
|
Font.cpp
|
d7924f907f
Added glyph offset functionality to Font. Closes #13.
|
11 年之前 |
|
Font.h
|
d7924f907f
Added glyph offset functionality to Font. Closes #13.
|
11 年之前 |
|
FontFace.cpp
|
f943bb4faa
Unwarn patch for AppleClang. A few warnings were indeed coding error.
|
11 年之前 |
|
FontFace.h
|
387c89b857
Simplify font class.
|
11 年之前 |
|
FontFaceBitmap.cpp
|
4c77c3ad21
Add bitmap font face texture to resource cache manually.
|
11 年之前 |
|
FontFaceBitmap.h
|
387c89b857
Simplify font class.
|
11 年之前 |
|
FontFaceFreeType.cpp
|
1786c20662
Clean up AreaAllocator code and allow the Reset function same functionality as the constructors. Added additional heuristic to prevent failed large allocation. Mark todo for needing to reimplement a slower but more proper mode.
|
11 年之前 |
|
FontFaceFreeType.h
|
387c89b857
Simplify font class.
|
11 年之前 |
|
LineEdit.cpp
|
007d3acc1a
Changes to UI drag behavior:
|
11 年之前 |
|
LineEdit.h
|
007d3acc1a
Changes to UI drag behavior:
|
11 年之前 |
|
ListView.cpp
|
007d3acc1a
Changes to UI drag behavior:
|
11 年之前 |
|
ListView.h
|
b8185f973c
Support a "select on click end" mode in ListView. Support defining a separate drag'n'drop content for elements dropped into a LineEdit. Enable drag'n'drop to node ID attribute fields. Closes #261.
|
11 年之前 |
|
Menu.cpp
|
84fe0946c8
Remove ShortStringHash, Now all of ShortStringHash are replaced by StringHash.
|
11 年之前 |
|
Menu.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 年之前 |
|
MessageBox.cpp
|
a897ef1651
Add null check to catch faulty MessageBox window layout.
|
11 年之前 |
|
MessageBox.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 年之前 |
|
ScrollBar.cpp
|
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 年之前 |
|
ScrollBar.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 年之前 |
|
ScrollView.cpp
|
7f6962e47c
Merge remote-tracking branch 'remotes/hdunderscore/UI_Drag_Update'
|
11 年之前 |
|
ScrollView.h
|
17e48a27f5
Child elements of a scroll view can now be auto disabled when touch scrolling to prevent triggering of child element events.
|
11 年之前 |
|
Slider.cpp
|
007d3acc1a
Changes to UI drag behavior:
|
11 年之前 |
|
Slider.h
|
007d3acc1a
Changes to UI drag behavior:
|
11 年之前 |
|
Sprite.cpp
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 年之前 |
|
Sprite.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 年之前 |
|
Text.cpp
|
d7924f907f
Added glyph offset functionality to Font. Closes #13.
|
11 年之前 |
|
Text.h
|
2dc6c117cd
When a wordwrap text element exists in a parent layout, force a final layout update on the parent to prevent the parent remaining too large. Closes #475.
|
11 年之前 |
|
Text3D.cpp
|
09baed3460
Add text effect code to text shader for Text3D.
|
11 年之前 |
|
Text3D.h
|
d72dcde96d
Remove useSDF parameter in Text and Text3D classes, now signed distance field font is a bitmap font file with .sdf extension.
|
11 年之前 |
|
ToolTip.cpp
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 年之前 |
|
ToolTip.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 年之前 |
|
UI.cpp
|
aa8faf79ec
Normalize touch ID's to touch indices to ensure the first touch always works as the "left mousebutton" in the UI.
|
11 年之前 |
|
UI.h
|
aa8faf79ec
Normalize touch ID's to touch indices to ensure the first touch always works as the "left mousebutton" in the UI.
|
11 年之前 |
|
UIBatch.cpp
|
46285baf97
Refactor build scripts to group Urho3D specific build option.
|
11 年之前 |
|
UIBatch.h
|
07f06563bc
Optimized Renderer::GetShader() so that caching shader variation pointers becomes unnecessary for the most part.
|
12 年之前 |
|
UIElement.cpp
|
9fabafec87
Clean up + included a by-pass in UI.cpp to allow for drag move and drag end to occur when Input::IsMouseGrabbed() is true (allowing existing events to continue, preventing new events from triggering).
|
11 年之前 |
|
UIElement.h
|
bb3475b797
Exposed UIElement::GetDragButtonCombo and UIElement::GetDragButtonCount to Lua script, and adjusted their signatures.
|
11 年之前 |
|
UIEvents.h
|
007d3acc1a
Changes to UI drag behavior:
|
11 年之前 |
|
View3D.cpp
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 年之前 |
|
View3D.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 年之前 |
|
Window.cpp
|
007d3acc1a
Changes to UI drag behavior:
|
11 年之前 |
|
Window.h
|
007d3acc1a
Changes to UI drag behavior:
|
11 年之前 |