]> git.saurik.com Git - wxWidgets.git/history - src/msw
grmbl, typo
[wxWidgets.git] / src / msw /
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...
1998-07-12  Vadim ZeitlinGetTextExtent checks that passed pointers are not NULL
1998-07-12  Vadim Zeitlinconstraints handling for notebook pages improved
1998-07-12  Vadim ZeitlinwxFILE_MUST_EXIST added
1998-07-12  Vadim Zeitlin1. expand/collapse (and -ing variants) events are now...
1998-07-12  Vadim ZeitlinwxFrame::OnSize() slightly optimized (the behaviour...
1998-07-12  Vadim ZeitlinwxWindow::OnSize() removed
1998-07-12  Guilhem LavauxAdded IMPLEMENT_CLASS, ... about wxStream classes ...
1998-07-12  Guilhem LavauxAdded wxStream but I haven't tested them.
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-10  Karsten BallüderCleared up DEBUG define mess, defines are now called...
1998-07-10  Julian SmartFixed const problems in status bar code, changed panelg...
1998-07-09  Vadim ZeitlinMSW wxNotebook implementation
1998-07-08  Vadim Zeitlin1) keyboard handling: now generates NavigationKey event...
1998-07-08  Vadim Zeitlinbug with multi-part status bars with default widths...
1998-07-08  Vadim ZeitlinwxDC::GetTextExtent() checks that passed in x and y...
1998-07-08  Vadim ZeitlinHasGroup/Entry added
1998-07-08  Julian SmartRemoved redundant auto-setting code in wxDC; corrected...
1998-07-08  Julian SmartCured a bad assert in wxStatusBar; #ifdefed oleutils...
1998-07-08  Julian SmartFixed event arg in notebook.h, #ifdefed out some functi...
1998-07-07  Julian SmartVarious bug fixes, cosmetic changes
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-07-03  Julian SmartAdded wxExpr parser/lexer files which had somehow got...
1998-07-02  Guilhem Lavaux* Deleted all ^M
1998-07-02  Julian SmartAdded dummy constructors etc. for wxProcess(Event)...
1998-07-02  Julian SmartVarious changes for 16-bit compilation
1998-07-01  Guilhem Lavaux* Well, I've forgotten this file :-(
1998-07-01  Guilhem Lavaux* Changed "true" to "TRUE" in some file: "true" doesn...
1998-06-28  Julian SmartSeparated out Win95 versions of gauge, slider; added...
1998-06-26  Julian SmartNew wxEventType for event type enum, and corresponding...
1998-06-25  Julian SmartCured DC/GDI object leak; listbox window proc restored...
1998-06-23  Julian SmartCorrected problem with MDI children not refreshing...
1998-06-22  Julian SmartRemoved deletion of m_selections
1998-06-22  Julian SmartCured problem introduced by LEAVE/ENTER OnIdle code...
1998-06-22  Vadim Zeitlinattempt to clean up a little keyboard handling code
1998-06-22  Vadim ZeitlinwxCHECK/wxCHECK_RET changes
1998-06-22  Vadim ZeitlinwxCHECK change
1998-06-22  Vadim ZeitlinGetSelections() changed to work with wxArrayInt
1998-06-22  Vadim Zeitlinnow compiles with USE_XPM_IN_MSW on, added error messag...
1998-06-15  Julian SmartCorrected some problems I introduced, added tabevent...
1998-06-14  Julian SmartAdded #define wxHelpController to help.h; added wxWinHe...
1998-06-14  Guilhem Lavaux* Thread updates and cleanup (m_locked, MUTEX_UNLOCKED...
1998-06-14  Julian Smartconst/void changes in thread, tabctrl and wave files...
1998-06-14  Julian SmartCorrected missing pipe in treectrl.h, wxOK->wxID_OK...
1998-06-13  Julian SmartCorrected dataobj.h/.cpp, corrected listbox to use...
1998-06-13  Julian SmartCorrection to dnd.h; EVT_MOUSE_EVENTS now includes...
1998-05-28  Julian SmartUpdates from Chris Breeze
1998-05-27  Vadim Zeitlincleaned code a bit
1998-05-27  Vadim ZeitlinwxDataObject and wxDropSource implementations
1998-05-27  Vadim Zeitlinregistry based implementation of wxConfig (wxRegConfig)
1998-05-27  Vadim Zeitlin1) now associated drop target is deleted (memory/resour...
1998-05-27  Vadim Zeitlinremoved compilation warning about "switch with default...
1998-05-27  Vadim Zeitlinmany bugs (including major one in DeleteSelf) corrected
1998-05-27  Vadim Zeitlinspurious "(uint)" cast which was causing compilation...
1998-05-27  Vadim Zeitlin1) Added call to wxLog::Flush() to wxApp::OnIdle()
1998-05-27  Julian SmartChanges to help with Win16 compilation.
1998-05-22  Julian SmartIn SetString, added test for owner draw style to cure...
1998-05-21  Julian SmartApp declarations modified; cursor was corrupt; needed...
1998-05-21  Julian Smart*** empty log message ***
1998-05-20  Karsten Ballüdernow MSW stuff is complete
1998-05-20  Karsten Ballüderadded some wxMSW stuff