2010-11-13 |
Vadim Zeitlin | Initialize scrollbar positions in wxGTK correctly. |
blob | commitdiff | raw |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-03-03 |
Julian Smart | Don't crash if no scrollbar |
blob | commitdiff | raw | diff to current |
2009-03-02 |
Vadim Zeitlin | fix warning about possibly uninitialized variable in... |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Paul Cornett | do only what is necessary in SetScrollbars(), let the... |
blob | commitdiff | raw | diff to current |
2009-02-04 |
Robert Roebling | Use gtk_range_set_value() to set scrollbar and do that... |
blob | commitdiff | raw | diff to current |
2009-02-04 |
Paul Cornett | revert last commit, it re-introduces the first problem |
blob | commitdiff | raw | diff to current |
2009-02-04 |
Paul Cornett | fix bug introduced in last commit, contents not scrolli... |
blob | commitdiff | raw | diff to current |
2009-01-17 |
Robert Roebling | Fix scrolled window bug when reducing the virtual size... |
blob | commitdiff | raw | diff to current |
2008-12-24 |
Vadim Zeitlin | further untangle generic and native GTK implementations... |
blob | commitdiff | raw | diff to current |
2008-12-24 |
Vadim Zeitlin | add wxScrollHelper::ShowScrollbars() (implemented for... |
blob | commitdiff | raw | diff to current |
2008-12-24 |
Vadim Zeitlin | add convenient GetViewStart() and Scroll() overloads... |
blob | commitdiff | raw | diff to current |
2008-09-26 |
Vadim Zeitlin | eliminate the hysteresis when scrollbars didn't disappe... |
blob | commitdiff | raw | diff to current |
2008-01-10 |
Paul Cornett | compute scrollbar widths in a more standard way, get... |
blob | commitdiff | raw | diff to current |
2007-03-31 |
Paul Cornett | don't clamp scroll position before updating GtkRange, |
blob | commitdiff | raw | diff to current |
2006-12-04 |
Vadim Zeitlin | ensure that scroll position is always in scrolling... |
blob | commitdiff | raw | diff to current |
2006-09-19 |
Robert Roebling | Fix scrolling bug where client size was reported... |
blob | commitdiff | raw | diff to current |
2006-09-13 |
Paul Cornett | minimize code duplication |
blob | commitdiff | raw | diff to current |
2006-09-13 |
Robert Roebling | Make wxGTK's wxScrolledWindow set m_x/xScrollLines... |
blob | commitdiff | raw | diff to current |
2006-09-09 |
Paul Cornett | keep AdjustScrollbars from causing an infinite series... |
blob | commitdiff | raw | diff to current |
2006-06-04 |
Paul Cornett | avoid gtk assert on negative window size |
blob | commitdiff | raw | diff to current |
2006-05-17 |
Paul Cornett | scrollbar handling simplification |
blob | commitdiff | raw | diff to current |
2006-05-06 |
Paul Cornett | don't include scrollbar area in client size |
blob | commitdiff | raw | diff to current |
2006-04-18 |
Robert Roebling | Fix code when making scrollwindow bigger so that |
blob | commitdiff | raw | diff to current |
2006-04-16 |
Vadim Zeitlin | set up scrollbars correctly when we don't need them... |
blob | commitdiff | raw | diff to current |
2006-01-22 |
Mart Raudsepp | Use g_signal* instead of deprecated gtk_signal*. Use... |
blob | commitdiff | raw | diff to current |
2005-10-10 |
Vadim Zeitlin | refactored wxGTK scrolling: it has now fully-functionin... |
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 | first round of Intel compiler warning fixes: down from... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-03-21 |
Vadim Zeitlin | GTK+ callbacks must have C linkage (patch 1157384) |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Vadim Zeitlin | don't set virtual size of the window to (0, 0) if scrol... |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Julian Smart | Provided GetBestVirtualSize and DoGetBestSize implement... |
blob | commitdiff | raw | diff to current |
2005-03-08 |
Robert Roebling | Override OnSize in the scrollsub sample to disable |
blob | commitdiff | raw | diff to current |
2005-02-12 |
Robert Roebling | Reapplied patch to change the two scrolled window... |
blob | commitdiff | raw | diff to current |
2005-02-12 |
Robert Roebling | Revert patch again, as the scrollbars are now always... |
blob | commitdiff | raw | diff to current |
2005-02-11 |
Robert Roebling | Correct rounding up vs. rounding down error in GTK+ |
blob | commitdiff | raw | diff to current |
2004-12-13 |
Robert Roebling | Correctd orientation of sash handle. |
blob | commitdiff | raw | diff to current |
2004-11-03 |
Robert Roebling | Applied patch to reorder includes. Not the most |
blob | commitdiff | raw | diff to current |
2004-07-20 |
Vadim Zeitlin | added DoPrepareDC() |
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-02-20 |
Robert Roebling | Scrolling pages works not under GTK2. |
blob | commitdiff | raw | diff to current |
2003-10-02 |
Robin Dunn | Added a const to be consistent with the generic class |
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-03-25 |
Julian Smart | Use virtual functions to help splittree work |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Removed erroneous copyright names and corrected licence... |
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-07 |
Ron Lee | Deprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac... |
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-05 |
Robert Roebling | Miserable hack around problem when shrinking |
blob | commitdiff | raw | diff to current |
2002-07-07 |
Ron Lee | Update Layout more correctly in DoSetVirtualSize. |
blob | commitdiff | raw | diff to current |
2002-05-20 |
Robert Roebling | Sometimes, deleting code can be a real gain. This |
blob | commitdiff | raw | diff to current |
2002-05-13 |
Julian Smart | Eliminated a couple of warnings |
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-14 |
Robert Roebling | Fixed (minor) problems reported by Ron in |
blob | commitdiff | raw | diff to current |
2002-04-13 |
Julian Smart | Fixed GetVirtualSize for wxGTK's wxScrolledWindow |
blob | commitdiff | raw | diff to current |
2002-03-17 |
Václav Slavík | added Calc(Un)ScrolledPosition taking wxPoint |
blob | commitdiff | raw | diff to current |
2002-03-15 |
Robin Dunn | Give wxScrolledWindow its own Layout method that takes... |
blob | commitdiff | raw | diff to current |
2002-03-12 |
Vadim Zeitlin | changes to make wxGTK compile with GTK+ 2.0: now it... |
blob | commitdiff | raw | diff to current |
2002-01-30 |
Robert Roebling | Added wxRegion::Offset(x,y) |
blob | commitdiff | raw | diff to current |
2002-01-30 |
Robert Roebling | Added various calls to wxWindow::Update() to |
blob | commitdiff | raw | diff to current |
2001-12-01 |
Julian Smart | Attempted to fix splittree problem by not pushing event... |
blob | commitdiff | raw | diff to current |
2001-08-21 |
Robert Roebling | Fixed focus event problems with control derived |
blob | commitdiff | raw | diff to current |
2001-08-05 |
Robert Roebling | Patch that should prevent problem with interference |
blob | commitdiff | raw | diff to current |
2001-07-26 |
Robert Roebling | Fixed problem with missing refresh in wxScrolledWindow:: |
blob | commitdiff | raw | diff to current |
2001-07-09 |
Vadim Zeitlin | scrolling with kbd generates scroll events too |
blob | commitdiff | raw | diff to current |
2001-07-03 |
Vadim Zeitlin | tons of fixes for wxGTK/Univ - seems to work, more... |
blob | commitdiff | raw | diff to current |
2001-07-01 |
Václav Slavík | (hopefully) fixed wxGTK wxScrolledWindow::GetClientSize bug |
blob | commitdiff | raw | diff to current |
2001-05-01 |
Robert Roebling | Some minor clean-ups to the wxScrolledWindow code. |
blob | commitdiff | raw | diff to current |
2001-05-01 |
Robert Roebling | wxScrolledWindow next take, the Gizmo controls |
blob | commitdiff | raw | diff to current |
2001-05-01 |
Robert Roebling | wxScrolledWindow now emits wxScrollWinEvents. Something |
blob | commitdiff | raw | diff to current |
2001-04-29 |
Robert Roebling | Native wxScrolledWindow finishing touches. |
blob | commitdiff | raw | diff to current |
2001-04-29 |
Robert Roebling | wxScrolledWindow is now a native widget under GTK. |
blob | commitdiff | raw | diff to current |
|