fix warnings about conversion to bool, closes #14381
[wxWidgets.git] / src / gtk / listbox.cpp
2012-06-07  Paul Cornettfix warnings about conversion to bool, closes #14381
2012-06-01  Vadim ZeitlinUpdate old selections after clearing wxListBox in wxGTK.
2012-04-15  Vadim ZeitlinNo real changes, just fix misspellings in comments...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-03-28  Paul Cornettavoid deprecated functions and direct struct access
2011-03-26  Václav SlavíkUse accessor functions instead of deprecated GTK+ macros.
2011-03-23  Paul Cornettclean up wxGTK tooltip code
2011-03-06  Václav SlavíkInclude gdk/gdkkeysyms-compat.h.
2011-01-10  Vadim ZeitlinCheck index in wxItemContainer methods working with...
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-12-22  Vadim ZeitlinSwitch to GtkTooltip from deprecated GtkTooltips in...
2010-10-27  Vadim ZeitlinNo changes, just use wxGtkObject<> instead of g_object_...
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-10-22  Vadim ZeitlinUse GTK_SELECTION_BROWSE instead of SINGLE for wxListBo...
2010-08-24  Robert RoeblingMake sorting of wxListBox, wxChoice and wxComboBox...
2010-05-30  Robert RoeblingUse GTKXXX notation for some more wxGTK specific method...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-02-13  Robert RoeblingMore GTK prefixing for internal methods
2009-02-13  Robert RoeblingGTK prefix for internal tooltip methods
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2008-08-26  Paul CornettHold a reference on m_widget for the life of the associ...
2008-07-02  Robert RoeblingTried to make wxListBox::Update() work, typo corrected
2008-07-02  Robert RoeblingTried to make wxListBox::Update() work
2008-06-23  Vadim ZeitlinwxLB_MULTIPLE is same as wxLB_EXTENDED in wxGTK2
2008-05-23  Robert RoeblingInvocation of default button by <ENTER> was impossible...
2008-05-23  Robert RoeblingUpdate selection cache when inserting items, too
2008-05-23  Robert RoeblingMove event generation code for multiple selection mode...
2008-05-23  Robert RoeblingDisable events upon item deletion (just in case) and...
2008-05-22  Robert RoeblingForgot client data
2008-05-22  Robert RoeblingMake events match better with MSW
2008-05-22  Robert RoeblingRemove m_blockEvents and use Disable/Enable instead...
2008-03-31  Vadim Zeitlindon't leave empty listboxes with tiny best size
2008-02-11  Vadim Zeitlinimplement wxListBox::EnsureVisible() in wxGTK; add...
2008-01-13  Robert RoeblingAlways invoke default action even if dclick is caught...
2008-01-12  Robert RoeblingInvoke default action if dclick event after <ENTER...
2007-12-24  Paul Cornettfix setting client data
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-09  Julian SmartRemoved redundant iostream inclusion
2007-10-23  Vadim Zeitlinuse -Wunused-parameter with gcc for consistency with...
2007-10-20  Robert Roebling[ 1816882 ] wxListBox::SetSelection() doesn't update...
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...
next