warning fixes for BCC and OW (heavily modified patch 819146)
[wxWidgets.git] / src / generic / listctrl.cpp
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-10-07  David ElliottwxListMainWindow::OnRenameCancelled(): itemEdit paramet...
2003-10-07  Vadim Zeitlinsend END_EDIT label if label editing is cancelled
2003-09-26  Vadim Zeitlinupdate height of the header window whenever it changes
2003-09-23  Robin DunnAllow derived classes to prevent default focus handling...
2003-09-18  Julian SmartApplied patch [ 808050 ] fixes for WXUNIVERSAL and...
2003-09-14  Vadim Zeitlinadjust m_current when inserting items in the control...
2003-09-14  Vadim Zeitlinfix for calculating the header window height (patch...
2003-09-14  Vadim Zeitlinalign the items correctly with wxLC_ALIGN_TOP
2003-09-14  Vadim Zeitlinadded support for wxLC_ALIGN_LEFT/TOP
2003-09-14  Vadim Zeitlinaccount for the scrollbars in GetViewRect()
2003-09-14  Vadim Zeitlincompilation fix after last check in
2003-09-14  Vadim Zeitlinfixed GetItemSpacing() inconsistency by deprecating...
2003-09-14  Vadim Zeitlinadded wxListCtrl::GetViewRect()
2003-09-11  Julian SmartApplied patch [ 803473 ] wxListCtrl header height bugfix
2003-08-21  Vadim Zeitlinensure that GetItemRect() returns the real rect and...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-03  Vadim Zeitlinwarnings (and some errors) fixes for wxUniv DLL build
2003-07-20  Vadim Zeitlinadded wxRendererNative to be used by the generic contro...
2003-07-11  Jouk Jansen Committing in .
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-10  Vadim Zeitlinallow adding/removing columns dynamically (based on...
2003-07-09  Julian SmartOnIdle -> OnInternalIdle
2003-07-08  Robert Roebling Corrected wxTreeCtrl and wxListCtrl end_label_edit...
2003-07-08  Vadim ZeitlinRefresh() didn't work as it wasn't passed to subwindows
2003-06-11  Vadim Zeitlindon't ignore wxLC_NO_HEADER style when inserting first...
2003-06-11  Vadim Zeitlinextracted wxSelectionStore in a separate file
2003-06-03  Vadim Zeitlingenerate wxEVT_COMMAND_LIST_INSERT_ITEM (patch 747070)
2003-05-08  Robin DunnFix GetItemRect to offset by the header window, if...
2003-05-01  Vadim Zeitlinset the index for BEGIN_DRAG events (patch 726308)
2003-04-08  Robin DunnTurn off all border styles for the inner window
2003-03-27  Václav Slavíkfixed DrawTextFormatted to work in O(n) instead of...
2003-03-17  Vadim Zeitlinrespect Veto()ing the column resize events; added test...
2003-02-06  Robin DunnCheck the image height when calulating the line height...
2003-01-07  Ron LeeDeprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac...
2003-01-05  Vadim Zeitlincompilation warning fix
2003-01-02  Vadim Zeitlinimplemented support for column label alignment (closes...
2002-12-06  Vadim Zeitlinavoid flicker when doing SetItem() in non report mode...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-11  Robin DunnFixed some off-by-one and other issues with drawing...
2002-08-28  Julian SmartUsing wxImageListType instead of wxGenericImageList
2002-08-28  Julian SmartDitribution script mods;
2002-08-08  Julian SmartApplied patch [ 590247 ] Fix bad calculation of listctr...
2002-08-05  David WebsterFALSE, not false
2002-07-30  Julian SmartAdded wx/listbase.h with wxListCtrl types, so we can
2002-07-30  Julian SmartMust include wx/listctrl.h unfortunately, for now
2002-07-30  Julian SmartMore tweaks so wxGenericListCtrl only uses generic
2002-07-29  Vadim Zeitlinfixed bug due to which all items in a virtual control...
2002-07-27  Mattia BarbonRename wxGenericImageList to wxImageList in generic...
2002-07-22  Julian SmartAdded wxListCtrl to derive from wxGenericListCtrl,
2002-07-22  Julian SmartApplied patch [ 583922 ] Make generic/wxListCtrl avail...
2002-07-12  Vadim Zeitlinattempt to fix a rare crash which happens when changing...
2002-07-08  Vadim Zeitlinfixed handling of Ctrl-arrows movement which was unsele...
2002-07-08  Vadim Zeitlinapplied the same fix for crashing if the END_EDIT event...
2002-07-03  Vadim Zeitlinfixed off-by-few-pixels error in horz scrollbar calcula...
2002-06-18  Vadim Zeitlinrelayout the window after adding/removing the columns...
2002-05-28  Vadim Zeitlinfixed icon drawing when they have different sizes ...
2002-05-28  Vadim Zeitlinunselected the current item when unfocusing it in a...
2002-05-08  Vadim Zeitlinadded missing wxListItem copy ctor to wxMSW, moved...
2002-05-08  Gilles Depeyrotimplemented missing copy constructor (needed for non...
2002-04-24  Ron LeeAdded {S,G}etItem{Text,Background}Colour methods.
2002-04-03  Robin DunnAdded sending of column dragging events to the generic...
2002-03-17  Václav Slavíkuse Calc(Un)ScrolledPosition instead of wxClientDC
2002-03-16  Václav Slavíkmake it possible to have empty lines in wxListCtrl
2002-03-13  Vadim Zeitlinupdate focus rectangle width when the columns are being...
2002-03-11  Vadim Zeitlinright clicking outside any column sets the column in...
2002-03-06  Gilles DepeyrotwxArray<T> macros have been changed to fix runtime...
2002-02-24  Václav Slavíkmade generic wxListCtrl work with well-behaved ports...
2002-02-23  Robert Roebling Some work on GTK focus handling and events.
2002-02-19  Vadim Zeitlindon't crash in SetFocus()
2002-02-17  Robert Roebling Removed accidentally left in debug code.
2002-02-17  Václav Slavíkfix for focus handling in generic wxListCtrl
2002-02-16  Robert Roebling wxX11:
2002-01-26  Václav Slavíkdon't use GTK specific code in wxListCtrl when building...
2002-01-09  Vadim Zeitlinfixes for the compilation warnings with Sun CC:
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2002-01-06  Robert Roebling Further correction to wxListCtrl line wrapping.
2002-01-05  Robert Roebling Recorrected calculation of client size in wxListCtrl.
2001-12-09  Robert Roebling Changed semantics of clicking beside the text control
2001-12-09  Vadim Zeitlinfix for the crash when many listctrl items change state
2001-11-26  Vadim Zeitlinremoved unneeded include from the header
2001-11-21  Vadim Zeitlinchanges to match listctrl.h changes (forgot to commit...
2001-11-16  Vadim Zeitlinadded wxEVT_COMMAND_LIST_ITEM_FOCUSED event and impleme...
2001-11-03  Vadim Zeitlinimplemented Freeze/Thaw() for the generic listctrl
2001-10-30  Vadim Zeitlinminor cleanup
2001-10-15  Vadim Zeitlinfixed wxListCtrl::DeleteAllColumns() in the generic...
2001-10-12  Vadim Zeitlinfix to avoid internal compiler error with gcc 2.95...
2001-10-08  Vadim Zeitlinrefresh the current item when the focus is gained/lost
2001-10-03  Vadim Zeitlinfix for focus event sending
2001-10-03  Vadim Zeitlinreduced flicker when switching focus to/from the report...
2001-09-06  Vadim Zeitlinset mouse position for COL_CLICK event
2001-09-03  Vadim Zeitlinimplemented column images for the generic version
2001-09-01  Vadim Zeitlinadded a bunch of new wxListCtrl messages: column right...
2001-08-29  Vadim Zeitlinfixed refreshing listctrl on focus change when it only...
2001-08-28  Václav Slavíkfixed a bug in wxListCtrl: SetColumnWidth didn't set...
2001-08-25  Vadim Zeitlinuse raw (physical) coords in LIST_(R)DRAG events (patch...
2001-08-25  Vadim Zeitlinfixed crash in HitTest() with y position below the...
2001-08-20  Vadim Zeitlinfixed refresh problem after adding some items and calli...
2001-08-20  Vadim Zeitlinfix for refreshing the current item in the list ctrl...
2001-08-20  Vadim Zeitlinfixed clipping of items with icons text in report mode
next