]> git.saurik.com Git - wxWidgets.git/history - src/msw/utils.cpp
merged optimizations from 2.2
[wxWidgets.git] / src / msw / utils.cpp
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...
1998-05-28  Julian SmartUpdates from Chris Breeze
1998-05-21  Julian Smart*** empty log message ***
1998-05-20  Karsten Ballüderadded some wxMSW stuff