removed USE_SHARED_LIBRARY(IES)
[wxWidgets.git] / src / msw / app.cpp
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-10  Vadim Zeitlincompilation fix for headers without _WIN32_IE
1999-12-04  Vadim Zeitlin1. wxGetOsDescription() function added
1999-12-03  Stefan CsomorwxMSW update for CW, wxMac updated
1999-11-27  Vadim Zeitlin1. wxThread changes (detached/joinable) for MSW and...
1999-11-24  Vadim Zeitlin1. wxIcon/wxCursor change, wxGDIImage class added
1999-11-17  Robin DunnAdded wxWakeUpIdle() for MSW and empty stubs for Motif...
1999-11-04  Vadim Zeitlin1. wxFileDataObject fixes from Ricky Gonzales - seems...
1999-11-03  Julian SmartAdded check for sel == -1
1999-11-01  Julian SmartTidied some docs, made VC++ 6 DLL compilation work...
1999-10-29  Robin DunnAdded WXDLLEXPORT to wxWndProc definition so wxGLCanvas...
1999-10-18  Vadim Zeitlin1. wxApp::ProcessPendingEvents() is now common, added...
1999-10-17  Vadim Zeitlin1. wxPostEvent added and documented
1999-10-10  Vadim ZeitlinwxSpinCtrl
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-09  J. Russell SmythChanges to allow OLE to compile under mingw32/gcc-2.95
1999-08-04  J. Russell SmythMade changes to allow build with new mingw32/gcc-2.95
1999-07-27  Vadim ZeitlinwxNO_FULL_REPAINT_ON_RESIZE logic for wxMSW
1999-07-22  Vadim Zeitlin1. added wxGetNumberFromUser (to textdlgg.cpp and dialo...
1999-07-12  Václav Slavík*** empty log message ***
1999-07-08  Vadim Zeitlincompilation fix
1999-07-06  Vadim Zeitlin1. wxAppBase class appers, wxApp in wxGTK and wxMSW...
1999-07-05  Karsten BallüderMade icons configurable via a wxMApp virtual function...
1999-06-23  Vadim Zeitlindlg navigation keys work even when combobox has focus
1999-06-17  Vadim Zeitlin1. wxDialogs are now destroyed when they go out of...
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-06-09  Robert Roebling The last drops of WINE.
1999-06-09  Vadim Zeitlin1. wxPaintDC reuse now seems to actually work instead...
1999-06-08  Robert Roebling Chianti, Pinot noir, WINE..
1999-06-01  Vadim Zeitlincompilation fixes
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-05-07  Vadim Zeitlincompilation fix
1999-05-07  Guilhem Lavaux* Created a new wxObject method: wxObject::CopyObject...
1999-04-19  Julian SmartFixed wxexpr.cpp bug (quote wasn't being removed in...
1999-04-03  Guilhem Lavaux* Changed "wxPendingEvents" to pointers (tested on...
1999-03-30  J. Russell SmythFixed wxApp::SendIdleEvents for Vadim's new wxWindowLis...
1999-03-30  Vadim ZeitlinwxTopLevelWindows is now a wxWindowList, better compati...
1999-03-29  Julian SmartFixed missing brace in app.cpp
1999-03-27  Guilhem Lavaux* Added threads event propagation. Should compile on...
1999-03-23  Julian SmartWS_CLIPCHILDREN is not always enabled in wxNotebook...
1999-03-01  Vadim Zeitlinargc == 0 bug fixed
1999-02-28  Julian SmartDoc mods; fixed return non-processing problem; fixed...
1999-02-27  Vadim ZeitlinMSWProcessMessage speed up by a factor of 100 (at least)
1999-02-24  Vadim ZeitlinSetCursor() works now
1999-02-23  Vadim ZeitlinwxLogXXX() functions called near app termiantion should...
1999-02-19  Robin Dunnadded wxSetInstance()
1999-02-17  Julian SmartChanged .vc makefiles to allow different configurations...
1999-02-12  Julian SmartSmall Tex2RTF fixes; wxMotif compile fixes (motif.inc...
1999-02-10  Julian SmartCured some small doc typos; some WIN16 fixes; transferr...
1999-02-04  Julian SmartFurther changes to make mfctest work.
1999-02-03  Vadim Zeitlin_MSC_VER => __VISUALC__ change
1999-02-02  Julian SmartConsistent naming of e.g. wxUSE_CTRL
1999-02-01  Stefan Csomorlatest CW additions
1999-01-31  Vadim Zeitlinmemory debugging using VC++ debug CRT works for DLL...
1999-01-26  Julian SmartAdded dataxpm.c to avoid name clash; removed ifdefing...
1999-01-24  Vadim Zeitlin1. wxLoad/SaveFileSelector return "wxString" instead...
1999-01-19  Julian SmartInclude dynarray.h
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-17  Vadim Zeitlinmore thread fixes
1999-01-17  Julian SmartVC++ compilation correction; doc file corrections
1999-01-12  Vadim Zeitlincatches program exceptions in release build (VC++ only)
1999-01-11  Julian SmartCorrected thread.h inline problem. Set WXWIN_COMPATIBIL...
1999-01-09  Julian SmartMore SC++ fixes; HelpGen starting to compile with VC...
1999-01-09  Vadim Zeitlinthread fixes for MSW (samples doesn't compile currently...
1999-01-08  Unknown (UG)WXDLLEXPORT added to wxPendingList
1999-01-07  Julian SmartWatcom C++ mods
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1999-01-04  Julian SmartSimplified BC++ makefiles; C++Builder 1.0 compilation...
1999-01-02  Vadim ZeitlinThread fixes (but they still don't work at all...)
1998-12-29  Julian SmartBC++/16-bit support now working, but without resource...
1998-12-28  Julian SmartChanges for 16-bit BC++ (not there yet), GnuWin32;...
1998-12-26  Unknown (UG)no message
1998-12-20  Julian SmartwxPaintDC -> wxDC in wxListCtrl; fixed compile problems...
1998-12-10  Julian Smart#ifdefed out Ole... functions for Cygwin.
1998-12-10  Julian SmartDialog Editor corrections for latest wxWin changes...
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-12-08  Julian SmartAdditions to wxTime; always inits OLE now in wxMSW
1998-11-25  Robin DunnEnabled the wxUSE_VC_CRTDBG to be optional even if...
1998-11-24  Vadim Zeitlin1. new wxList code
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-11-09  Julian SmartRemoved references to DEBUG and WXDEBUG; cured Motif...
1998-10-27  Julian SmartMotif wxNotebook about done; added print/preview to...
1998-10-16  Unknown (UG)no message
1998-10-15  Julian SmartCommented out _CrtSetDbgFlag yet again, restored setup...
1998-10-14  Vadim Zeitlinminor changes a bit everywhere + a small wxLog change...
1998-10-14  Julian SmartRewrote ConvertToStandardCommandArgs; resource.h correc...
1998-10-14  Mart Raudsepperror in func ConvertToStandardCommandArgs with argv[]
1998-10-12  Julian SmartSession management changes for wxMSW.
1998-10-02  Julian SmartRemoved DrawOpenSpline since it doesn't seem to be...
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-20  Julian SmartCommented out those wretched crt debug thingies yet...
1998-09-19  Vadim ZeitlinConvertToStandardCommandArgs() was ugly, buggy and...
1998-09-17  Julian SmartSimplified app initialisation in wxMSW and wxStubs
1998-09-10  Julian SmartEliminated some warnings under Windows; wxGetHomeDir...
1998-09-08  Julian SmartAdditional makefiles; changes for compilation with...
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-08  Vadim ZeitlinwxDeleteStockLists() used (instead of duplicating part...
next