Jouk Jansen
|
934960d133
|
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-25 14:39:47 +00:00 |
|
Vadim Zeitlin
|
74ab5f5b9d
|
various warning fixes for icc 9.1 compilation
- variable shadowing
- unused code and variables
- extra semicolons
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48864 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-21 12:00:25 +00:00 |
|
Vadim Zeitlin
|
7d10ec93c4
|
suppress Sun CC warnings about casting between C++ and extern C function pointers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46634 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-22 15:11:27 +00:00 |
|
Vadim Zeitlin
|
3bc8edd575
|
fix Sun CC warning about name clash between the method parameters and member variables argc/argv
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-22 14:52:37 +00:00 |
|
Vadim Zeitlin
|
e0954e729d
|
rename old wxAppConsole to wxAppConsoleBase and wxAppConsoleUnix to wxAppConsole for consistency with wxAppBase/wxApp and to fix the bug 1729377 (crash when using timers under Unix in console app); also #define wxApp as wxAppConsole instead of declaring it as a real class in console build to avoid problems with ODR violation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-06-04 13:39:23 +00:00 |
|
Robin Dunn
|
f6342fb5e6
|
Apply parts of patch #1719888 to fix compilation on Mac and with
monolithic builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-05-16 23:12:40 +00:00 |
|
Vadim Zeitlin
|
b46b1d59d6
|
implement event loop for console applications (heavily modified patch 1715735)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-05-14 23:43:39 +00:00 |
|