projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Disable handling of wxEVT_MOUSEWHEEL in wxVarScrollHelperEvtHandler in wxGTK.
[wxWidgets.git]
/
src
/
common
/
containr.cpp
2013-07-26
Vadim Zeitlin
Remove all lines containing cvs/svn "$Id$" keyword.
blob
|
commitdiff
|
raw
2013-07-23
Vadim Zeitlin
Compilation fix for PCH-less build after r74586.
blob
|
commitdiff
|
raw
|
diff to current
2013-07-23
Vadim Zeitlin
Fix tab navigation bug with static boxes without enable...
blob
|
commitdiff
|
raw
|
diff to current
2013-07-23
Vadim Zeitlin
No real changes, just refactor wxControlContainer code...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-13
Stefan Csomor
make methods available to all ports
blob
|
commitdiff
|
raw
|
diff to current
2012-11-25
Vadim Zeitlin
Fix TAB navigation in wxGTK broken by r72663.
blob
|
commitdiff
|
raw
|
diff to current
2012-10-13
Vadim Zeitlin
Allow using windows that can't be focused with wxNaviga...
blob
|
commitdiff
|
raw
|
diff to current
2012-05-25
Vadim Zeitlin
Don't send a huge number of unneeded wxChildFocusEvents.
blob
|
commitdiff
|
raw
|
diff to current
2012-04-18
Vadim Zeitlin
Don't set focus to hidden window in wxSetFocusToChild().
blob
|
commitdiff
|
raw
|
diff to current
2011-08-10
Steve Lamerton
Merge in from trunk r64802 - r68625
blob
|
commitdiff
|
raw
|
diff to current
2011-08-03
Vadim Zeitlin
Fix bug with TAB being able to switch focus between...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-03
Vadim Zeitlin
No real changes, just rename a variable.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-25
Steve Lamerton
Merge in from trunk r67662 to r64801
blob
|
commitdiff
|
raw
|
diff to current
2011-07-21
Vadim Zeitlin
Never restore focus to hidden child.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-13
Vadim Zeitlin
Globally use "wxWindows licence" consistently.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-23
Vadim Zeitlin
Globally replace _T() with wxT().
blob
|
commitdiff
|
raw
|
diff to current
2009-01-19
Vadim Zeitlin
don't use annoying and unneeded in C++ casts of NULL...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-02
Vadim Zeitlin
replace wx_{const,static,reinterpret}_cast with their...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-24
Vadim Zeitlin
revert r51647 change as it broke the code overriding...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-11
Vadim Zeitlin
use CanAcceptFocus() instead of CanAcceptFocusFromKeybo...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-11
Vadim Zeitlin
no changes, just do the case of m_winLastFocused to...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-11
Vadim Zeitlin
don't use parent window of a TLW in HandleOnNavigationK...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-13
Vadim Zeitlin
don't allow TAB-bing away to other TLWs
blob
|
commitdiff
|
raw
|
diff to current
2007-08-18
Julian Smart
A number of focus handling improvements:
blob
|
commitdiff
|
raw
|
diff to current
2007-07-21
Vadim Zeitlin
fixes for building wxMSW with --disbale-all-features
blob
|
commitdiff
|
raw
|
diff to current
2007-06-28
Vadim Zeitlin
CanAcceptFocus() now returns true if either the window...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-13
Václav Slavík
make wxFrame a wxControlContainer too, so that it behav...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-13
Václav Slavík
don't propagate wxChildFocusEvent outside of wxTLWs
blob
|
commitdiff
|
raw
|
diff to current
2007-04-05
Vadim Zeitlin
make wxControlContainer accept focus depending on wheth...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-25
Vadim Zeitlin
don't use wxControlContainer if wxHAS_NATIVE_TAB_TRAVER...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-21
Vadim Zeitlin
fix infinite recursion when processing navigation keys...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-09
Robin Dunn
Simplify use of MacIsWindowScrollbar
blob
|
commitdiff
|
raw
|
diff to current
2006-09-09
Robin Dunn
Don't let the built-in scrollbars confuse things when...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-10
Vadim Zeitlin
move the logic for changing notebook pages using the...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-25
Vadim Zeitlin
move default button handling code from wxControlContain...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-21
Włodzimierz Skiba
Include wx/containr.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-05
Włodzimierz Skiba
Include wx/radiobut.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-30
Włodzimierz Skiba
Include wx/scrolbar.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-23
Vadim Zeitlin
don't compare invalid iterators/node pointers
blob
|
commitdiff
|
raw
|
diff to current
2006-03-21
Vadim Zeitlin
better fix for infinite loop in HandleOnNavigationKey...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-21
Vadim Zeitlin
fix an infinite loop in HandleOnNavigationKey() when...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-23
Julian Smart
Applied patch [ 1310416 ] [wxMSW] Fix radio button...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-25
Vadim Zeitlin
fixed warnings about pointer to integer cast
blob
|
commitdiff
|
raw
|
diff to current
2005-09-23
Mart Raudsepp
Nuke #pragma implementation/interface's
blob
|
commitdiff
|
raw
|
diff to current
2005-02-20
Vadim Zeitlin
compilation fix after last patch
blob
|
commitdiff
|
raw
|
diff to current
2005-02-19
Vadim Zeitlin
fix (with unknown but apparently beneficial effects...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-22
Włodzimierz Skiba
Final MSW/PalmOS split. Remove dump copies of MSW speci...
blob
|
commitdiff
|
raw
|
diff to current
2004-12-20
Włodzimierz Skiba
Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK...
blob
|
commitdiff
|
raw
|
diff to current
2004-10-19
Julian Smart
Committed William Osborne's wxPalmOS port
blob
|
commitdiff
|
raw
|
diff to current
2004-09-27
Vadim Zeitlin
fix crash after radio button fix
blob
|
commitdiff
|
raw
|
diff to current
2004-09-22
Robert Roebling
Make radiobutton tab behaviour the same on MSW
blob
|
commitdiff
|
raw
|
diff to current
2004-09-09
Włodzimierz Skiba
Source cleaning: TRUE/true, FALSE/false, whitespaces...
blob
|
commitdiff
|
raw
|
diff to current
2004-07-23
Václav Slavík
reverted JS' rev. 1.27 - the real fix was 1.28, disabli...
blob
|
commitdiff
|
raw
|
diff to current
2004-05-28
Julian Smart
Reset m_inSetFocus for other exit point in this function:
blob
|
commitdiff
|
raw
|
diff to current
2004-05-28
Julian Smart
Make the focus recursion test only for Mac since it...
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-04-19
Julian Smart
Don't infinitely recurse when setting the child focus...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-30
Vadim Zeitlin
use wxEvent::ShouldPropagate() instead of its own propg...
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-07-10
Mattia Barbon
STL-ification patch for wxMSW and wxGTK.
blob
|
commitdiff
|
raw
|
diff to current
2003-06-08
Stefan Csomor
corrected include for Apple's Dev Tools
blob
|
commitdiff
|
raw
|
diff to current
2003-06-07
Stefan Csomor
Accepts Focus was incorrectly returning FALSE for a...
blob
|
commitdiff
|
raw
|
diff to current
2003-05-31
Vadim Zeitlin
clicking on a panel without children should give it...
blob
|
commitdiff
|
raw
|
diff to current
2003-04-11
Vadim Zeitlin
containers don't always accept focus (patch 718913)
blob
|
commitdiff
|
raw
|
diff to current
2003-03-17
Julian Smart
Fixed copyrights and licence spelling
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-16
Vadim Zeitlin
fixed more printf() warnings
blob
|
commitdiff
|
raw
|
diff to current
2002-05-25
Vadim Zeitlin
fixes to better remember the last focused child; also...
blob
|
commitdiff
|
raw
|
diff to current
2002-05-11
Vadim Zeitlin
changed the handling of the default buttons to be more...
blob
|
commitdiff
|
raw
|
diff to current
2002-04-21
Vadim Zeitlin
use SetFocusFromKbd() instead of SetFocus()
blob
|
commitdiff
|
raw
|
diff to current
2002-04-20
Vadim Zeitlin
fixed initial focus handling in the dialog and made...
blob
|
commitdiff
|
raw
|
diff to current
2002-03-08
Ron Lee
Added SetLogBuffer method.
blob
|
commitdiff
|
raw
|
diff to current
2002-03-08
Ron Lee
Moved assert to before the segfault.
blob
|
commitdiff
|
raw
|
diff to current
2001-11-28
Vadim Zeitlin
fixed (at least some of) the focus asserts
blob
|
commitdiff
|
raw
|
diff to current
2001-11-28
Vadim Zeitlin
fixed stupid bug in tab traversal code which totally...
blob
|
commitdiff
|
raw
|
diff to current
2001-11-25
Vadim Zeitlin
fix for focus handling in case when the panel itself...
blob
|
commitdiff
|
raw
|
diff to current
2001-08-06
Vadim Zeitlin
fixed infinite recursion in SetFocus()
blob
|
commitdiff
|
raw
|
diff to current
2001-08-06
Vadim Zeitlin
bug in SetLastFocus corrected
blob
|
commitdiff
|
raw
|
diff to current
2001-08-06
Vadim Zeitlin
compilation fixes
blob
|
commitdiff
|
raw
|
diff to current
2001-08-06
Vadim Zeitlin
moved knd handling logic from wxPanel to wxControlConta...
blob
|
commitdiff
|
raw
|
diff to current