]> git.saurik.com Git - wxWidgets.git/history - src/mac/carbon/listctrl_mac.cpp
Switching to a keyed list for storing information about the column data in each row...
[wxWidgets.git] / src / mac / carbon / listctrl_mac.cpp
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...