2008-03-21 |
Vadim Zeitlin | restore setting m_appName broken by recent change ... |
blob | commitdiff | raw |
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 |
2005-04-09 |
Vadim Zeitlin | show 20 lines of stack in assert, this should still... |
blob | commitdiff | raw | diff to current |
2005-03-31 |
Julian Smart | Frames to skip now honoured for Unix stackwalking |
blob | commitdiff | raw | diff to current |
2005-03-27 |
David Elliott | Allow compilation with MW CRT on OS X. Unlike BSD... |
blob | commitdiff | raw | diff to current |
2005-03-19 |
Vadim Zeitlin | show call stack in the assert dialog box |
blob | commitdiff | raw | diff to current |
2005-02-01 |
Włodzimierz Skiba | .empty() string cleaning. |
blob | commitdiff | raw | diff to current |
2005-01-10 |
Włodzimierz Skiba | Old API deprecated. Use new and remove old usage where... |
blob | commitdiff | raw | diff to current |
2004-12-22 |
Włodzimierz Skiba | Final MSW/PalmOS split. Remove dump copies of MSW speci... |
blob | commitdiff | raw | diff to current |
2004-12-20 |
Włodzimierz Skiba | Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK... |
blob | commitdiff | raw | diff to current |
2004-10-19 |
Julian Smart | Committed William Osborne's wxPalmOS port |
blob | commitdiff | raw | diff to current |
2004-09-08 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, TRUE/true, FALSE... |
blob | commitdiff | raw | diff to current |
2004-07-20 |
Włodzimierz Skiba | wxUSE_LOG fixes. |
blob | commitdiff | raw | diff to current |
2004-07-13 |
Włodzimierz Skiba | Missed conditional compilation. |
blob | commitdiff | raw | diff to current |
2004-07-01 |
Václav Slavík | fixed a bug that prevented wxLogGui from being used... |
blob | commitdiff | raw | diff to current |
2004-05-25 |
Julian Smart | Missed reversions |
blob | commitdiff | raw | diff to current |
2004-05-25 |
Włodzimierz Skiba | Missed headers. |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-05-18 |
Włodzimierz Skiba | Fix to wxChar* access. |
blob | commitdiff | raw | diff to current |
2004-05-02 |
Vadim Zeitlin | moved OnExceptionInMainLoop() in .cpp from header |
blob | commitdiff | raw | diff to current |
2004-04-27 |
Robin Dunn | Fixes Bug [ 930200 ] Async does not work |
blob | commitdiff | raw | diff to current |
2004-04-04 |
Vadim Zeitlin | include just wrapwin.h and not the entire msw/private.h |
blob | commitdiff | raw | diff to current |
2004-01-19 |
David Elliott | Reverting wxAppTraits GSocket patch |
blob | commitdiff | raw | diff to current |
2004-01-18 |
David Elliott | Added wxAppTraits::CreateGSocket() as well as implement... |
blob | commitdiff | raw | diff to current |
2003-09-17 |
Vadim Zeitlin | documented how to handle C++ exceptions in wxWindows |
blob | commitdiff | raw | diff to current |
2003-09-14 |
Stefan Csomor | removal of pc-mac charset conversion for wxMac |
blob | commitdiff | raw | diff to current |
2003-09-13 |
Robin Dunn | Move more stuff into base for wxMac so that two level... |
blob | commitdiff | raw | diff to current |
2003-09-09 |
Vadim Zeitlin | use GetTraits(), not m_traits, in OnAssert() |
blob | commitdiff | raw | diff to current |
2003-08-17 |
Václav Slavík | build options signature is too long, use more lines |
blob | commitdiff | raw | diff to current |
2003-08-07 |
Václav Slavík | fixed wxBase and GUI separation for sockets code |
blob | commitdiff | raw | diff to current |
2003-08-04 |
Václav Slavík | reworked wxBuildOptions code to work even w/o function... |
blob | commitdiff | raw | diff to current |
2003-08-03 |
Vadim Zeitlin | moved wxUniv-specific GUI stuff from wxBase to wxCore... |
blob | commitdiff | raw | diff to current |
2003-08-01 |
Vadim Zeitlin | replaced the old wxApp with wxAppConsole::ms_appInstanc... |
blob | commitdiff | raw | diff to current |
next |