]> git.saurik.com Git - wxWidgets.git/history - src/msw
Listctrl updates
[wxWidgets.git] / src / msw /
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
1998-10-17  Unknown (UG)fixes the invalid index problem
1998-10-16  Unknown (UG)no message
1998-10-16  Unknown (UG)no message
1998-10-16  Julian SmartMisc. Motif; removed duplicate wxICON; variant compile...
1998-10-16  Unknown (UG)wx_USEIOSTREAMH changes
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 SmartFixed VC++ compile error in mstream; formatted window...
1998-10-14  Guilhem Lavaux* wxSocket fixes
1998-10-14  Unknown (UG)no message
1998-10-14  Unknown (UG)fix for private access for wxTimerProc
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-12  Julian SmartChanges related to stream includes
1998-10-09  Julian SmartDialog unit mods; wxProp tidying
1998-10-08  Mart Raudseppchange the last changes back
1998-10-08  Mart Raudsepperror if a radiobox is horizontal:(change wxRA_VERTICAL...
1998-10-05  Julian SmartReversed meaning of orientation style, back to wxWin...
1998-10-04  Vadim ZeitlinSetTitle() works even if menu was created without title...
1998-10-02  Julian Smart*** empty log message ***
1998-10-02  Julian SmartRemoved DrawOpenSpline since it doesn't seem to be...
1998-09-30  Julian SmartUninitialised variable initialised (state in OnIdle)
1998-09-28  Julian SmartMore wxMotif work, OGL enhancements, USE_ macro correct...
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
next