2008-06-16 |
Robert Roebling | Ticket #9592: gtk-choice-setcolumns.2.diff |
blob | commitdiff | raw |
2008-06-12 |
Robert Roebling | #4479: wx.ComboBox needs a SetFont method |
blob | commitdiff | raw | diff to current |
2008-05-27 |
Robert Roebling | Native wxBitmapComboBox patch for GTK+ |
blob | commitdiff | raw | diff to current |
2008-05-22 |
Vadim Zeitlin | add back wxChoice::DoGetBestSize() removed by the previ... |
blob | commitdiff | raw | diff to current |
2008-05-18 |
Vadim Zeitlin | use GtkComboBox instead of deprecated GtkOptionMenu... |
blob | commitdiff | raw | diff to current |
2008-03-14 |
Paul Cornett | fix for size 1x1 wxChoice when SetSelection() is called... |
blob | commitdiff | raw | diff to current |
2008-01-26 |
Vadim Zeitlin | don't append anything back in DoDeleteOneItem() if... |
blob | commitdiff | raw | diff to current |
2007-11-29 |
Václav Slavík | 1. added wxEvtHandler::SafelyProcessEvent() and wxWindo... |
blob | commitdiff | raw | diff to current |
2007-09-19 |
Robert Roebling | GTK+ selects the first item initially, II |
blob | commitdiff | raw | diff to current |
2007-09-19 |
Robert Roebling | GTK+ selects the first item initially |
blob | commitdiff | raw | diff to current |
2007-08-15 |
Vadim Zeitlin | make wxChoice and wxListBox inherit from wxControlWithI... |
blob | commitdiff | raw | diff to current |
2007-07-26 |
Vadim Zeitlin | many wxItemContainer-related changes: |
blob | commitdiff | raw | diff to current |
2007-05-29 |
Robert Roebling | Invalidate best size after string change in wxChoice. |
blob | commitdiff | raw | diff to current |
2007-04-23 |
Vadim Zeitlin | remove wxWindow::m_needParent and use GTKNeedsParent... |
blob | commitdiff | raw | diff to current |
2007-04-19 |
Paul Cornett | Reorganize idle system code. |
blob | commitdiff | raw | diff to current |
2007-03-26 |
Vadim Zeitlin | use native TAB traversal for GTK+ 2 |
blob | commitdiff | raw | diff to current |
2006-10-31 |
Robin Dunn | GetBestFittingSize --> GetEffectiveMinSize |
blob | commitdiff | raw | diff to current |
2006-08-25 |
Vadim Zeitlin | Many changes: |
blob | commitdiff | raw | diff to current |
2006-07-30 |
Vadim Zeitlin | reverted the move of wxComboBox styles from wx/defs... |
blob | commitdiff | raw | diff to current |
2006-07-30 |
Robert Roebling | Compile fix. |
blob | commitdiff | raw | diff to current |
2006-06-13 |
Włodzimierz Skiba | Include wx/arrstr.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-03-24 |
Włodzimierz Skiba | Removed useless pragma after fixing code to use insigne... |
blob | commitdiff | raw | diff to current |
2006-03-23 |
Vadim Zeitlin | replaced all int/size_t indices in wxControlWithItems... |
blob | commitdiff | raw | diff to current |
2006-03-22 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2006-03-18 |
Mart Raudsepp | Test commit |
blob | commitdiff | raw | diff to current |
2006-03-18 |
Mart Raudsepp | Testing CVSROOT/loginfo changes |
blob | commitdiff | raw | diff to current |
2006-03-15 |
Włodzimierz Skiba | wxTinderbox warning fix. |
blob | commitdiff | raw | diff to current |
2006-03-14 |
Robin Dunn | Can't use IsValidInsert from GtkAddHelper as it could... |
blob | commitdiff | raw | diff to current |
2006-03-14 |
Włodzimierz Skiba | Line-up interfaces to use size_t for GetCount()s (and... |
blob | commitdiff | raw | diff to current |
2006-03-09 |
Vadim Zeitlin | moved wxapp_install_idle_handler and g_isIdle from... |
blob | commitdiff | raw | diff to current |
2006-02-20 |
Mart Raudsepp | Make everything compile with GTK_DISABLE_DEPRECATED... |
blob | commitdiff | raw | diff to current |
2006-02-03 |
Mart Raudsepp | GTK: gtk_menu_{insert,append} -> gtk_menu_shell_{insert... |
blob | commitdiff | raw | diff to current |
2006-02-03 |
Mart Raudsepp | Remove obsolete GTK1 compatibility macros. Patch #14134... |
blob | commitdiff | raw | diff to current |
2006-01-22 |
Mart Raudsepp | Use g_signal* instead of deprecated gtk_signal*. Use... |
blob | commitdiff | raw | diff to current |
2006-01-22 |
Mart Raudsepp | Nuke GTK1 from src/gtk |
blob | commitdiff | raw | diff to current |
2005-09-27 |
Włodzimierz Skiba | wxItemContainerImmutable::FindString unified. |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-07-22 |
Włodzimierz Skiba | [1231183] 'cleanup: mismatched indentation' and other... |
blob | commitdiff | raw | diff to current |
2005-03-21 |
Vadim Zeitlin | GTK+ callbacks must have C linkage (patch 1157384) |
blob | commitdiff | raw | diff to current |
2005-02-05 |
Robert Roebling | _conncect_after() should be used for controls emitting |
blob | commitdiff | raw | diff to current |
2004-12-24 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2004-12-18 |
Robert Roebling | Fix for the fix for wxChoice selection. |
blob | commitdiff | raw | diff to current |
2004-12-06 |
Robert Roebling | Apply choice patch for proper handling of clearing |
blob | commitdiff | raw | diff to current |
2004-12-05 |
Robert Roebling | Corrected patch. |
blob | commitdiff | raw | diff to current |
2004-12-05 |
Robert Roebling | Invalidate the best size after adding an item |
blob | commitdiff | raw | diff to current |
2004-06-24 |
Robin Dunn | * Implemented BestSize cache |
blob | commitdiff | raw | diff to current |
2004-06-14 |
Václav Slavík | fixed GTK styles handling: |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-05-15 |
Robert Roebling | Improve default size for wxGauge and wxChoice. |
blob | commitdiff | raw | diff to current |
2004-05-06 |
Robin Dunn | Get(Class)DefaultAttributes() for wxGTK controls |
blob | commitdiff | raw | diff to current |
2004-05-04 |
Robin Dunn | Added wxControl::PostCreation for wxGTK. Moved calls to |
blob | commitdiff | raw | diff to current |
2004-04-03 |
Robin Dunn | m_font may not have been set yet. Default to letting... |
blob | commitdiff | raw | diff to current |
2004-01-31 |
Mattia Barbon | Added some missing STL-like wxArray/wxArrayString... |
blob | commitdiff | raw | diff to current |
2003-12-03 |
Robin Dunn | Use InheritAttributes for wxGTK widgets so they will... |
blob | commitdiff | raw | diff to current |
2003-10-06 |
Robert Roebling | Compilo. |
blob | commitdiff | raw | diff to current |
2003-10-06 |
Robert Roebling | Implemented wxChoice::SetString() |
blob | commitdiff | raw | diff to current |
2003-09-30 |
Vadim Zeitlin | and now it even compiles |
blob | commitdiff | raw | diff to current |
2003-09-30 |
Vadim Zeitlin | make Delete() work in presence of client data |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-07-19 |
Mattia Barbon | Fix wx[Sorted]ArrayString::Index when wxUSE_STL=1... |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Mattia Barbon | STL-ification patch for wxMSW and wxGTK. |
blob | commitdiff | raw | diff to current |
2003-07-08 |
Robert Roebling | Added Theme patch. |
blob | commitdiff | raw | diff to current |
2003-05-09 |
Vadim Zeitlin | Insert() patch from John Labenski |
blob | commitdiff | raw | diff to current |
2003-01-31 |
Robert Roebling | Corrected GTK2 creation of default font. |
blob | commitdiff | raw | diff to current |
2003-01-13 |
Ron Lee | Split this out from other changes to keep things sane.. |
blob | commitdiff | raw | diff to current |
2003-01-05 |
Robert Roebling | Removed usage of GetInternalFont. |
blob | commitdiff | raw | diff to current |
2002-08-27 |
Mattia Barbon | wxItemContainer already deletes client data; don't... |
blob | commitdiff | raw | diff to current |
2002-08-15 |
Robert Roebling | Further UNicode fixes. |
blob | commitdiff | raw | diff to current |
2002-08-05 |
Robert Roebling | Lots of updates for Unicode and GTK 2.0 support. |
blob | commitdiff | raw | diff to current |
2002-04-12 |
Vadim Zeitlin | implemented wxChoice::Delete |
blob | commitdiff | raw | diff to current |
2002-03-12 |
Vadim Zeitlin | changes to make wxGTK compile with GTK+ 2.0: now it... |
blob | commitdiff | raw | diff to current |
2001-11-27 |
Vadim Zeitlin | fudged the extra width in GetBestSize() to fit better |
blob | commitdiff | raw | diff to current |
2001-11-23 |
Vadim Zeitlin | implemented GetBestSize() for wxChoice |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
blob | commitdiff | raw | diff to current |
2000-01-06 |
Robert Roebling | Themes again. |
blob | commitdiff | raw | diff to current |
2000-01-04 |
Robert Roebling | New colour, font, theme and size code.. |
blob | commitdiff | raw | diff to current |
1999-11-22 |
Robert Roebling | Include changes again. Something is wrong with CVS... |
blob | commitdiff | raw | diff to current |
1999-11-19 |
Vadim Zeitlin | wxWindow::GetBestSize() added |
blob | commitdiff | raw | diff to current |
1999-10-24 |
Robert Roebling | Small distrib changes, |
blob | commitdiff | raw | diff to current |
1999-10-22 |
Vadim Zeitlin | 1. sorted wxListBox and wxComboBox seem to work under... |
blob | commitdiff | raw | diff to current |
1999-10-22 |
Vadim Zeitlin | wxChoice and wxListBox GTK+ changes (wxChoice works... |
blob | commitdiff | raw | diff to current |
1999-10-22 |
Vadim Zeitlin | 1. some fixes for wxSortedArrayString |
blob | commitdiff | raw | diff to current |
1999-10-19 |
Robert Roebling | Added size hints to dialog, |
blob | commitdiff | raw | diff to current |
1999-10-18 |
Vadim Zeitlin | wxControl and wxChoice derive from the base classes... |
blob | commitdiff | raw | diff to current |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
blob | commitdiff | raw | diff to current |
1999-07-30 |
Vadim Zeitlin | no more assert failure in GetSelection() if there is... |
blob | commitdiff | raw | diff to current |
1999-07-27 |
Robert Roebling | Small distrib updates, |
blob | commitdiff | raw | diff to current |
1999-07-22 |
Robert Roebling | Corrected wxlistBox, wxRadioBox, wxComboBox and |
blob | commitdiff | raw | diff to current |
1999-06-15 |
Robert Roebling | Added a few #if wxUSE_XXX |
blob | commitdiff | raw | diff to current |
1999-06-14 |
Robert Roebling | Added zillions of #if wxUSE_XXX |
blob | commitdiff | raw | diff to current |
1999-06-14 |
Ove Kaaven | The Unicode handling fixes my app seemed to need. |
blob | commitdiff | raw | diff to current |
1999-05-10 |
Robert Roebling | Small modifications to Vadims changes |
blob | commitdiff | raw | diff to current |
1999-05-09 |
Vadim Zeitlin | wxWindow split into wxWindowBase and wxWindow (wxGTK... |
blob | commitdiff | raw | diff to current |
1999-04-27 |
Robert Roebling | New idle handling. Only that. |
blob | commitdiff | raw | diff to current |
1999-04-24 |
Robert Roebling | Had to change the time point, when widgets are |
blob | commitdiff | raw | diff to current |
1999-04-14 |
Ove Kaaven | These at least compiles in Unicode mode... |
blob | commitdiff | raw | diff to current |
1999-04-09 |
Robert Roebling | Here it comes: |
blob | commitdiff | raw | diff to current |
1999-03-16 |
Vadim Zeitlin | wxCommandEvent::SetString() change - now uses wxString |
blob | commitdiff | raw | diff to current |
next |