wxwidgets/utils/wxrc
Tim Stahlhut c69ee439d9 Stop using wxWidgets 1.xx wxString compatibility functions
Replace them with std::string-like equivalents when possible (i.e.
replace Length() with length(), IsNull() with empty()) or, at least,
with wx 2 functions if not (e.g. Remove() with Truncate(), First() with
Find(), LowerCase() with MakeLower() etc).

Closes #22638.
2022-07-24 16:25:29 +02:00
..
makefile.gcc Rebake and rerun autoconf after the version update 2022-07-17 17:03:39 +02:00
Makefile.in Rebake and rerun autoconf after the version update 2022-07-17 17:03:39 +02:00
makefile.vc Rebake and rerun autoconf after the version update 2022-07-17 17:03:39 +02:00
mondrian.ico
wxrc.bkl Make wxrc independent from GUI support 2021-08-06 21:51:11 +02:00
wxrc.cpp Stop using wxWidgets 1.xx wxString compatibility functions 2022-07-24 16:25:29 +02:00
wxrc.rc
wxrc.vcxproj Also remove mentions of amd64_dpi_aware_pmv2.manifest from the manually maintained MSVS projects 2021-12-17 22:00:42 +01:00
wxrc.vcxproj.filters Mark MSVS *.vcxproj.filters files as using CR LF as well 2021-11-24 12:13:12 +01:00
wxrc_vc8.vcproj Rebake and rerun autoconf after the version update 2022-07-17 17:03:39 +02:00
wxrc_vc9.vcproj Rebake and rerun autoconf after the version update 2022-07-17 17:03:39 +02:00
wxrc_vc10.sln Update wxrc sln and vcxproj files 2019-11-30 23:26:15 +01:00
wxrc_vc11.sln Update wxrc sln and vcxproj files 2019-11-30 23:26:15 +01:00
wxrc_vc12.sln Update wxrc sln and vcxproj files 2019-11-30 23:26:15 +01:00
wxrc_vc14.sln Update wxrc sln and vcxproj files 2019-11-30 23:26:15 +01:00
wxrc_vc15.sln Update wxrc sln and vcxproj files 2019-11-30 23:26:15 +01:00