Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
0 additions
and 274 deletions.
- +0 −79 src/gui/guiButton.cpp
- +0 −8 src/gui/guiButton.h
- +0 −51 src/gui/guiEditBox.cpp
- +0 −8 src/gui/guiEditBox.h
- +0 −20 src/gui/guiEditBoxWithScrollbar.cpp
- +0 −6 src/gui/guiEditBoxWithScrollbar.h
- +0 −42 src/gui/guiSkin.cpp
- +0 −10 src/gui/guiSkin.h
- +0 −44 src/irrlicht_changes/static_text.cpp
- +0 −6 src/irrlicht_changes/static_text.h
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -632,85 +632,6 @@ bool GUIButton::isDrawingBorder() const | ||
} | ||
|
||
|
||
// PATCH | ||
GUIButton* GUIButton::addButton(IGUIEnvironment *environment, | ||
const core::rect<s32>& rectangle, ISimpleTextureSource *tsrc, | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -846,54 +846,3 @@ void GUIEditBox::updateVScrollBar() | ||
} | ||
} | ||
} | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1024,48 +1024,6 @@ void GUISkin::draw2DRectangle(IGUIElement* element, | ||
} | ||
|
||
|
||
//! gets the colors | ||
// PATCH | ||
void GUISkin::getColors(video::SColor* colors) | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -290,16 +290,6 @@ namespace gui | ||
//! get the type of this skin | ||
virtual EGUI_SKIN_TYPE getType() const; | ||
|
||
//! gets the colors | ||
virtual void getColors(video::SColor* colors); // ::PATCH: | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -588,50 +588,6 @@ s32 StaticText::getTextWidth() const | ||
} | ||
|
||
|
||
} // end namespace gui | ||
|
||
#endif // USE_FREETYPE | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters