]> git.saurik.com Git - wxWidgets.git/history - src/msw
-somewhat more elegant method, supporting the src subdir (-Markus)
[wxWidgets.git] / src / msw /
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...
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...
next