]> git.saurik.com Git - wxWidgets.git/history - src/mac/carbon/listctrl_mac.cpp
added wxListCtrl::SetItemPtrData()
[wxWidgets.git] / src / mac / carbon / listctrl_mac.cpp
2007-05-10  Vadim Zeitlinadded wxListCtrl::SetItemPtrData()
2007-04-21  Kevin OllivierFix bug with m_current causing EVT_LIST_KEY_DOWN events...
2007-04-06  Vadim Zeitlincompilation fix: don't try to convert wxString to bool...
2007-01-08  Kevin OllivierFix GetNextItem for virtual wxListCtrl, and improve...
2007-01-07  Kevin OllivierAdd more sanity checks to virtual list item nums as...
2007-01-07  Kevin OllivierUse GetItem to get item info for events, even for virtu...
2007-01-06  Kevin OllivierDon't draw the primary highlight colors if the control...
2007-01-05  Kevin OllivierApply patch #1626802, which fixes GetNextItem to return...
2006-12-31  Kevin OllivierMake sure mouse events are only sent in the case of...
2006-12-28  Kevin OllivierFixing inactive state drawing, and removing warning.
2006-12-28  Kevin Ollivierexposing generic system option define, adding missing...
2006-12-26  Kevin OllivierAdd middle-item click support.
2006-12-25  Kevin OllivierStop crash when wxVSCROLL is specified for native OS...
2006-12-25  Kevin OllivierImplement LIST_KEY_DOWN support, and move new functions...
2006-12-24  Kevin OllivierImplementing LIST_ITEM_RIGHT_CLICK event support, and...
2006-12-22  Kevin OllivierAdding SetFocus to wxABI_VERSION.
2006-12-21  Kevin OllivierRestore compilation with --enable-stl, fix SetFocus...
2006-12-08  Stefan Csomorswitching from native rtti to wxrtti
2006-12-06  Kevin OllivierImplement SortItems for native OS X wxListCtrl to match...
2006-12-03  Vadim Zeitlinadded a dummy return to GetItemState() to suppress...
2006-11-29  Robert Roebling Blind fixes for FindItem() for the native OS X
2006-11-28  Kevin OllivierFix one-off error in virtual wxListCtrl.
2006-11-28  Kevin OllivierFix SetItemCount bug with adding items, a blind fix...
2006-11-27  Kevin OllivierEnsure that InsertItem doesn't lead to a crash in virtu...
2006-11-27  Kevin OllivierImplement SetItemState for native virtual listctrl.
2006-11-15  Kevin OllivierColumn position changes after each delete, so always...
2006-11-13  Kevin OllivierDisable SortItems support for now, it is causing a...
2006-11-12  Vadim ZeitlinGetColumnTextValue() can't return a reference to a...
2006-11-12  Kevin OllivierRemove incorrect change that accidently made it into...
2006-11-12  Kevin OllivierAdd scrollbars if the columns exceed the horizontal...
2006-11-12  Kevin OllivierSwitching to a keyed list for storing information about...
2006-11-11  Kevin OllivierA more complete fix for the generic control border...
2006-11-10  Kevin OllivierFix typo with adding wxNO_BORDER to the native control.
2006-11-04  Kevin OllivierSizing and positioning fixes for generic control.
2006-11-04  Vadim Zeitlinremoved unused variable
2006-11-04  Kevin OllivierAdding label editing to native OS X listctrl.
2006-11-02  Kevin OllivierSizing fixes for generic control.
2006-11-01  Kevin OllivierFixing icon drawing and implementing HitTest and GetIte...
2006-10-31  Kevin OllivierExplicitly forward non-command events along to the...
2006-10-26  Robin Dunnfixed compile error (jump to label bypasses initializat...
2006-10-26  Kevin OllivierAdding virtual wxListCtrl impl of GetItem.
2006-10-25  Kevin OllivierAdding support for item font/style/color customization...
2006-10-21  Robin DunnForward SetFont, SetBackgroundColour and SetForegroundC...
2006-10-11  Kevin OllivierImplementing column click event handler and SortItems...
2006-10-09  Paul Cornetttest wxLC_SINGLE_SEL flag properly
2006-10-08  Robin Dunnreturn values of overloaded virtuals should match the...
2006-10-04  Vadim Zeitlinfixed unused var warning
2006-10-02  Kevin OllivierRemove the ability to sort by column in virtual wxListC...
2006-10-02  Stefan Csomormaking virtual lists faster by not sorting items
2006-10-02  Stefan Csomorfirst stab at the selection iterator
2006-10-02  Paul Cornettlistctrl header cleanup
2006-09-30  Kevin OllivierFix editing support.
2006-09-30  Kevin OllivierFixed sorting and commiting support for native virtual...
2006-09-25  Vadim Zeitlinfixed warnings, reformatted braces
2006-09-22  Robin DunnPatch from Tim Kosse to allow virtual list ctrl to...
2006-09-22  Kevin OllivierFixing SetColumnWidth and selection handling, attempt...
2006-09-21  Stefan Csomorgetting out for 'addded' events early enough
2006-09-20  Stefan Csomorpreliminary editing support
2006-09-19  Kevin OllivierImproved handling of column widths, removed need for...
2006-09-19  Kevin OllivierHandle cases where an index larger than GetItemCount...
2006-09-18  Robin DunnAdd a couple missing methods
2006-09-18  Stefan Csomorfixing notifications
2006-09-17  Kevin OllivierAccidently checked for invalid image index rather than...
2006-09-16  Kevin OllivierAdding OS X list ctrl implementation file, and listctrl...