wxwidgets/samples/propgrid
Vadim Zeitlin e89f05faba Remove memory debugging/tracing support and all related options
Drop disabled by default and pretty useless memory tracing code and all
the overlapping and poorly documented build options related to it.

Remove memory.cpp entirely and update all the make/project files, but
preserve the now completely trivial wx/memory.h for compatibility and
also keep including wx/string.h from wx/object.h as it seems like a lot
of existing code actually depends on this, even if it should not.

Replace the options in the propgrid sample with a couple of other
debug-related options that were not used before to avoid leaving the
"Debugging Section" completely empty.
2023-01-05 21:41:38 +01:00
..
descrip.mms Include compile support for propgrid & ribbon on OpenVMS 2009-09-22 14:13:55 +00:00
makefile.gcc Remove UNICODE build option, hardcode its value as 1 2022-10-27 19:43:59 +02:00
Makefile.in Rebake after the copyright year update 2023-01-03 18:39:06 +01:00
makefile.unx Remove wxGTK1 port and GPE support 2022-10-16 22:01:02 +02:00
makefile.vc Remove UNICODE build option, hardcode its value as 1 2022-10-27 19:43:59 +02:00
propgrid.bkl Remove unnecessary win32-res tags from samples bakefiles 2021-10-20 17:47:47 +02:00
propgrid.cpp Remove memory debugging/tracing support and all related options 2023-01-05 21:41:38 +01:00
propgrid.h Use default ctor's and dtor's instead of those with empty bodies 2022-12-03 17:15:28 +01:00
propgrid_minimal.cpp Use wxID_HIGHEST instead of wxID_HIGHEST+1 in samples 2022-10-28 01:43:46 +02:00
sampleprops.cpp Implement new wxPGProperty::HasAnyChild() method 2022-12-03 17:15:28 +01:00
sampleprops.h Use default ctor's and dtor's instead of those with empty bodies 2022-12-03 17:15:28 +01:00
tests.cpp Specify what is the limit set by wxPGProperty::SetMaxLength() 2022-12-22 20:53:44 +01:00