Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / gtk1 / listbox.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-01-04  Stefan Csomormerging back XTI branch part 2
2009-09-18  Vadim ZeitlinUse UTF-8 for all non-ASCII characters in the sources.
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-05  Vadim Zeitlinfix a few hundreds of harmless unused parameters warnin...
2007-09-25  Jouk Jansengit-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets...
2007-08-15  Vadim Zeitlinmake wxChoice and wxListBox inherit from wxControlWithI...
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-06-13  Włodzimierz SkibaInclude wx/arrstr.h according to precompiled headers...
2006-05-29  Włodzimierz SkibaInclude wx/checklst.h according to precompiled headers...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-04-19  Włodzimierz SkibaInclude wx/dynarray.h according to precompiled headers...
2006-03-24  Włodzimierz SkibaWarning fixes.
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 SkibaTRUE/FALSE source cleaning.
2006-01-23  Mart RaudseppRemove GTK2 stuff from src/gtk1. Rename wx/gtk includes...
2005-09-27  Włodzimierz SkibawxItemContainerImmutable::FindString unified.
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-03-21  Vadim ZeitlinGTK+ callbacks must have C linkage (patch 1157384)
2005-02-22  Robert Roebling Better correction to the wxListBox misbehaviour.
2005-02-21  Robert Roebling Show that the GTK+ listbox doesn't deselect any item
2005-02-20  Robert Roebling Added LDOWN handler for wxListBox so that it wil
2005-02-13  Vadim Zeitlin1. added SetSelection() to wxItemContainer and removed...
2005-02-03  Robert Roebling Fix for listbox problem, when created on invisible
2005-01-18  Kevin HockUse event modifiers and accessors rather than m_ variab...
2005-01-16  Robert Roebling Use connect_signal_after for list events. This should
2004-10-17  Robert Roebling Fixed lost focus events in wxListBox.
2004-09-26  Robert Roebling Make mouseless use of wxListBox possible for non...
2004-09-05  Ron LeeGTK Combobox and Listbox aren't realized until actually
2004-06-24  Robin Dunn* Implemented BestSize cache
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-05-04  Robin DunnAdded wxControl::PostCreation for wxGTK. Moved calls to
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
2003-12-03  Robin DunnUse InheritAttributes for wxGTK widgets so they will...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-19  Mattia Barbon Fix wx[Sorted]ArrayString::Index when wxUSE_STL=1...
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-08  Robert Roebling Added Theme patch.
2003-07-07  Julian SmartAdded wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
2003-07-03  Mattia Barbon Moved some methods/classes inside COMPATIBILITY_2_4.
2003-02-02  Vadim Zeitlinindicate whether this is a selection or a deselection...
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-04  Vadim Zeitlinfix wxCheckListBox which was completely broken by the...
2002-08-27  Mattia BarbonwxItemContainer already deletes client data; don't...
2002-08-15  Robert Roebling Further UNicode fixes.
2002-08-05  Robert Roebling Lots of updates for Unicode and GTK 2.0 support.
2002-05-31  Vadim Zeitlinreplaced wxWindowGTK::m_isListBox with a virtual function
2002-05-31  Vadim Zeitlinreplaced wxWindowGTK::m_isListBox with a virtual function
2002-04-17  Robert Roebling Various changes to focus handling when TLW start.
2002-04-08  Vadim Zeitlinfixed crash in SetFirstVisible()
2002-03-29  Robert Roebling Removed old #ifdef from GTK 1.0
2002-01-11  Vadim Zeitlinmore Sun C++ compiler warning fixes: in particular...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-11-26  Vadim Zeitlinfixed listbox initial size determination
2001-11-22  Robert Roebling Tries to fix wxListBox focus problems.
2001-11-17  Robert Roebling Changed/Fixed way in which wxListBox blocks events
2001-11-08  Robert Roebling wxListBox mouse events now report coords relative
2001-10-18  Robin DunnwxGTK's wxListBox now returns a meaningful value for...
2001-08-08  Robert Roebling Probably fixed listbox crashes.
2001-08-06  Robert Roebling Applied patch for wxComboBox and wxListBox to
2001-07-02  Vadim Zeitlinfix for compilation without WXWIN_COMPATIBILITY_2_2
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2000-12-28  Vadim Zeitlinmodified check listbox indicators and made them customi...
2000-12-16  Robert Roebling Added wxCommandEvent::IsSeection for listbox,
2000-11-24  Jouk Jansen Committing in .
2000-11-23  Robert Roebling Upported wxListBox key handling and SetFirstItem()
2000-10-20  Vadim Zeitlinan implementation of wxListBox::SetFirstItem() which...
2000-09-08  Julian SmartFixed memory leak in listbox, fixed memory leak reporti...
2000-08-10  Jouk Jansen Committing in .
2000-03-16  Jouk Jansen Committing in .
2000-03-07  Jouk Jansen Committing in .
2000-02-15  Václav Slavíkbackground color set to wxSYS_COLOUR_LISTBOX
2000-01-20  Robert Roebling A no-change for scroll events.
2000-01-08  Robert Roebling Applied listbox isselected fix.
2000-01-03  Robert Roebling Distrib things,
1999-11-28  Robert Roebling New event locking.
1999-11-22  Robert Roebling Include changes again. Something is wrong with CVS...
1999-11-19  Vadim ZeitlinwxWindow::GetBestSize() added
1999-11-06  Robert Roebling wxListBox now sends events using AddPendingEvent(),
1999-10-30  Robert Roebling Some work on tabbing and menu accels,
1999-10-26  Vadim Zeitlin1. corrected uninitialised variable (which led to crash...
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-10-09  Robert Roebling Applied a few patches,
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-05  Robert Roebling Updated configure (not only configure.in)
next