Torque3D/Engine/source/gui/controls
JeffR 0fa8b97f91 Reimplements ability to utilize direct file load alongside ImageAsset fields when utilizing the ImageAsset macros
Updates Asset Browser generated preview images to not utilize full assets, but just the preview image files themselves
2025-05-27 17:12:03 -05:00
..
gui3DProjectionCtrl.cpp add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2023-01-27 01:13:15 -06:00
gui3DProjectionCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiAnimBitmapCtrl.cpp fix a couple cases of old direct references 2025-05-21 11:02:31 -05:00
guiAnimBitmapCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiBackgroundCtrl.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
guiBackgroundCtrl.h virtuals removed 2024-03-18 18:13:00 +00:00
guiBitmapBarCtrl.cpp fix a couple cases of old direct references 2025-05-21 11:02:31 -05:00
guiBitmapBarCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiBitmapBorderCtrl.cpp guiControlProfile 2025-01-23 22:13:48 +00:00
guiBitmapCtrl.cpp Reimplements ability to utilize direct file load alongside ImageAsset fields when utilizing the ImageAsset macros 2025-05-27 17:12:03 -05:00
guiBitmapCtrl.h review notes from Az 2025-03-30 11:22:42 +01:00
guiColorPicker.cpp kill case of deprecated vars leaking in 2025-03-09 12:35:59 -05:00
guiColorPicker.h code review 2025-01-27 08:04:55 +00:00
guiConsole.cpp Clean up redundant variables 2019-02-06 15:03:06 -05:00
guiConsole.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiConsoleEditCtrl.cpp add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2023-01-27 01:13:15 -06:00
guiConsoleEditCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiConsoleTextCtrl.cpp Console Refactor 2023-09-13 10:33:20 +02:00
guiConsoleTextCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiDecoyCtrl.cpp add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2023-01-27 01:13:15 -06:00
guiDecoyCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiDirectoryFileListCtrl.cpp add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2023-01-27 01:13:15 -06:00
guiDirectoryFileListCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiFileTreeCtrl.cpp add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2023-01-27 01:13:15 -06:00
guiFileTreeCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiGameListMenuCtrl.cpp Merge branch 'development' into imageAsset_refactor_rev3 2025-03-24 20:07:06 +00:00
guiGameListMenuCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiGameListOptionsCtrl.cpp Merge branch 'development' into imageAsset_refactor_rev3 2025-03-24 20:07:06 +00:00
guiGameListOptionsCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiGameSettingsCtrl.cpp review notes from Az 2025-03-30 11:22:42 +01:00
guiGameSettingsCtrl.h review notes from Az 2025-03-30 11:22:42 +01:00
guiGradientCtrl.cpp add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2023-01-27 01:13:15 -06:00
guiGradientCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiListBoxCtrl.cpp Console Refactor 2023-09-13 10:33:20 +02:00
guiListBoxCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiMaterialCtrl.cpp add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2023-01-27 01:13:15 -06:00
guiMaterialCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiMLTextCtrl.cpp fill in the validated variables 2025-03-09 11:53:23 -05:00
guiMLTextCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiMLTextEditCtrl.cpp Console Refactor 2023-09-13 10:33:20 +02:00
guiMLTextEditCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiPopUpCtrl.cpp more cleanups 2025-03-27 08:59:50 +00:00
guiPopUpCtrl.h review notes from Az 2025-03-30 11:22:42 +01:00
guiPopUpCtrlEx.cpp more cleanups 2025-03-27 08:59:50 +00:00
guiPopUpCtrlEx.h review notes from Az 2025-03-30 11:22:42 +01:00
guiSliderCtrl.cpp guiControlProfile 2025-01-23 22:13:48 +00:00
guiSliderCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiTabPageCtrl.cpp add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2023-01-27 01:13:15 -06:00
guiTabPageCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiTextCtrl.cpp fill in the validated variables 2025-03-09 11:53:23 -05:00
guiTextCtrl.h virtuals removed 2024-03-18 18:13:00 +00:00
guiTextEditCtrl.cpp fill in the validated variables 2025-03-09 11:53:23 -05:00
guiTextEditCtrl.h virtuals removed 2024-03-18 18:13:00 +00:00
guiTextEditSliderBitmapCtrl.cpp From Nils' UI work 2023-09-04 22:50:45 -05:00
guiTextEditSliderBitmapCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiTextEditSliderCtrl.cpp fill in the validated variables 2025-03-09 11:53:23 -05:00
guiTextEditSliderCtrl.h virtuals removed 2024-03-18 18:13:00 +00:00
guiTextListCtrl.cpp fill in the validated variables 2025-03-09 11:53:23 -05:00
guiTextListCtrl.h virtuals removed 2024-03-18 18:13:00 +00:00
guiTreeViewCtrl.cpp Merge branch 'development' into imageAsset_refactor_rev3 2025-03-24 20:07:06 +00:00
guiTreeViewCtrl.h virtuals removed 2024-03-18 18:13:00 +00:00