update position for widgets in native containers, fixes #15231
[wxWidgets.git] / src / gtk / scrolwin.cpp
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-01  Paul CornettDon't cause scroll events for position changes from...
2011-03-28  Paul Cornettavoid deprecated functions and direct struct access
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2010-11-13  Vadim ZeitlinInitialize scrollbar positions in wxGTK correctly.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-03  Julian SmartDon't crash if no scrollbar
2009-03-02  Vadim Zeitlinfix warning about possibly uninitialized variable in...
2009-02-08  Paul Cornettdo only what is necessary in SetScrollbars(), let the...
2009-02-04  Robert RoeblingUse gtk_range_set_value() to set scrollbar and do that...
2009-02-04  Paul Cornettrevert last commit, it re-introduces the first problem
2009-02-04  Paul Cornettfix bug introduced in last commit, contents not scrolli...
2009-01-17  Robert RoeblingFix scrolled window bug when reducing the virtual size...
2008-12-24  Vadim Zeitlinfurther untangle generic and native GTK implementations...
2008-12-24  Vadim Zeitlinadd wxScrollHelper::ShowScrollbars() (implemented for...
2008-12-24  Vadim Zeitlinadd convenient GetViewStart() and Scroll() overloads...
2008-09-26  Vadim Zeitlineliminate the hysteresis when scrollbars didn't disappe...
2008-01-10  Paul Cornettcompute scrollbar widths in a more standard way, get...
2007-03-31  Paul Cornettdon't clamp scroll position before updating GtkRange,
2006-12-04  Vadim Zeitlinensure that scroll position is always in scrolling...
2006-09-19  Robert Roebling Fix scrolling bug where client size was reported...
2006-09-13  Paul Cornettminimize code duplication
2006-09-13  Robert Roebling Make wxGTK's wxScrolledWindow set m_x/xScrollLines...
2006-09-09  Paul Cornettkeep AdjustScrollbars from causing an infinite series...
2006-06-04  Paul Cornettavoid gtk assert on negative window size
2006-05-17  Paul Cornettscrollbar handling simplification
2006-05-06  Paul Cornettdon't include scrollbar area in client size
2006-04-18  Robert Roebling Fix code when making scrollwindow bigger so that
2006-04-16  Vadim Zeitlinset up scrollbars correctly when we don't need them...
2006-01-22  Mart RaudseppUse g_signal* instead of deprecated gtk_signal*. Use...
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.