Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / msw / utils.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-09-27  Vadim ZeitlinFix _tputenv() return value test in wxSetEnv().
2012-09-15  Vadim ZeitlinNo changes, just silence some MSVC 11 static analyzer...
2012-09-13  Vadim ZeitlinChange wxMSW-specific wxLoadUserResource() to accept...
2012-06-17  Vadim ZeitlinMove wxBell() from base to core library.
2012-06-03  Vadim ZeitlinUse wxString::t_str() in calls to Windows API functions...
2012-05-23  Vadim ZeitlinFix wxBase compilation with UTF-8-based wxString under...
2012-04-05  Vadim ZeitlinRemove support for MetroWerks CodeWarrior compiler.
2011-09-21  Vadim ZeitlinNo changes, just extract wxCreateHiddenWindow() declara...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-16  Vadim ZeitlinNo changes, just refactor the code in MSW wxGetOsDescri...
2011-05-16  Vadim ZeitlinRecognize Windows 7 and Server 2008 versions in wxGetOs...
2011-03-22  Dimitri SchoolwerthFixed various typos.
2010-10-03  Vadim ZeitlinUpdate CRT environment in wxSetEnv() for MinGW too.
2010-09-09  Vadim ZeitlinFix wxKill(wxSIGNONE) always returning true for child...
2010-09-09  Vadim ZeitlinUse minimal required process access mask in wxMSW wxKill().
2010-07-23  Vadim ZeitlinFix Cygwin 1.7 build.
2010-04-26  Václav SlavíkAdd instance argument to wxLoadUserResource().
2010-04-26  Vadim ZeitlinAdd wxLoadUserResource() overload not copying the resou...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-23  Vadim ZeitlinImplement wxGetHostName() for Windows CE.
2009-05-30  Vadim Zeitlincompilation fix for wxUSE_STL==1
2009-05-24  Vadim Zeitlinupdate CRT environment block in wxSetEnv() too
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-01-07  Julian SmartAdded missing include
2009-01-07  Francesco Montorsis/wxSplitPath/wxFileName::SplitPath
2008-12-21  Vadim Zeitlinclose the handle returned by OpenProcessToken() (fixes...
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-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-08-03  Vadim Zeitlinadded wxSHUTDOWN_LOGOFF flag, don't use EWX_FORCE by...
2008-07-04  Robert RoeblingUse t_str() instead of c_str()
2008-07-03  Robert RoeblingMake wxMSW wxBase compile in UTF-8 mode
2008-05-27  Vadim Zeitlinfix some harmless compilation in (release) MSVC build
2008-05-27  Vadim Zeitlindistinguish between Server 2003 and XP 64-bit (closes...
2008-05-27  Vadim Zeitlinadd a mention to OS description string if running under...
2008-05-27  Vadim Zeitlinrecognize Vista by name in wxGetOsDescription()
2007-12-31  Vadim Zeitlinremoved support for Salford compiler (which was almost...
2007-10-06  Vadim Zeitlinalways return wxString from wxGetUserHome() instead...
2007-09-10  Vadim Zeitlinmap wxFONTENCODING_ISO2022_JP to the correct Windows...
2007-09-09  Vadim Zeitlincache the result of wxGetOsVersion() (heavily modified...
2007-07-21  Vadim Zeitlinadded wxUSE_REGKEY option
2007-07-21  Vadim Zeitlinfixes for building wxMSW with --disbale-all-features
2007-06-20  Václav Slavíkmore changes to make wx compile without implicit wxStri...
2007-06-19  Václav Slavíkmake wxSetEnv compatible with ANSI and Unicode, depreca...
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2007-03-16  Vadim Zeitlininclude wx/msw/missing.h after wx/msw/private.h, otherw...
2006-11-12  Julian SmartWine fixes
2006-09-07  Włodzimierz SkibaInclude wx/msw/wrap*.h according to pch support (with...
2006-09-04  Julian SmartFixed ISO-8859-11 mapping to code page under Windows
2006-09-02  Robert Roebling Map iso8859-11 to codepage 874.
2006-08-25  Włodzimierz SkibaWarning fix.
2006-08-24  Włodzimierz SkibaWinCE build fixes.
2006-08-17  Michael WetherellCrash fix from Tim Kosse.
2006-08-17  Paul Cornettbuild fixes
2006-08-15  Vadim Zeitlinresolve IsWow64Process() dynamically; don't rely on...
2006-08-13  Vadim ZeitlinwxPlatformInfo (patch 1532064)
2006-07-05  Włodzimierz SkibaReturn OS description for WinCE too.
2006-05-27  Vadim Zeitlinmoved power functions for MSW from utils.cpp to (new...
2006-05-27  Vadim Zeitlinadded wxPowerEvent; moved power functions stubs to...
2006-05-23  Włodzimierz SkibaInclude wx/timer.h according to precompiled headers...
2006-02-11  Vadim Zeitlinuse wxDiskspaceSize_t which is long and not wxLongLong...
2005-11-23  Włodzimierz SkibaBuild and run ::wxGetUserName() silently with unusual...
2005-11-22  Włodzimierz SkibaSafe wxStrncpy usage.
2005-11-22  Włodzimierz SkibawxGetUserName for WinCE.
2005-07-18  Włodzimierz SkibaMissing wxUSE_* markup.
2005-07-18  Włodzimierz SkibaCode simplification and warning fixes.
2005-06-30  Włodzimierz SkibaHelpers in disabling warnings for unused params.
2005-06-16  Vadim Zeitlinfixed problem with wxKill(SIGNONE) returning error...
2005-06-10  Włodzimierz SkibaAllow MSW Base be usable in other ports than wxMSW...
2005-06-07  Vadim Zeitlinadded wxGetWinVersion()
2005-05-31  Julian SmartTypo correction patch [ 1208110 ] Lots of typo corrections
2005-05-22  Julian SmartApplied patch [ 1195797 ] Fixes to compile on Win64
2005-05-13  Julian SmartWinCE fix
2005-05-07  Robert Roebling Commit fix for EUC_JP encoding under Windows.
2005-04-12  Ryan NortonFix warning on CYGWIN for sockets
2005-04-02  Julian Smart\ is a reasonable home directory on WinCE
2005-03-26  David ElliottUse wxFontMapperBase::Get instead of wxFontMapper:...
2005-03-17  Włodzimierz SkibaFixed strange situation when we had wxPathExists and...
2005-03-17  Julian SmartSmall fixes for compiling Cygwin (with --disable-sockets)
2005-03-17  Julian SmartCorrect compilo for non-WinCE
2005-03-16  Julian SmartAdded wxWINDOWS_POCKETPC, wxWINDOWS_SMARTPHONE
2005-03-07  Vadim Zeitlinharmless warning fixes for WinCE (mostly unused parameters)
2005-01-20  Włodzimierz SkibaSimple wxBatteryPower API for the support in wxWinCE...
2005-01-18  Włodzimierz SkibaMinGW warning fix.
2005-01-18  Włodzimierz SkibawxWinCE fixes.
2005-01-08  Vadim Zeitlinimplemented wxIsDebuggerRunning() for Win32
2005-01-06  Robert Roebling Added test to fontencoding -> codepage conversion
2005-01-05  Włodzimierz SkibaWarning fix.
2005-01-04  Robert Roebling Commit wxFontEncoding -> MS codepage conversion code
2004-12-27  Włodzimierz SkibaGetFreeSpace is here since 1993 and returns crazy value...
2004-12-27  Włodzimierz SkibaTake best fitting type for available memory measurement.
2004-12-05  Julian SmartSimplification
2004-12-05  Julian SmartFurther Wince fixes
2004-12-05  Julian SmartUnicode/WinCE corrections
2004-12-05  Julian SmartAdded flags argument to wxKill and wxProcess::Kill...
2004-11-10  Vadim Zeitlinbetter (more precise) values for wxGetOsDescription...
2004-09-27  Vadim Zeitlinadded wxGetFullModuleName(); use it instead of calling...
2004-09-26  Václav Slavíkpartially reverted Robert's changes, did it more cleanly
next