wxWidgets/src
Václav Slavík 6b8b3ee379 Only use NSCriticalAlertStyle for serious questions
Don't use NSCriticalAlertStyle for wxICON_WARNING unconditionally, this
was a violation of the OS X guidelines. According to the hig HIG,
NSCriticalAlertStyle (aka caution icon) is only appropriate in rare
cases and only if the user is performing a task that might result in the
inadvertent and unexpected destruction of data.

It therefore doesn't make sense to use it for information warnings, but
only for _questions_, and so NSCriticalAlertStyle is only used if a
combination of wxICON_WARNING with either wxYES_NO or wxCANCEL is used.
2015-03-07 16:15:51 +01:00
..
aui No code changes, fix some typos. 2015-02-15 17:11:44 +00:00
common Fix TZ handling in wxDateTime::ParseRfc822Date(). 2015-02-26 00:52:37 +01:00
dfb Send idle events from inside wxYield() in all ports, including wxMSW. 2014-12-05 22:17:23 +00:00
expat Remove .cvsignore files from expat sources. 2014-12-07 13:47:04 +00:00
generic Avoid refreshing not currently visible items in generic wxListCtrl. 2015-03-02 14:36:13 +01:00
gtk Correct wxLogSysError() calls after chdir() failure in wxGTK. 2015-02-16 13:00:16 +00:00
gtk1 Send idle events from inside wxYield() in all ports, including wxMSW. 2014-12-05 22:17:23 +00:00
html Minor changes in wxChmTools: add const, remove semicolons. 2015-02-04 16:17:20 +00:00
jpeg Remove wxPM, wxWidgets port to OS/2. 2014-05-15 23:56:58 +00:00
motif Fix using wrong variable in wxMotif DoSetSizeIntr(). 2014-07-11 13:38:06 +00:00
msdos Remove (Open)Watcom support. 2014-05-16 13:01:06 +00:00
msw Fix using RegisterHotKey() with negative IDs in wxMSW. 2015-02-25 19:41:58 +01:00
osx Only use NSCriticalAlertStyle for serious questions 2015-03-07 16:15:51 +01:00
png Merge libpng 1.6.2 into the trunk. 2013-07-07 17:44:15 +00:00
propgrid Avoid consecutive calls of wxVariant::GetType() in the multiple-branch conditional statements. 2015-02-28 16:37:07 +01:00
qt remove wxMISSING_IMPLEMENTATION because wxQtDCImpl::DoBlit is implemented 2015-01-19 03:05:09 +00:00
regex Remove MSVC6 support. 2014-05-15 22:32:17 +00:00
ribbon Fix handling of fast clicks in wxRibbonBar under MSW. 2014-12-25 01:31:48 +00:00
richtext Fix harmless warning about implicit double to char conversion. 2015-03-01 02:05:28 +01:00
stc Correction on commit #78110 as suggested by VZ 2014-11-11 07:59:21 +00:00
tiff Remove support for Digital Mars compiler. 2014-05-16 13:01:23 +00:00
univ Use logical operations instead of bit-wise ones for booleans. 2015-01-19 12:18:47 +00:00
unix Avoid warnings about not checking read() result in wxJoystick code. 2015-02-12 21:56:36 +00:00
x11 Fix spelling of occur* in random files. 2015-02-21 20:01:23 +02:00
xml remove executable property from non-executable files, closes #15504 2013-09-16 15:47:27 +00:00
xrc Fix memory leak introduced in r78179: wxMenuItemBase::SetAccel does not take ownership of the passed pointer nor keeps it for later use. 2015-01-20 15:00:28 +00:00
zlib Remove MSVC6 support. 2014-05-15 22:32:17 +00:00