Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / msw / dialup.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-01-23  Vadim ZeitlinNo real changes, just fix some typos in comments in...
2012-02-29  Vadim ZeitlinRemove redundant assignment in wxDialUpManagerMSW code.
2011-09-21  Vadim ZeitlinNo changes, just extract wxCreateHiddenWindow() declara...
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-04-25  Václav SlavíkDon't include wx/msw/private.h from dynlib.h.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2008-12-17  Vadim Zeitlinadded .c_str() to wxStrlcpy() calls to fix wxUSE_STL...
2008-11-29  Vadim Zeitlinadd safe wxStrlcpy() function and replaced all wxStrncp...
2008-03-14  Julian SmartFixed bug in wxDialUpManagerMSW::GetISPNames - uses...
2007-10-01  Vadim Zeitlinuse WXDLLIMPEXP_FWD_CORE instead of WXDLLEXPORT
2007-09-07  Vadim Zeitlindon't use _T() inside wxGetTranslation() and related...
2007-03-14  Václav Slavíkconstructing a sentence dynamically is not i18n-friendl...
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-05-23  Włodzimierz SkibaInclude wx/timer.h according to precompiled headers...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-02-12  Michael WetherellWarning fixes for VC5 (Igor Korot)
2005-07-28  Vadim Zeitlindon't log error if connection has been already terminat...
2005-07-06  Vadim Zeitlinuse private window class for dialup manager hidden...
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-03-30  Julian SmartApplied patch [ 1171542 ] access static class members...
2004-11-05  Włodzimierz SkibaOW warning fix.
2004-10-06  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-08-24  Włodzimierz SkibaCode cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord...
2004-05-27  Włodzimierz SkibaRemoved condition of old Watcom times. Open Watcom...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2004-03-11  Vadim Zeitlinfixed race conditions resulting in infinite OutputDebug...
2004-02-10  Vadim Zeitlinadded auto check count as otherwise calling EnableAutoC...
2004-02-10  Vadim ZeitlinWin64 compilation fixes
2003-07-24  Vadim Zeitlinif IsAlwaysOnline() returns true, IsOnline() should...
2003-07-22  Vadim Zeitlinmore warning fixes; removed references to wxToolBarBase...
2003-06-01  Julian SmartApplied bug fix [ 684949 ] Dialup Sample With Borland...
2003-01-17  Vadim Zeitlinuse wxDynamicLibrary instead of wxPluginManager
2003-01-07  Julian SmartRemoved old __WXWINE__ support (obsoleted by new __WINE...
2003-01-07  Julian SmartApplied patch [ 662321 ] Port of wxWindows to Wine
2002-08-30  Julian SmartMods for Wine compilation
2002-07-21  Vadim Zeitlindon't cache the result of IsAlwaysConnected() and don...
2002-07-14  Vadim Zeitlinlet the DefWindowProc() process messages sent to RAS...
2002-06-13  Vadim Zeitlinblind fix for latest mingw32 3.1
2002-04-01  Vadim Zeitlinrestored full redraw on repain behaviour by default...
2002-03-27  Vadim Zeitlinremoved a few warnings and CW compilation problems...
2002-03-15  Václav Slavíkremoved no-longer-needed hack
2001-12-29  Ron Leeremoved dependency on windows.h from dynload.h
2001-12-20  Ron Leemoved dynamic loader option checks to chkconf.h
2001-12-19  Ron LeeAdded new dynamic loading classes. (which handle proper
2001-11-30  Vadim Zeitlincorrected InternetGetConnectedState() prototype
2001-08-02  Vadim Zeitlinapplied patch 446014 (misc mingw fixes from Mattia)
2001-07-07  Vadim Zeitlinapplied patch 439186 (mingw and VC5 fixes)
2001-04-10  Vadim Zeitlinmore fixes for mingw32 compilation
2001-04-09  Vadim Zeitlin1. fixes to wxDC deleting logic (should fix ~wxPrinterD...
2001-04-08  Vadim Zeitlinapplied patch 411059 (mingw win32 api version check)
2001-01-31  Vadim Zeitlin1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE...
2000-08-29  Vadim Zeitlinadded missing .c_str() here and there
2000-08-27  Vadim Zeitlincompilation fixes for mingw32 (still leaving disabled...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-19  Vadim Zeitlin1. fixed crash in wxDateTime::ParseDate
2000-02-08  Julian SmartAdded ShowFullScreen
2000-02-05  Julian SmartVC++ changes + makeproj additions
2000-01-18  George TaskerChanged code to allow for removal of the #include ...
2000-01-10  Vadim Zeitlincheck for wxUSE_DYNLIB_CLASS corrected
1999-12-28  Julian SmartWatford C++ related changes. Unfortunately, the linker...
1999-12-20  Julian SmartMostly Mingw32/Cygwin corrections
1999-12-16  Vadim Zeitlincompilation fix
1999-11-29  Vadim Zeitlincompilation fix
1999-11-06  Julian SmartSmall changes
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-06  Vadim Zeitlinadded wxDialUpManager::IsAlwaysConnected() and GetISPNa...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-03  Vadim Zeitlin1. Win9x support + async dialing + many more for wxDial...