wxWidgets/include/wx/osx
Vadim Zeitlin 50424cba2c Change wxWebRequest and related objects to hide ref counting
Don't force the application code to deal with wxObjectDataPtr<> or,
worse, calling {Inc,Dec}Ref() manually by hiding it inside the wx
objects themselves and giving the value-like semantics to them.

There should be no real changes in the behaviour, but the API does
change significantly. Notably, wxWebRequest is not a wxEvtHandler itself
any longer, as this would be incompatible with the value semantics, and
an event handler needs to be specified when creating it, so that it
could be notified about the request state changes.
2020-12-30 02:02:20 +01:00
..
carbon Remove unused carbon files 2020-01-23 21:13:11 +01:00
cocoa Merge branch 'osx-fixes' 2020-12-08 18:43:05 +01:00
core Merge branch 'dvc-kbd-shortcuts' 2020-12-07 14:07:20 +01:00
iphone Simplify SetFont() in wxOSX implementations 2020-12-06 00:33:30 +01:00
private Change wxWebRequest and related objects to hide ref counting 2020-12-30 02:02:20 +01:00
accel.h
activityindicator.h
anybutton.h
app.h Fix spelling in comments and documentation using codespell 2020-06-27 22:56:22 +02:00
appprogress.h
bitmap.h Fix creating wxMask image from raw data 2019-09-29 16:21:45 +02:00
bmpbuttn.h Add possibility to create "Close" bitmap button from XRC 2020-11-19 15:44:54 +01:00
brush.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
button.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
checkbox.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
checklst.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
chkconf.h
choice.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
clipbrd.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
colordlg.h Make wxColourData parameter of wxColourDialog ctor const 2019-07-16 20:19:33 +02:00
colour.h
combobox.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
config_xcode.h Remove variadic macros test from configure 2020-10-20 01:59:00 +02:00
control.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
cursor.h Remove redundant wxSetCursor() declarations 2020-08-31 01:25:45 +02:00
dataform.h wrapping private types properly in UTI 2020-11-29 20:42:26 +01:00
dataobj2.h Remove unused wxBitmapDataObject::m_pictCreated 2020-07-02 16:03:32 +02:00
dataobj.h adding data-transfer direction when getting native datatypes 2020-07-12 17:53:10 +02:00
dataview.h Merge branch 'osx-fixes' 2020-12-08 18:43:05 +01:00
datectrl.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
datetimectrl.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
dc.h
dcclient.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
dcmemory.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
dcprint.h Don't use void for functions without arguments 2019-10-02 20:40:51 +02:00
dcscreen.h Remove Carbon-specific code from wxScreenDC implementation 2019-10-27 01:44:29 +02:00
dialog.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
dirdlg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
dnd.h Changing datatransfer implementation from CFPasteboard to NSPasteboard API (#1264) 2019-10-08 06:32:44 +02:00
dvrenderer.h
dvrenderers.h Implement macOS-specific wxDataViewCheckIconTextRenderer 2019-10-21 21:14:54 +02:00
evtloop.h Globally replace vadim@wxwindows.org with vadim@wxwidgets.org 2019-04-22 14:12:05 +02:00
evtloopsrc.h
filedlg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
font.h Avoid infinite recursion between wxStockGDI and wxSystemSettions 2020-07-14 20:10:46 +02:00
fontdlg.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
frame.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
fswatcher_fsevents.h Eliminate public header file's dependency on CoreServices.h 2020-07-16 01:54:24 +02:00
gauge.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
glcanvas.h Remove recently added GetOpenGLScaleFactor() 2020-07-18 23:51:05 +02:00
joystick.h
listbox.h Fix selection after inserting items in wxListBox in wxOSX 2020-12-05 23:39:17 +01:00
mdi.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
menu.h Add wxUSE_MENUBAR build option, off by default in wxiOS 2020-07-14 18:16:59 +02:00
menuitem.h Add more wxOVERRIDE to avoid clang warnings 2019-04-17 19:05:31 +02:00
metafile.h Avoid -Wdouble-promotion warnings in headers 2020-07-20 08:12:02 -07:00
mimetype.h
minifram.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
msgdlg.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
nonownedwnd.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
notebook.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
palette.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
pen.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
popupwin.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
printdlg.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
printmac.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
private.h moving datatransfer.h to source files 2019-11-05 19:20:51 +01:00
radiobox.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
radiobut.h Make wxRadioButtonBase a plain class, not template 2020-09-21 18:01:37 +02:00
region.h
scrolbar.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
setup0.h Simplify wxUSE_WEBREQUEST_XXX logic 2020-12-13 16:34:47 +01:00
setup_inc.h Add recent macOS setup.h defines to correct file 2018-10-24 19:30:41 +02:00
slider.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
sound.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
spinbutt.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
srchctrl.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
statbmp.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
statbox.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
statline.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
stattext.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
statusbr.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
taskbarosx.h
textctrl.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
textentry.h Add more wxOVERRIDE to avoid clang warnings 2019-04-17 19:05:31 +02:00
tglbtn.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
timectrl.h More use of wxOVERRIDE 2019-04-05 11:08:53 -07:00
toolbar.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
tooltip.h
toplevel.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
uma.h
webview_webkit.h Use wxASCII_STR() on string literals 2020-07-17 17:52:16 +02:00
webviewhistoryitem_webkit.h
window.h Allow configuring visible focus on Mac 2020-08-31 10:38:59 +02:00