Fixed strange situation when we had wxPathExists and wxDirExists with the same fincti...
[wxWidgets.git] / src / msw / utils.cpp
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
2004-09-26  Robert Roebling Moved function from mslu to utils to make the
2004-09-07  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !...
2004-07-20  Włodzimierz SkibaWinCE fixes.
2004-07-01  Vadim Zeitlinadded wxMilli/MicroSleep(), deprecated wxUsleep()
2004-05-26  Julian SmartReverted config/resource name change
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-02-07  Vadim Zeitlindon't give error messages if ws2_32.dll is not availabl...
2003-11-15  Vadim Zeitlinexpand the value of HOME env var in wxGetHomeDir()...
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-10-04  Robin DunnAdd some WXDLLIMPEXP's
2003-09-23  Vadim Zeitlinrefactored code to create hidden window in one place...
2003-09-11  Mattia Barbon Cygwin compilation fix.
2003-08-25  Julian SmartWinCE fixes
2003-08-02  Václav Slavíkreturn wxToolkitInfo by reference and not by pointer
2003-08-02  Václav Slavíkreplaced wxAppTraits::GetOSVersion with GetToolkitInfo...
2003-07-28  Vadim Zeitlinload ws2_32.dll dynamically in wxGetFullHostName()
2003-07-21  Mattia Barbon Use wxStringBuffer[Length] instead of explicit calls to
2003-07-13  Vadim Zeitlinmoved SEH stuff to crashrpt.cpp
2003-07-12  Julian SmartAdded net stuff, some fixes to gsock code for WinCE
2003-07-12  Julian SmartCompilo
2003-07-11  Julian SmartMore WinCE mods
2003-07-11  Julian SmartMore WinCE mods
2003-07-10  Mattia Barbon Missing CHARSET_HANGUL fix.
2003-07-10  Julian SmartApplied patch [ 761138 ] Replaces references to wxT...
2003-07-02  Vadim Zeitlingot rid of wxBuffer (finally!!!)
2003-07-02  Vadim Zeitlinrenamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-07-01  Vadim Zeitlinfixed VC++ warning in release build
2003-06-30  Vadim Zeitlinextracted common initialization/cleanup functions in...
2003-06-28  Mattia Barbon Stop GCC from complaining about unhandled enumeration...
2003-06-27  Vadim Zeitlinmoved GetOSVersion() to the base traits class; implemen...
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...
2003-06-18  Chris Elliottfix DMars compilation to use precompiled headers
2003-05-23  Julian SmartApplied patch [ 736322 ] Remove TWINE support, merge...
2003-05-07  Chris Elliottupdate for digital mars - resolve externals in shell...
2003-04-19  Chris Elliottupdate to make digitalmars link - I really don't like...
2003-04-19  Chris Elliottupdate to make digitalmars compile
2003-04-10  Vadim Zeitlinset krc to wxKILL_OK on success
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-03-10  Robin DunnIf zero time is specified, don't try to sleep when...
2003-01-14  Julian SmartApplied patch [ 667563 ] Wine: compile fix for using...
2003-01-07  Julian SmartRemoved old __WXWINE__ support (obsoleted by new __WINE...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2002-12-07  Vadim Zeitlinfix for wxGetEnv() under Win16 (!) (bug 645368)
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-08  Vadim Zeitlincorrected wxShell() ret code
2002-08-30  Julian SmartMods for Wine compilation
2002-06-12  Vadim Zeitlinadded wxGetProcessId()
2002-06-12  Vadim Zeitlinuse AF_INET instead of PF_INET in wxGetFullHostName
2002-06-07  Vadim Zeitlindon't include winsock.h directly, this doesn't work...
2002-05-09  Vadim Zeitlinapplied patch to build wxMSW with CW7 (patch 550445)
2002-05-05  Vadim Zeitlinadded wxShutdown (patch 547443)
2002-04-11  Vadim Zeitlindon't use socket function when wxUSE_SOCKETS==0
2002-04-06  Václav Slavíkadded wxFontMapper::Get/Set
2002-03-09  Vadim Zeitlinlook at HOME and USERPROFILE in wxGetHomeDir() (patch...
2002-02-22  Vadim Zeitlin1. made wxDebugMsg, wxError and wxFatalError deprecated...
2002-02-17  Václav Slavíkcache return value of wxGetOsVersion
2002-02-06  Vadim Zeitlincompilation fix for BC++ (hopefully)
2002-02-05  Vadim Zeitlincompilation fix for wxUniv
2002-02-04  Vadim Zeitlinfixed for compilation without wxUSE_WCHAR_T and minor...
2002-01-31  Julian SmartApplied wxPoem, wxSystemSettings, sizing, install doc...
2002-01-28  Mattia BarbonFix MinGW compilation.
2002-01-26  Vadim Zeitlinpatch to fix various filename-related functions for...
2002-01-21  Vadim Zeitlincompilation fix for Borland (hopefully)
2002-01-19  Vadim Zeitlinfixed GetDiskFreeSpaceEx calling convention (Markus...
2001-12-07  Vadim Zeitlindon't crash in wxGetWindowXXX() if HWND is 0
2001-12-04  Mattia BarbonFix for very old w32api
2001-12-04  Julian SmartIfdefed out code that wouldn't compile with Mingw32...
2001-09-28  Ron LeeMore build system polishing.. mostly. Some stuff...
2001-08-25  Vadim Zeitlincompilation fix
2001-08-25  Vadim Zeitlinadded wxGetDiskSpace for Win/Unix
2001-07-05  Julian SmartMisc fixes, now menus are almost working on MicroWindows
2001-06-29  Julian SmartFirst pass at adding MicroWindows support
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-16  Vadim Zeitlin1. improved wxKill() implementation for Win32
2001-06-15  Julian SmartMoved metafile helpers from utilsexc.cpp to utils.cpp...
2001-06-15  Julian SmartSync'ed show-window flag in MDI child constructor;...
next