]> git.saurik.com Git - wxWidgets.git/history - src/generic/listctrl.cpp
changes to make wxWindow::FindFocus work as expected with composite controls
[wxWidgets.git] / src / generic / listctrl.cpp
2004-09-29  Václav Slavíkchanges to make wxWindow::FindFocus work as expected...
2004-09-29  Vadim Zeitlinmore 64 bit correctness fixes
2004-08-30  Stefan Csomorsetting the mac theme font only in VARIANT_NORMAL
2004-08-25  Robin Dunngive the generic tree and list controls a DoGetBestSize
2004-08-09  Włodzimierz SkibaWe need one float argument to perform floating point...
2004-07-27  Václav Slavíkfixed sending 2 events (normal and bogus cancel one...
2004-07-25  Vadim Zeitlincompilation fix for a patch which didn't compile...
2004-07-25  Vadim ZeitlinFindItem() implementation (patch 950021)
2004-07-23  Václav Slavíkdocumented while event.Skip() is necessary so that...
2004-07-20  Włodzimierz SkibawxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
2004-07-19  Włodzimierz SkibaGetItemCount is int.
2004-07-16  Robin DunnAllow any too-large index to mean Append, just like...
2004-07-04  Vadim Zeitlindon't set font unless necessary (patch 984853)
2004-07-01  Vadim Zeitlinuse CmdDown() instead of #ifdefs for Mac
2004-06-30  Václav SlavíkSetDefaultXXX -> SetOwnXXX
2004-06-29  Robin DunnAllow for Cmd-click on wxMac
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-11  Robin DunnFixed compile warning
2004-05-06  Robin DunnDon't #include the extra files unless we need them
2004-05-06  Robin Dunnmoved #define to before it is used
2004-05-06  Robin DunnUse wxVisualAttributes (partially #if'd out until teste...
2004-03-27  Stefan Csomormac fixes
2004-03-01  Robert Roebling Made space around text symmetric.
2004-02-29  Vadim Zeitlinuse HasFlag() and InXXX() instead of explicit flag...
2004-02-22  Robert Roebling The list ctrl doesn't draw any focus
2004-02-08  Robert Roebling Fix redraw problem in multiple selection listctrl.
2004-02-08  Robert Roebling Corrected redrawing of sash when resizing
2004-02-08  Robert Roebling Correctly center lables vertically.
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-12-11  Julian SmartApplied patch [ 818941 ] Initialize vars and clear...
2003-11-08  Vadim Zeitlinremoved assert which became incorrect after last change
2003-11-06  Vadim Zeitlinfixed vertical scrollbar handling (broken by some relat...
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...
next