projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
header files are not executable
[wxWidgets.git]
/
src
/
gtk
/
scrolwin.cpp
2008-01-10
Paul Cornett
compute scrollbar widths in a more standard way, get...
blob
|
commitdiff
|
raw
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