2012-05-05 |
Vadim Zeitlin | No changes, just spelling corrections in the comments. |
blob | commitdiff | raw |
2011-03-20 |
Dimitri Schoolwerth | No changes, synchronised source names that appear comme... |
blob | commitdiff | raw | diff to current |
2011-03-05 |
Vadim Zeitlin | Don't initialize wxGBSpan with invalid values in wxGBSi... |
blob | commitdiff | raw | diff to current |
2011-02-19 |
Vadim Zeitlin | Correct signed/unsigned comparison in wxGridBagSizer... |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
blob | commitdiff | raw | diff to current |
2008-12-13 |
Vadim Zeitlin | update the size of the wxGridSizer as items are added... |
blob | commitdiff | raw | diff to current |
2008-07-10 |
Robin Dunn | ShouldAccountFor was a 2.8 only change. Use IsShown... |
blob | commitdiff | raw | diff to current |
2008-07-10 |
Robin Dunn | If an item is hidden, don't check it for overflows. |
blob | commitdiff | raw | diff to current |
2008-04-03 |
Robin Dunn | Fix AdjustForOverflow to use item->CalcMin, not item... |
blob | commitdiff | raw | diff to current |
2008-04-03 |
Robin Dunn | fix warnings |
blob | commitdiff | raw | diff to current |
2008-04-03 |
Robin Dunn | Fix for potential layout glitches in wxGridBagSizer... |
blob | commitdiff | raw | diff to current |
2007-04-22 |
Vadim Zeitlin | don't pass unneeded arguments to AdustForGrowables() |
blob | commitdiff | raw | diff to current |
2007-04-11 |
Robin Dunn | Don't use hidden items for size calc (patch 1698314) |
blob | commitdiff | raw | diff to current |
2006-09-13 |
Václav Slavík | renamed wxRect::Inside() to wxRect::Contains(), wxRect... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2004-11-09 |
Włodzimierz Skiba | wxSizer::Add/Insert now returns pointer to wxSizerItem... |
blob | commitdiff | raw | diff to current |
2004-09-15 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, FALSE/false, TRUE... |
blob | commitdiff | raw | diff to current |
2004-06-30 |
Robin Dunn | The gaps should *not* be included in the space given... |
blob | commitdiff | raw | diff to current |
2004-06-24 |
Robin Dunn | Optimized sizers to not call CalcMin more often than... |
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 |
2003-11-18 |
Robin Dunn | Added FindItemAtPoint |
blob | commitdiff | raw | diff to current |
2003-11-07 |
Robin Dunn | Fixed an accidental name clash, and added back a wxCHECK |
blob | commitdiff | raw | diff to current |
2003-11-07 |
Robin Dunn | Set m_rows, m_cols so GetRows/GetCols in the base class... |
blob | commitdiff | raw | diff to current |
2003-11-07 |
Robin Dunn | Fixed warning |
blob | commitdiff | raw | diff to current |
2003-11-07 |
Robin Dunn | Added default ctor |
blob | commitdiff | raw | diff to current |
2003-11-06 |
Robin Dunn | Added wxGridBagSizer, a grid sizer where item positions... |
blob | commitdiff | raw | diff to current |
|