2010-06-20 |
Vadim Zeitlin | Use wxDELETE() and wxDELETEA() when possible. |
blob | commitdiff | raw |
2010-06-20 |
Vadim Zeitlin | Add a system option to exit immediately on assert failure. |
blob | commitdiff | raw | diff to current |
2009-12-09 |
Vadim Zeitlin | Avoid outputting the assert message twice in non-GUI... |
blob | commitdiff | raw | diff to current |
2009-12-09 |
Vadim Zeitlin | Better handling for asserts in non-main threads. |
blob | commitdiff | raw | diff to current |
2009-12-07 |
Vadim Zeitlin | Reset wxTheApp when starting to destroy the object... |
blob | commitdiff | raw | diff to current |
2009-09-18 |
Vadim Zeitlin | Change return type of wxList::Member() to bool. |
blob | commitdiff | raw | diff to current |
2009-09-12 |
Vadim Zeitlin | Define wxDEBUG_LEVEL in both debug and release builds... |
blob | commitdiff | raw | diff to current |
2009-09-03 |
Vadim Zeitlin | Tweak the default wxApp::GetAppDisplayName() logic. |
blob | commitdiff | raw | diff to current |
2009-08-19 |
Vadim Zeitlin | Flush log events in console applications as well. |
blob | commitdiff | raw | diff to current |
2009-07-25 |
Vadim Zeitlin | Fix harmless MSVC warning. |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-07-21 |
Vadim Zeitlin | Support delayed destruction in console applications... |
blob | commitdiff | raw | diff to current |
2009-07-20 |
Vadim Zeitlin | Dispatch pending events without waiting for idle time... |
blob | commitdiff | raw | diff to current |
2009-07-17 |
Vadim Zeitlin | No real changes, just refactor wxEventLoop/wxApp::Proce... |
blob | commitdiff | raw | diff to current |
2009-07-17 |
Vadim Zeitlin | use the currently active event loop instead of the... |
blob | commitdiff | raw | diff to current |
2009-05-02 |
Vadim Zeitlin | improvements to wxEventFunctor classes; use wxHAS_EVENT... |
blob | commitdiff | raw | diff to current |
2009-03-21 |
Vadim Zeitlin | first round of debug/release merge: introduce wxDEBUG_L... |
blob | commitdiff | raw | diff to current |
2009-03-08 |
Francesco Montorsi | add wxAppConsoleBase::DeletePendingEvents and wxEvtHand... |
blob | commitdiff | raw | diff to current |
2009-03-02 |
Francesco Montorsi | move pending event processing back to wxApp (these... |
blob | commitdiff | raw | diff to current |
2009-02-21 |
Francesco Montorsi | fix a few typos |
blob | commitdiff | raw | diff to current |
2009-02-15 |
Francesco Montorsi | second part of #10320: move wxApp event handling functi... |
blob | commitdiff | raw | diff to current |
2009-02-04 |
Francesco Montorsi | check in the 'selective yield' patch (see ticket #10320): |
blob | commitdiff | raw | diff to current |
2009-02-03 |
Vadim Zeitlin | renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s... |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
blob | commitdiff | raw | diff to current |
2009-01-02 |
Vadim Zeitlin | call ProcessPendingEvents() from wxAppConsoleBase:... |
blob | commitdiff | raw | diff to current |
2008-12-28 |
Francesco Montorsi | no real change: rename wxPendingEvents to wxHandlersWit... |
blob | commitdiff | raw | diff to current |
2008-11-28 |
Vadim Zeitlin | Streamline wxSocket code: wxSocketBase now uses wxSocke... |
blob | commitdiff | raw | diff to current |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
blob | commitdiff | raw | diff to current |
2008-07-29 |
Stefan Csomor | OSX regrouping |
blob | commitdiff | raw | diff to current |
2008-07-21 |
Vadim Zeitlin | use (new) safer GetTraitsIfExists() in wxMutexGuiEnter... |
blob | commitdiff | raw | diff to current |
2008-03-21 |
Vadim Zeitlin | restore setting m_appName broken by recent change ... |
blob | commitdiff | raw | diff to current |
2008-03-10 |
Vadim Zeitlin | fix handling of native toolkit command line options... |
blob | commitdiff | raw | diff to current |
2008-03-02 |
Vadim Zeitlin | PalmOS compilation fixes (wx-trunk-out.diff part of... |
blob | commitdiff | raw | diff to current |
2008-02-25 |
Vadim Zeitlin | reset s_bInAssert in wxDoOnAssert() in an exception... |
blob | commitdiff | raw | diff to current |
2008-01-05 |
Vadim Zeitlin | don't remove handlers from wxPendingEvents list, they... |
blob | commitdiff | raw | diff to current |
2007-12-19 |
Vadim Zeitlin | more socket cleanup to allow using wxSocket from both... |
blob | commitdiff | raw | diff to current |
2007-12-17 |
Paul Cornett | add MutexGuiEnter/Leave to wxAppTraits, integrate nativ... |
blob | commitdiff | raw | diff to current |
2007-12-03 |
Paul Cornett | remove unneccessary header dependencies on wx/thread.h |
blob | commitdiff | raw | diff to current |
2007-11-22 |
Stefan Csomor | cleanup mac |
blob | commitdiff | raw | diff to current |
2007-11-13 |
Vadim Zeitlin | replace changes of r49890 by defining more compatibilit... |
blob | commitdiff | raw | diff to current |
2007-11-13 |
Julian Smart | Resolve '&&' ambiguity |
blob | commitdiff | raw | diff to current |
2007-11-13 |
Julian Smart | Resolve '&&' ambiguity (VC++ 6) |
blob | commitdiff | raw | diff to current |
2007-09-14 |
Vadim Zeitlin | reverted the change of wxCmdLineEntryDesc fields to... |
blob | commitdiff | raw | diff to current |
2007-09-07 |
Vadim Zeitlin | don't use _T() inside wxGetTranslation() and related... |
blob | commitdiff | raw | diff to current |
2007-08-29 |
Paul Cornett | add missing static |
blob | commitdiff | raw | diff to current |
2007-07-27 |
Vadim Zeitlin | many compilation fixes for WinCE using VC8 (it now... |
blob | commitdiff | raw | diff to current |
2007-07-14 |
Paul Cornett | fix HasPendingEvents() to only return true if there... |
blob | commitdiff | raw | diff to current |
2007-06-20 |
Václav Slavík | more changes to make wx compile without implicit wxStri... |
blob | commitdiff | raw | diff to current |
2007-06-16 |
Vadim Zeitlin | show the unhandled exceptions in debug build instead... |
blob | commitdiff | raw | diff to current |
2007-06-04 |
Vadim Zeitlin | rename old wxAppConsole to wxAppConsoleBase and wxAppCo... |
blob | commitdiff | raw | diff to current |
2007-05-24 |
Vadim Zeitlin | don't create wxEventLoop in Initialize(), it's too... |
blob | commitdiff | raw | diff to current |
2007-05-22 |
Vadim Zeitlin | don't define wxEventLoop class differently in GUI and... |
blob | commitdiff | raw | diff to current |
2007-05-22 |
Vadim Zeitlin | added wOnAssert(..., wxCStrData) overload to fix compil... |
blob | commitdiff | raw | diff to current |
2007-05-21 |
Václav Slavík | added another needed wxOnAssert overload |
blob | commitdiff | raw | diff to current |
2007-05-21 |
Václav Slavík | 1. make debugging macros compatible with ANSI build... |
blob | commitdiff | raw | diff to current |
2007-05-21 |
Vadim Zeitlin | enter wxPendingEventLocker critical section in ProcessP... |
blob | commitdiff | raw | diff to current |
2007-05-18 |
Vadim Zeitlin | delete m_mainLoop on exit |
blob | commitdiff | raw | diff to current |
2007-05-15 |
Vadim Zeitlin | removed extra semicolons added by last commit |
blob | commitdiff | raw | diff to current |
2007-05-14 |
Vadim Zeitlin | implement event loop for console applications (heavily... |
blob | commitdiff | raw | diff to current |
2007-04-27 |
Václav Slavík | PCH-less compilation fixes |
blob | commitdiff | raw | diff to current |
2007-04-23 |
Václav Slavík | added code for checking if the current locale is UTF... |
blob | commitdiff | raw | diff to current |
2007-03-20 |
Václav Slavík | compilation fixes for !wxUSE_INTL case |
blob | commitdiff | raw | diff to current |
2007-03-12 |
Vadim Zeitlin | include <locale.h> before using setlocale() |
blob | commitdiff | raw | diff to current |
2007-03-12 |
Vadim Zeitlin | added wxAppTraits::SetLocale() and call it during wxApp... |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW... |
blob | commitdiff | raw | diff to current |
2006-11-24 |
Robert Roebling | Actually use new GTK+ native assert dialog. |
blob | commitdiff | raw | diff to current |
2006-11-05 |
Robin Dunn | Revert reentrancy patch (#1573619) |
blob | commitdiff | raw | diff to current |
2006-10-11 |
Vadim Zeitlin | moved GetLayoutDirection() to GUI wxApp, it has nothing... |
blob | commitdiff | raw | diff to current |
2006-10-10 |
Robert Roebling | Added part of patch |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Włodzimierz Skiba | Include wx/msw/wrap*.h according to pch support (with... |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Włodzimierz Skiba | Build fix. |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Vadim Zeitlin | merge of RTL changes (with many modifications) from... |
blob | commitdiff | raw | diff to current |
2006-05-02 |
Włodzimierz Skiba | Include wx/utils.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-20 |
Włodzimierz Skiba | Include wx/list.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-03-21 |
Vadim Zeitlin | fixed __FUNCTION__ use in Unicode build (it's a variabl... |
blob | commitdiff | raw | diff to current |
2006-03-21 |
Vadim Zeitlin | don't throw away the first three stack frames in the... |
blob | commitdiff | raw | diff to current |
2006-03-21 |
Vadim Zeitlin | show the function in which the assert failure occured... |
blob | commitdiff | raw | diff to current |
2006-03-21 |
Vadim Zeitlin | don't evaluate assert expression unless the condition... |
blob | commitdiff | raw | diff to current |
2006-01-09 |
Vadim Zeitlin | moved OnExceptionInMainLoop() from wxAppConsole to... |
blob | commitdiff | raw | diff to current |
2005-11-08 |
Vadim Zeitlin | fix memory leak of wxMessageOutput if wxApp::OnInit... |
blob | commitdiff | raw | diff to current |
2005-10-03 |
Vadim Zeitlin | don't use %08p format string, gcc complains about it |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | first round of Intel compiler warning fixes: down from... |
blob | commitdiff | raw | diff to current |
2005-09-13 |
Vadim Zeitlin | fixed Sun CC warning about arg[cv] parameters hiding... |
blob | commitdiff | raw | diff to current |
2005-08-03 |
Vadim Zeitlin | no need to check dbghelp DLL initialization in GetAsser... |
blob | commitdiff | raw | diff to current |
2005-07-24 |
Stefan Csomor | OSX two-level header fixes |
blob | commitdiff | raw | diff to current |
2005-07-17 |
Michael Wetherell | Add test that wxABI_VERSION is not set when compiling... |
blob | commitdiff | raw | diff to current |
2005-07-02 |
Michael Wetherell | Revert check on wxABI_VERSION since it doesn't work... |
blob | commitdiff | raw | diff to current |
2005-06-30 |
Michael Wetherell | Add wxABI_VERSION |
blob | commitdiff | raw | diff to current |
2005-06-21 |
Václav Slavík | rolled back exceptions handling patch, it relied on... |
blob | commitdiff | raw | diff to current |
2005-06-20 |
Václav Slavík | changed exceptions handling to work under wxGTK |
blob | commitdiff | raw | diff to current |
2005-06-06 |
Vadim Zeitlin | use wxLogBuffer to ensure that we don't lose error... |
blob | commitdiff | raw | diff to current |
2005-06-02 |
Vadim Zeitlin | removed duplicate wx/msw/debughlp.h include |
blob | commitdiff | raw | diff to current |
2005-06-02 |
Julian Smart | Compile fix |
blob | commitdiff | raw | diff to current |
2005-06-02 |
Robin Dunn | Compile fix for when wxUSE_STACKWALKER == 0 |
blob | commitdiff | raw | diff to current |
2005-06-02 |
Robin Dunn | Fixed compile error on non-MSW platforms |
blob | commitdiff | raw | diff to current |
2005-06-01 |
Vadim Zeitlin | don't try to show stack trace in assert msg box unless... |
blob | commitdiff | raw | diff to current |
2005-04-18 |
Ryan Norton | cleanup for wxUSE_THREADS |
blob | commitdiff | raw | diff to current |
2005-04-18 |
Julian Smart | Added wxUSE_THREADS guards |
blob | commitdiff | raw | diff to current |
2005-04-17 |
Ryan Norton | fix 10.2 shared builds from crashing |
blob | commitdiff | raw | diff to current |
next |