wxWidgets/samples/opengl
Blake Eryx 65827a0572 Remove unnecessary c_str() calls from the samples
Pass wxStrings directly to wxString::Format("%s") and similar
pseudo-vararg functions, there is no need for c_str() there since
wxWidgets 2.9.

Closes https://github.com/wxWidgets/wxWidgets/pull/1009
2018-11-03 22:52:57 +01:00
..
cube Remove (most) occurrences of wxT() macro from the samples 2018-09-23 01:15:08 +02:00
isosurf Remove unnecessary c_str() calls from the samples 2018-11-03 22:52:57 +01:00
penguin Remove (most) occurrences of wxT() macro from the samples 2018-09-23 01:15:08 +02:00
pyramid Merge branch 'font-fixes' 2018-09-17 22:58:56 +02:00
makefile.bcc Replace CppUnit with Catch for unit tests 2017-11-02 01:53:16 +01:00
makefile.gcc Replace CppUnit with Catch for unit tests 2017-11-02 01:53:16 +01:00
Makefile.in Update to bakefile 0.2.11 and rebake everything 2017-10-21 17:42:30 +02:00
makefile.unx Update to bakefile 0.2.11 and rebake everything 2017-10-21 17:42:30 +02:00
makefile.vc Replace CppUnit with Catch for unit tests 2017-11-02 01:53:16 +01:00
opengl_samples.bkl Add a new OpenGL pyramid sample 2016-02-23 01:04:25 +01:00