axmol/cocos/ui
halx99 1ee106007a Remove all unnecessary nothrow 2021-12-08 00:11:53 +08:00
..
UIEditBox Remove all unnecessary nothrow 2021-12-08 00:11:53 +08:00
UIWebView Remove all unnecessary nothrow 2021-12-08 00:11:53 +08:00
CMakeLists.txt [setup.py] Add download support. Add NuGet CLI download to tools folder. 2021-10-04 18:55:01 +11:00
CocosGUI.cpp Init Commit 2019-11-23 20:27:39 +08:00
CocosGUI.h fix android build issues 2020-08-03 20:31:47 +08:00
GUIDefine.h Use move assignment 2020-10-07 23:59:26 +08:00
GUIExport.h Init Commit 2019-11-23 20:27:39 +08:00
LayoutHelper.cpp Use struct `Vec2` instead `Size` 2021-10-23 23:27:14 +08:00
LayoutHelper.h Resolve reviews 2021-10-24 14:09:59 +08:00
UIAbstractCheckButton.cpp Use struct `Vec2` instead `Size` 2021-10-23 23:27:14 +08:00
UIAbstractCheckButton.h Use struct `Vec2` instead `Size` 2021-10-23 23:27:14 +08:00
UIButton.cpp Remove all unnecessary nothrow 2021-12-08 00:11:53 +08:00
UIButton.h Use struct `Vec2` instead `Size` 2021-10-23 23:27:14 +08:00
UICheckBox.cpp Remove all unnecessary nothrow 2021-12-08 00:11:53 +08:00
UICheckBox.h Init Commit 2019-11-23 20:27:39 +08:00
UIHBox.cpp Remove all unnecessary nothrow 2021-12-08 00:11:53 +08:00
UIHBox.h Use struct `Vec2` instead `Size` 2021-10-23 23:27:14 +08:00
UIHelper.cpp Use struct `Vec2` instead `Size` 2021-10-23 23:27:14 +08:00
UIHelper.h Use struct `Vec2` instead `Size` 2021-10-23 23:27:14 +08:00
UIImageView.cpp Remove all unnecessary nothrow 2021-12-08 00:11:53 +08:00
UIImageView.h Use struct `Vec2` instead `Size` 2021-10-23 23:27:14 +08:00
UILayout.cpp Remove all unnecessary nothrow 2021-12-08 00:11:53 +08:00
UILayout.h Use struct `Vec2` instead `Size` 2021-10-23 23:27:14 +08:00
UILayoutComponent.cpp Remove all unnecessary nothrow 2021-12-08 00:11:53 +08:00
UILayoutComponent.h Resolve reviews 2021-10-24 14:09:59 +08:00
UILayoutManager.cpp Remove all unnecessary nothrow 2021-12-08 00:11:53 +08:00
UILayoutManager.h Merge: 2aa2d69151 b7506fed0c 2021-04-23 00:01:47 +10:00
UILayoutParameter.cpp Remove all unnecessary nothrow 2021-12-08 00:11:53 +08:00
UILayoutParameter.h Init Commit 2019-11-23 20:27:39 +08:00
UIListView.cpp Remove all unnecessary nothrow 2021-12-08 00:11:53 +08:00
UIListView.h Init Commit 2019-11-23 20:27:39 +08:00
UILoadingBar.cpp Remove all unnecessary nothrow 2021-12-08 00:11:53 +08:00
UILoadingBar.h Use struct `Vec2` instead `Size` 2021-10-23 23:27:14 +08:00
UIPageView.cpp Remove all unnecessary nothrow 2021-12-08 00:11:53 +08:00
UIPageView.h Init Commit 2019-11-23 20:27:39 +08:00
UIPageViewIndicator.cpp Remove all unnecessary nothrow 2021-12-08 00:11:53 +08:00
UIPageViewIndicator.h Init Commit 2019-11-23 20:27:39 +08:00
UIRadioButton.cpp Remove all unnecessary nothrow 2021-12-08 00:11:53 +08:00
UIRadioButton.h Init Commit 2019-11-23 20:27:39 +08:00
UIRelativeBox.cpp Remove all unnecessary nothrow 2021-12-08 00:11:53 +08:00
UIRelativeBox.h Resolve reviews 2021-10-24 14:09:59 +08:00
UIRichText.cpp Remove all unnecessary nothrow 2021-12-08 00:11:53 +08:00
UIRichText.h Use struct `Vec2` instead `Size` 2021-10-23 23:27:14 +08:00
UIScale9Sprite.cpp Remove all unnecessary nothrow 2021-12-08 00:11:53 +08:00
UIScale9Sprite.h Use struct `Vec2` instead `Size` 2021-10-23 23:27:14 +08:00
UIScrollView.cpp Remove all unnecessary nothrow 2021-12-08 00:11:53 +08:00
UIScrollView.h Use struct `Vec2` instead `Size` 2021-10-23 23:27:14 +08:00
UIScrollViewBar.cpp Remove all unnecessary nothrow 2021-12-08 00:11:53 +08:00
UIScrollViewBar.h Init Commit 2019-11-23 20:27:39 +08:00
UISlider.cpp Remove all unnecessary nothrow 2021-12-08 00:11:53 +08:00
UISlider.h Use struct `Vec2` instead `Size` 2021-10-23 23:27:14 +08:00
UITabControl.cpp Remove all unnecessary nothrow 2021-12-08 00:11:53 +08:00
UITabControl.h Use struct `Vec2` instead `Size` 2021-10-23 23:27:14 +08:00
UIText.cpp Remove all unnecessary nothrow 2021-12-08 00:11:53 +08:00
UIText.h change all setString(const std::string & ...) to setString(std::string_view ...) 2021-11-30 20:35:34 +01:00
UITextAtlas.cpp Remove all unnecessary nothrow 2021-12-08 00:11:53 +08:00
UITextAtlas.h change all setString(const std::string & ...) to setString(std::string_view ...) 2021-11-30 20:35:34 +01:00
UITextBMFont.cpp Remove all unnecessary nothrow 2021-12-08 00:11:53 +08:00
UITextBMFont.h Use struct `Vec2` instead `Size` 2021-10-23 23:27:14 +08:00
UITextField.cpp Remove all unnecessary nothrow 2021-12-08 00:11:53 +08:00
UITextField.h Use struct `Vec2` instead `Size` 2021-10-23 23:27:14 +08:00
UITextFieldEx.cpp Fix ci 2021-12-01 12:02:42 +08:00
UITextFieldEx.h RenderTarget abstract, in-progress (#210) 2020-09-21 22:10:50 +08:00
UIVBox.cpp Remove all unnecessary nothrow 2021-12-08 00:11:53 +08:00
UIVBox.h Use struct `Vec2` instead `Size` 2021-10-23 23:27:14 +08:00
UIVideoPlayer-android.cpp Refine jni methods decls [ci build] 2020-11-18 13:25:00 +08:00
UIVideoPlayer-ios.mm Init Commit 2019-11-23 20:27:39 +08:00
UIVideoPlayer.h Init Commit 2019-11-23 20:27:39 +08:00
UIWidget.cpp Remove all unnecessary nothrow 2021-12-08 00:11:53 +08:00
UIWidget.h Resolve reviews 2021-10-24 14:09:59 +08:00