]> git.saurik.com Git - wxWidgets.git/history - src/mac/carbon/listctrl_mac.cpp
test wxLC_SINGLE_SEL flag properly
[wxWidgets.git] / src / mac / carbon / listctrl_mac.cpp
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...