]> git.saurik.com Git - wxWidgets.git/history - src/generic/listctrl.cpp
fix for focus event sending
[wxWidgets.git] / src / generic / listctrl.cpp
2001-10-03  Vadim Zeitlinfix for focus event sending
2001-10-03  Vadim Zeitlinreduced flicker when switching focus to/from the report...
2001-09-06  Vadim Zeitlinset mouse position for COL_CLICK event
2001-09-03  Vadim Zeitlinimplemented column images for the generic version
2001-09-01  Vadim Zeitlinadded a bunch of new wxListCtrl messages: column right...
2001-08-29  Vadim Zeitlinfixed refreshing listctrl on focus change when it only...
2001-08-28  Václav Slavíkfixed a bug in wxListCtrl: SetColumnWidth didn't set...
2001-08-25  Vadim Zeitlinuse raw (physical) coords in LIST_(R)DRAG events (patch...
2001-08-25  Vadim Zeitlinfixed crash in HitTest() with y position below the...
2001-08-20  Vadim Zeitlinfixed refresh problem after adding some items and calli...
2001-08-20  Vadim Zeitlinfix for refreshing the current item in the list ctrl...
2001-08-20  Vadim Zeitlinfixed clipping of items with icons text in report mode
2001-08-16  Vadim Zeitlinfixed bug/assert failure when refreshing items in non...
2001-08-14  Vadim Zeitlinreduce flicker in header window when deleting items...
2001-08-13  Vadim Zeitlinadded missing refresh when changing focus in wxListCtrl...
2001-08-07  Vadim Zeitlinfixed unwanted owner data accesses in virtual list...
2001-08-06  Vadim Zeitlindon't draw the selected item background if we don't...
2001-08-03  Vadim Zeitlinno changes
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...
next