2006-05-24 |
Włodzimierz Skiba | Include wx/settings.h according to precompiled headers... |
blob | commitdiff | raw |
2006-05-02 |
Włodzimierz Skiba | Include wx/utils.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-30 |
Włodzimierz Skiba | No more avoiding wxSizer::Fit in wxWinCE builds. |
blob | commitdiff | raw | diff to current |
2006-04-25 |
Włodzimierz Skiba | Include wx/intl.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-10 |
Vadim Zeitlin | use #if WXWIN_COMPATIBILITY_2_6 guard around implementa... |
blob | commitdiff | raw | diff to current |
2006-04-10 |
Vadim Zeitlin | use #if WXWIN_COMPATIBILITY_2_6 guard around implementa... |
blob | commitdiff | raw | diff to current |
2006-03-30 |
Włodzimierz Skiba | Better backward compatibility and deprecation markup... |
blob | commitdiff | raw | diff to current |
2006-02-08 |
Vadim Zeitlin | deprecated wxSizerItem::IsShown() because it doesn... |
blob | commitdiff | raw | diff to current |
2005-10-17 |
Michael Wetherell | Warning fixes for win64 |
blob | commitdiff | raw | diff to current |
2005-09-26 |
Vadim Zeitlin | use wxIsNullDouble instead of comparing m_ration with 0 |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | more extra semicolons removed (patch 1303724) |
blob | commitdiff | raw | diff to current |
2005-09-24 |
Vadim Zeitlin | added missing consts and pass objects by const referenc... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-06-17 |
Vadim Zeitlin | don't assert if kind == Item_None in wxSizerItem::IsSho... |
blob | commitdiff | raw | diff to current |
2005-06-06 |
Włodzimierz Skiba | Source cleaning inspired by and included in patch ... |
blob | commitdiff | raw | diff to current |
2005-04-09 |
Julian Smart | Lay buttons out on Windows according to conventions... |
blob | commitdiff | raw | diff to current |
2005-04-06 |
Ryan Norton | Fix memory leak when a spacer is added, and crash when... |
blob | commitdiff | raw | diff to current |
2005-03-23 |
David Elliott | Blind bug fix to bug reported by Angel Kry. |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Vadim Zeitlin | added wxSizerSpacer and modified wxSizerItem to contain... |
blob | commitdiff | raw | diff to current |
2005-03-14 |
Vadim Zeitlin | simplified code (removed 2 unnecessary tests) in CalcMi... |
blob | commitdiff | raw | diff to current |
2005-03-14 |
Julian Smart | Improve standard button spacing on Windows |
blob | commitdiff | raw | diff to current |
2005-03-07 |
Vadim Zeitlin | extracted platform-specific code to determine static... |
blob | commitdiff | raw | diff to current |
2005-02-18 |
Robin Dunn | wxStdButtonSizer Finalise --> Realize |
blob | commitdiff | raw | diff to current |
2005-02-16 |
Włodzimierz Skiba | wxPoint/Size/Rect() causes the same code with (0,0... |
blob | commitdiff | raw | diff to current |
2005-02-16 |
Julian Smart | Standard dialogs becoming useable on WinCE. |
blob | commitdiff | raw | diff to current |
2005-02-10 |
Włodzimierz Skiba | Use default constructors for wxSize/Point/Rect. |
blob | commitdiff | raw | diff to current |
2005-01-30 |
Kevin Ollivier | Added support for wxID_CONTEXT_HELP to wxStdDialogButto... |
blob | commitdiff | raw | diff to current |
2005-01-21 |
Vadim Zeitlin | added wxStaticBoxSizer ctor creating a new static box |
blob | commitdiff | raw | diff to current |
2005-01-11 |
Robin Dunn | Patch [ 1100272 ] wxFlexGridSizer works wrong when... |
blob | commitdiff | raw | diff to current |
2005-01-06 |
Robert Roebling | Second try to commit compilo fix for sizer.cpp |
blob | commitdiff | raw | diff to current |
2005-01-06 |
Włodzimierz Skiba | Build fix for NOPCH. |
blob | commitdiff | raw | diff to current |
2005-01-03 |
Włodzimierz Skiba | Incomplete (PalmOS) setup compatibility. |
blob | commitdiff | raw | diff to current |
2005-01-01 |
Robert Roebling | Allow to set the various buttons explicitly (and |
blob | commitdiff | raw | diff to current |
2004-12-31 |
Robert Roebling | Applied modified form of the StdButtonSize patch. |
blob | commitdiff | raw | diff to current |
2004-11-23 |
Włodzimierz Skiba | wxBookCtrl->wxBookCtrlBase. wxBookCtrl is now most... |
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-10-15 |
Włodzimierz Skiba | Parts of wxSizer::Show() extracted into wxSizer::GetIte... |
blob | commitdiff | raw | diff to current |
2004-10-11 |
Włodzimierz Skiba | Warning fixes found under hardest mode of OpenWatcom... |
blob | commitdiff | raw | diff to current |
2004-09-22 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F... |
blob | commitdiff | raw | diff to current |
2004-09-18 |
Vadim Zeitlin | added wxSizerItem::Init() |
blob | commitdiff | raw | diff to current |
2004-09-17 |
Vadim Zeitlin | made all Add/Insert/Prepend methods inline |
blob | commitdiff | raw | diff to current |
2004-09-17 |
Vadim Zeitlin | forward all wxSizer::Add/Prepend/Insert() to a virtual... |
blob | commitdiff | raw | diff to current |
2004-09-13 |
Włodzimierz Skiba | Recursive wxSizer::Show for subsizer and return value... |
blob | commitdiff | raw | diff to current |
2004-07-25 |
Dimitri Schoolwerth | added shortcut functions AddSpacer and AddStretchSpacer... |
blob | commitdiff | raw | diff to current |
2004-07-21 |
Robin Dunn | Fixed incorrect ratio initialization |
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-06-24 |
Robin Dunn | * Implemented BestSize cache |
blob | commitdiff | raw | diff to current |
2004-06-24 |
Václav Slavík | deprecated wxBookCtrlSizer and wxNotebookSizer, they... |
blob | commitdiff | raw | diff to current |
2004-06-08 |
Robin Dunn | Only call GetBestSize if one or both of the minsize... |
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-13 |
Robin Dunn | Take the hgap and vgap into account when doing alignmen... |
blob | commitdiff | raw | diff to current |
2004-04-22 |
Robin Dunn | Instead of using GetAdjustedBestSize use the minsize... |
blob | commitdiff | raw | diff to current |
2004-04-17 |
Robin Dunn | Set m_window to NULL after destroying it |
blob | commitdiff | raw | diff to current |
2004-04-15 |
Vadim Zeitlin | show/hide static box when the wxStaticBoxSizer is shown... |
blob | commitdiff | raw | diff to current |
2004-04-14 |
Robin Dunn | Added wxSizerItem::SetMinSize that calls m_window-... |
blob | commitdiff | raw | diff to current |
2004-04-07 |
Robin Dunn | Changed name to wxFIXED_MINSIZE since that is more... |
blob | commitdiff | raw | diff to current |
2004-04-07 |
Robin Dunn | Added wxFIXED_SIZE. |
blob | commitdiff | raw | diff to current |
2004-03-29 |
Vadim Zeitlin | made wxADJUST_MINSIZE default |
blob | commitdiff | raw | diff to current |
2004-03-27 |
Stefan Csomor | merge of new wxMac code |
blob | commitdiff | raw | diff to current |
2004-02-14 |
Dimitri Schoolwerth | Simplified OS X Panther detection code. |
blob | commitdiff | raw | diff to current |
2004-01-20 |
Stefan Csomor | system includes instead of user |
blob | commitdiff | raw | diff to current |
2003-12-12 |
Dimitri Schoolwerth | Corrected size of staticbox borders when running OS... |
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 |
2003-09-19 |
Robin Dunn | Prevent possible divide by zero problem |
blob | commitdiff | raw | diff to current |
2003-09-11 |
Julian Smart | Applied patch [ 800183 ] wxFlexGridSizer::RemoveGrowabl... |
blob | commitdiff | raw | diff to current |
2003-08-31 |
Vadim Zeitlin | fix redistribution of the extra space between sizer... |
blob | commitdiff | raw | diff to current |
2003-08-31 |
Vadim Zeitlin | undid the last change |
blob | commitdiff | raw | diff to current |
2003-08-30 |
Vadim Zeitlin | use SetClientSize(), not SetSize() in Fit() |
blob | commitdiff | raw | diff to current |
2003-08-22 |
Robin Dunn | wxNotebookSizer ctor was missing |
blob | commitdiff | raw | diff to current |
2003-08-21 |
Vadim Zeitlin | added wxBookCtrlSizer; derive wxNotebookSizer from it |
blob | commitdiff | raw | diff to current |
2003-08-19 |
Julian Smart | Warning fixes from ABX |
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-12 |
Vadim Zeitlin | set the containing sizer to NULL when destroying the... |
blob | commitdiff | raw | diff to current |
2003-07-12 |
Mattia Barbon | Fix some leaks cause by removing list.DeleteContents... |
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-06-22 |
Vadim Zeitlin | support Show() in wxFlexGridSizer (patch 737850) |
blob | commitdiff | raw | diff to current |
2003-04-06 |
David Elliott | Use the wxStaticBox::GetBordersForSizer method to get... |
blob | commitdiff | raw | diff to current |
2003-03-21 |
Julian Smart | Copyright correction |
blob | commitdiff | raw | diff to current |
2003-02-27 |
Vadim Zeitlin | added proportion parameter to wxFlexGridSizer::AddGrowa... |
blob | commitdiff | raw | diff to current |
2003-02-02 |
Julian Smart | Applied patch [ 675376 ] Improves wxStaticBoxSizer |
blob | commitdiff | raw | diff to current |
2003-01-27 |
Ron Lee | Fixed bug in FlexGridSizer mods that prevented them... |
blob | commitdiff | raw | diff to current |
2003-01-26 |
Vadim Zeitlin | added support for non flexible (in one direction only... |
blob | commitdiff | raw | diff to current |
2003-01-25 |
Vadim Zeitlin | restored int (instea of size_t) in Remove() and Detach... |
blob | commitdiff | raw | diff to current |
2003-01-20 |
David Webster | TRUE not true, FALSE not false |
blob | commitdiff | raw | diff to current |
2003-01-13 |
Ron Lee | Improved const correctness. |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Ron Lee | Deprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac... |
blob | commitdiff | raw | diff to current |
2002-12-30 |
Ron Lee | Ok, so we don't need the extra bool at all, we can... |
blob | commitdiff | raw | diff to current |
2002-12-30 |
Ron Lee | Add wxSizer::Detach so we can detach child sizers witho... |
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-08-29 |
Vadim Zeitlin | don't crash in wx(Flex)GridSizer with division by 0... |
blob | commitdiff | raw | diff to current |
2002-07-09 |
Robert Roebling | Oops. |
blob | commitdiff | raw | diff to current |
2002-07-08 |
Robert Roebling | This memory corruption caused me three and |
blob | commitdiff | raw | diff to current |
2002-06-13 |
Vadim Zeitlin | fixes to the sizers behaviour necessary to make the... |
blob | commitdiff | raw | diff to current |
2002-05-03 |
Gilles Depeyrot | corrected warnings when compiling with -Wall -W |
blob | commitdiff | raw | diff to current |
2002-04-19 |
Ron Lee | Added knowledge of virtual size to wx(Scrolled)Windows... |
blob | commitdiff | raw | diff to current |
2002-04-11 |
Julian Smart | Sorry, that SetClientSize change was wrong, since sizer... |
blob | commitdiff | raw | diff to current |
2002-04-11 |
Julian Smart | wxSizer::Fit calls SetClientSize, not SetSize. This... |
blob | commitdiff | raw | diff to current |
next |