2011-09-11 |
Vadim Zeitlin | Still resize wxSplitterWindow children even when sash... |
blob | commitdiff | raw |
2011-09-10 |
Steve Lamerton | Merge in from trunk r68684 - r69046 |
blob | commitdiff | raw | diff to current |
2011-08-24 |
Vadim Zeitlin | Try harder to set the requester splitter position in... |
blob | commitdiff | raw | diff to current |
2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
blob | commitdiff | raw | diff to current |
2011-07-24 |
Vadim Zeitlin | Replace wxControlContainer-related macros with wxNaviga... |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Dimitri Schoolwerth | Fixed various typos. |
blob | commitdiff | raw | diff to current |
2010-11-22 |
Vadim Zeitlin | Deprecate not working wxSplitterWindow::SetSashSize(). |
blob | commitdiff | raw | diff to current |
2010-11-22 |
Vadim Zeitlin | Don't forbid creating wxSplitterWindow with border... |
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-04-20 |
Stefan Csomor | if we have wxBG_STYLE_PAINT, we must clear the backgrou... |
blob | commitdiff | raw | diff to current |
2009-08-05 |
Vadim Zeitlin | wxSplitterWindow mouse capture improvements and cleanup. |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-03-07 |
Vadim Zeitlin | don't add the sash size to the best size if the window... |
blob | commitdiff | raw | diff to current |
2009-03-05 |
Julian Smart | Prevent splitter sash being set below minimum size... |
blob | commitdiff | raw | diff to current |
2009-02-07 |
Vadim Zeitlin | require semicolon after wxDECLARE/DEFINE_EVENT() (close... |
blob | commitdiff | raw | diff to current |
2009-01-25 |
Vadim Zeitlin | skip mouse events we're not interested in (e.g. mouse... |
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 |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
blob | commitdiff | raw | diff to current |
2009-01-07 |
Julian Smart | Always use live sash update on Mac since it can't paint... |
blob | commitdiff | raw | diff to current |
2008-11-16 |
Paul Cornett | cleanup: unreachable code, unused variables, indentatio... |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Paul Cornett | fix a huge number of build errors |
blob | commitdiff | raw | diff to current |
2007-11-20 |
Stefan Csomor | mac cleanup |
blob | commitdiff | raw | diff to current |
2007-03-25 |
Vadim Zeitlin | don't use wxControlContainer if wxHAS_NATIVE_TAB_TRAVER... |
blob | commitdiff | raw | diff to current |
2006-10-31 |
Robin Dunn | GetBestFittingSize --> GetEffectiveMinSize |
blob | commitdiff | raw | diff to current |
2006-10-30 |
Robert Roebling | Removed GetAdjustedBestSize(). |
blob | commitdiff | raw | diff to current |
2006-09-09 |
Paul Cornett | don't set negative window size |
blob | commitdiff | raw | diff to current |
2006-07-25 |
Vadim Zeitlin | move default button handling code from wxControlContain... |
blob | commitdiff | raw | diff to current |
2006-07-06 |
Vadim Zeitlin | gcc -Wundef warning fix |
blob | commitdiff | raw | diff to current |
2006-05-20 |
Paul Cornett | remove unneeded include of mac/private.h |
blob | commitdiff | raw | diff to current |
2005-12-27 |
Vadim Zeitlin | compilation fix after latest dc.h changes for !WX_PRECO... |
blob | commitdiff | raw | diff to current |
2005-09-26 |
Vadim Zeitlin | fixed variable shadowing icc warnings |
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-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-08-05 |
Vadim Zeitlin | don't allow negative splitter position |
blob | commitdiff | raw | diff to current |
2005-06-21 |
Julian Smart | Applied [ 1223134 ] [wxMSW] Proper repainting when... |
blob | commitdiff | raw | diff to current |
2005-03-29 |
Julian Smart | Allow Initialize(NULL) |
blob | commitdiff | raw | diff to current |
2005-03-27 |
Vadim Zeitlin | send wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED only once... |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Julian Smart | Provided GetBestVirtualSize and DoGetBestSize implement... |
blob | commitdiff | raw | diff to current |
2005-03-02 |
Julian Smart | Must use GetAdjustedBestSize for getting child window... |
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-10 |
Włodzimierz Skiba | Use default constructors for wxSize/Point/Rect. |
blob | commitdiff | raw | diff to current |
2005-02-09 |
Vadim Zeitlin | don't use wxBG_STYLE_CUSTOM for GTK1, it breaks backgro... |
blob | commitdiff | raw | diff to current |
2005-01-18 |
Włodzimierz Skiba | MinGW warning fix. |
blob | commitdiff | raw | diff to current |
2005-01-13 |
Robin Dunn | Ensure that the windows are shown when Initialize is... |
blob | commitdiff | raw | diff to current |
2005-01-13 |
Robin Dunn | Ensure that the windows are shown when splitting |
blob | commitdiff | raw | diff to current |
2004-12-16 |
Vadim Zeitlin | added GetBestSize() implementation |
blob | commitdiff | raw | diff to current |
2004-12-12 |
Vadim Zeitlin | gravity for splitter window (patch 1046105) |
blob | commitdiff | raw | diff to current |
2004-11-15 |
Vadim Zeitlin | set bg style to custom as we overwrite it anyhow |
blob | commitdiff | raw | diff to current |
2004-09-16 |
Robin Dunn | A change similar to that in Bug #837902 to correct... |
blob | commitdiff | raw | diff to current |
2004-08-07 |
Stefan Csomor | we have to include the mac/private header in order... |
blob | commitdiff | raw | diff to current |
2004-08-05 |
Włodzimierz Skiba | Fixed wrong condition. |
blob | commitdiff | raw | diff to current |
2004-08-04 |
Stefan Csomor | we have to force live updates under OSX as there is... |
blob | commitdiff | raw | diff to current |
2004-06-26 |
Václav Slavík | fixed sash dragging after programatically trying to... |
blob | commitdiff | raw | diff to current |
2004-06-17 |
Włodzimierz Skiba | Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi... |
blob | commitdiff | raw | diff to current |
2004-06-17 |
Julian Smart | Allow wxSplitterWindow::Initialize(NULL) in case we... |
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-03-25 |
Julian Smart | Added UpdateSize to wxSplitterWindow, to allow an app |
blob | commitdiff | raw | diff to current |
2004-03-04 |
Robin Dunn | Delay checking for the requested sash position until... |
blob | commitdiff | raw | diff to current |
2003-10-16 |
Vadim Zeitlin | warning fixes for BCC and OW (heavily modified patch... |
blob | commitdiff | raw | diff to current |
2003-09-24 |
Vadim Zeitlin | made wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_... |
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-08-01 |
Julian Smart | Only draw borders if wxSP_3DBORDER specified, as before |
blob | commitdiff | raw | diff to current |
2003-08-01 |
Vadim Zeitlin | 1. added flags to splitter drawing functions and replaced |
blob | commitdiff | raw | diff to current |
2003-07-27 |
Vadim Zeitlin | added orient parameter to DrawSplitterSash instead... |
blob | commitdiff | raw | diff to current |
2003-07-21 |
Vadim Zeitlin | virtualized splitter drawing; removed/deprecated some... |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Julian Smart | OnIdle -> OnInternalIdle |
blob | commitdiff | raw | diff to current |
2003-06-21 |
Robert Roebling | Small fix for splitter window. |
blob | commitdiff | raw | diff to current |
2003-06-01 |
Julian Smart | Applied patch [ 743471 ] wxSplitter::Unsplit fix |
blob | commitdiff | raw | diff to current |
2003-05-23 |
Julian Smart | Applied patch [ 738821 ] Allow more features to be... |
blob | commitdiff | raw | diff to current |
2003-05-06 |
Robert Roebling | Splitter clean up. |
blob | commitdiff | raw | diff to current |
2003-04-05 |
Julian Smart | APplied patch [ 705301 ] Don't send event for wxSplitte... |
blob | commitdiff | raw | diff to current |
2003-03-29 |
Stefan Csomor | cursor event support for mac activated |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Fixed copyrights and licence spelling |
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-07 |
Stefan Csomor | yet another code for wxMac properly resetting the cursor |
blob | commitdiff | raw | diff to current |
2002-09-07 |
Stefan Csomor | added code for wxMac properly resetting the cursor |
blob | commitdiff | raw | diff to current |
2002-08-19 |
Stefan Csomor | wxMac needs same cursor setup for cursor as GTK and MSW |
blob | commitdiff | raw | diff to current |
2002-08-14 |
Vadim Zeitlin | small fix to reduce flicker slightly while dragging... |
blob | commitdiff | raw | diff to current |
2002-05-28 |
Vadim Zeitlin | added asserts to ensure that the splitter windows have... |
blob | commitdiff | raw | diff to current |
2002-05-14 |
Vadim Zeitlin | don't send SPLITTER_POS_CHANGED events when the splitte... |
blob | commitdiff | raw | diff to current |
2002-02-22 |
Vadim Zeitlin | fixed dead update splitters |
blob | commitdiff | raw | diff to current |
2002-02-22 |
Vadim Zeitlin | fixes to handling of 0 and negative splitter position... |
blob | commitdiff | raw | diff to current |
2002-02-16 |
Vadim Zeitlin | various splitter fixes: |
blob | commitdiff | raw | diff to current |
2002-02-16 |
Václav Slavík | more fixes to wxSplitterWindow's initial sash position |
blob | commitdiff | raw | diff to current |
2002-02-15 |
Julian Smart | #ifdefs for wxMotif which doesn't have a wxTopLevelWind... |
blob | commitdiff | raw | diff to current |
2002-02-15 |
Vadim Zeitlin | dirty fix for the initial splitter position waiting... |
blob | commitdiff | raw | diff to current |
2002-02-14 |
Vadim Zeitlin | fixes to sash adjusting code to avoid setting it to... |
blob | commitdiff | raw | diff to current |
2002-02-11 |
Václav Slavík | wxSplitterWindow now: |
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-12-07 |
Robert Roebling | Made Aqua style internal in wxSplitterWindow. |
blob | commitdiff | raw | diff to current |
2001-12-06 |
Robert Roebling | Added wxSP_SASH_AQUA style |
blob | commitdiff | raw | diff to current |
2001-12-04 |
Robert Roebling | Aqua splitter sashes. |
blob | commitdiff | raw | diff to current |
2001-08-06 |
Vadim Zeitlin | changed wxControlContainer to avoid triggering tons... |
blob | commitdiff | raw | diff to current |
2001-08-06 |
Vadim Zeitlin | 1. slightly changed how wxControlContainer is used |
blob | commitdiff | raw | diff to current |
2001-04-27 |
Robin Dunn | Made wxSplitterWindow conform to the docs with respect... |
blob | commitdiff | raw | diff to current |
2001-01-31 |
Vadim Zeitlin | 1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE... |
blob | commitdiff | raw | diff to current |
2000-09-28 |
Vadim Zeitlin | added event.Skip() to OnIdle() handler |
blob | commitdiff | raw | diff to current |
2000-09-01 |
Julian Smart | Added to wxSystemSettings for better GTK+ themes compat... |
blob | commitdiff | raw | diff to current |
next |