2009-03-22 |
Vadim Zeitlin | replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL |
blob | commitdiff | raw |
2009-02-23 |
Vadim Zeitlin | fix (harmless) warnings in release mingw32 build |
blob | commitdiff | raw | diff to current |
2009-02-09 |
Vadim Zeitlin | don't use invalid item indices in wxLC_HRULES-drawing... |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
blob | commitdiff | raw | diff to current |
2009-01-25 |
Vadim Zeitlin | added (MSW-only) wxListCtrl::OnGetItemColumnAttr()... |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Francesco Montorsi | assert when the item index is out of range in wxMSW... |
blob | commitdiff | raw | diff to current |
2008-12-21 |
Vadim Zeitlin | fix Get(Sub)ItemRect() after changes of r54437; added... |
blob | commitdiff | raw | diff to current |
2008-12-17 |
Vadim Zeitlin | added .c_str() to wxStrlcpy() calls to fix wxUSE_STL... |
blob | commitdiff | raw | diff to current |
2008-11-29 |
Vadim Zeitlin | replace the mismatched new[]/delete (bug #10234) with... |
blob | commitdiff | raw | diff to current |
2008-11-29 |
Vadim Zeitlin | add safe wxStrlcpy() function and replaced all wxStrncp... |
blob | commitdiff | raw | diff to current |
2008-11-29 |
Vadim Zeitlin | properly NUL-terminate the string when using strncpy... |
blob | commitdiff | raw | diff to current |
2008-11-26 |
Vadim Zeitlin | document column reordering in wxListCtrl; fix confusion... |
blob | commitdiff | raw | diff to current |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
blob | commitdiff | raw | diff to current |
2008-08-30 |
Vadim Zeitlin | using ListView_Get[Sub]ItemRect() provokes warnings... |
blob | commitdiff | raw | diff to current |
2008-08-30 |
Vadim Zeitlin | fix some (harmless) mingw32 4.3 warnings |
blob | commitdiff | raw | diff to current |
2008-08-01 |
Vadim Zeitlin | removed a cast to WPARAM which was unnecessary and... |
blob | commitdiff | raw | diff to current |
2008-06-30 |
Vadim Zeitlin | implement wxListCtrl::GetSubItemRect() for generic... |
blob | commitdiff | raw | diff to current |
2008-06-29 |
Vadim Zeitlin | support wxListCtrl::GetViewRect() in report view too... |
blob | commitdiff | raw | diff to current |
2008-06-28 |
Vadim Zeitlin | don't activate items on Alt-Space or Alt-Enter (#9615) |
blob | commitdiff | raw | diff to current |
2008-05-30 |
Vadim Zeitlin | ensure that GetEditControl() returns something even... |
blob | commitdiff | raw | diff to current |
2008-05-30 |
Vadim Zeitlin | no changes, just refactor the code to avoid having... |
blob | commitdiff | raw | diff to current |
2008-05-23 |
Vadim Zeitlin | call base class version from SetWindowStyleFlag() to... |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Vadim Zeitlin | don't provide unnecessary (as default) arguments to... |
blob | commitdiff | raw | diff to current |
2008-02-24 |
Vadim Zeitlin | don't define, nor use, LVS_EX_LABELTIP under WinCE |
blob | commitdiff | raw | diff to current |
2008-02-13 |
Vadim Zeitlin | use listctrl coordinates for the wxEVT_COMMAND_LIST_COL... |
blob | commitdiff | raw | diff to current |
2008-02-11 |
Vadim Zeitlin | set selection anchor to the focused item in SetItemState() |
blob | commitdiff | raw | diff to current |
2008-01-26 |
Vadim Zeitlin | set listview extended styles after switching to report... |
blob | commitdiff | raw | diff to current |
2007-12-03 |
Vadim Zeitlin | don't use 8 bit characters in sources, this results... |
blob | commitdiff | raw | diff to current |
2007-11-30 |
Vadim Zeitlin | fix an unused variable warning in release build |
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-17 |
Vadim Zeitlin | no real changes, just some cleanup: add wxIsAltDown... |
blob | commitdiff | raw | diff to current |
2007-11-10 |
Vadim Zeitlin | added functions for setting the columns order in wxList... |
blob | commitdiff | raw | diff to current |
2007-09-20 |
Vadim Zeitlin | use wxWindow::NewControlId() instead of wxNewId() to... |
blob | commitdiff | raw | diff to current |
2007-09-16 |
Vadim Zeitlin | use ListView_RedrawItems() to implement wxListCtrl... |
blob | commitdiff | raw | diff to current |
2007-06-20 |
Václav Slavík | more changes to make wx compile without implicit wxStri... |
blob | commitdiff | raw | diff to current |
2007-06-09 |
Vadim Zeitlin | fix custom draw bug for controls with only one column... |
blob | commitdiff | raw | diff to current |
2007-05-10 |
Vadim Zeitlin | added wxListCtrl::SetItemPtrData() |
blob | commitdiff | raw | diff to current |
2007-04-14 |
Václav Slavík | removed extra semicolons (patch #1700459; fixes compila... |
blob | commitdiff | raw | diff to current |
2007-04-13 |
Vadim Zeitlin | implement support for right-aligned/centered items... |
blob | commitdiff | raw | diff to current |
2007-03-17 |
Václav Slavík | first phase of transition to unified Unicode build: |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | no changes, just removed TABs/trailing spaces |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | wxMSWGetColumnClicked must be dllexport'd to be used... |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW... |
blob | commitdiff | raw | diff to current |
2007-02-23 |
Robert Roebling | [ 1665996 ] Fixes/extensions to wxDataViewCtrl |
blob | commitdiff | raw | diff to current |
2007-02-17 |
Robert Roebling | Minor parts from FM's wxDataViewCtrl patch. |
blob | commitdiff | raw | diff to current |
2007-01-01 |
Robin Dunn | Don't steal VK_RETURN for wxEVT_COMMAND_LIST_ITEM_ACTI... |
blob | commitdiff | raw | diff to current |
2006-12-09 |
Paul Cornett | indentation fixes |
blob | commitdiff | raw | diff to current |
2006-12-04 |
Vadim Zeitlin | fix (harmless) assert in virtual list control under... |
blob | commitdiff | raw | diff to current |
2006-10-29 |
Vadim Zeitlin | post WM_CLOSE instead of deleting the inplace edit... |
blob | commitdiff | raw | diff to current |
2006-10-02 |
Paul Cornett | listctrl header cleanup |
blob | commitdiff | raw | diff to current |
2006-09-17 |
Kevin Ollivier | Initial commit of native OS X list ctrl support. Compil... |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Włodzimierz Skiba | Include wx/msw/wrap*.h according to pch support (with... |
blob | commitdiff | raw | diff to current |
2006-07-31 |
Vadim Zeitlin | TLW default item changes have changed Enter key process... |
blob | commitdiff | raw | diff to current |
2006-06-14 |
Vadim Zeitlin | made wxTree/ListCtrl::HitTest() const |
blob | commitdiff | raw | diff to current |
2006-06-06 |
Włodzimierz Skiba | Include wx/textctrl.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-28 |
Vadim Zeitlin | added wxListCtrl::GetSubItemRect() and subitem hit... |
blob | commitdiff | raw | diff to current |
2006-05-13 |
Vadim Zeitlin | check the item id validity in SetItem() |
blob | commitdiff | raw | diff to current |
2006-05-06 |
Włodzimierz Skiba | Include wx/dcclient.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-06 |
Paul Cornett | call static functions directly |
blob | commitdiff | raw | diff to current |
2006-04-14 |
Włodzimierz Skiba | Deprecated and obsolete parts marked up for backward... |
blob | commitdiff | raw | diff to current |
2006-04-10 |
Vadim Zeitlin | don't generate wxEVT_CONTEXT_MENU messages for right... |
blob | commitdiff | raw | diff to current |
2006-03-15 |
Włodzimierz Skiba | wxTinderbox warning fix. |
blob | commitdiff | raw | diff to current |
2006-03-10 |
Robin Dunn | Applied Patch #1424869: Implement wxListCtrl::SetItemCo... |
blob | commitdiff | raw | diff to current |
2006-03-08 |
Vadim Zeitlin | don't draw focus rect for custom drawn items when the... |
blob | commitdiff | raw | diff to current |
2006-03-07 |
Włodzimierz Skiba | Borland build fix. |
blob | commitdiff | raw | diff to current |
2006-03-05 |
Vadim Zeitlin | fix to last custom draw fix: only leave space for the... |
blob | commitdiff | raw | diff to current |
2006-03-05 |
Vadim Zeitlin | another custom draw fix: leave space for the image... |
blob | commitdiff | raw | diff to current |
2006-03-05 |
Vadim Zeitlin | don't trust CDIS_FOCUS flag vale in custom drawing... |
blob | commitdiff | raw | diff to current |
2006-02-25 |
Vadim Zeitlin | DT_WORD_ELLIPSIS is not defined under CE |
blob | commitdiff | raw | diff to current |
2006-02-22 |
Václav Slavík | skip the paint event instead of calling wxControl versi... |
blob | commitdiff | raw | diff to current |
2006-02-14 |
Vadim Zeitlin | modified custom draw code to fully draw the items using... |
blob | commitdiff | raw | diff to current |
2006-02-11 |
Julian Smart | Applied [ 1394785 ] wxListCtrl::EndEditLabel implementation |
blob | commitdiff | raw | diff to current |
2006-02-08 |
Vadim Zeitlin | don't lose the alignment flags when setting the column... |
blob | commitdiff | raw | diff to current |
2006-02-08 |
Vadim Zeitlin | fix for artefacts when dragging a column divider in... |
blob | commitdiff | raw | diff to current |
2006-01-25 |
Robin Dunn | Patch from Tim Kosse to add supoprt for wxListCtrl... |
blob | commitdiff | raw | diff to current |
2006-01-17 |
Robin Dunn | Enable wxListCtrl in report mode to be able to use... |
blob | commitdiff | raw | diff to current |
2005-12-22 |
Vadim Zeitlin | don't overwrite the existing attributes when setting... |
blob | commitdiff | raw | diff to current |
2005-12-19 |
Włodzimierz Skiba | __WIN95__ removed (used to differ win3.1 vs. 'modern... |
blob | commitdiff | raw | diff to current |
2005-12-01 |
Włodzimierz Skiba | [ 1357527 ] Cast to void to silence GCC's warnings. |
blob | commitdiff | raw | diff to current |
2005-10-05 |
Kevin Hock | Revert last change, which made it impossible to set... |
blob | commitdiff | raw | diff to current |
2005-09-26 |
Kevin Hock | In GetTextColour, use GetDefaultAttributes instead... |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | more extra semicolons removed (patch 1303724) |
blob | commitdiff | raw | diff to current |
2005-09-24 |
Vadim Zeitlin | added missing consts and pass objects by const referenc... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-08-04 |
Vadim Zeitlin | corrected HAVE_NMLVFINDITEM tests, eliminated HAVE_NM_F... |
blob | commitdiff | raw | diff to current |
2005-07-28 |
Vadim Zeitlin | don't reserve space in the header for the column image... |
blob | commitdiff | raw | diff to current |
2005-07-22 |
Michael Wetherell | Add wxListCtrl::Get/SetItemFont, patch 1236820 Francesc... |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Julian Smart | Typo correction patch [ 1208110 ] Lots of typo corrections |
blob | commitdiff | raw | diff to current |
2005-05-30 |
Włodzimierz Skiba | DMC typo fixes. |
blob | commitdiff | raw | diff to current |
2005-05-25 |
Michael Wetherell | Uncomment LVN_ODFINDITEM handler for systems that have... |
blob | commitdiff | raw | diff to current |
2005-05-23 |
Włodzimierz Skiba | Temporary fix, requires missing NMLVFINDITEM on some... |
blob | commitdiff | raw | diff to current |
2005-05-22 |
Vadim Zeitlin | added support for incremental search in virtual list... |
blob | commitdiff | raw | diff to current |
2005-04-08 |
Michael Wetherell | Documentation fixes, patch 1179223 by Andreas Mohr |
blob | commitdiff | raw | diff to current |
2005-04-06 |
Vadim Zeitlin | use LVS_EX_LABELTIP by default |
blob | commitdiff | raw | diff to current |
2005-03-30 |
Julian Smart | Applied patch [ 1171542 ] access static class members... |
blob | commitdiff | raw | diff to current |
2005-03-21 |
Vadim Zeitlin | fixed SetColumnWidth() in wxLC_LIST mode (set column... |
blob | commitdiff | raw | diff to current |
2005-03-08 |
Vadim Zeitlin | honour stateMask in GetItem() too (patch 1153451) |
blob | commitdiff | raw | diff to current |
2005-02-19 |
Vadim Zeitlin | extracted check for wxListCtrl in WM_PRINT handler... |
blob | commitdiff | raw | diff to current |
2005-02-09 |
Włodzimierz Skiba | .empty() string decorations |
blob | commitdiff | raw | diff to current |
2005-02-08 |
Julian Smart | Last change undone |
blob | commitdiff | raw | diff to current |
next |