wxWidgets/include/wx/osx
Vadim Zeitlin 24f54e45dc Add wxNOEXCEPT to all wxTextCtrl dtors.
Fix compilation with some compilers after r72978 which added wxNOEXCEPT to
wxTextCtrlBase dtor and wxTextCtrl dtor in wxMSW but not in all the other
ports.

See #14826.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72984 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-11-19 11:53:49 +00:00
..
carbon Add wxDataViewCtrl::GetCurrentColumn(). 2012-01-17 14:05:07 +00:00
cocoa support for freeze and thaw under cocoa 2012-11-08 15:46:23 +00:00
core support for freeze and thaw under cocoa 2012-11-08 15:46:23 +00:00
iphone using CoreText under iOS 2012-06-14 21:53:06 +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
anybutton.h Refactor wxButton and wxToggleButton to derive from wxAnyButton. 2011-06-14 13:00:42 +00:00
app.h Don't eagerly set wxKeyEvent position fields. 2012-07-24 20:45:52 +00:00
bitmap.h
bmpbuttn.h
brush.h
button.h No changes, just rename OSXSetAcceleratorFromLabel(). 2012-11-04 23:50:28 +00:00
checkbox.h
checklst.h
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
colordlg.h
colour.h
combobox.h Only declare wxComboBox::Popup/Dismiss() when using Cocoa in wxOSX. 2011-12-08 14:47:37 +00:00
config_xcode.h Increase version to 2.9.5. 2012-07-10 23:51:44 +00:00
control.h
cursor.h
dataform.h
dataobj2.h
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
dcclient.h
dcmemory.h
dcprint.h
dcscreen.h
dialog.h
dirdlg.h No changes, just avoid code duplication in wxOSX wxDirDialog. 2012-10-29 01:20:26 +00:00
dnd.h
dvrenderer.h
dvrenderers.h Fix wxDataViewChoiceRenderer behaviour in wxOSX/Cocoa. 2012-07-02 14:36:56 +00:00
evtloop.h Extract OS X non-GUI event loop in a separate header. 2012-07-24 20:45:43 +00:00
evtloopsrc.h
filedlg.h add member for sheetdialog 2011-06-09 00:28:28 +00:00
font.h FixedWith support through CoreText 2012-06-14 21:55:28 +00:00
fontdlg.h Add wxFontDialog ctor not taking wxFontData to wxOSX. 2012-02-02 14:19:34 +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
glcanvas.h
helpxxxx.h
icon.h
imaglist.h
joystick.h Do not put semicolons after the definition of an inline function. 2011-12-29 14:42:13 +00:00
listbox.h
listctrl.h Fix wxOSX/Carbon compilation after wxListCtrlBase introduction. 2012-01-08 00:55:22 +00:00
mdi.h
menu.h Implement wxMenuBar::EnableTop() for wxMSW and wxGTK. 2012-01-15 13:41:17 +00:00
menuitem.h
metafile.h no 10.4 support anymore 2012-02-27 15:37:24 +00:00
mimetype.h
minifram.h
msgdlg.h Add support for wxHELP button to wxMessageDialog. 2011-08-04 22:53:42 +00:00
nonownedwnd.h guarding Update() on OSX not to be issued faster than 1/30 later than the last redraw 2012-01-31 17:39:39 +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
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 add the usual default parameter for Show() 2012-03-09 05:50:58 +00:00
printdlg.h Use wxPageSetupDialogData instead of old wxPageSetupData everywhere. 2012-02-20 21:55:55 +00:00
printmac.h
private.h
radiobox.h Work around a multiple inheritance ambiguity 2011-10-26 05:39:18 +00:00
radiobut.h
region.h
scrolbar.h
setup0.h Add wxUSE_COMPILER_TLS to allow disabling compiler TLS support. 2012-06-17 21:34:47 +00:00
slider.h
sound.h Change wxSound ctor from in-memory data to use size_t/void *. 2011-09-21 15:08:02 +00:00
spinbutt.h
srchctrl.h
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
stattext.h
statusbr.h
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 Add wxNOEXCEPT to all wxTextCtrl dtors. 2012-11-19 11:53:49 +00:00
textentry.h Implement auto-completion support for wxTextEntry in wxOSX/Cocoa. 2011-04-17 23:14:15 +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 the CreateTool factories be public so they can be used from application code 2012-03-10 00:01:09 +00:00
tooltip.h
toplevel.h adding SetLabel -> SetTitle redirects, solves missing title updates using wxDocument/wxView 2012-08-11 13:16:56 +00:00
treectrl.h Do not put semicolons after the definition of an inline function. 2011-12-29 14:42:13 +00:00
uma.h
webview_webkit.h Fixed unused parameter warnings for webview on OSX. 2012-11-17 13:34:09 +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 Make hack for button creation in wxOSX more robust. 2012-11-04 23:54:37 +00:00