removed USE_SHARED_LIBRARY(IES)
[wxWidgets.git] / src / msw / listctrl.cpp
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-07  Robert Roebling Various things related to wxFileDialog and attributes.
1999-12-07  Vadim Zeitlin1. fixes for DrawRotatedText(), drawing sample extended...
1999-12-05  Vadim ZeitlinwxListCtrl custom drawing seems to work
1999-12-04  Vadim Zeitlin1. wxGetOsDescription() function added
1999-11-06  Vadim Zeitlin1. wxFontMapper seems to work for wxMSW
1999-11-02  Vadim Zeitlinend label edit patch from Ricky Gonzales <gonzales...
1999-10-15  Vadim Zeitlinresolved a conflict
1999-10-14  Julian SmartAdded sqltypes.h (for Cygwin b20), some other Cygwin...
1999-10-13  Unknown (CR)changed LVHITTESTINFO to LV_HITTESTINFO
1999-10-13  Vadim Zeitlinwarnings for mingw32 compilation fixed
1999-10-13  Unknown (CR)Added support for item clicks
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-09-18  Robin DunnFixed wxTreeCtrl to use the proper bacground color...
1999-09-17  Vadim Zeitlinnow we initialize wxListEvent correctly
1999-08-04  J. Russell SmythMade changes to allow build with new mingw32/gcc-2.95
1999-07-23  Vadim Zeitlin1. changed spelling error in wxTR_HAS_VARIABLE_HEIGHT...
1999-07-19  Robin DunnFixed wxListCtrl::SetTextColour to set the RGB value...
1999-07-10  Vadim Zeitlin1. minor fixes in wxDynLib
1999-06-17  Vadim Zeitlin1. wxDialogs are now destroyed when they go out of...
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-06-09  Robert Roebling WINE is so fine.
1999-05-21  Vadim ZeitlinGetItem() doesn't ignore column number any more
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-05-10  Vadim ZeitlinwxWindow split (MSW part of changes)
1999-02-27  Vadim Zeitlin1. wxListCtrl fixes
1999-02-22  Vadim Zeitlinlistview has LVS_EX_FULLROWSELECT style when supported
1999-02-15  Julian SmartGnuWin32 corrections (::ZeroMemory doesn't exist)
1999-01-19  Julian SmartTWIN32 compatibility added; wxMotif uses wxGTK's wxPost...
1999-01-08  Julian SmartChanges to allow Cygwin to compile in non-PCH mode
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-11  Robert Roebling ADDED wxEVT_COMMAND_LIST_ITEM_RIGHT_CLICK
1998-12-03  Julian SmartChanged wxRectangle to wxRect. Sorry for the bandwidth...
1998-11-24  Vadim Zeitlin1. new wxList code
1998-11-03  Julian SmartDialog Editor bug fixes, several other small ones
1998-10-14  Vadim Zeitlinminor changes a bit everywhere + a small wxLog change...
1998-10-09  Julian SmartDialog unit mods; wxProp tidying
1998-09-12  Julian SmartAdded variant.h/cpp; changed variable names in object...
1998-09-06  Vadim ZeitlinGetItem() now works (it was completely broken)
1998-08-08  Vadim ZeitlinSetBackgroundColour() call is now done after the window...
1998-08-07  Julian SmartFixed various wxMSW compile problems that came down...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
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-05-20  Karsten Ballüderadded some wxMSW stuff