| .. |
|
BorderImage.cpp
|
26ef946bad
Add possibility to decouple BorderImage border UV size from screen size. Closes #269.
|
11 years ago |
|
BorderImage.h
|
26ef946bad
Add possibility to decouple BorderImage border UV size from screen size. Closes #269.
|
11 years ago |
|
Button.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 years ago |
|
Button.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 years ago |
|
CMakeLists.txt
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 years ago |
|
CheckBox.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 years ago |
|
CheckBox.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 years ago |
|
Cursor.cpp
|
ffe7a7699f
Minor enhancement on getting optional resources and error handling.
|
12 years ago |
|
Cursor.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 years ago |
|
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 years ago |
|
DropDownList.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 years ago |
|
FileSelector.cpp
|
2e8744dc01
Minor cleanup - remove redundant null check for subsystems pointer.
|
12 years ago |
|
FileSelector.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 years ago |
|
Font.cpp
|
973b353a08
Safeguard CollisionShape against empty models to prevent Bullet asserts.
|
11 years ago |
|
Font.h
|
694e41c42a
If font face uses mutable glyphs, reacquire all glyphs before constructing text batch.
|
12 years ago |
|
LineEdit.cpp
|
8945322476
Fix spelling: ClipBoard -> Clipboard. Use the system clipboard by default in the editor.
|
11 years ago |
|
LineEdit.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 years ago |
|
ListView.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 years ago |
|
ListView.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 years ago |
|
Menu.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 years ago |
|
Menu.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 years ago |
|
MessageBox.cpp
|
b23069ffa5
Prevent any usage of windowless MessageBox.
|
12 years ago |
|
MessageBox.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 years ago |
|
ScrollBar.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 years ago |
|
ScrollBar.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 years ago |
|
ScrollView.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 years ago |
|
ScrollView.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 years ago |
|
Slider.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 years ago |
|
Slider.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 years ago |
|
Sprite.cpp
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 years ago |
|
Sprite.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 years ago |
|
Text.cpp
|
8cc5ad7fd2
Improved and unified API for Text & Text3D: get number of Unicode characters, get width of row by index, get position of character by index, get size of character by index. Store positions & sizes in the same vector to reduce amount of dynamic memory allocations.
|
12 years ago |
|
Text.h
|
8cc5ad7fd2
Improved and unified API for Text & Text3D: get number of Unicode characters, get width of row by index, get position of character by index, get size of character by index. Store positions & sizes in the same vector to reduce amount of dynamic memory allocations.
|
12 years ago |
|
Text3D.cpp
|
0594ff6013
Fixed shader used by Text3D generated materials.
|
12 years ago |
|
Text3D.h
|
0594ff6013
Fixed shader used by Text3D generated materials.
|
12 years ago |
|
ToolTip.cpp
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 years ago |
|
ToolTip.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 years ago |
|
UI.cpp
|
8945322476
Fix spelling: ClipBoard -> Clipboard. Use the system clipboard by default in the editor.
|
11 years ago |
|
UI.h
|
8945322476
Fix spelling: ClipBoard -> Clipboard. Use the system clipboard by default in the editor.
|
11 years ago |
|
UIBatch.cpp
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 years ago |
|
UIBatch.h
|
07f06563bc
Optimized Renderer::GetShader() so that caching shader variation pointers becomes unnecessary for the most part.
|
12 years ago |
|
UIElement.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 years ago |
|
UIElement.h
|
0c76216202
Simplify and optimize Text code. If text does not change, do not look up glyphs & kerning each frame. Fix display of wordwrapped right-aligned texts.
|
12 years ago |
|
UIEvents.h
|
18217a0fdd
Added UI hover start/end events.
|
11 years ago |
|
View3D.cpp
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 years ago |
|
View3D.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 years ago |
|
Window.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 years ago |
|
Window.h
|
6d5ddc23e0
Bump the copyright for 2014.
|
12 years ago |