| .. |
|
BorderImage.cpp
|
895819e8d2
Removed use of the UIQuad intermediate structure. Instead construct vertex data directly.
|
13 yıl önce |
|
BorderImage.h
|
895819e8d2
Removed use of the UIQuad intermediate structure. Instead construct vertex data directly.
|
13 yıl önce |
|
Button.cpp
|
5830f0e5d1
Convention change: prefer Enabled instead of Active where possible.
|
13 yıl önce |
|
Button.h
|
895819e8d2
Removed use of the UIQuad intermediate structure. Instead construct vertex data directly.
|
13 yıl önce |
|
CMakeLists.txt
|
92eb073cb7
Applied cmake patch from weitjong.
|
13 yıl önce |
|
CheckBox.cpp
|
5830f0e5d1
Convention change: prefer Enabled instead of Active where possible.
|
13 yıl önce |
|
CheckBox.h
|
895819e8d2
Removed use of the UIQuad intermediate structure. Instead construct vertex data directly.
|
13 yıl önce |
|
Cursor.cpp
|
895819e8d2
Removed use of the UIQuad intermediate structure. Instead construct vertex data directly.
|
13 yıl önce |
|
Cursor.h
|
895819e8d2
Removed use of the UIQuad intermediate structure. Instead construct vertex data directly.
|
13 yıl önce |
|
DropDownList.cpp
|
895819e8d2
Removed use of the UIQuad intermediate structure. Instead construct vertex data directly.
|
13 yıl önce |
|
DropDownList.h
|
895819e8d2
Removed use of the UIQuad intermediate structure. Instead construct vertex data directly.
|
13 yıl önce |
|
FileSelector.cpp
|
55f249e548
Automatically show compatible script object variables as ScriptInstance attributes and file-serialize them.
|
13 yıl önce |
|
FileSelector.h
|
a40fead7dc
Updated license for the new year.
|
13 yıl önce |
|
Font.cpp
|
5544602c9e
Enhance Font class to support saving of font (TTF or bitmap type) as another bitmap font resource in xml format. For bitmap font type, saving yet to another bitmap font is only meaningful when called with the optional parameter turned on to save only used glyphs. Refactored UIBatch class to enable better performance in Text class UI batch generation in relation to multi-pages/textures font.
|
13 yıl önce |
|
Font.h
|
5544602c9e
Enhance Font class to support saving of font (TTF or bitmap type) as another bitmap font resource in xml format. For bitmap font type, saving yet to another bitmap font is only meaningful when called with the optional parameter turned on to save only used glyphs. Refactored UIBatch class to enable better performance in Text class UI batch generation in relation to multi-pages/textures font.
|
13 yıl önce |
|
LineEdit.cpp
|
5830f0e5d1
Convention change: prefer Enabled instead of Active where possible.
|
13 yıl önce |
|
LineEdit.h
|
da243eb31b
Applied UI & editor related patch from weitjong.
|
13 yıl önce |
|
ListView.cpp
|
1d60bc59fa
Added check to ListView to see if has been destroyed as a response to the selection event.
|
12 yıl önce |
|
ListView.h
|
25372fafd8
Added new ListView attribute to control the root base indent in hierarchy mode. Enhanced the Hierarchy window in Editor to show icon for each item. Need better and more assets for the icons though.
|
13 yıl önce |
|
Menu.cpp
|
5830f0e5d1
Convention change: prefer Enabled instead of Active where possible.
|
13 yıl önce |
|
Menu.h
|
da243eb31b
Applied UI & editor related patch from weitjong.
|
13 yıl önce |
|
Precompiled.cpp
|
a40fead7dc
Updated license for the new year.
|
13 yıl önce |
|
Precompiled.h
|
a40fead7dc
Updated license for the new year.
|
13 yıl önce |
|
ScrollBar.cpp
|
5830f0e5d1
Convention change: prefer Enabled instead of Active where possible.
|
13 yıl önce |
|
ScrollBar.h
|
da243eb31b
Applied UI & editor related patch from weitjong.
|
13 yıl önce |
|
ScrollView.cpp
|
5830f0e5d1
Convention change: prefer Enabled instead of Active where possible.
|
13 yıl önce |
|
ScrollView.h
|
97a30bbe78
Cleaned up ListView content resize in regard to automatic scrollbar visibility.
|
13 yıl önce |
|
Slider.cpp
|
5830f0e5d1
Convention change: prefer Enabled instead of Active where possible.
|
13 yıl önce |
|
Slider.h
|
da243eb31b
Applied UI & editor related patch from weitjong.
|
13 yıl önce |
|
Sprite.cpp
|
895819e8d2
Removed use of the UIQuad intermediate structure. Instead construct vertex data directly.
|
13 yıl önce |
|
Sprite.h
|
895819e8d2
Removed use of the UIQuad intermediate structure. Instead construct vertex data directly.
|
13 yıl önce |
|
Text.cpp
|
06f3580948
Enhanced the Attribute Inspector to show the 'Is Enabled' check box on the node/component 'title bar' instead of in the attribute list; and small refactoring to reduce the number of parameters being passed in a number of functions. Refactored to modify AttributeInfo's name to become a String. Exposed 'internal' property of UIElement to Script API. Enhanced Text class so that it renders the selected text being hovered by mouse a little differently than those without.
|
12 yıl önce |
|
Text.h
|
895819e8d2
Removed use of the UIQuad intermediate structure. Instead construct vertex data directly.
|
13 yıl önce |
|
UI.cpp
|
5830f0e5d1
Convention change: prefer Enabled instead of Active where possible.
|
13 yıl önce |
|
UI.h
|
5830f0e5d1
Convention change: prefer Enabled instead of Active where possible.
|
13 yıl önce |
|
UIBatch.cpp
|
b4599e046d
Hardware sRGB texture support. OpenGL sRGB framebuffer writing implementation still missing.
|
13 yıl önce |
|
UIBatch.h
|
b4599e046d
Hardware sRGB texture support. OpenGL sRGB framebuffer writing implementation still missing.
|
13 yıl önce |
|
UIElement.cpp
|
827035e36e
Fixed the UIElement to perform the parent's UpdateLayout() when an element's indent or indentSpacing is changed. Fixed the UIElement from altering the child element's alignment during UpdateLayout(). Enhanced Editor to show menu accelerator keys in the menu popup. Replaced the accel key for attribute inspector window to 'Ctrl+I' to match its current window name. Added accel key for new scene menu item.
|
12 yıl önce |
|
UIElement.h
|
5830f0e5d1
Convention change: prefer Enabled instead of Active where possible.
|
13 yıl önce |
|
UIEvents.h
|
5160610e25
Refactored freely rotating / scaling UIElements into a separate Sprite class; removed rotation from the base class as it would not work correctly with element hierarchies in most cases.
|
13 yıl önce |
|
Window.cpp
|
5830f0e5d1
Convention change: prefer Enabled instead of Active where possible.
|
13 yıl önce |
|
Window.h
|
a40fead7dc
Updated license for the new year.
|
13 yıl önce |