| .. |
|
BorderImage.cpp
|
895819e8d2
Removed use of the UIQuad intermediate structure. Instead construct vertex data directly.
|
12 년 전 |
|
BorderImage.h
|
895819e8d2
Removed use of the UIQuad intermediate structure. Instead construct vertex data directly.
|
12 년 전 |
|
Button.cpp
|
5830f0e5d1
Convention change: prefer Enabled instead of Active where possible.
|
12 년 전 |
|
Button.h
|
895819e8d2
Removed use of the UIQuad intermediate structure. Instead construct vertex data directly.
|
12 년 전 |
|
CMakeLists.txt
|
92eb073cb7
Applied cmake patch from weitjong.
|
13 년 전 |
|
CheckBox.cpp
|
5830f0e5d1
Convention change: prefer Enabled instead of Active where possible.
|
12 년 전 |
|
CheckBox.h
|
895819e8d2
Removed use of the UIQuad intermediate structure. Instead construct vertex data directly.
|
12 년 전 |
|
Cursor.cpp
|
895819e8d2
Removed use of the UIQuad intermediate structure. Instead construct vertex data directly.
|
12 년 전 |
|
Cursor.h
|
895819e8d2
Removed use of the UIQuad intermediate structure. Instead construct vertex data directly.
|
12 년 전 |
|
DropDownList.cpp
|
895819e8d2
Removed use of the UIQuad intermediate structure. Instead construct vertex data directly.
|
12 년 전 |
|
DropDownList.h
|
895819e8d2
Removed use of the UIQuad intermediate structure. Instead construct vertex data directly.
|
12 년 전 |
|
FileSelector.cpp
|
55f249e548
Automatically show compatible script object variables as ScriptInstance attributes and file-serialize them.
|
13 년 전 |
|
FileSelector.h
|
a40fead7dc
Updated license for the new year.
|
13 년 전 |
|
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 년 전 |
|
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 년 전 |
|
LineEdit.cpp
|
5830f0e5d1
Convention change: prefer Enabled instead of Active where possible.
|
12 년 전 |
|
LineEdit.h
|
da243eb31b
Applied UI & editor related patch from weitjong.
|
13 년 전 |
|
ListView.cpp
|
8aee95c85b
Fixed editor doing always a fullupdate on attributes (caused a crash as ListView was destroyed while it was sending the selection event.)
|
12 년 전 |
|
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.
|
12 년 전 |
|
Menu.cpp
|
5830f0e5d1
Convention change: prefer Enabled instead of Active where possible.
|
12 년 전 |
|
Menu.h
|
da243eb31b
Applied UI & editor related patch from weitjong.
|
13 년 전 |
|
Precompiled.cpp
|
a40fead7dc
Updated license for the new year.
|
13 년 전 |
|
Precompiled.h
|
a40fead7dc
Updated license for the new year.
|
13 년 전 |
|
ScrollBar.cpp
|
5830f0e5d1
Convention change: prefer Enabled instead of Active where possible.
|
12 년 전 |
|
ScrollBar.h
|
da243eb31b
Applied UI & editor related patch from weitjong.
|
13 년 전 |
|
ScrollView.cpp
|
5830f0e5d1
Convention change: prefer Enabled instead of Active where possible.
|
12 년 전 |
|
ScrollView.h
|
97a30bbe78
Cleaned up ListView content resize in regard to automatic scrollbar visibility.
|
13 년 전 |
|
Slider.cpp
|
5830f0e5d1
Convention change: prefer Enabled instead of Active where possible.
|
12 년 전 |
|
Slider.h
|
da243eb31b
Applied UI & editor related patch from weitjong.
|
13 년 전 |
|
Sprite.cpp
|
895819e8d2
Removed use of the UIQuad intermediate structure. Instead construct vertex data directly.
|
12 년 전 |
|
Sprite.h
|
895819e8d2
Removed use of the UIQuad intermediate structure. Instead construct vertex data directly.
|
12 년 전 |
|
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 년 전 |
|
Text.h
|
895819e8d2
Removed use of the UIQuad intermediate structure. Instead construct vertex data directly.
|
12 년 전 |
|
UI.cpp
|
5830f0e5d1
Convention change: prefer Enabled instead of Active where possible.
|
12 년 전 |
|
UI.h
|
5830f0e5d1
Convention change: prefer Enabled instead of Active where possible.
|
12 년 전 |
|
UIBatch.cpp
|
b4599e046d
Hardware sRGB texture support. OpenGL sRGB framebuffer writing implementation still missing.
|
12 년 전 |
|
UIBatch.h
|
b4599e046d
Hardware sRGB texture support. OpenGL sRGB framebuffer writing implementation still missing.
|
12 년 전 |
|
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 년 전 |
|
UIElement.h
|
5830f0e5d1
Convention change: prefer Enabled instead of Active where possible.
|
12 년 전 |
|
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.
|
12 년 전 |
|
Window.cpp
|
5830f0e5d1
Convention change: prefer Enabled instead of Active where possible.
|
12 년 전 |
|
Window.h
|
a40fead7dc
Updated license for the new year.
|
13 년 전 |