Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / motif / combobox_native.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-02-15  Vadim ZeitlinRemove wxRTTI macro for wxComboBox from Motif port.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2009-01-07  Francesco Montorsiuse wxArrayString instead of wxStringList
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-05  Vadim Zeitlinimplemented wxTextEntry for wxMotif, made wxComboBox...
2007-11-05  Vadim Zeitlinfix a few hundreds of harmless unused parameters warnin...
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-07-21  Václav Slavíkfixed wxMotif to compile in Unicode mode (this is not...
2007-04-07  Mattia Barbon Rework wxMotif font/color inheritance so it works
2007-03-23  Vadim Zeitlincompilation fix after wxCStrData changes
2007-03-19  Vadim Zeitlinfix compilation after c_str() changes, mainly by replac...
2006-06-13  Włodzimierz SkibaInclude wx/arrstr.h according to precompiled headers...
2006-03-23  Vadim Zeitlinreplaced all int/size_t indices in wxControlWithItems...
2006-03-15  Włodzimierz SkibaWarning fix.
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2005-10-03  Włodzimierz SkibaSource cleaning. wxMotif/OS2 adjustements.
2005-09-27  Włodzimierz SkibawxItemContainerImmutable::FindString unified.
2005-01-19  Włodzimierz SkibawxTextPos for all GetLastPosition with constants for...
2005-01-18  Kevin HockUse event modifiers and accessors rather than m_ variab...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-01  Mattia Barbon Precompiled headers support.
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
2003-05-09  Vadim ZeitlinInsert() patch from John Labenski
2003-04-14  Mattia Barbon Code clanup: removed some useless/unused member
2003-03-26  Mattia Barbon SetSelection must not send an event. Fixed an off
2003-03-16  Mattia Barbon Fixed (native) wxComboBox::SetSelection and
2003-03-14  Mattia Barbon Remove explicit casts to (const char *), and replace...
2003-02-23  Mattia Barbon Implemented DoGetBestSize for wxListBox, (native...
2003-02-11  Mattia Barbon Finished native wxComboBox implementation; it still...
2003-02-04  Mattia Barbon Applied patch [ 679397 ] remove GPL code from motif...