wxWidgets/src
Vadim Zeitlin 29686ebc00 Fix UI in generic wxListCtrl when pressing cursor arrows while editing.
Pressing Up/Down keys while editing an item changed the selection but left the
in-place editing control on the previously selected item which was just wrong.
Ignore these keys to avoid it.

Notice that there is an underlying bug somewhere in wxGTK because we shouldn't
be getting these events in the first place while the in-place editing text
control has focus but it doesn't seem easy to fix so work around it here.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-01-10 23:11:39 +00:00
..
aui restore call to GetTabSize removed in r69880, it is needed to set x_extent 2011-12-25 00:57:27 +00:00
cocoa Replaced Ok() occurrences with IsOk() throughout trunk. 2011-05-03 16:29:04 +00:00
common Use wxAbort() instead of abort() to fix Windows CE build. 2012-01-10 17:01:17 +00:00
dfb Replaced Ok() occurrences with IsOk() throughout trunk. 2011-05-03 16:29:04 +00:00
expat Fixed various typos. 2011-03-22 14:17:38 +00:00
generic Fix UI in generic wxListCtrl when pressing cursor arrows while editing. 2012-01-10 23:11:39 +00:00
gtk move render params out of wxDataViewCustomRenderer 2012-01-09 06:31:07 +00:00
gtk1 correcting typo in previous commit 2011-09-28 09:46:02 +00:00
html Recognize background-color style in wxHtmlWindow. 2011-12-27 01:21:29 +00:00
jpeg removing old codewarrior files 2011-05-03 18:24:15 +00:00
mgl Replaced Ok() occurrences with IsOk() throughout trunk. 2011-05-03 16:29:04 +00:00
motif Replaced Ok() occurrences with IsOk() throughout trunk. 2011-05-03 16:29:04 +00:00
msdos No changes, synchronised source names that appear commented at the top of files with the actual path to the files. 2011-03-20 00:14:35 +00:00
msw Fixed clicking on MSW slider not changing value with small ranges. 2012-01-10 17:09:11 +00:00
os2 Change wxSound ctor from in-memory data to use size_t/void *. 2011-09-21 15:08:02 +00:00
osx Fix menu creation in wxOSX/Carbon when using wx in a plugin. 2012-01-08 14:52:59 +00:00
palmos Added wxCriticalSection::TryEnter() method. 2011-12-01 14:22:15 +00:00
png Only use __declspec(restrict) with VC8+ in libpng. 2011-12-01 14:22:20 +00:00
propgrid Ensure that wxPropertyGrid::m_tlp is initialized early enough. 2011-12-15 00:22:48 +00:00
regex removing old codewarrior files 2011-05-03 18:24:15 +00:00
ribbon Enhance wxRibbonToolBar functionality to wxRibbonButtonBar level. 2012-01-08 14:52:56 +00:00
richtext Use wxT(), not _T(), in wxRichText code. 2012-01-09 18:48:36 +00:00
stc Ignore WXK_NONE events in wxStyledTextCtrl. 2011-11-28 13:34:16 +00:00
tiff Set svn properties on various files throughout the repository (skipped docs/ ). 2011-03-18 15:10:15 +00:00
univ Use wxT() instead of _T() in XTI code. 2012-01-09 18:48:39 +00:00
unix Handle OpenBSD in wxDialUpManager code. 2011-12-02 12:04:42 +00:00
x11 Compilation fix for wxUniv/X11 with wxUSE_STL==1. 2011-12-27 01:21:50 +00:00
xml Add check to prevent creation of element wxXmlNodes with content data. 2011-07-16 10:04:48 +00:00
xrc Compilation fix for wxUSE_UNICODE=0 build after wxUSE_STL=1 fix. 2011-11-10 11:58:04 +00:00
zlib removing old codewarrior files 2011-05-03 18:24:15 +00:00
cwcopysetup.bat
cwdcopysetup.bat
wxJpeg.icc
wxPng.icc
wxTiff.icc
wxWin.icc
Wxwindll.icc
wxXpm.icc
wxZlib.icc