Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / include / wx / gtk / listbox.h
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-07-06  Paul Cornettavoid GTK+ prefixes for our tree entry code, it is...
2013-07-02  Paul Cornettremove unused function GTKSetItem()
2013-07-01  Paul CornettUse gtk_list_store_insert_with_values() to set entry...
2011-03-23  Paul Cornettclean up wxGTK tooltip code
2010-10-27  Vadim ZeitlinDon't duplicate event sending code in wxGTK wxListBox.
2010-10-27  Vadim ZeitlinDon't send SELECTED events for an already selected...
2010-05-30  Robert RoeblingUse GTKXXX notation for some more wxGTK specific method...
2009-02-13  Robert RoeblingGTK prefix for internal tooltip methods
2008-07-02  Robert RoeblingTried to make wxListBox::Update() work
2008-05-23  Robert RoeblingMove event generation code for multiple selection mode...
2008-05-22  Robert RoeblingRemove m_blockEvents and use Disable/Enable instead...
2008-02-11  Vadim Zeitlinimplement wxListBox::EnsureVisible() in wxGTK; add...
2007-10-26  Paul Cornettmake access for virtuals match base
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-05-30  Václav Slavíkchanged wxWindow::ApplyToolTip to take UTF8-encoded...
2007-04-12  Vadim Zeitlinavoid code duplication by using helper functions
2006-10-26  Robert Roebling Rewrite selection event code for wxListBox.
2006-08-25  Vadim ZeitlinMany changes:
2006-06-26  Vadim Zeitlindeselect all items when SetSelection(-1) is called...
2006-03-23  Vadim Zeitlinreplaced all int/size_t indices in wxControlWithItems...
2006-03-14  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
2006-03-13  Włodzimierz SkibaInit() does not belong to public.
2006-03-11  Julian SmartApplied patch [ 1447666 ] Fix obscure GTK wxListBox...
2006-03-09  Vadim Zeitlinadded wxListBox::HitTest() from Ryan (patch 1446207)
2006-03-02  Robert Roebling Use GTK+ function to obtain GdkWindow for wxListBox.
2006-03-01  Robert Roebling Applied Ryan's native wxListBox and wxCheckListBox...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2005-09-27  Włodzimierz SkibawxItemContainerImmutable::FindString unified.
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-02  Michael WetherellAdd import/export attributes
2005-02-13  Vadim Zeitlin1. added SetSelection() to wxItemContainer and removed...
2004-06-14  Václav Slavíkfixed GTK styles handling:
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-06  Robin DunnGet(Class)DefaultAttributes() for wxGTK controls
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-20  Mattia Barbon Compilation fix for !WXWIN_COMPATIBILITY_2_4.
2002-09-07  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-09-04  Vadim Zeitlinfix wxCheckListBox which was completely broken by the...
2002-05-31  Vadim Zeitlinreplaced wxWindowGTK::m_isListBox with a virtual function
2002-05-11  Gilles Depeyrotcorrected pragma interface
2001-11-17  Robert Roebling Changed/Fixed way in which wxListBox blocks events
2001-08-06  Robert Roebling Applied patch for wxComboBox and wxListBox to
1999-11-19  Vadim ZeitlinwxWindow::GetBestSize() added
1999-10-24  Robert Roebling Small distrib changes,
1999-10-22  Vadim Zeitlin1. sorted wxListBox and wxComboBox seem to work under...
1999-10-22  Vadim ZeitlinwxChoice and wxListBox GTK+ changes (wxChoice works...
1999-09-30  Robert Roebling Corrected filelist.txt a little - one gsocket.c is...
1999-08-16  Robert Roebling compile fixes for EMX
1999-07-22  Robert Roebling Corrected wxlistBox, wxRadioBox, wxComboBox and
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-05-12  Robert Roebling Fixes a few SGI compiler warnings..
1999-04-21  Ove KaavenUnicode fixes.
1999-02-25  Vadim Zeitlin1. validator fixes: don't eat TAB. Added new SetBellOnE...
1999-02-01  Vadim ZeitlinwxToolTip modifications: wxUSE_TOOLTIPS setting (defaul...
1999-02-01  Robert Roebling wxToolTip
1999-01-27  Robert Roebling wxToolTip part II
1999-01-06  Robert Roebling Compilation fixes
1999-01-04  Robert Roebling configure and #ifdef wxUSE_XXX updates
1998-12-15  Robert Roebling Added wxCheckLitBox (oh well)
1998-11-06  Robert Roebling Second try at doing Set/GetClient right
1998-11-06  Robert Roebling SetEventData for a few widgets
1998-10-29  Robert Roebling Big color update with the newest information
1998-10-19  Vadim Zeitlin1. wxTextCtrl::SetBackgroundColour() now works
1998-09-08  Robert Roebling It's now possible to drag a listbox filled with entries
1998-09-07  Robert Roebling Added USE_CONFIG
1998-09-07  Robert Roebling Much more aggressive for intercepting events and
1998-09-06  Robert Roebling Added SetFont to most controls and controls sample
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-14  Robert Roebling Added wxRadioButton (not tested)
1998-08-09  Robert Roebling Added Pop-up menus.
1998-08-07  Vadim Zeitlin(1) Denis Pershin's patch for wxGTK (memory leaks corre...
1998-07-27  Robert Roeblingwarning msgs
1998-07-20  Robert Roeblingmany fixes to wxTextCrtl, wxTreeCrtl, wxListBox,
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-06-15  Karsten Ballüderchanged GetSelections() argument
1998-05-20  Karsten BallüderInitial revision