Torque3D/Engine/source/gui/containers
AzaezelX 5ffa3b81f1 dial back nullPtr usage
while it still remains a good idea to port as many NULL compares and assignments over to nullPtr as feasable, we do still need to sort out how to better support scripted empty, false, and zero assigns for things like objectIDs.

this means we'll need to both fully convert the backend of the parser to support that kind of thing, but also alter most if not all exisiting NULLs. up to and including things like SAFE_DELETE. while that's certainly feasable, given there's aproximatel 400 nullptr assigns/checks prior to this commit, and roughly 1800 of the prior, if it terminates in a script call and not an aip one direct, we'll be dialing that back until such time as fork fully fopcused on converting and resolving any lingering mismatches is completed.
2025-12-29 17:45:09 -06:00
..
guiAutoScrollCtrl.cpp fill in the validated variables 2025-03-09 11:53:23 -05:00
guiAutoScrollCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiContainer.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
guiContainer.h virtuals removed 2024-03-18 18:13:00 +00:00
guiCtrlArrayCtrl.cpp fill in the validated variables 2025-03-09 11:53:23 -05:00
guiCtrlArrayCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiDragAndDropCtrl.cpp dial back nullPtr usage 2025-12-29 17:45:09 -06:00
guiDragAndDropCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiDynamicCtrlArrayCtrl.cpp fill in the validated variables 2025-03-09 11:53:23 -05:00
guiDynamicCtrlArrayCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiFormCtrl.cpp guiControlProfile 2025-01-23 22:13:48 +00:00
guiFormCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiFrameCtrl.cpp fill in the validated variables 2025-03-09 11:53:23 -05:00
guiFrameCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiPaneCtrl.cpp guiControlProfile 2025-01-23 22:13:48 +00:00
guiPaneCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiPanel.cpp Removes the unnecessary gradient effect from GuiPanel when rendered. Now uses just the fill color like most all other gui controls 2023-03-04 21:26:55 -06:00
guiPanel.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiRolloutCtrl.cpp fill in the validated variables 2025-03-09 11:53:23 -05:00
guiRolloutCtrl.h virtuals removed 2024-03-18 18:13:00 +00:00
guiScrollCtrl.cpp scroll thumb safety 2025-11-20 20:56:18 -06:00
guiScrollCtrl.h virtuals removed 2024-03-18 18:13:00 +00:00
guiSplitContainer.cpp fill in the validated variables 2025-03-09 11:53:23 -05:00
guiSplitContainer.h fill in the validated variables 2025-03-09 11:53:23 -05:00
guiStackCtrl.cpp Update of Particle Editor to standardize it up and utilize inspectors rather than adhoc guis 2025-12-21 16:39:19 -06:00
guiStackCtrl.h Update of Particle Editor to standardize it up and utilize inspectors rather than adhoc guis 2025-12-21 16:39:19 -06:00
guiTabBookCtrl.cpp misc cleanups related to ranges 2025-10-07 16:31:24 -05:00
guiTabBookCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiWindowCollapseCtrl.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
guiWindowCollapseCtrl.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
guiWindowCtrl.cpp Merge branch 'development' into imageAsset_refactor_rev3 2025-03-24 20:07:06 +00:00
guiWindowCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00