Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / gtk / combobox.cpp
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-04-27  Robin DunnChange SetStringSelection to return bool like in other...
2004-04-03  Robin Dunnm_font may not have been set yet. Default to letting...
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
2004-01-17  Mattia Barbon Handle client data correctly.
2003-12-03  Robin DunnUse InheritAttributes for wxGTK widgets so they will...
2003-09-20  Vadim Zeitlinderive wxComboBox from wxItemContainer (via wxComboBoxB...
2003-08-30  Vadim Zeitlincompilation fix
2003-08-30  Vadim Zeitlinreturn the index of the inserted/appended item
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-09  Vadim ZeitlinGetClientData(int n) should be const (part of patch...
2003-05-09  Vadim ZeitlinInsert() patch from John Labenski
2003-03-02  Robert Roebling Up-ported wxBusyCursor fix and wxCombBov default...
2003-03-01  Robert Roebling Upported combobox changes and another fix.
2003-02-18  Robert Roebling Applied John's patch.
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2003-01-07  Ron LeeDeprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac...
2003-01-05  Robert Roebling Removed usage of GetInternalFont.
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-11  Robert Roebling The old fix for combobox doesn't seem to be needed
2002-08-15  Robert Roebling Further UNicode fixes.
2002-08-05  Robert Roebling Lots of updates for Unicode and GTK 2.0 support.
2002-06-02  Robert Roebling Updates to (behaviour of) wxComboBox and wxSpinCtrl.
2002-03-12  Vadim Zeitlinchanges to make wxGTK compile with GTK+ 2.0: now it...
2002-02-19  Robert Roebling Added test for default action (button normally)
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-12-22  Vadim Zeitlinfixed wrong return value of wxComboBox::GetClientObject
2001-11-13  Robert RoeblingPatch to make wxComboBox work in Toolbars.
2001-08-19  Robert Roebling Various changes for simplification of focus event
2001-08-06  Robert Roebling Applied patch for wxComboBox and wxListBox to
2001-07-30  Vadim Zeitlincompilation fixes for wxGTK
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-01-06  Robert Roebling Themes again.
2000-01-06  Vadim Zeitlincorrected wxComboBox::GetBestSize()
2000-01-04  Robert Roebling New colour, font, theme and size code..
2000-01-01  Robert Roebling Some Resize/GetBestSize() changes.
1999-12-30  Vadim Zeitlin1. many, many, many warnings fixed (from HP-UX build...
1999-12-29  Vadim Zeitlin1. wxCalendarCtrl
1999-12-06  Robert Roebling Patch for stream.cpp for non-flushable stream,
1999-11-22  Robert Roebling Include changes again. Something is wrong with CVS...
1999-11-19  Vadim ZeitlinwxWindow::GetBestSize() added
1999-11-02  Vadim Zeitlinmany warnings fixed (from HP-UX compilation log)
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-07-27  Robert Roebling Small distrib updates,
1999-07-23  Vadim Zeitlin1. more wxMotif fixes
1999-07-22  Robert Roebling Corrected wxlistBox, wxRadioBox, wxComboBox and
1999-07-22  Robert Roebling wxMenu compile fix
1999-07-13  Robert Roebling New attempt at getting constraints work
1999-06-15  Robert Roebling Added a few #if wxUSE_XXX
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-05-10  Robert Roebling Small modifications to Vadims changes
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-05-05  Robert Roebling Added scrolling of widgets and sample
1999-05-04  Robert Roebling Found a few situations where the most recent
1999-05-03  Robert Roebling Fixed a bug which sometimes lead to windows
1999-04-29  Ove KaavenUnicode fixes.
1999-04-29  Robert Roebling controls sample tests a bit more
1999-04-28  Robert Roebling background colour changes for listbox and combobox
1999-04-27  Robert Roebling New idle handling. Only that.
1999-04-26  Robert Roebling combobox buglet when inserting item
1999-04-24  Robert Roebling Had to change the time point, when widgets are
1999-04-14  Ove KaavenThese at least compiles in Unicode mode...
1999-04-14  Robert Roebling added wxCB_READONLY
1999-04-01  Robert Roebling With the exceptions of DnD, wxGTk now works with
1999-03-16  Vadim ZeitlinwxCommandEvent::SetString() change - now uses wxString
1999-03-12  Vadim Zeitlinanother attempt to improve combobox behaviour
1999-03-12  Vadim Zeitlinsome UI adjustments
1999-02-23  Vadim ZeitlinSetSelection(from, to) and SetEditable() implemented
1999-02-18  Robert Roebling Dialog items inherit parent's font now
1999-01-29  Vadim ZeitlinwxEVT_COMMAND_CHOICE_SELECTED => wxEVT_COMMAND_COMBOBOX...
1999-01-26  Vadim ZeitlinOops... compilation error just checked in fixed
1999-01-26  Vadim ZeitlinSetInsertionPointEnd() bug corrected (was off by 1)
1999-01-26  Robert Roebling A few resize bugs removed
1999-01-09  Karsten BallüderwxComboBox included (removed dependency on wxUSE_COMBOB...
1999-01-08  Robert Roebling minor Configure / makefiles updates
1999-01-06  Robert Roebling Compilation fixes
1999-01-04  Robert Roebling configure and #ifdef wxUSE_XXX updates
1999-01-02  Robert Roebling Header changes (gtk.h etc no longer included in defs.h
1998-12-17  Robert Roebling I've put live into Vadim's wxNavigationKeyEvent idea
1998-11-06  Robert Roebling Second try at doing Set/GetClient right
1998-11-06  Robert Roebling SetEventData for a few widgets
1998-11-03  Robert Roebling Fix for TextCtrl problem as reported by Vegh
1998-10-30  Robert Roebling Fixes to fonts, static text, radiobox, frame
1998-10-29  Robert Roebling Big color update with the newest information
1998-10-27  Robert Roebling Added background colour again
1998-10-26  Robert Roebling Implemented wxScreenDC the hard way
1998-10-26  Robert Roebling Did much work on colors. It doesn't work and I guess
1998-10-24  Robert Roebling Removed usage of GdkImlib
1998-10-21  Robert Roebling SetBackground for ListBox and others
1998-10-14  Guilhem Lavaux* wxSocket fixes
1998-09-07  Robert Roebling Much more aggressive for intercepting events and
1998-09-07  Robert Roebling Tries unsuccesfully to cure a few more problems
next