Remove obsolete VisualAge-related files.
[wxWidgets.git] / src / gtk1 / scrolwin.cpp
2013-08-27  Vadim ZeitlinMake wxWindow::HasScrollbar() respect wxScrolled::ShowS...
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2008-12-24  Vadim Zeitlinfurther untangle generic and native GTK implementations...
2006-01-23  Mart RaudseppRemove GTK2 stuff from src/gtk1. Rename wx/gtk includes...
2005-10-10  Vadim Zeitlinrefactored wxGTK scrolling: it has now fully-functionin...
2005-09-26  Vadim Zeitlinfixed variable shadowing icc warnings
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-03-21  Vadim ZeitlinGTK+ callbacks must have C linkage (patch 1157384)
2005-03-17  Vadim Zeitlindon't set virtual size of the window to (0, 0) if scrol...
2005-03-17  Julian SmartProvided GetBestVirtualSize and DoGetBestSize implement...
2005-03-08  Robert Roebling Override OnSize in the scrollsub sample to disable
2005-02-12  Robert Roebling Reapplied patch to change the two scrolled window...
2005-02-12  Robert Roebling Revert patch again, as the scrollbars are now always...
2005-02-11  Robert Roebling Correct rounding up vs. rounding down error in GTK+
2004-12-13  Robert Roebling Correctd orientation of sash handle.
2004-11-03  Robert Roebling Applied patch to reorder includes. Not the most
2004-07-20  Vadim Zeitlinadded DoPrepareDC()
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-02-20  Robert Roebling Scrolling pages works not under GTK2.
2003-10-02  Robin DunnAdded a const to be consistent with the generic class
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-03-25  Julian SmartUse virtual functions to help splittree work
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-01-27  Ron LeeFixed bug in FlexGridSizer mods that prevented them...
2003-01-07  Ron LeeDeprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-05  Robert Roebling Miserable hack around problem when shrinking
2002-07-07  Ron LeeUpdate Layout more correctly in DoSetVirtualSize.
2002-05-20  Robert Roebling Sometimes, deleting code can be a real gain. This
2002-05-13  Julian SmartEliminated a couple of warnings
2002-04-19  Ron LeeAdded knowledge of virtual size to wx(Scrolled)Windows...
2002-04-14  Robert Roebling Fixed (minor) problems reported by Ron in
2002-04-13  Julian SmartFixed GetVirtualSize for wxGTK's wxScrolledWindow
2002-03-17  Václav Slavíkadded Calc(Un)ScrolledPosition taking wxPoint
2002-03-15  Robin DunnGive wxScrolledWindow its own Layout method that takes...
2002-03-12  Vadim Zeitlinchanges to make wxGTK compile with GTK+ 2.0: now it...
2002-01-30  Robert Roebling Added wxRegion::Offset(x,y)
2002-01-30  Robert Roebling Added various calls to wxWindow::Update() to
2001-12-01  Julian SmartAttempted to fix splittree problem by not pushing event...
2001-08-21  Robert Roebling Fixed focus event problems with control derived
2001-08-05  Robert Roebling Patch that should prevent problem with interference
2001-07-26  Robert Roebling Fixed problem with missing refresh in wxScrolledWindow::
2001-07-09  Vadim Zeitlinscrolling with kbd generates scroll events too
2001-07-03  Vadim Zeitlintons of fixes for wxGTK/Univ - seems to work, more...
2001-07-01  Václav Slavík(hopefully) fixed wxGTK wxScrolledWindow::GetClientSize bug
2001-05-01  Robert Roebling Some minor clean-ups to the wxScrolledWindow code.
2001-05-01  Robert Roebling wxScrolledWindow next take, the Gizmo controls
2001-05-01  Robert Roebling wxScrolledWindow now emits wxScrollWinEvents. Something
2001-04-29  Robert Roebling Native wxScrolledWindow finishing touches.
2001-04-29  Robert Roebling wxScrolledWindow is now a native widget under GTK.