2011-03-22 |
Dimitri Schoolwerth | Fixed various typos. |
blob | commitdiff | raw |
2011-01-04 |
Stefan Csomor | merging back XTI branch part 2 |
blob | commitdiff | raw | diff to current |
2010-09-30 |
Vadim Zeitlin | No changes whatsoever, just remove trailing whitespace. |
blob | commitdiff | raw | diff to current |
2010-03-18 |
Vadim Zeitlin | Ensure that setting wxChoice height to its default... |
blob | commitdiff | raw | diff to current |
2010-02-02 |
Julian Smart | Don't crash if there's no top window. |
blob | commitdiff | raw | diff to current |
2009-12-21 |
Jaakko Salli | Added wxMSW wxChoice::GetClassDefaultAttributes(),... |
blob | commitdiff | raw | diff to current |
2009-12-18 |
Vadim Zeitlin | Don't explicitly set the background colour for wxChoice. |
blob | commitdiff | raw | diff to current |
2009-09-26 |
Vadim Zeitlin | Fix harmless warning about -1 to WPARAM conversion. |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Julian Smart | Applied #10025 (Patch to allow proper sizing of simple... |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-05-08 |
Vadim Zeitlin | corrections to setting the height of the visible part... |
blob | commitdiff | raw | diff to current |
2009-05-01 |
Vadim Zeitlin | implement changing wxChoice and wxComboBox height |
blob | commitdiff | raw | diff to current |
2009-05-01 |
Vadim Zeitlin | no changes, just remove #if'd out code |
blob | commitdiff | raw | diff to current |
2008-09-24 |
Vadim Zeitlin | restore the original selection when the dropdown is... |
blob | commitdiff | raw | diff to current |
2008-02-09 |
Vadim Zeitlin | don't lose the contents of the combobox if it was set... |
blob | commitdiff | raw | diff to current |
2007-09-17 |
Vadim Zeitlin | don't access m_clientDataItemsType directly |
blob | commitdiff | raw | diff to current |
2007-07-26 |
Vadim Zeitlin | many wxItemContainer-related changes: |
blob | commitdiff | raw | diff to current |
2007-03-22 |
Vadim Zeitlin | don't lose the combobox text when it's opened and close... |
blob | commitdiff | raw | diff to current |
2007-03-17 |
Václav Slavík | first phase of transition to unified Unicode build: |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | no changes, just removed TABs/trailing spaces |
blob | commitdiff | raw | diff to current |
2007-02-14 |
Vadim Zeitlin | corrected IMPLEMENT_DYNAMIC_CLASS macros to ensure... |
blob | commitdiff | raw | diff to current |
2006-10-31 |
Robin Dunn | GetBestFittingSize --> GetEffectiveMinSize |
blob | commitdiff | raw | diff to current |
2006-06-14 |
Julian Smart | Compile fix |
blob | commitdiff | raw | diff to current |
2006-06-14 |
Julian Smart | Fix for wrong combobox/height being reported if set... |
blob | commitdiff | raw | diff to current |
2006-05-30 |
Włodzimierz Skiba | Include wx/choice.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-06 |
Vadim Zeitlin | added InitCommandEventWithItems() and call it from... |
blob | commitdiff | raw | diff to current |
2006-03-30 |
Julian Smart | Reverted wxChoice size fix due to problems in W2K and... |
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-23 |
Vadim Zeitlin | fixed last commit which accidentally included parts... |
blob | commitdiff | raw | diff to current |
2006-03-23 |
Vadim Zeitlin | Minor fixes after last commit: |
blob | commitdiff | raw | diff to current |
2006-03-23 |
Julian Smart | Added an optimization that fixes a recursive paint... |
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-12 |
Vadim Zeitlin | fixed event generation for wxChoice: it now sends one... |
blob | commitdiff | raw | diff to current |
2006-03-12 |
Vadim Zeitlin | don't send EVT_CHOICE events while the dropdown is... |
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-09-14 |
Dimitri Schoolwerth | reverted last changes which were false alarm |
blob | commitdiff | raw | diff to current |
2005-09-13 |
Dimitri Schoolwerth | fixed uninitialized variable (depending on wxChoice... |
blob | commitdiff | raw | diff to current |
2005-08-17 |
Vadim Zeitlin | made wxChoice and wxComboBox::GetSelection() return... |
blob | commitdiff | raw | diff to current |
2005-05-18 |
Robin Dunn | Patch #1203934: enable best size caching for MSW widgets |
blob | commitdiff | raw | diff to current |
2005-05-17 |
Robin Dunn | Cache best size |
blob | commitdiff | raw | diff to current |
2005-04-10 |
Vadim Zeitlin | extended wxWindow::MSWGetBgBrush() and wxControl::MSWCo... |
blob | commitdiff | raw | diff to current |
2005-04-10 |
Vadim Zeitlin | simplifications and corrections to background drawing: |
blob | commitdiff | raw | diff to current |
2005-03-11 |
Włodzimierz Skiba | Use empty check consistent with other parts. |
blob | commitdiff | raw | diff to current |
2005-02-09 |
Włodzimierz Skiba | .empty() string decorations |
blob | commitdiff | raw | diff to current |
2005-01-24 |
Dimitri Schoolwerth | applied patch #1044865 (fixes problem: "On Win2K, the... |
blob | commitdiff | raw | diff to current |
2005-01-21 |
Vadim Zeitlin | moved code working around combobox selection bug to... |
blob | commitdiff | raw | diff to current |
2004-12-08 |
Julian Smart | Fixed spurious selection of combobox text during resize |
blob | commitdiff | raw | diff to current |
2004-11-19 |
Vadim Zeitlin | replaced OnCtlColor(7 params) with MSWControlColor... |
blob | commitdiff | raw | diff to current |
2004-11-19 |
Vadim Zeitlin | removed (unused) nCtlColor parameter of OnCtlColor() |
blob | commitdiff | raw | diff to current |
2004-11-07 |
Ryan Norton | fix for [ 950550 ] wxChoice - wxEmptyString (wxChoice... |
blob | commitdiff | raw | diff to current |
2004-09-28 |
Włodzimierz Skiba | Hardware defines spec. |
blob | commitdiff | raw | diff to current |
2004-09-10 |
Vadim Zeitlin | make background colour apply to choice/combobox dropdow... |
blob | commitdiff | raw | diff to current |
2004-08-23 |
Włodzimierz Skiba | Native SmartPhone wxChoice implementation. |
blob | commitdiff | raw | diff to current |
2004-08-20 |
Włodzimierz Skiba | Source cleaning: whitespaces, -1/wxDefaultCoord, TRUE... |
blob | commitdiff | raw | diff to current |
2004-07-25 |
Vadim Zeitlin | fixed Freeze/Thaw() for wxCombobox (patch 925808) |
blob | commitdiff | raw | diff to current |
2004-07-22 |
Robin Dunn | 39 items is awfully big |
blob | commitdiff | raw | diff to current |
2004-06-23 |
Dimitri Schoolwerth | fixed bug #976725: "RETURN closes dialog instead of... |
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-21 |
Włodzimierz Skiba | Warning fix. |
blob | commitdiff | raw | diff to current |
2004-05-20 |
Julian Smart | Commented out code that seems to produce choice/combobo... |
blob | commitdiff | raw | diff to current |
2004-05-07 |
Dimitri Schoolwerth | applied patch #931719: "ESC closes dialog instead of... |
blob | commitdiff | raw | diff to current |
2004-05-03 |
Vadim Zeitlin | removed the old hack needed to size the control properl... |
blob | commitdiff | raw | diff to current |
2004-05-02 |
Vadim Zeitlin | don't let wxChoice created with default size to shrink... |
blob | commitdiff | raw | diff to current |
2004-04-15 |
Vadim Zeitlin | make XTI compile with VC6 (patch 896614) |
blob | commitdiff | raw | diff to current |
2004-03-08 |
Robin Dunn | Use EDIT_HEIGHT_FROM_CHAR_HEIGHT until something better... |
blob | commitdiff | raw | diff to current |
2004-02-25 |
Julian Smart | Applied patch [ 903619 ] Win64 and Itanium support |
blob | commitdiff | raw | diff to current |
2004-02-10 |
Vadim Zeitlin | fixed the value returned by GetSize() |
blob | commitdiff | raw | diff to current |
2004-02-09 |
Vadim Zeitlin | size combobox/choices properly initially by considering... |
blob | commitdiff | raw | diff to current |
2004-02-07 |
Vadim Zeitlin | don't change the control width when adjusting the heigh... |
blob | commitdiff | raw | diff to current |
2004-02-07 |
Vadim Zeitlin | use new style creation (MSWCreateControl() and MSWGetSt... |
blob | commitdiff | raw | diff to current |
2004-02-07 |
Vadim Zeitlin | multiple fixes to wxChoice/wxCombobox height getting... |
blob | commitdiff | raw | diff to current |
2004-01-31 |
Mattia Barbon | Added some missing STL-like wxArray/wxArrayString... |
blob | commitdiff | raw | diff to current |
2004-01-15 |
Julian Smart | Reverted patch [ 832096 ] Final separation for GUI... |
blob | commitdiff | raw | diff to current |
2004-01-11 |
Julian Smart | Applied patch [ 832096 ] Final separation for GUI and... |
blob | commitdiff | raw | diff to current |
2003-09-24 |
Vadim Zeitlin | replaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAIN... |
blob | commitdiff | raw | diff to current |
2003-09-04 |
Stefan Csomor | macro naming changes |
blob | commitdiff | raw | diff to current |
2003-08-27 |
Stefan Csomor | WX_EVENT_PROPERTY instead of WX_DELEGATE |
blob | commitdiff | raw | diff to current |
2003-08-27 |
Stefan Csomor | event exposure |
blob | commitdiff | raw | diff to current |
2003-08-24 |
Julian Smart | Added some window style metadata |
blob | commitdiff | raw | diff to current |
2003-08-23 |
Stefan Csomor | xti property extensions, style bits additions |
blob | commitdiff | raw | diff to current |
2003-08-19 |
Stefan Csomor | switching back to normal accessors, workaround not... |
blob | commitdiff | raw | diff to current |
2003-08-18 |
Stefan Csomor | RTTI simplifications |
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-08-05 |
Stefan Csomor | xti extensions |
blob | commitdiff | raw | diff to current |
2003-07-21 |
Mattia Barbon | Use wxStringBuffer[Length] instead of explicit calls to |
blob | commitdiff | raw | diff to current |
2003-07-08 |
Vadim Zeitlin | deprecated and removed from our code GetUseCtl3D()... |
blob | commitdiff | raw | diff to current |
2003-05-09 |
Vadim Zeitlin | Insert() patch from John Labenski |
blob | commitdiff | raw | diff to current |
2003-05-06 |
Julian Smart | Revamped border handling. |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Removed erroneous copyright names and corrected licence... |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-09-02 |
Vadim Zeitlin | signed/unsigned comparison warning (and probably even... |
blob | commitdiff | raw | diff to current |
2002-08-27 |
Mattia Barbon | Don't get the string when the combobox returned CB_ERR... |
blob | commitdiff | raw | diff to current |
2002-04-06 |
Václav Slavík | reverted Julian's unintentional breakage of wxChoice |
blob | commitdiff | raw | diff to current |
2002-04-05 |
Julian Smart | Made sure the 'best' size doesn't get set for wxChoice |
blob | commitdiff | raw | diff to current |
2002-01-27 |
Julian Smart | Applied patch to implement wxChoice::SetString and... |
blob | commitdiff | raw | diff to current |
2002-01-08 |
Václav Slavík | use the new wxSystemSettings API everywhere |
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 |
2001-05-19 |
Vadim Zeitlin | 1. more proper fix for wxChoice/wxComboBox height probl... |
blob | commitdiff | raw | diff to current |
next |