The rounded corners look really dumb at this size.
[wxWidgets.git] / src / generic / sashwin.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-06-01  Vadim ZeitlinUse wxDynamicCast() instead of IsKindOf() checks.
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2008-03-17  Paul Cornettfix a huge number of build errors
2008-01-16  Julian SmartCorrection for cursor setting when moving out of a...
2006-06-15  Włodzimierz SkibaInclude wx/math.h according to precompiled headers...
2006-05-09  Włodzimierz SkibaInclude wx/dcscreen.h according to precompiled headers...
2006-05-06  Włodzimierz SkibaInclude wx/dcclient.h according to precompiled headers...
2006-02-12  Michael WetherellWarning fixes for VC5 (Igor Korot)
2005-12-29  David Surovellfix MinGW/gcc compilation issue
2005-09-26  Vadim Zeitlinfixed variable shadowing icc warnings
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2004-12-14  Włodzimierz Skibawx/math.h integration
2004-10-11  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-07-20  Włodzimierz SkibawxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord.
2004-06-17  Włodzimierz SkibaCode cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-03-28  Vadim Zeitlinremoved Win16 code (patch 905241), last version with...
2003-10-18  Vadim Zeitlinreplaced all occurences of wxColourDatabase::FindColour...
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-03-29  Stefan Csomorcursor event support for mac activated
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-07-05  Vadim Zeitlinremoved/replaced include 'wx/wx.h'
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-02-06  Julian SmartFixed sashwin events
2000-09-01  Julian SmartAdded to wxSystemSettings for better GTK+ themes compat...
2000-08-25  Julian SmartAdded some casts in hopes of fixing HP compilation...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-20  Julian SmartFixed wrong cursor problem in wxGTK
2000-03-16  Vadim Zeitlin1. fixed memory leak in GAddress
2000-03-14  Julian SmartFixed crash-on-exit bug due to status bar being deleted...
2000-02-17  Julian SmartReverted change to DrawLine so it doesn't draw the...
2000-02-16  Julian SmartDrawLine normalized; wxStaticBitmap fixed for Dialog...
2000-02-08  Julian SmartVC++ project file updates; minor sashwindow/splitterwin...
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-13  Václav Slavíknow survives compilation even if wxUSE_SASH == 0
1999-11-02  Vadim Zeitlinanother compilation fix
1999-10-25  Julian SmartCosmetic changes in setup0.h; Latex edits; PaletteSize...
1999-07-14  Vadim Zeitlin1. new wxFFile class - as wxFile but uses fopen/fread...
1999-07-11  Vadim Zeitlin1. wxFrame doesn't show incorrect hints in the status...
1999-06-01  Vadim Zeitlinnew makefiles (part I)
1999-05-25  Robert Roebling windows emit wxCreateWindowEvent
1999-03-05  Robert Roebling Two optical corrections
1999-03-01  Julian SmartCured some Motif bugs
1999-02-27  Vadim Zeitlincursor problem in sash windows corrected
1999-01-30  Julian SmartMade wxLayoutAlgorithm more general (copes with nested...
1999-01-29  Julian SmartDoc mods, sash window bug
1999-01-10  Julian SmartAdded some makefiles, cured some wxMotif bugs
1999-01-01  Julian SmartLots of wxMotif fixes
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-12-02  Mart Raudsepprange with m_minimumPaneSize and m_maximumPaneSize
1998-09-12  Julian SmartAdded variant.h/cpp; changed variable names in object...
1998-09-07  Julian SmartAdded wxSashWindow, wxSashLayoutWindow, wxLayoutAlgorit...