projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h...
[wxWidgets.git]
/
src
/
generic
/
scrlwing.cpp
2005-10-10
Vadim Zeitlin
refactored wxGTK scrolling: it has now fully-functionin...
blob
|
commitdiff
|
raw
2005-10-09
Mattia Barbon
Removed WXWIN_COMPATIBILITY_2_2 together with code...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-23
Mart Raudsepp
Nuke #pragma implementation/interface's
blob
|
commitdiff
|
raw
|
diff to current
2005-04-29
Julian Smart
AdjustScrollbars can go into an infinite loop, so bail...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-31
Stefan Csomor
content clipping becomes a runtime attribute
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-17
Julian Smart
Small fixes for compiling Cygwin (with --disable-sockets)
blob
|
commitdiff
|
raw
|
diff to current
2005-03-09
Robert Roebling
Compilo.
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-13
Robert Roebling
Comment out line that set the VirtualSizeHints()...
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-12
Robert Roebling
ALso correct scrollbar calc to not clip division...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-18
Kevin Hock
Use event modifiers and accessors rather than m_ variab...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-07
Włodzimierz Skiba
Old API clearly deprecated.
blob
|
commitdiff
|
raw
|
diff to current
2004-08-09
Robin Dunn
All wxScrolledWindows shoudl have wxHSCROLL|wxVSCROLL...
blob
|
commitdiff
|
raw
|
diff to current
2004-07-30
Włodzimierz Skiba
Warning cleaning.
blob
|
commitdiff
|
raw
|
diff to current
2004-06-17
Włodzimierz Skiba
Code cleaning: wxID_ANY, wxDefaultSize, wxDefaultPositi...
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-25
Julian Smart
Applied patch [ 903619 ] Win64 and Itanium support
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-09-23
Julian Smart
Fixed bug [ 754596 ] wxUSE_CONSTRAINTS 0 breaks AutoLay...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-30
Stefan Csomor
removing all updates specially for mac
blob
|
commitdiff
|
raw
|
diff to current
2003-08-17
Václav Slavík
removed WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
blob
|
commitdiff
|
raw
|
diff to current
2003-08-14
Vadim Zeitlin
fixed extraneous scrolling when scrollbars are added...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-13
Vadim Zeitlin
continue setting scrollbars even if only width/height...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-11
Julian Smart
More fixes for !wxUSE_TIMER, !wxUSE_IMAGE
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-08-05
Stefan Csomor
xti extensions
blob
|
commitdiff
|
raw
|
diff to current
2003-07-11
Julian Smart
More WinCE mods
blob
|
commitdiff
|
raw
|
diff to current
2003-07-09
Vadim Zeitlin
wxScrolledWindow scrollbar update fix (patch 680427...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-08
Vadim Zeitlin
renamed wxScrollHelper::GetRect() to GetScrollRect...
blob
|
commitdiff
|
raw
|
diff to current
2003-05-12
Vadim Zeitlin
reworked vertical scrolling code to correspond better...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-17
Julian Smart
Fixed copyrights and licence spelling
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-12
Mattia Barbon
Remove use of deprecated KeyCode accessor.
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-12-27
Julian Smart
Improved SetScrollbars fix using client size and max...
blob
|
commitdiff
|
raw
|
diff to current
2002-12-23
Julian Smart
Don't pass zero width or height to SetVirtualSize or...
blob
|
commitdiff
|
raw
|
diff to current
2002-12-10
Julian Smart
Applied patch [ 651649 ] Scrollbar not updated without...
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-07-19
Robin Dunn
Moved the check for page scrolling with the wheel into...
blob
|
commitdiff
|
raw
|
diff to current
2002-07-19
Robin Dunn
Fix for mousewheel events when it is set to page mode...
blob
|
commitdiff
|
raw
|
diff to current
2002-06-07
Vadim Zeitlin
fixed wxScrolledWindow::SetScrollbars() which was broke...
blob
|
commitdiff
|
raw
|
diff to current
2002-04-22
Julian Smart
Fixed wxMotif compilo
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-10
Julian Smart
wxScrolledWindow::GetVirtualSize now returns client...
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-16
Vadim Zeitlin
restore Robin's code (reverted previous commit)
blob
|
commitdiff
|
raw
|
diff to current
2002-03-15
Julian Smart
Added sizer.h
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-02-06
Vadim Zeitlin
got rid of wxWindow::m_lDlgCode - now wxWANTS_CHARS...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-25
Vadim Zeitlin
replaced DeleteEvtHandler with a call to RemoveEventHandler
blob
|
commitdiff
|
raw
|
diff to current
2001-12-24
Vadim Zeitlin
fixed memory leak when SetTargetWindow() was called...
blob
|
commitdiff
|
raw
|
diff to current
2001-12-02
Vadim Zeitlin
more fixes to target window scrolling
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-10-06
Vadim Zeitlin
fixed the bug with the order of 2 size events when...
blob
|
commitdiff
|
raw
|
diff to current
2001-09-18
Vadim Zeitlin
fix for event processing in wxScrollHelper
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-30
Robin Dunn
Applied patch #445873
blob
|
commitdiff
|
raw
|
diff to current
2001-07-27
Julian Smart
Added fix to send scroll messages from mouse wheel...
blob
|
commitdiff
|
raw
|
diff to current
2001-07-17
Vadim Zeitlin
blind fix for wxScrolledWindow problem
blob
|
commitdiff
|
raw
|
diff to current
2001-07-14
Robert Roebling
Corrected wxScrolledWindow's OnSize behaviour.
blob
|
commitdiff
|
raw
|
diff to current
2001-07-10
Vadim Zeitlin
fixed scrollbar refresh
blob
|
commitdiff
|
raw
|
diff to current
2001-07-09
Julian Smart
Various wxMotif fixes
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-03
Vadim Zeitlin
renamed scrolwin file - no other way to make wxGTK...
blob
|
commitdiff
|
raw
|
diff to current