Fix pasting large amounts of text in wxGTK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 15 May 2012 10:04:11 +0000 (10:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 15 May 2012 10:04:11 +0000 (10:04 +0000)
commit5e4bbd0f45e8f4c742658837d288dab81566996a
tree570e1f0ebd907fc124ab555258fd10817ceb6db2
parent4d769703f6e9707fb8ee0d2a3c6f69966c0d690b
Fix pasting large amounts of text in wxGTK.

We need to process GDK_PROPERTY_NOTIFY events when yielding for
wxEVT_CATEGORY_CLIPBOARD, otherwise we never receive large selections.

As GDK_PROPERTY_NOTIFY can be also used for non-clipboard stuff, exceptionally
assign 2 categories to it and process it in either case.

Closes #14284.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
src/gtk/evtloop.cpp