don't access m_clientDataItemsType directly
[wxWidgets.git] / src / gtk / listbox.cpp
2007-09-17  Vadim Zeitlindon't access m_clientDataItemsType directly
2007-08-15  Vadim Zeitlinmake wxChoice and wxListBox inherit from wxControlWithI...
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-05-30  Václav Slavíkchanged wxWindow::ApplyToolTip to take UTF8-encoded...
2007-04-23  Vadim Zeitlinremove wxWindow::m_needParent and use GTKNeedsParent...
2007-04-19  Paul CornettReorganize idle system code.
2007-04-12  Vadim Zeitlinremoved the code to manually send wxNavigationEvents...
2007-04-12  Vadim Zeitlinavoid code duplication by using helper functions
2007-04-12  Vadim Zeitlinmodify the listbox item in place instead of deleting...
2007-03-26  Vadim Zeitlinuse native TAB traversal for GTK+ 2
2007-03-07  Vadim Zeitlinno changes, just removed TABs/trailing spaces
2007-02-11  Robert Roebling Fix wxGTK wxListBox::Append() to return correct
2006-11-11  Robert Roebling Use wxGTK_CONV instead of wxConvUTF8
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-26  Robert Roebling Rewrite selection event code for wxListBox.
2006-10-08  Julian SmartIt's valid to pass wxNOT_FOUND to SetSelection in order...
2006-10-03  Paul CornettDon't free a string that is managed by wxGtkString...
2006-09-20  Robert Roebling Fixed [ 1556843 ] wxGTK FindFocus returns NULL when...
2006-09-13  Václav Slavíkrenamed wxRect::Inside() to wxRect::Contains(), wxRect...
2006-08-27  Paul Cornettreturning true is sufficient to stop signal emission
2006-08-26  Paul Cornettuse "event" signal emission hook to install idle handle...
2006-08-25  Vadim ZeitlinMany changes:
2006-08-22  Robert Roebling Add the new showOnIdle code to various other
2006-06-26  Vadim Zeitlindeselect all items when SetSelection(-1) is called...
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-15  Mart RaudseppDon't cast with G_OBJECT when passing a GObject to...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
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-04-16  Vadim Zeitlindon't return items which are not visible from DoHitTest...
2006-04-16  Vadim Zeitlincentralized the handling of border styles; added border...
2006-04-04  Mart Raudseppgdk_window_get_colormap -> gdk_drawable_get_colormap
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-03-11  Julian SmartApplied patch [ 1447666 ] Fix obscure GTK wxListBox...
2006-03-09  Vadim Zeitlinmade SetFirstItem() work again (patch 1445170)
2006-03-09  Vadim Zeitlinmoved wxapp_install_idle_handler and g_isIdle from...
2006-03-09  Vadim Zeitlinfixed mouse (and other?) events generation broken by...
2006-03-09  Vadim Zeitlincompilation fix after last commit; some extra comments
2006-03-09  Vadim Zeitlinadded wxListBox::HitTest() from Ryan (patch 1446207)
2006-03-09  Robin DunnPatch #1446110: use of uninitialized variables
2006-03-09  Robin DunnApplied (a slightly refactored) Patch #1445169: wxListB...
2006-03-07  Mart RaudseppApply patch #1443819 from Paul Cornett - move the GtkTr...
2006-03-02  Robert Roebling Use GTK+ function to obtain GdkWindow for wxListBox.
2006-03-01  Robert Roebling Corrected scrolling when using cursor keys.
2006-03-01  Robert Roebling Applied Ryan's native wxListBox and wxCheckListBox...
2006-02-20  Mart RaudseppMake everything compile with GTK_DISABLE_DEPRECATED...
2006-02-03  Mart RaudseppGTK2: gtk_label_set -> gtk_label_set_text
2006-02-03  Mart RaudseppGTK2: gtk_idle_add_priority -> g_idle_add_full; gtk_idl...
2006-01-22  Mart RaudseppUse g_signal* instead of deprecated gtk_signal*. Use...
2006-01-22  Mart RaudseppNuke GTK1 from src/gtk
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.
next