]> git.saurik.com Git - wxWidgets.git/history - src/msw/utils.cpp
use DECLARE_NO_COPY_CLASS() where applicable (patch 633384)
[wxWidgets.git] / src / msw / utils.cpp
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
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-06-09  Julian SmartGetting various compilers to work with wxWin again
1999-06-09  Robert Roebling WINE is so fine.
1999-06-05  Brian MacyAttempt at getting mingw32 working again... still doesn...
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-05-10  Vadim ZeitlinwxWindow split (MSW part of changes)
1999-04-04  Julian SmartWin16 corrections
1999-03-03  Vadim ZeitlinwxUsleep() introduced (and documented) to try to work...
1999-02-24  Vadim ZeitlinSetCursor() works now
1999-02-23  Vadim ZeitlinwxBeginBusyCursor now works (better)
1999-02-06  Julian SmartAdded wxMenu::UpdateUI to wxMSW, wxGTK, wxMotif, wxStub...
1999-02-03  Vadim Zeitlinanother compilation fix
1999-02-03  Vadim Zeitlin_MSC_VER => __VISUALC__ change
1999-01-19  Julian SmartTWIN32 compatibility added; wxMotif uses wxGTK's wxPost...
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1999-01-01  Stefan Csomormac support as stubs added
1998-12-24  Vadim ZeitlinwxGetUserName() returns the user name (wxGetUserId...
1998-12-20  Julian SmartwxPaintDC -> wxDC in wxListCtrl; fixed compile problems...
1998-12-10  Julian SmartDialog Editor corrections for latest wxWin changes...
1998-12-05  Vadim Zeitlina warning suppressed (arg to MessageBeep is UINT)
1998-12-01  Robin DunnChanged wxBell to only use MessageBeep()
1998-11-29  Julian SmartAdded Win95 implementation of OutputDebugString; added...
1998-11-22  Julian SmartChanges to WXDLLEXPORT keyword position for VC++ 6...
1998-11-15  Julian SmartFix to parser.y to make it compile with makefile.unx...
1998-10-16  Unknown (UG)no message
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-20  Vadim Zeitlin1) minor modifications in fileconf.cpp
1998-09-16  Julian SmartMade wxStubs compile on Unix.
1998-09-07  Vadim ZeitlinwxGetHomeDir() added
1998-07-27  Julian SmartwxToolBar API changes; now frames manage their toolbar...
1998-07-12  Julian SmartRemoved #pragmas in utils.cpp, corrected USE_(WX)DEBUG_...
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-07-01  Guilhem Lavaux* Changed "true" to "TRUE" in some file: "true" doesn...
next