wxWidgets/samples
Vadim Zeitlin 209dc298e2 Don't send events for disabled ribbon bar buttons.
Hover and activation events were sent even for the disabled buttons which was
unexpected and inconsistent with wxRibbonToolBar, so don't do it.

Closes #14709.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-09-28 23:49:20 +00:00
..
access Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
animate Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
artprov Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
aui Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
calendar Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
caret Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
clipboard Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
collpane Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
combo Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
config Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
console Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
controls Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
dataview Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
debugrpt Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
dialogs Implement wxNotificationMessage using libnotify in wxGTK. 2012-07-27 15:36:54 +00:00
dialup Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
display Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
dll Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
dnd Use text/uri-list instead of x-moz-url in wxGTK wxURLDataObject. 2012-07-20 11:55:00 +00:00
docview Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
dragimag Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
drawing Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
erase Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
event Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
except Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
exec Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
flash Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
font Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
fswatcher Properly use RemoveTree() in fswatcher sample. 2012-07-13 11:22:10 +00:00
grid Remove unnecessary statement from the grid sample. 2012-08-03 15:36:21 +00:00
help Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
htlbox Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
html Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
image Add wxBITMAP_PNG() macro similar to wxBITMAP() but for PNG images. 2012-09-13 17:15:25 +00:00
internat Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
ipc Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
joytest Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
keyboard Add an option to use wxTextCtrl as input window in keyboard sample. 2012-07-31 11:09:00 +00:00
layout Make wxWrapSizer demo in the layout sample more dynamic. 2012-09-22 16:16:30 +00:00
listctrl Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
mdi Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
mediaplayer Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
memcheck Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
menu Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
mfc Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
minimal Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
nativdlg Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
notebook Added wxSimplebook class: a wxBookCtrl without controller. 2012-08-30 20:21:54 +00:00
oleauto Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
opengl Enable GL_CULL_FACE in OpenGL samples. 2012-09-08 15:46:27 +00:00
ownerdrw Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
popup Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
power Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
printing Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
propgrid Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
regtest Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
render Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
ribbon Don't send events for disabled ribbon bar buttons. 2012-09-28 23:49:20 +00:00
richtext Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
sashtest Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
scroll Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
shaped Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
sockets Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
sound Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
splash Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
splitter Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
statbar Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
stc Reserve the whole style byte for styles. See #14688 2012-09-25 23:53:40 +00:00
svg Fix text origin and bounding box computations in wxSVGFileDC. 2012-09-15 23:19:35 +00:00
taborder Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
taskbar Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
text Forbid setting hints for multi-line text controls. 2012-07-10 23:52:10 +00:00
thread Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
toolbar Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
treectrl Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
treelist Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
typetest Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
uiaction Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
validate Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
vscroll Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
webview Add generic wxFileSystem support to wxWebView using wxWebViewFSHandler. 2012-09-11 09:26:58 +00:00
widgets Add a test of wxFilePickerCtrl::GetValue() to the widgets sample. 2012-09-09 13:35:34 +00:00
wizard Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
wrapsizer Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
xrc Add "inherit" to <font> XRC tag. 2012-09-28 23:48:34 +00:00
xti Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
Info.plist Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
makefile.bcc Rebake trunk after wxWebView merge and add missing project files for the wxWebView library. 2011-09-11 10:12:19 +00:00
makefile.gcc Rebake trunk after wxWebView merge and add missing project files for the wxWebView library. 2011-09-11 10:12:19 +00:00
Makefile.in use hand-written samples/Makefile.in 2003-08-07 13:10:04 +00:00
makefile.vc Rebake trunk after wxWebView merge and add missing project files for the wxWebView library. 2011-09-11 10:12:19 +00:00
makefile.wat Rebake trunk after wxWebView merge and add missing project files for the wxWebView library. 2011-09-11 10:12:19 +00:00
sample_os2.ico Remove unnecessary mondrian.{ico,xpm} files from samples directory. 2010-06-20 17:42:33 +00:00
sample.ico added common (for all samples) .ico/.r/.rc files 2003-08-06 12:27:23 +00:00
sample.r making proper resource-fork apps 2007-05-05 17:22:09 +00:00
sample.rc added wxUSE_NO_MANIFEST=0 for easier testing 2003-08-14 14:08:53 +00:00
sample.rc4 Remove unnecessary mondrian.{ico,xpm} files from samples directory. 2010-06-20 17:42:33 +00:00
sample.rcO Remove unnecessary mondrian.{ico,xpm} files from samples directory. 2010-06-20 17:42:33 +00:00
sample.xpm made all XPM const to avoid warnings from mingw32 4.0 and adopt the code accordingly (patch 1872384) 2008-01-16 01:39:44 +00:00
samples.bkl Rename web library to webview. 2011-08-19 10:45:16 +00:00
samples.dsw Add missing samples to samples.dsw. 2010-05-27 17:07:30 +00:00