]> git.saurik.com Git - wxWidgets.git/history - src/generic/listctrl.cpp
applied patch 446014 (misc mingw fixes from Mattia)
[wxWidgets.git] / src / generic / listctrl.cpp
2001-08-02  Vadim Zeitlinapplied patch 446014 (misc mingw fixes from Mattia)
2001-07-30  Vadim Zeitlineliminated flicker when selecting items
2001-07-26  Vadim Zeitlinhighlight the focused item in non report mode too
2001-07-26  Vadim Zeitlinfix for (re)positioning the main window when the style...
2001-07-25  Vadim Zeitlinfix for focus handling when deleting the items
2001-07-23  Vadim Zeitlindon't call wxYield() from EnsureVisible(), this is...
2001-07-23  Vadim Zeitlinfixed bug with deletion of several last items in wxList...
2001-07-20  Vadim Zeitlinfix for rather mysterious problem when deleting the...
2001-07-20  Vadim Zeitlinimplemented EVT_LIST_CACHE_HINT support: send this...
2001-07-20  Vadim Zeitlinadded EVT_LIST_COMMAND_CACHE_HINT, implemented it for...
2001-07-19  Vadim Zeitlin1. don't delete item attributes in the virtual list...
2001-07-13  Vadim Zeitlinadded RefreshItem(s) methods
2001-07-13  Vadim Zeitlinremoved forgotten debugging printf
2001-07-11  Vadim Zeitlinadded support for item attributes in virtual list control
2001-07-11  Vadim Zeitlinoops, restored the postpone-redraw-if-dirty test which...
2001-07-11  Vadim Zeitlin(much) more efficient report mode redrawing
2001-07-11  Vadim Zeitlinfixed hit testing for non report modes
2001-07-10  Vadim Zeitlinfix for crash when clicking below the items
2001-07-10  Vadim Zeitlinargh, another for GetVisibleLinesRange
2001-07-10  Vadim Zeitlinfix for incorrect assert in GetVisibleLinesRange
2001-07-10  Vadim Zeitlinfix for visible lines calculation
2001-07-10  Vadim ZeitlinwxUniv compilation fixes
2001-07-10  Vadim Zeitlinfixes for crashes after DeleteItem and DeleteAllItems
2001-07-09  Vadim ZeitlinwxListCtrl in report/virtual modes seems to work
2001-07-09  Vadim Zeitlinmore wxListCtrl drawing fixes - scrolling still doesn...
2001-07-09  Vadim Zeitlinmore wxListCtrl fixes: inserting/deleting items now...
2001-07-09  Vadim Zeitlincompilation fixes
2001-07-07  Vadim Zeitlin1. fixed typo ('&' instead of '|') in wxNotebook
2001-07-07  Stefan Csomoradded mac l&f for rules and headers
2001-07-06  Vadim Zeitlinvirtual wxListCtrl support (UNTESTED)
2001-07-05  Vadim Zeitlinmore steps toward virtual listctrl
2001-07-05  Vadim Zeitlinuse type safe list instead of wxList for m_columns
2001-07-05  Vadim Zeitlinadded virtual list control functions (but not implement...
2001-07-03  Vadim Zeitlinrenamed scrolwin file - no other way to make wxGTK...
2001-07-01  Stefan Csomorrefresh during window delete (if root window deleted...
2001-06-26  Vadim Zeitlincompilation fixes - wxGTK compiles but not links
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-26  Vadim Zeitlinuse GetText() instead of GetText(wxString&), made some...
2001-05-01  Robert Roebling wxScrolledWindow next take, the Gizmo controls
2001-04-29  Robert Roebling wxScrolledWindow is now a native widget under GTK.
2001-03-02  Julian SmartAdded DisplayTextPopup to wxHtmlHelpController; fixed...
2001-02-22  Julian SmartwxLIST_STATE_FOCUSED -> wxLIST_STATE_SELECTED in GetIte...
2001-01-31  Vadim Zeitlin1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE...
2001-01-11  Julian SmartUse wxClientDC in header window so we don't clip (becau...
2000-11-24  Robert Roebling matrix compile fix
2000-11-16  Vadim Zeitlinpatch from Mike Oliver <oliver@math.ucla.edu> to have...
2000-10-19  Vadim Zeitlinfixed GetItemRect() and GetItemPosition() for scrolled...
2000-10-17  Václav Slavíkadded automatic growing of in-place wxTextCtrls for...
2000-10-08  Václav Slavíkfixed EditLabel() for wxLC_REPORT mode
2000-09-28  Václav Slavíkadded wxListCtrl::AssignImageList
2000-09-16  Robert Roebling Set the m_isFrame flag corrcetly.
2000-09-14  Robert Roebling More theme goodies.
2000-09-13  Robert Roebling wxListCtrl::InsertItem() returned wrong index.
2000-09-13  Robert Roebling Themed headers for wxListCtrl.
2000-09-13  Vadim Zeitlin1. wxFrame::IsIconized() fixed - seems to work
2000-09-13  Julian SmartwxListMainWindow::HitTest no longer tests 'flags' which...
2000-09-11  Robert Roebling Tiny patch for wxListCtrl::HitTest(). I didn't
2000-09-05  Julian SmartGeneric wxListCtrl now supports wxLC_HRULES, wxLC_VRULES
2000-09-01  Robin Dunn1. Setting the listctrl as the event object before...
2000-09-01  Julian SmartAdded to wxSystemSettings for better GTK+ themes compat...
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-19  Ove KaavenIf, in a single-selection listctrl, a focused item...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-19  Robert Roebling Small speed-up.
2000-03-19  Unknown (NI)fixed wxListMainWindow::HitTest
2000-03-17  Vadim Zeitlinwarnings from FreeBSD compilation log removed
2000-03-13  Robert Roebling Found bug that skrewed up display wrt horizontal
2000-03-12  Robert Roebling Corrected scrollwin thumb release event,
2000-03-09  Robert Roebling Disabled horizontal report mode scrolling in wxListCtrl
2000-03-06  Vadim Zeitlinpatches from Ricky Gonzales <gonzales@pyramid3.net>:
2000-03-04  Robert Roebling Lotta stuff for drawing etc.
2000-03-03  Robert Roebling Clean-up, speed-up and bug-fix for wxListCtrl drawing,
2000-02-29  Vadim ZeitlinwxListCtrl uses SetWindowChange() in its OnChar
2000-02-23  Robert Roebling #ifdeffed new paint clipping :-(
2000-02-23  Julian SmartMisc small changes, some for VC++ 1.5
2000-02-22  Robert Roebling SetSelection() in wxNotebook now sets the focus,
2000-02-22  Vadim Zeitlin1. corrected bug with LIST_ITEM_ACTIVATED being sent...
2000-02-22  Robert Roebling Removed some debug code.
2000-02-21  Robert Roebling Implemented MSW's paint region clipping, but
2000-02-16  Julian SmartVarious VC++ 1.5 and other corrections
2000-02-15  Václav Slavíkbackground color set to wxSYS_COLOUR_LISTBOX
2000-02-15  Robert Roebling list ctrl and tree ctrl didn't like the new focus...
2000-02-15  Bart A.M. JourquinSCROLLWIN instead of SCROLL again
2000-02-10  Robert Roebling Fixed Vadims fix.
2000-02-10  Vadim Zeitlin1. fixed bug with the index of the last column in EVT_C...
2000-02-06  Robert Roebling Tried to prevent scrollbars from scrolling as
2000-02-05  Robert Roebling wxWindow no longer emits any scroll events after
2000-01-26  Vadim Zeitlinassert in GetNextItem() fixed (yes, now it is)
2000-01-26  Vadim Zeitlinassert in GetNextItem() fixed (?)
2000-01-25  Vadim Zeitlinfixed GetNextItem(item = -1)
2000-01-24  Vadim Zeitlinrefresh after sort - patch from Ricky Gonzales
2000-01-24  Robert Roebling Added geometry.cpp and made it compile,
2000-01-23  Robert Roebling tabbing in controls sample works again.
2000-01-22  Robert Roebling Fixed wxListCtrl::GetNextItem()
2000-01-15  Julian Smart16-bit fixes
2000-01-14  Robert Roebling image to bitmap rewrite,
2000-01-07  Bart A.M. Jourquin*** empty log message ***
2000-01-07  Bart A.M. Jourquindeleting the 'validator' param in call to wxControl...
2000-01-06  Vadim Zeitlin1. more warnings fixes in gtk/region.cpp and common...
2000-01-06  Vadim Zeitlin1. more HP-UX warning fixes (almost done...)
next