axmol/core/ui
Purple 22ecef1c77
just addressing some compiler warnings on windows (#1954)
* fixed UIWebViewImpl-win32 warning C4244 while changing LPWSTR to string

* use direct `socket_native_type`

* directly use HMENU instead of int

* not sure why it wasn't auto converted but msvc spitted warnings

* we're moving it, it doesn't need to be constant, using ntcvt::from_chars

* ignore it to reduce one more warning

* add some missing `noexcept`

* reverted some const removal didn't realize it was used for rvalues
2024-06-03 23:16:54 +08:00
..
UIEditBox just addressing some compiler warnings on windows (#1954) 2024-06-03 23:16:54 +08:00
UIWebView just addressing some compiler warnings on windows (#1954) 2024-06-03 23:16:54 +08:00
CMakeLists.txt Improve UITextFieldEx 2024-05-11 00:21:38 +08:00
CocosGUI.h Improve engine version definitions 2023-06-12 09:14:23 +08:00
GUIDefine.h just addressing some compiler warnings on windows (#1954) 2024-06-03 23:16:54 +08:00
GUIExport.h Improve dll support (#1706) 2024-02-20 05:37:12 +08:00
LayoutHelper.cpp Implement new axmol log system based on fmtlib (#1732) 2024-03-07 08:47:00 +08:00
LayoutHelper.h Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
UIAbstractCheckButton.cpp Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
UIAbstractCheckButton.h Final migrate (#876) 2022-10-01 16:24:52 +08:00
UIButton.cpp add some utils functions and lua support (#1629) 2024-01-24 21:42:39 +08:00
UIButton.h Prepare 2.1.0 release 2023-12-08 01:04:43 +08:00
UICheckBox.cpp Final migrate (#876) 2022-10-01 16:24:52 +08:00
UICheckBox.h Rename ax::Ref ==> ax::Object (#1877) 2024-05-03 22:15:08 +08:00
UIHBox.cpp Final migrate (#876) 2022-10-01 16:24:52 +08:00
UIHBox.h Final migrate (#876) 2022-10-01 16:24:52 +08:00
UIHelper.cpp Rename glview to correct representative name (#1467) 2023-12-01 09:04:51 +08:00
UIHelper.h Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
UIImageView.cpp Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
UIImageView.h Final migrate (#876) 2022-10-01 16:24:52 +08:00
UILayout.cpp Fix issue #1546 of UILayout (#1549) 2023-12-27 19:20:27 +08:00
UILayout.h Prepare 2.1.0 release 2023-12-08 01:04:43 +08:00
UILayoutComponent.cpp Prepare 2.1.0 release 2023-12-08 01:04:43 +08:00
UILayoutComponent.h Prepare 2.1.0 release 2023-12-08 01:04:43 +08:00
UILayoutManager.cpp Add support for centered horizontal layout (#946) 2022-11-01 19:02:04 +08:00
UILayoutManager.h Rename ax::Ref ==> ax::Object (#1877) 2024-05-03 22:15:08 +08:00
UILayoutParameter.cpp Final migrate (#876) 2022-10-01 16:24:52 +08:00
UILayoutParameter.h Rename ax::Ref ==> ax::Object (#1877) 2024-05-03 22:15:08 +08:00
UIListView.cpp RichText and ScrollView enhancements (#1696) 2024-02-18 20:09:54 +08:00
UIListView.h Rename ax::Ref ==> ax::Object (#1877) 2024-05-03 22:15:08 +08:00
UILoadingBar.cpp Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
UILoadingBar.h Final migrate (#876) 2022-10-01 16:24:52 +08:00
UIMediaPlayer.cpp Allow media controls to be rotated left or right by 90 degrees (#1910) 2024-05-21 23:41:02 +08:00
UIMediaPlayer.h Allow media controls to be rotated left or right by 90 degrees (#1910) 2024-05-21 23:41:02 +08:00
UIPageView.cpp Rename ax::Ref ==> ax::Object (#1877) 2024-05-03 22:15:08 +08:00
UIPageView.h Rename ax::Ref ==> ax::Object (#1877) 2024-05-03 22:15:08 +08:00
UIPageViewIndicator.cpp Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
UIPageViewIndicator.h Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
UIRadioButton.cpp Final migrate (#876) 2022-10-01 16:24:52 +08:00
UIRadioButton.h Final migrate (#876) 2022-10-01 16:24:52 +08:00
UIRelativeBox.cpp Final migrate (#876) 2022-10-01 16:24:52 +08:00
UIRelativeBox.h Prepare 2.1.0 release 2023-12-08 01:04:43 +08:00
UIRichText.cpp RichText and ScrollView enhancements (#1696) 2024-02-18 20:09:54 +08:00
UIRichText.h Rename ax::Ref ==> ax::Object (#1877) 2024-05-03 22:15:08 +08:00
UIScale9Sprite.cpp Implement new axmol log system based on fmtlib (#1732) 2024-03-07 08:47:00 +08:00
UIScale9Sprite.h Prepare 2.1.0 release 2023-12-08 01:04:43 +08:00
UIScrollView.cpp RichText and ScrollView enhancements (#1696) 2024-02-18 20:09:54 +08:00
UIScrollView.h Rename ax::Ref ==> ax::Object (#1877) 2024-05-03 22:15:08 +08:00
UIScrollViewBar.cpp Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
UIScrollViewBar.h Final migrate (#876) 2022-10-01 16:24:52 +08:00
UISlider.cpp Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
UISlider.h Rename ax::Ref ==> ax::Object (#1877) 2024-05-03 22:15:08 +08:00
UITabControl.cpp Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
UITabControl.h Final migrate (#876) 2022-10-01 16:24:52 +08:00
UIText.cpp Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
UIText.h Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
UITextAtlas.cpp Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
UITextAtlas.h Final migrate (#876) 2022-10-01 16:24:52 +08:00
UITextBMFont.cpp Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
UITextBMFont.h Final migrate (#876) 2022-10-01 16:24:52 +08:00
UITextField.cpp Remove CC prefix from code file name (#1230) 2023-06-11 13:08:08 +08:00
UITextField.h Fixup 2024-05-11 01:22:27 +08:00
UITextFieldEx.cpp Improve UITextFieldEx 2024-05-11 00:21:38 +08:00
UITextFieldEx.h Fixup 2024-05-11 01:22:27 +08:00
UIVBox.cpp Final migrate (#876) 2022-10-01 16:24:52 +08:00
UIVBox.h Final migrate (#876) 2022-10-01 16:24:52 +08:00
UIWidget.cpp Fixed issue where UIWidget couldn't be reselected (#1827) 2024-04-17 09:34:12 +08:00
UIWidget.h Rename ax::Ref ==> ax::Object (#1877) 2024-05-03 22:15:08 +08:00
axmol-ui.cpp Improve engine version definitions 2023-06-12 09:14:23 +08:00
axmol-ui.h Cross-platform media controller for video playback (#1845) 2024-04-24 22:28:59 +08:00