2008-03-22 |
Vadim Zeitlin | fix warnings about unused parameters/variables in relea... |
blob | commitdiff | raw |
2008-03-06 |
Stefan Csomor | include fixed for non-precomp |
blob | commitdiff | raw | diff to current |
2008-03-02 |
Václav Slavík | wxMac: Fixed wxListCtrl to respect items' non-default... |
blob | commitdiff | raw | diff to current |
2008-03-02 |
Václav Slavík | don't set m_font upfront in wxMac, let the GetDefaultAt... |
blob | commitdiff | raw | diff to current |
2008-03-02 |
Václav Slavík | added Get(Class)DefaultAttributes implementation for... |
blob | commitdiff | raw | diff to current |
2008-02-24 |
Václav Slavík | fixed wxListCtrl::RefreshItem(s) - it didn't update... |
blob | commitdiff | raw | diff to current |
2007-12-08 |
Stefan Csomor | unifying CFTypes |
blob | commitdiff | raw | diff to current |
2007-11-30 |
Stefan Csomor | fixing 10.5 only compiles |
blob | commitdiff | raw | diff to current |
2007-11-29 |
Václav Slavík | 1. added wxEvtHandler::SafelyProcessEvent() and wxWindo... |
blob | commitdiff | raw | diff to current |
2007-11-23 |
Stefan Csomor | mac cleanup |
blob | commitdiff | raw | diff to current |
2007-11-22 |
Stefan Csomor | cleanup and cgcolor changeds |
blob | commitdiff | raw | diff to current |
2007-11-20 |
Stefan Csomor | cleanup mac |
blob | commitdiff | raw | diff to current |
2007-11-09 |
Stefan Csomor | forward port from 2.8 |
blob | commitdiff | raw | diff to current |
2007-11-05 |
Vadim Zeitlin | fix a few hundreds of harmless unused parameters warnin... |
blob | commitdiff | raw | diff to current |
2007-09-21 |
Julian Smart | Fix for wxLIST_STATE_SELECTED not being returned when... |
blob | commitdiff | raw | diff to current |
2007-08-18 |
Kevin Ollivier | Implement GetCountPerPage, and fix a bug where we don... |
blob | commitdiff | raw | diff to current |
2007-05-10 |
Vadim Zeitlin | added wxListCtrl::SetItemPtrData() |
blob | commitdiff | raw | diff to current |
2007-04-21 |
Kevin Ollivier | Fix bug with m_current causing EVT_LIST_KEY_DOWN events... |
blob | commitdiff | raw | diff to current |
2007-04-06 |
Vadim Zeitlin | compilation fix: don't try to convert wxString to bool... |
blob | commitdiff | raw | diff to current |
2007-01-08 |
Kevin Ollivier | Fix GetNextItem for virtual wxListCtrl, and improve... |
blob | commitdiff | raw | diff to current |
2007-01-07 |
Kevin Ollivier | Add more sanity checks to virtual list item nums as... |
blob | commitdiff | raw | diff to current |
2007-01-07 |
Kevin Ollivier | Use GetItem to get item info for events, even for virtu... |
blob | commitdiff | raw | diff to current |
2007-01-06 |
Kevin Ollivier | Don't draw the primary highlight colors if the control... |
blob | commitdiff | raw | diff to current |
2007-01-05 |
Kevin Ollivier | Apply patch #1626802, which fixes GetNextItem to return... |
blob | commitdiff | raw | diff to current |
2006-12-31 |
Kevin Ollivier | Make sure mouse events are only sent in the case of... |
blob | commitdiff | raw | diff to current |
2006-12-28 |
Kevin Ollivier | Fixing inactive state drawing, and removing warning. |
blob | commitdiff | raw | diff to current |
2006-12-28 |
Kevin Ollivier | exposing generic system option define, adding missing... |
blob | commitdiff | raw | diff to current |
2006-12-26 |
Kevin Ollivier | Add middle-item click support. |
blob | commitdiff | raw | diff to current |
2006-12-25 |
Kevin Ollivier | Stop crash when wxVSCROLL is specified for native OS... |
blob | commitdiff | raw | diff to current |
2006-12-25 |
Kevin Ollivier | Implement LIST_KEY_DOWN support, and move new functions... |
blob | commitdiff | raw | diff to current |
2006-12-24 |
Kevin Ollivier | Implementing LIST_ITEM_RIGHT_CLICK event support, and... |
blob | commitdiff | raw | diff to current |
2006-12-22 |
Kevin Ollivier | Adding SetFocus to wxABI_VERSION. |
blob | commitdiff | raw | diff to current |
2006-12-21 |
Kevin Ollivier | Restore compilation with --enable-stl, fix SetFocus... |
blob | commitdiff | raw | diff to current |
2006-12-08 |
Stefan Csomor | switching from native rtti to wxrtti |
blob | commitdiff | raw | diff to current |
2006-12-06 |
Kevin Ollivier | Implement SortItems for native OS X wxListCtrl to match... |
blob | commitdiff | raw | diff to current |
2006-12-03 |
Vadim Zeitlin | added a dummy return to GetItemState() to suppress... |
blob | commitdiff | raw | diff to current |
2006-11-29 |
Robert Roebling | Blind fixes for FindItem() for the native OS X |
blob | commitdiff | raw | diff to current |
2006-11-28 |
Kevin Ollivier | Fix one-off error in virtual wxListCtrl. |
blob | commitdiff | raw | diff to current |
2006-11-28 |
Kevin Ollivier | Fix SetItemCount bug with adding items, a blind fix... |
blob | commitdiff | raw | diff to current |
2006-11-27 |
Kevin Ollivier | Ensure that InsertItem doesn't lead to a crash in virtu... |
blob | commitdiff | raw | diff to current |
2006-11-27 |
Kevin Ollivier | Implement SetItemState for native virtual listctrl. |
blob | commitdiff | raw | diff to current |
2006-11-15 |
Kevin Ollivier | Column position changes after each delete, so always... |
blob | commitdiff | raw | diff to current |
2006-11-13 |
Kevin Ollivier | Disable SortItems support for now, it is causing a... |
blob | commitdiff | raw | diff to current |
2006-11-12 |
Vadim Zeitlin | GetColumnTextValue() can't return a reference to a... |
blob | commitdiff | raw | diff to current |
2006-11-12 |
Kevin Ollivier | Remove incorrect change that accidently made it into... |
blob | commitdiff | raw | diff to current |
2006-11-12 |
Kevin Ollivier | Add scrollbars if the columns exceed the horizontal... |
blob | commitdiff | raw | diff to current |
2006-11-12 |
Kevin Ollivier | Switching to a keyed list for storing information about... |
blob | commitdiff | raw | diff to current |
2006-11-11 |
Kevin Ollivier | A more complete fix for the generic control border... |
blob | commitdiff | raw | diff to current |
2006-11-10 |
Kevin Ollivier | Fix typo with adding wxNO_BORDER to the native control. |
blob | commitdiff | raw | diff to current |
2006-11-04 |
Kevin Ollivier | Sizing and positioning fixes for generic control. |
blob | commitdiff | raw | diff to current |
2006-11-04 |
Vadim Zeitlin | removed unused variable |
blob | commitdiff | raw | diff to current |
2006-11-04 |
Kevin Ollivier | Adding label editing to native OS X listctrl. |
blob | commitdiff | raw | diff to current |
2006-11-02 |
Kevin Ollivier | Sizing fixes for generic control. |
blob | commitdiff | raw | diff to current |
2006-11-01 |
Kevin Ollivier | Fixing icon drawing and implementing HitTest and GetIte... |
blob | commitdiff | raw | diff to current |
2006-10-31 |
Kevin Ollivier | Explicitly forward non-command events along to the... |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Robin Dunn | fixed compile error (jump to label bypasses initializat... |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Kevin Ollivier | Adding virtual wxListCtrl impl of GetItem. |
blob | commitdiff | raw | diff to current |
2006-10-25 |
Kevin Ollivier | Adding support for item font/style/color customization... |
blob | commitdiff | raw | diff to current |
2006-10-21 |
Robin Dunn | Forward SetFont, SetBackgroundColour and SetForegroundC... |
blob | commitdiff | raw | diff to current |
2006-10-11 |
Kevin Ollivier | Implementing column click event handler and SortItems... |
blob | commitdiff | raw | diff to current |
2006-10-09 |
Paul Cornett | test wxLC_SINGLE_SEL flag properly |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Robin Dunn | return values of overloaded virtuals should match the... |
blob | commitdiff | raw | diff to current |
2006-10-04 |
Vadim Zeitlin | fixed unused var warning |
blob | commitdiff | raw | diff to current |
2006-10-02 |
Kevin Ollivier | Remove the ability to sort by column in virtual wxListC... |
blob | commitdiff | raw | diff to current |
2006-10-02 |
Stefan Csomor | making virtual lists faster by not sorting items |
blob | commitdiff | raw | diff to current |
2006-10-02 |
Stefan Csomor | first stab at the selection iterator |
blob | commitdiff | raw | diff to current |
2006-10-02 |
Paul Cornett | listctrl header cleanup |
blob | commitdiff | raw | diff to current |
2006-09-30 |
Kevin Ollivier | Fix editing support. |
blob | commitdiff | raw | diff to current |
2006-09-30 |
Kevin Ollivier | Fixed sorting and commiting support for native virtual... |
blob | commitdiff | raw | diff to current |
2006-09-25 |
Vadim Zeitlin | fixed warnings, reformatted braces |
blob | commitdiff | raw | diff to current |
2006-09-22 |
Robin Dunn | Patch from Tim Kosse to allow virtual list ctrl to... |
blob | commitdiff | raw | diff to current |
2006-09-22 |
Kevin Ollivier | Fixing SetColumnWidth and selection handling, attempt... |
blob | commitdiff | raw | diff to current |
2006-09-21 |
Stefan Csomor | getting out for 'addded' events early enough |
blob | commitdiff | raw | diff to current |
2006-09-20 |
Stefan Csomor | preliminary editing support |
blob | commitdiff | raw | diff to current |
2006-09-19 |
Kevin Ollivier | Improved handling of column widths, removed need for... |
blob | commitdiff | raw | diff to current |
2006-09-19 |
Kevin Ollivier | Handle cases where an index larger than GetItemCount... |
blob | commitdiff | raw | diff to current |
2006-09-18 |
Robin Dunn | Add a couple missing methods |
blob | commitdiff | raw | diff to current |
2006-09-18 |
Stefan Csomor | fixing notifications |
blob | commitdiff | raw | diff to current |
2006-09-17 |
Kevin Ollivier | Accidently checked for invalid image index rather than... |
blob | commitdiff | raw | diff to current |
2006-09-16 |
Kevin Ollivier | Adding OS X list ctrl implementation file, and listctrl... |
blob | commitdiff | raw | diff to current |
|