warning fixes for BCC and OW (heavily modified patch 819146)
[wxWidgets.git] / src / msw / utils.cpp
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;...
2001-05-14  Julian SmartFixes for 16-bit compilation
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-04-30  Robin DunnImplemented wxGetClientDisplayRect which returns the...
2001-04-21  George TaskerMinor code tweeks to stop BCC compiler warnings
2001-04-21  Vadim Zeitlinmerged optimizations from 2.2
2001-03-21  George TaskerChecked back in the change from rev 1.57 that allows...
2001-01-07  Vadim Zeitlintypo: return Win98, not 99, from wxGetOSDescription()
2000-12-20  Vadim Zeitlinmerged fix from 2.2 branch
2000-12-20  Vadim Zeitlinwarning fixed
2000-11-27  Vadim ZeitlinwxSetEnv for Win32 (now seems to work)
2000-11-26  Vadim ZeitlinwxSetEnv for Win32 (doesn't really work)
2000-11-20  George TaskerFixed the wxDirExists() function so that if asked about...
2000-09-25  Ron Leeimplemented wxDisplaySizeMM for gtk, msw & motif.
2000-09-07  Julian SmartAdded comment to old wxGetMousePosition
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-20  Julian SmartHad to #ifdef out wxGetFullHostName for Cygwin b20
2000-03-20  Guillermo Rodrigue... Added extern "C" around winsock and moved it before...
2000-03-18  Guillermo Rodrigue... Had to #ifdef out all the new wxGetFullHostName code...
2000-03-17  Vadim Zeitlin1. wxGetFullHostName() does return the full host name...
2000-02-25  Vadim Zeitlin1. cursor fixes: frame does have hand cursor in the...
2000-01-15  Vadim Zeitlin1. fixed small bug with toolbar size updates
2000-01-14  Julian SmartFurther fixes to Dialog Editor; additions to .dsp files
1999-12-04  Vadim Zeitlin1. wxGetOsDescription() function added
1999-11-27  Vadim Zeitlin1. wxThread changes (detached/joinable) for MSW and...
1999-11-12  Vadim ZeitlinOutputDebugStringW95 removed - it's really unnecessary...
1999-10-24  Julian SmartFixes for 16-bit compilation
1999-10-13  Vadim Zeitlinwarnings for mingw32 compilation fixed
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-07-23  Ove KaavenCouple more Unicode fixes.
1999-06-20  Vadim Zeitlinbetter wxGetUserId/Name
next