A couple of fixes to Brazilian Portuguese translations from Felipe.
[wxWidgets.git] / samples / listctrl / listtest.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-06-29  Vadim ZeitlinUse more readable wxListCtrl::AppendColumn() in the...
2012-12-22  Vadim ZeitlinAdd wxListCtrl::EnableAlternateRowColours() and SetAlte...
2012-12-22  Vadim ZeitlinDon't use "Cancel" button in the about dialog of the...
2012-10-07  Vadim ZeitlinImplement incremental search in wxGenericListCtrl.
2012-03-09  Vadim ZeitlinCorrect the test for wxHAS_IMAGES_IN_RESOURCES in listc...
2012-03-09  Vadim ZeitlinExclude wxMSW-only code from wxUniversal build under...
2012-03-04  Vadim ZeitlinUse wxHAS_IMAGES_IN_RESOURCES instead of explicit platf...
2011-12-20  Vadim ZeitlinFix horizontal alignment in icon view in generic wxList...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-13  Vadim ZeitlinFix the comparison function in the list control sample...
2011-05-13  Vadim ZeitlinMake wxListCtrl sort function take wxIntPtr, not long...
2011-01-02  Vadim ZeitlinRemove calls to wxApp::SetTopWindow() from the samples...
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-06-20  Vadim ZeitlinRemove unnecessary mondrian.{ico,xpm} files from sample...
2010-05-20  Vadim ZeitlinFix wxListCtrl::EndEditLabel() which simply didn't...
2010-03-06  Vadim ZeitlinFix toggling the header in the generic wxListCtrl.
2009-11-24  Vadim ZeitlinFix wxListCtrl::GetSubItemRect(wxLIST_RECT_ICON/LABEL...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-04-25  Vadim Zeitlinno changes, just fix a typo in a menu item label
2009-04-25  Vadim Zeitlinadded find performance test (see #9870) and the possibi...
2009-04-25  Vadim Zeitlinonly use Mac-specific menu item under Mac
2009-04-16  Vadim Zeitlinpass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems...
2009-04-15  Vadim Zeitlinuse wxUIntPtr instead of long for 3rd parameter of...
2009-03-04  Francesco Montorsirevert addition of the simple listctrl; it doesn't...
2009-01-27  Francesco Montorsismall reorganization; no real change
2009-01-25  Robert RoeblingLittle correction to hand-made sizing
2009-01-23  Robert RoeblingAdd simple wxListCtrl to complex sample
2009-01-22  Robert RoeblingUse theme border in wxListCtrl sample
2008-11-26  Vadim Zeitlindocument column reordering in wxListCtrl; fix confusion...
2008-06-30  Vadim Zeitlinimplement wxListCtrl::GetSubItemRect() for generic...
2008-06-29  Vadim Zeitlinsupport wxListCtrl::GetViewRect() in report view too...
2008-06-14  Vadim Zeitlinchange shortcut for "Sort" to Ctrl-T to avoid conflict...
2008-06-07  Vadim Zeitlindon't show the normal context menu while editing an...
2008-05-30  Vadim Zeitlinuse 'i' and 'd' instead of WXK_DELETE/INSERT as wxMSW...
2008-05-30  Vadim Zeitlinensure that GetEditControl() returns something even...
2008-03-16  Vadim Zeitlinadded test of focusing/selecting another item
2007-10-10  Chris Elliottfixes as per thread.gmane.org/gmane.comp.lib.wxwidgets...
2007-09-16  Vadim Zeitlinuse ListView_RedrawItems() to implement wxListCtrl...
2007-07-11  Vadim Zeitlinminor changes: increase the initial window size, create...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4
2007-02-04  Vadim Zeitlincall OnInit() from all samples to allow using standard...
2007-01-07  Kevin OllivierMake it easier to switch between native and generic...
2006-11-12  Vadim Zeitlindon't assert if 'c' key is pressed when there is no...
2006-11-12  Robert Roebling Send delete item event just before the item is actually
2006-10-02  Paul Cornett64-bit warning fixes
2006-05-28  Vadim Zeitlinadded wxListCtrl::GetSubItemRect() and subitem hit...
2006-05-18  Robin DunnReverted mistaken check-in
2006-05-18  Robin DunnUse correct DLL import/export specifier for multi-lib...
2006-04-02  Julian SmartCorrected index passed
2006-03-18  Vadim Zeitlinfixed crash introduced in rev. 187 for all non-MSW...
2006-03-13  Włodzimierz SkibaMake wxListCtrl changes ported from 2.6 branch complete...
2006-03-12  Julian SmartAdded context menu
2006-03-10  Robin DunnApplied Patch #1424869: Implement wxListCtrl::SetItemCo...
2006-03-04  Vadim Zeitlindon't use grey background for the control, it makes...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-29  Michael WetherellCompilation fix.
2005-08-28  Vadim Zeitlinset or unset column image on column click
2005-08-23  Włodzimierz SkibawxOS2/OW warning and build fixes.
2005-07-22  Michael WetherellAdd wxListCtrl::Get/SetItemFont, patch 1236820 Francesc...
2005-07-02  Vadim Zeitlinadded GetItemRect() test
2005-05-22  Vadim Zeitlinadded virtual view mode with small number of items...
2004-11-06  Ryan Nortonfix for [ 1044879 ] wxMSW 2.5.3: memleaks in listctrl...
2004-09-30  Julian SmartDeprecations
2004-09-18  Vadim Zeitlinadded test for toggling wxLC_[HV]RULES styles
2004-09-03  Włodzimierz SkibaFix for coordinates in wxEVT_COMMAND_LIST_COL_RIGHT_CLI...
2004-07-19  Włodzimierz SkibaFixes for wxUSE_STATUSBAR.
2004-05-20  Włodzimierz Skiba-1->wxID_ANY, TRUE->true and FALSE->false replacements.
2004-03-23  Julian SmartApplied patch [ 920076 ] [listctrl sample] Keep multise...
2004-02-08  Vadim Zeitlindon't try O(N) actions in virtual view, this gives...
2004-01-08  Julian SmartApplied [ 866603 ] Fixes the listctrl demo's 'Toggle...
2003-11-06  Vadim Zeitlinupdate list ctrl size after recreating it (when the...
2003-10-07  Vadim Zeitlinadded test for cancelled END_EDIT
2003-07-26  Vadim ZeitlinVC++ warning fixes
2003-03-17  Vadim Zeitlinrespect Veto()ing the column resize events; added test...
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-01-02  Vadim Zeitlinadded test for wxLIST_FORMAT_CENTRE/RIGHT
2002-12-15  Mattia Barbon More samples/Unicode fixes.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-11  Robin DunnChange needed for when the COMPATIBILITY flags are...
2002-08-27  Vadim Zeitlinadded icons to virtual list mode
2002-05-26  Vadim Zeitlinadded test for EditLabel, Unicode fixes
2002-03-11  Vadim Zeitlinright clicking outside any column sets the column in...
2001-11-21  Vadim Zeitlin1. restored wxEvent::operator=()
2001-11-16  Vadim Zeitlinadded wxEVT_COMMAND_LIST_ITEM_FOCUSED event and impleme...
2001-11-03  Vadim Zeitlinimplemented Freeze/Thaw() for the generic listctrl
2001-09-02  Vadim Zeitlinadded support for column images under MSW
2001-09-01  Vadim Zeitlinadded a bunch of new wxListCtrl messages: column right...
2001-08-25  Vadim Zeitlinadded test for HitTest(m_dragPoint) bug to the sample
2001-08-13  Vadim Zeitlinadded missing refresh when changing focus in wxListCtrl...
2001-08-02  Vadim Zeitlinapplied patch 446010 (unicode compilation fixes)
2001-07-23  Vadim Zeitlinfixed bug with deletion of several last items in wxList...
2001-07-20  Vadim Zeitlinadded EVT_LIST_COMMAND_CACHE_HINT, implemented it for...
2001-07-11  Vadim Zeitlinadded support for item attributes in virtual list control
2001-07-09  Vadim Zeitlinmore wxListCtrl fixes: inserting/deleting items now...
2001-07-07  Vadim Zeitlin1. fixed typo ('&' instead of '|') in wxNotebook
2001-07-07  Vadim Zeitlinmade switching from/to multiple selection mode work...
2001-07-06  Vadim Zeitlinvirtual wxListCtrl support (UNTESTED)
next