wxWidgets/include/wx/osx
Vadim Zeitlin 3b28ca6503 Get rid of wxMenu::m_startRadioGroup in wxOSX.
This code was probably copied from wxUniv but was wrong as we can't rely on
the items being always inserted in order. This commit on its own fixes
removing the first radio group menu item but it also makes possible to
properly implement the insertion of new items in the middle of an existing
radio group which couldn't be done with m_startRadioGroup approach at all.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74544 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2013-07-16 14:10:26 +00:00
..
carbon Fix lots of warnings reported by Clang. 2013-07-10 16:41:34 +00:00
cocoa Move HAVE_WCSXXX from wx/osx/config_xcode.h to wx/osx/chkconf.h. 2013-07-15 16:42:10 +00:00
core Forbid creation of wxStandardPaths object directly. 2013-07-06 23:14:21 +00:00
iphone using common GetContentScaleFactor throughout part 1 2013-06-19 20:28:01 +00:00
private indicating the memory ownership of our c-method for the clang analyzer 2012-06-13 18:43:37 +00:00
accel.h 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
anybutton.h Refactor wxButton and wxToggleButton to derive from wxAnyButton. 2011-06-14 13:00:42 +00:00
app.h support for custom app controllers, override OSXCreateAppController in wxApp subclass 2012-11-23 19:02:01 +00:00
bitmap.h support for @2x notation for wxBITMAP_TYPE_PNG (non-resource) on retina displays 2013-07-14 11:16:32 +00:00
bmpbuttn.h 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
brush.h
button.h No changes, just rename OSXSetAcceleratorFromLabel(). 2012-11-04 23:50:28 +00:00
checkbox.h 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
checklst.h Fix file paths in the header comments. 2010-07-13 13:29:58 +00:00
chkconf.h Implement wxStackWalker for wxOSX. 2012-05-20 20:29:22 +00:00
choice.h Invalidate best size of wxOSX wxChoice after its number of items changes. 2012-11-01 17:15:25 +00:00
clipbrd.h 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
colordlg.h Move wxColourData and wxFontData into separate files. 2011-01-07 05:26:57 +00:00
colour.h
combobox.h cocoa needs a special implementation for read-only combo box 2013-06-12 05:45:35 +00:00
config_xcode.h Move HAVE_WCSXXX from wx/osx/config_xcode.h to wx/osx/chkconf.h. 2013-07-15 16:42:10 +00:00
control.h 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
cursor.h
dataform.h 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
dataobj2.h 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
dataobj.h native hook for supported datatypes 2012-07-01 15:46:26 +00:00
dataview.h Fix crash on destruction of wxDataViewCtrl in wxOSX. 2012-05-20 20:29:09 +00:00
datectrl.h Provide native implementation of wx{Date,Time}PickerCtrl for wxOSX/Cocoa. 2011-12-20 21:27:14 +00:00
datetimectrl.h Provide native implementation of wx{Date,Time}PickerCtrl for wxOSX/Cocoa. 2011-12-20 21:27:14 +00:00
dc.h 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
dcclient.h 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
dcmemory.h 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
dcprint.h Fix file paths in the header comments. 2010-07-13 13:29:58 +00:00
dcscreen.h 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
dialog.h 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
dirdlg.h Add default ctors and Create() to wxDirDialog and wxFileDialog in wxOSX. 2013-07-10 21:12:07 +00:00
dnd.h Fix file paths in the header comments. 2010-07-13 13:29:58 +00:00
dvrenderer.h Add the possibility to disable invisible wxDataViewCtrl items. 2010-12-19 15:02:56 +00:00
dvrenderers.h Fix wxDataViewChoiceRenderer behaviour in wxOSX/Cocoa. 2012-07-02 14:36:56 +00:00
evtloop.h Add "OSX" prefix to wxCFEventLoop::DoRun() and DoStop() methods. 2013-07-03 00:24:34 +00:00
evtloopsrc.h Use CFSocket instead of CFFileDescriptor in wxCFEventLoopSource. 2013-07-03 00:29:05 +00:00
filedlg.h Add default ctors and Create() to wxDirDialog and wxFileDialog in wxOSX. 2013-07-10 21:12:07 +00:00
font.h Add wxFontInfo class to allow using named parameters for wxFont creation. 2013-04-30 10:27:38 +00:00
fontdlg.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
frame.h Added MacInternalOnSize() to allow windows to resize themselves independently of size events 2012-03-01 15:04:42 +00:00
gauge.h 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
glcanvas.h Fix file paths in the header comments. 2010-07-13 13:29:58 +00:00
helpxxxx.h 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
icon.h 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
imaglist.h 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
joystick.h Do not put semicolons after the definition of an inline function. 2011-12-29 14:42:13 +00:00
listbox.h wxOSX/Carbon compilation fix after wxListBoxBase changes. 2010-10-28 10:27:32 +00:00
listctrl.h Add wxListCtrl::EnableAlternateRowColours() and SetAlternateRowColour(). 2012-12-22 02:33:23 +00:00
mdi.h Fix file paths in the header comments. 2010-07-13 13:29:58 +00:00
menu.h Get rid of wxMenu::m_startRadioGroup in wxOSX. 2013-07-16 14:10:26 +00:00
menuitem.h Get rid of wxMenu::m_startRadioGroup in wxOSX. 2013-07-16 14:10:26 +00:00
metafile.h no 10.4 support anymore 2012-02-27 15:37:24 +00:00
mimetype.h
minifram.h 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
msgdlg.h Add support for wxHELP button to wxMessageDialog. 2011-08-04 22:53:42 +00:00
nonownedwnd.h using common GetContentScaleFactor throughout part 1 2013-06-19 20:28:01 +00:00
notebook.h No changes, just use symbolic NO_IMAGE constant instead of -1 or wxNOT_FOUND. 2011-08-21 14:08:49 +00:00
palette.h Fix file paths in the header comments. 2010-07-13 13:29:58 +00:00
pen.h
pnghand.h Do not put semicolons after the definition of an inline function. 2011-12-29 14:42:13 +00:00
pngread.h Do not put semicolons after the definition of an inline function. 2011-12-29 14:42:13 +00:00
popupwin.h using ordinary Show for popup windows as on MSW which activates it as well, I'll rewire ShowWithoutActivating for the other use case, fixes #15008 2013-06-03 13:21:10 +00:00
printdlg.h Use wxPageSetupDialogData instead of old wxPageSetupData everywhere. 2012-02-20 21:55:55 +00:00
printmac.h 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
private.h Fix preprocessor definitions for wxBase build under OS X. 2010-11-09 23:53:42 +00:00
radiobox.h Work around a multiple inheritance ambiguity 2011-10-26 05:39:18 +00:00
radiobut.h 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
region.h
scrolbar.h 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
setup0.h Add wxUSE_PREFERENCES_EDITOR and the corresponding configure option. 2013-07-15 15:14:59 +00:00
slider.h 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
sound.h Change wxSound ctor from in-memory data to use size_t/void *. 2011-09-21 15:08:02 +00:00
spinbutt.h 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
srchctrl.h Fix file paths in the header comments. 2010-07-13 13:29:58 +00:00
statbmp.h
statbox.h Do not put semicolons after the definition of an inline function. 2011-12-29 14:42:13 +00:00
statline.h 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
stattext.h 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
statusbr.h Fix file paths in the header comments. 2010-07-13 13:29:58 +00:00
taskbarosx.h Make wxTaskBarIcon's ctor have the same API on all platforms even though setting the icon type can only be done on wxOSX-cocoa 2012-04-20 05:41:54 +00:00
textctrl.h Revert all wxNOEXCEPT-related changes. 2012-11-20 12:49:03 +00:00
textentry.h supporting max len event 2013-06-12 22:04:38 +00:00
tglbtn.h Use wxAnyButton's DoGetBestSize for toggle buttons 2011-06-16 00:43:22 +00:00
timectrl.h Provide native implementation of wx{Date,Time}PickerCtrl for wxOSX/Cocoa. 2011-12-20 21:27:14 +00:00
toolbar.h Make wxToolBar styles consistent and add wxTB_DEFAULT_STYLE. 2013-03-31 01:12:27 +00:00
tooltip.h Fix file paths in the header comments. 2010-07-13 13:29:58 +00:00
toplevel.h adding SetLabel -> SetTitle redirects, solves missing title updates using wxDocument/wxView 2012-08-11 13:16:56 +00:00
treectrl.h Provide shorter synonyms for wxEVT_XXX constants. 2013-04-25 10:11:03 +00:00
uma.h
webview_webkit.h Rename all WEB_VIEW* style identifiers to WEBVIEW*. 2013-02-01 09:38:53 +00:00
webviewhistoryitem_webkit.h Move include/wx/osx/private/objcid.h to include/wx/osx/core. 2012-05-26 12:29:39 +00:00
window.h using common GetContentScaleFactor throughout part 1 2013-06-19 20:28:01 +00:00