2005-06-21 |
Václav Slavík | rolled back exceptions handling patch, it relied on... |
blob | commitdiff | raw |
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 |
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 |
2003-07-28 |
Vadim Zeitlin | added wxAppTraits::CreateRenderer() which may be used... |
blob | commitdiff | raw | diff to current |
2003-07-15 |
Vadim Zeitlin | we don't use wxUSE_FILENAME any longer |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Julian Smart | More WinCE mods. |
blob | commitdiff | raw | diff to current |
2003-07-08 |
Mattia Barbon | Added --use-stl to cnfigure, wxUSE_STL to setup0.h |
blob | commitdiff | raw | diff to current |
2003-07-07 |
Václav Slavík | compilation fix for #ifdef __WXDEBUG__ |
blob | commitdiff | raw | diff to current |
2003-07-03 |
Vadim Zeitlin | removed static methods from wxAppTraitsBase, this doesn... |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Mattia Barbon | Check for null pointer. |
blob | commitdiff | raw | diff to current |
2003-06-30 |
Vadim Zeitlin | more work on fixing wxEntry() and ANSI/Unicode cmd... |
blob | commitdiff | raw | diff to current |
2003-06-30 |
Vadim Zeitlin | extracted common initialization/cleanup functions in... |
blob | commitdiff | raw | diff to current |
2003-06-29 |
Vadim Zeitlin | we don't need to include wx/mac/private.h, at least... |
blob | commitdiff | raw | diff to current |
2003-06-24 |
Václav Slavík | compilation fix |
blob | commitdiff | raw | diff to current |
2003-06-24 |
Václav Slavík | compilation fixes |
blob | commitdiff | raw | diff to current |
2003-06-24 |
Vadim Zeitlin | wxBase/GUI separation: 1st step, wxMSW should build... |
blob | commitdiff | raw | diff to current |
|