projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Also account for EOL chars correctly in wxStyledTextCtrl::GetLineLength().
[wxWidgets.git]
/
include
/
wx
/
scrolwin.h
2012-11-27
Stefan Csomor
workaround, see #14856
blob
|
commitdiff
|
raw
2012-11-10
Vadim Zeitlin
Simplify wxEVT_PAINT handling in wxScrollHelperBase.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-04
Vadim Zeitlin
Add support for wxALWAYS_SHOW_SB style to wxScrolled<>.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-13
Vadim Zeitlin
Fix file paths in the header comments.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-11
Vadim Zeitlin
Allow user code to override key events in generic wxLis...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-22
Vadim Zeitlin
Suppress VC6 warnings about non-DLL-exported class...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-23
Vadim Zeitlin
Remove DLL export declaration from wxScrolled.
blob
|
commitdiff
|
raw
|
diff to current
2009-02-08
Vadim Zeitlin
add wx-prefixed and semicolon-requiring versions of...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-25
Vadim Zeitlin
make Scroll() itself virtual too as existing code might...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-25
Vadim Zeitlin
deprecate OnScroll() which existed for compatibility...
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
provide generic implementation for ShowScrollbars(...
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-10-18
Vadim Zeitlin
remove assert from GetSizeAvailableForScrollTarget
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-09-14
Vadim Zeitlin
move the grid-specific workaround for scrollbar hystere...
blob
|
commitdiff
|
raw
|
diff to current
2008-08-02
Vadim Zeitlin
VC6 compilation warning fix for non-defined template...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-02
Vadim Zeitlin
wxMac compilation fix: must explicitly qualify non...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-01
Václav Slavík
compilation fix for wxMSW and r52961
blob
|
commitdiff
|
raw
|
diff to current
2008-04-01
Václav Slavík
Generalized wxScrolledWindow into wxScrolled<T> that...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-26
Francesco Montorsi
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-21
Václav Slavík
fixed wxScrolledWindow best size calculation: compute...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-19
Václav Slavík
when a window inside scrolled window receives focus...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-23
Vadim Zeitlin
use correct WXDLLIMPEXP_FWD_XXX (patch from Tim Stahlhut)
blob
|
commitdiff
|
raw
|
diff to current
2007-07-09
Václav Slavík
added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
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-12
Robert Roebling
Add const to GetTargetSize()
blob
|
commitdiff
|
raw
|
diff to current
2006-05-02
Paul Cornett
correct access specifier for virtuals
blob
|
commitdiff
|
raw
|
diff to current
2006-02-08
Vadim Zeitlin
make access specifiers for the virtual functions match...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-23
Mart Raudsepp
Include gtk1 headers for non-gtk2. I don't really like...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-11
Vadim Zeitlin
compilation fix for !USE_PCH: added missing wx/panel...
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-10-09
Mattia Barbon
Removed WXWIN_COMPATIBILITY_2_2 together with code...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-05
Włodzimierz Skiba
Fix the warning about code sensitive to packing (VisualC).
blob
|
commitdiff
|
raw
|
diff to current
2005-01-07
Włodzimierz Skiba
Old API clearly deprecated.
blob
|
commitdiff
|
raw
|
diff to current
2004-09-29
Julian Smart
Applied patch [ 1036833 ] Hiding declaration of wxScrol...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-22
Włodzimierz Skiba
Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F...
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-01-15
Julian Smart
Reverted patch [ 832096 ] Final separation for GUI...
blob
|
commitdiff
|
raw
|
diff to current
2004-01-11
Julian Smart
Applied patch [ 832096 ] Final separation for GUI and...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-27
David Elliott
Changed all symbols with the name "id" to "winid" to...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-22
Vadim Zeitlin
undisable many warnings for VC++ in defs.h and fixed...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-08
Vadim Zeitlin
renamed wxScrollHelper::GetRect() to GetScrollRect...
blob
|
commitdiff
|
raw
|
diff to current
2003-01-02
Vadim Zeitlin
use DECLARE_NO_COPY_CLASS() where applicable (patch...
blob
|
commitdiff
|
raw
|
diff to current
2002-06-18
Vadim Zeitlin
added ViewStart() as synonym for GetViewStart() in...
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-03-17
Václav Slavík
added Calc(Un)ScrolledPosition taking wxPoint
blob
|
commitdiff
|
raw
|
diff to current
2001-12-02
Vadim Zeitlin
fixed event processing for the target window
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-11-23
Vadim Zeitlin
added comment for OnScroll
blob
|
commitdiff
|
raw
|
diff to current
2001-11-23
Julian Smart
Fixed Plot compilation, aliased OnScroll to HandleOnScroll
blob
|
commitdiff
|
raw
|
diff to current
2001-08-13
Vadim Zeitlin
implemented (untested) work around for wxScrolledWindow...
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-06-27
Vadim Zeitlin
MSW compilation fixes - widgets sample runs!
blob
|
commitdiff
|
raw
|
diff to current
2001-06-26
Vadim Zeitlin
first pass of wxUniv merge - nothing works, most parts...
blob
|
commitdiff
|
raw
|
diff to current
2001-05-01
Julian Smart
Added #define for apps to detect new situation
blob
|
commitdiff
|
raw
|
diff to current
2001-04-30
Julian Smart
Changed generic wxScrolledWindow -> wxGenericScrolledWindow
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
1998-08-15
Julian Smart
Changes mostly as a result of __WXSTUBS__ compilation...
blob
|
commitdiff
|
raw
|
diff to current
1998-05-20
Karsten Ballüder
Initial revision
blob
|
commitdiff
|
raw
|
diff to current