]> git.saurik.com Git - wxWidgets.git/history - src/msw
USE_xxx constants renamed to wxUSE_xxx. This is an incompatible change, you
[wxWidgets.git] / src / msw /
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-20  Julian SmartMore Motif stuff
1998-09-20  Julian SmartCommented out those wretched crt debug thingies yet...
1998-09-19  Vadim ZeitlinConvertToStandardCommandArgs() was ugly, buggy and...
1998-09-17  Guilhem Lavaux* Added wxSerial DLL support for Borland 32
1998-09-17  Julian SmartDnd constant name changes because names like Copy can...
1998-09-17  Julian SmartSimplified app initialisation in wxMSW and wxStubs
1998-09-16  Julian SmartMade wxStubs compile on Unix.
1998-09-14  Julian SmartDLL-related changes
1998-09-12  Julian SmartAdded variant.h/cpp; changed variable names in object...
1998-09-10  Julian SmartEliminated some warnings under Windows; wxGetHomeDir...
1998-09-08  Julian SmartAdditional makefiles; changes for compilation with...
1998-09-08  Guilhem Lavaux* some C++ness correction in wxStream.
1998-09-07  Julian SmartAdded wxSashWindow, wxSashLayoutWindow, wxLayoutAlgorit...
1998-09-07  Vadim Zeitlinsome clean up of the code
1998-09-07  Vadim Zeitlintab traversal now works better (using uninitialized...
1998-09-07  Vadim Zeitlinadded wxLogSysError() in wxExecute() if the command...
1998-09-07  Vadim ZeitlinwxGetHomeDir() added
1998-09-07  Vadim ZeitlinwxRegConfig now works again
1998-09-07  Vadim Zeitlinthe notebook now has wxTAB_TRAVERSAL style
1998-09-07  Vadim Zeitlinadded support for right aligned labels (wxALIGN_RIGT...
1998-09-07  Vadim Zeitlin"const" added to wxAceelTable ctor
1998-09-07  Julian SmartMade wxSocket compile using makefiles; #ifdefed out...
1998-09-06  Vadim ZeitlinGetItem() now works (it was completely broken)
1998-09-04  Julian SmartFixed compile error in gtk/dc.cpp (L.88); also menu...
1998-09-03  Julian SmartDang, can't remember what I changed now
1998-09-01  Guilhem Lavaux* wxCreateDynamicObject() uses an hashtable now
1998-08-28  Julian SmartFixed MSW printing, tidied up member variable names
1998-08-27  Robin DunnAdded some typecasts that the compiler complained about...
1998-08-27  Julian SmartwxConfig changes to be more logical.
1998-08-24  Julian SmartHKEY -> WXHKEY; wxScrolledWindow::SetScale added
1998-08-23  Vadim Zeitlinminor fixes
1998-08-22  Vadim Zeitlinbug with checking the first character of possible empty...
1998-08-21  Vadim Zeitlinspurious error messages from wxRegKey::HasValue() suppr...
1998-08-21  Vadim Zeitlinradiobox had some strange ideas about vertical and...
1998-08-21  Julian SmartAccelerators now work for wxDialog; wxToolBarSimple...
1998-08-20  Vadim ZeitlinwxStaticBitmaps were created invisible - corrected
1998-08-19  Julian SmartGDI double-deletion fix, wxBitmap depth bug
1998-08-18  Vadim Zeitlinglobally renamed uint to size_t. This has _not_ been...
1998-08-17  Vadim Zeitlina micro bug (but which was enough to break regtest...
1998-08-16  Julian SmartChanged wxMenu::GetTitle to return a wxString.
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-14  Vadim Zeitlina small GUI glitch corrected (if a frame with child...
1998-08-14  Vadim ZeitlinWM_MOVE processing added (wxMoveEvent generated)
1998-08-13  Julian SmartFixed compile bug in dropsrc.cpp (constr. arg); GnuWin3...
1998-08-12  Vadim ZeitlinwxWindow::MSWOnHScroll changed to call the default...
1998-08-12  Vadim Zeitlinstack overflow when clicking on the arrow in a notebook...
1998-08-12  Vadim Zeitlinsuppressed VC++ 5.0 bool to int conversion warning...
1998-08-10  Julian SmartVarious Dialog Editor-related mods; Dlg Ed. getting...
1998-08-10  Julian SmartMod to allow hit-test on static to succeed.
1998-08-09  Julian SmartMiscellaneous, mostly cosmetic changes. wxPen/wxFont...
1998-08-08  Vadim ZeitlinSetBackgroundColour() call is now done after the window...
1998-08-08  Vadim ZeitlinwxDeleteStockLists() used (instead of duplicating part...
1998-08-07  Julian SmartFixed various wxMSW compile problems that came down...
1998-08-07  Vadim Zeitlinstray #include "wincmn.cpp" removed
1998-08-07  Vadim Zeitlinthe modal dialogs restore the focus to the control...
1998-08-07  Vadim ZeitlinProcessEvent() now saves the m_lastXXX parameters in...
1998-08-07  Vadim Zeitlincode using ms_PaintDC changed a little (a couple of...
1998-08-07  Vadim Zeitlinimproved handling of frames with parent: now they have...
1998-08-07  Vadim ZeitlinVZ: I removed (CASTWNDPROC) from ::CallWndProc - it...
1998-08-07  Vadim ZeitlinWM_GETDLGCODE handling correctly implemented
1998-08-07  Vadim Zeitlina couple of missing calls to UngetWriteBuf() added
1998-08-07  Vadim Zeitlinnow process UDN_DELTAPOS notification: up-down control...
1998-08-07  Vadim Zeitlinadded call to _CrtSetDbgFlag(_CRTDBG_REPORT_FLAG) ...
1998-08-07  Robin DunnAdded missing call to wxInitializeStockLists() in Commo...
1998-08-07  Vadim Zeitlin(1) Denis Pershin's patch for wxGTK (memory leaks corre...
1998-08-06  Julian SmartFixed someone's compile error in regconf.cpp (needed...
1998-08-06  Julian SmartOGL fixes; documentation fixes; dialog editor updates
1998-08-05  Julian SmartFixed popup menu processing
1998-08-05  Karsten Ballüderadded SetRecordDefaults() and IsRecordingDefaults(...
1998-08-04  Julian SmartSmall fixes
1998-08-02  Vadim ZeitlinwxIniConfig added (pre-alpha quality, many functions...
1998-07-31  Julian SmartAdded wxAccelerationTable class
1998-07-31  Julian SmartAdded wxAcceleratorTable, wxFrame::SetAcceleratorTable...
1998-07-31  Julian SmartSome manual updates; in MDI sample, child frames now...
1998-07-30  Julian SmartMSWOnMouseMove arg bug in toolbar; compile bug in regco...
1998-07-29  Julian SmartAdded missing OGL files; added defaults to wxDocMDIPare...
1998-07-29  Julian SmartUpdate to docs incl. wxString first stab; added a coupl...
1998-07-28  Julian SmartAdded MDI support for Document/view, plus an example.
1998-07-28  Julian SmartAdded ODBC database classes and sample from RemStar...
1998-07-28  Julian SmartChanged files to work with wxDataFormat
1998-07-27  Julian SmartChanged event type ids to constants instead of enum...
1998-07-27  Julian SmartwxToolBar API changes; now frames manage their toolbar...
1998-07-24  Julian SmartRemoved duplicate code
1998-07-24  Julian SmartRemoved compile bugs in regconf.cpp, added new toolbar...
1998-07-23  Julian SmartMoved Get/SetToolBar down into frame.h/cpp
1998-07-22  Julian SmartAdded wxString version of wxStripExtension; changed...
1998-07-19  Vadim ZeitlinMSWGetDlgCode() behaviour changed to allow both TAB...
1998-07-18  Vadim Zeitlinsmall bug fixes + a couple of new functions added
1998-07-17  Vadim Zeitlincompile without STRICT fixed
1998-07-17  Vadim Zeitlinthe very last traces of wxTString removed
1998-07-17  Julian SmartSome Borland/GnuWin32 fixes
1998-07-17  Julian SmartAdded STRICT corrections.
1998-07-17  Robin Dunnfixed a missing backslash
1998-07-16  Julian SmartCured SetString/GetSelection interaction; incorporated...
1998-07-16  Robin DunnInserted an else that seemed to be missing. (My RadioB...
1998-07-15  Guilhem LavauxwxStream: wxInputStream and wxOutputStream don't inheri...
1998-07-14  Guilhem Lavaux* wxStream: I've rewritten the inheritance
1998-07-13  Julian SmartRemoved streams from VC++ makefile for now; corrected...
next