]> git.saurik.com Git - wxWidgets.git/history - src/msw
wxCritSection change to accomodate mem checking system (even better :-)
[wxWidgets.git] / src / msw /
1999-01-13  Julian SmartwxMSW wxClipboard implementation
1999-01-13  Julian SmartAdded dnd classes, data object classes, changed clipboa...
1999-01-12  Vadim Zeitlinadded an error message if a bitmap can't be addedto...
1999-01-12  Vadim Zeitlincatches program exceptions in release build (VC++ only)
1999-01-12  Vadim Zeitlinsome really minor changes (the most important one:...
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  Julian SmartChanges to allow Cygwin to compile in non-PCH mode
1999-01-08  Unknown (UG)WXDLLEXPORT added to wxPendingList
1999-01-08  Julian SmartCorrected grey scrolling windows; added C++Builder...
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-04  Julian SmartCorrected memory.cpp compilation error; Cygwin makefile...
1999-01-02  Vadim ZeitlinThread fixes (but they still don't work at all...)
1999-01-02  Robert Roebling Triued in vain to fix threads segvs with gcc
1999-01-01  Stefan Csomormac support as stubs added
1998-12-31  Julian SmartAdded Property List classes to main library; added...
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-27  Vadim Zeitlin1. Pause()/Resume() implemented for wxMSW
1998-12-26  Unknown (UG)no message
1998-12-24  Vadim ZeitlinwxGetUserName() returns the user name (wxGetUserId...
1998-12-23  Julian SmartGot generic wxListCtrl, wxTreeCtrl working under Window...
1998-12-20  Julian SmartwxPaintDC -> wxDC in wxListCtrl; fixed compile problems...
1998-12-20  Vadim Zeitlinmissing functions implemented in wxMSW tree ctrl (custo...
1998-12-18  Julian SmartPartial Watcom C++ 10.6 support added (doesn't link...
1998-12-18  Vadim Zeitlinadded stubs for wxTreeCtrl functions not yet implemente...
1998-12-18  Julian SmartAdded dummy DeleteChildren so the sample will at least...
1998-12-18  Julian SmartIn DialogEd, changed Close to Destroy to make it shut...
1998-12-17  Julian SmartJust a teeny change -- addition of wxFrame::IsMaximized...
1998-12-16  Julian SmartRemoved some unnecessary bitmaps; other minor changes
1998-12-15  Julian SmartCured radiobutton non-setting by using BS_AUTORADIOBUTT...
1998-12-14  Julian SmartVarious; wxRadioButton::GetValue corrected
1998-12-14  Mart RaudseppwxFileSelector set the filterIndex
1998-12-12  Vadim Zeitlinremoved wxDialog::SetSize() which just called wxWindow...
1998-12-12  Julian SmartAdded script to help make wxMotif via configure; nativd...
1998-12-11  Robin DunnChanged the "delete win" to the more proper "win->Destr...
1998-12-11  Julian SmartSome stubs includes removed from wxMotif; wxNotebook...
1998-12-11  Robert Roebling ADDED wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
1998-12-11  Julian SmartCorrections to Forty Thieves; wxMemoryDC problem tempor...
1998-12-11  Robin DunnAdded wxTaskBarIcon::PopupMenu()
1998-12-10  Julian Smart#ifdefed out Ole... functions for Cygwin.
1998-12-10  Julian SmartDialog Editor corrections for latest wxWin changes...
1998-12-10  Unknown (AN)remove the line for image.h, restore a line commented...
1998-12-10  Vadim ZeitlinminValue and maxValue are interpreted correctly in...
1998-12-09  Julian SmartwxImage changes
1998-12-09  Unknown (AN)dec 9, 1998 wxImage related changes
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-12-08  Julian SmartAdded wxAutomationObject class.
1998-12-08  Julian SmartAdditions to wxTime; always inits OLE now in wxMSW
1998-12-06  Julian SmartSome more WXWIN_COMPATIBILITY fixes.
1998-12-05  Vadim Zeitlin1. suppressed some messages from HasEntry()/HasKeys()
1998-12-05  Vadim Zeitlincorrected a crash in wxDialog::Show() which would happe...
1998-12-05  Vadim Zeitlina warning suppressed (arg to MessageBeep is UINT)
1998-12-04  Julian SmartFixes for WXWIN_COMPATIBILITY, and BC++ fix for event.cpp
1998-12-04  Julian SmartMore progress on wxMotif, incl. wxTreeCtrl/wxListCtrl...
1998-12-03  Julian SmartChanged wxRectangle to wxRect. Sorry for the bandwidth...
1998-12-02  Julian SmartAdded wxRegion version of wxWindowDC::SetClippingRegion
1998-12-01  Robin DunnChanged wxBell to only use MessageBeep()
1998-11-30  Julian SmartFixed toolbar gaffe.
1998-11-30  Julian SmartHierarchy fixes; bug fix for tabg that was introduced...
1998-11-30  Vadim Zeitlin1. added wxTreeCtrl::SetItemBold and IsBold, updated...
1998-11-29  Julian SmartAdded Win95 implementation of OutputDebugString; added...
1998-11-28  Vadim Zeitlintoolbar tooltips fix
1998-11-28  Vadim Zeitlinmoved common code from ctor and Create() to a separate...
1998-11-28  Julian SmartwxSize/wxPoint/wxRect versions of functions added to...
1998-11-28  Unknown (UG)no message
1998-11-26  Julian SmartFixed Dialog Editor compilation and window sizing bug...
1998-11-25  Julian SmartVarious fixes.
1998-11-25  Robin DunnEnabled the wxUSE_VC_CRTDBG to be optional even if...
1998-11-24  Vadim Zeitlin1. new wxList code
1998-11-24  Julian Smart2nd attempt at MDI in wxMotif, using wxNotebook this...
1998-11-24  Guilhem Lavaux* Fixed a memory leak in wxThread
1998-11-23  Julian SmartRemoved rogue AIAI icon; removed PostScript files from...
1998-11-23  Julian SmartFix to wxTreeCtrl::GetNextChild from Marcel Rasche...
1998-11-22  Julian SmartChanges to WXDLLEXPORT keyword position for VC++ 6...
1998-11-22  Robin DunnChanged the event handling to use events, instead of...
1998-11-21  Julian SmartDoc updates (debug stuff); Cygwin corrections
1998-11-21  Guilhem Lavaux* Changed fstream.* in wfstream.*
1998-11-15  Julian SmartFix to parser.y to make it compile with makefile.unx...
1998-11-11  Julian SmartChanged setup.h so that global memory operators are...
1998-11-09  Julian SmartRemoved references to DEBUG and WXDEBUG; cured Motif...
1998-11-08  Julian SmartOGL fixes for wxMotif; added Set/GetClientData to wxMen...
1998-11-08  Julian SmartMinor changes
1998-11-04  Julian SmartAdded GetRect to region iterator; cured window.cpp...
1998-11-03  Julian SmartDialog Editor bug fixes, several other small ones
1998-10-27  Julian SmartMotif wxNotebook about done; added print/preview to...
1998-10-26  Julian SmartAdded OnEraseBackground to wxNotebook on wxMSW to avoid...
1998-10-25  Unknown (UG)no message
1998-10-24  Vadim Zeitlinsome new functions:
1998-10-23  Julian SmartMore Motif changes (colour/font stuff)
1998-10-22  Julian SmartAdded casts to fix compile problem
1998-10-22  Julian SmartMods for Gnu-Win32
1998-10-20  Vadim ZeitlinwxColour(const char *) ctor related modifications
1998-10-20  Julian SmartRemoved WS_BORDER style since borders have suddenly...
1998-10-19  Julian SmartMore Motif additions: mdi and sashtest samples now...
1998-10-19  Vadim Zeitlin1. wxTextCtrl::SetBackgroundColour() now works
1998-10-18  Vadim Zeitlinnew wxTreeCtrl files
next