wxWidgets/include/wx/osx
Vadim Zeitlin 967ff67459 Merge branch 'adv-merge'
Move the entire contents of wxAdv library into wxCore.

In the future, wxAdv will disappear entirely, but for now keep it as an
empty placeholder to allow the existing make/project files to work.

See https://github.com/wxWidgets/wxWidgets/pull/900
2018-09-02 15:43:02 +02:00
..
carbon Remove more unused wxOSX/Carbon headers 2016-02-07 14:20:45 +01:00
cocoa initializing m_ItemCell always 2018-07-13 18:22:45 +02:00
core Extending wxFont API & OSX Core Text Implementation (#877) 2018-09-01 19:42:18 +02:00
iphone Add wxWindow::EnableTouchEvents() 2017-11-22 02:24:24 +01:00
private Remove wxOSX/Carbon support. 2016-02-01 13:48:48 +01:00
accel.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
activityindicator.h Add wxActivityIndicator control. 2015-03-20 00:08:37 +01:00
anybutton.h Addition of overrides in anybutton.h, collpaneg.h, notebook.h, spinctlg.h, srchctrl.h and radiobox.h 2015-11-22 10:15:41 +01:00
app.h supporting Window Menu as Carbon did 2018-02-28 16:10:33 +01:00
appprogress.h Add OS X implementation of wxAppProgressIndicator. 2015-02-15 20:09:10 +00:00
bitmap.h Bring OSX API in sync with MSW 2017-06-25 13:55:06 +02:00
bmpbuttn.h Stop using wxBU_AUTODRAW in wxWidgets code 2018-07-21 14:42:06 +02:00
brush.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
button.h Remove private wxDisclosureTriangle control. 2015-09-19 17:30:33 +02:00
checkbox.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
checklst.h Addition of overrides in checklst.h and listbox.h 2015-11-22 10:12:58 +01:00
chkconf.h Remove wxOSX/Carbon support. 2016-02-01 13:48:48 +01:00
choice.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
clipbrd.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
colordlg.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
colour.h
combobox.h Remove wxOSX/Carbon support. 2016-02-01 13:48:48 +01:00
config_xcode.h Update version to 3.1.2 2018-02-20 00:08:01 +01:00
control.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
cursor.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
dataform.h
dataobj2.h
dataobj.h
dataview.h Implement wxDataViewColumn::UnsetAsSortKey() in macOS version 2018-07-28 02:29:30 +02:00
datectrl.h
datetimectrl.h
dc.h
dcclient.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
dcmemory.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
dcprint.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
dcscreen.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
dialog.h use Cocoa fix for nested modal loops for system dialogs also 2 2018-08-27 13:57:58 +02:00
dirdlg.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
dnd.h
dvrenderer.h Add wxDataViewValueAdjuster 2016-12-11 15:20:42 +01:00
dvrenderers.h Fix using radio buttons in wxDataViewToggleRenderer under macOS 2018-07-13 18:16:16 +02:00
evtloop.h Remove wxOSX/Carbon support. 2016-02-01 13:48:48 +01:00
evtloopsrc.h
filedlg.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
font.h Extending wxFont API & OSX Core Text Implementation (#877) 2018-09-01 19:42:18 +02:00
fontdlg.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
frame.h Removing manual focus handling 2018-01-18 19:42:08 +01:00
fswatcher_fsevents.h Use FSEvents in wxFileSystemWatcher on OS X 2015-06-06 02:37:35 +04:00
gauge.h No changes, just remove redundant "inline" from wxOSX headers 2015-10-25 18:20:32 +01:00
glcanvas.h Fixing wxGLCanvas under 10.14, preparing for layer based drawing 2018-06-30 16:57:57 +02:00
icon.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
imaglist.h Added wxImageList::GetSize to retrieve the size originally passed 2015-12-13 19:17:40 +00:00
joystick.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
listbox.h Remove wxListBox::MacGetBlockEvents() 2018-06-30 23:14:36 +02:00
listctrl.h Remove comments and declarations copy-pasted from wxMSW 2015-12-07 14:37:34 +01:00
mdi.h Addition of overrides in diverse headers 2015-11-22 10:16:01 +01:00
menu.h Reimplement adding items to radio groups in wxMenu (wxOSX) 2017-08-13 01:48:59 +02:00
menuitem.h Reimplement adding items to radio groups in wxMenu (wxOSX) 2017-08-13 01:48:59 +02:00
metafile.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
mimetype.h
minifram.h No changes, just remove redundant "inline" from wxOSX headers 2015-10-25 18:20:32 +01:00
msgdlg.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
nonownedwnd.h Suppress size event when IsMaximized is called on OSX 2018-02-21 17:08:45 +01:00
notebook.h Addition of overrides in anybutton.h, collpaneg.h, notebook.h, spinctlg.h, srchctrl.h and radiobox.h 2015-11-22 10:15:41 +01:00
palette.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
pen.h Introduce wxPenInfo class 2017-09-10 01:02:06 +02:00
popupwin.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
printdlg.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
printmac.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
private.h Remove wxOSX/Carbon support. 2016-02-01 13:48:48 +01:00
radiobox.h Compilation fix for wxOSX when not using PCH 2017-07-16 15:57:54 +02:00
radiobut.h No changes, just remove redundant "inline" from wxOSX headers 2015-10-25 18:20:32 +01:00
region.h
scrolbar.h Addition of overrids in scrolbar.h, slider.h and vscroll.h 2015-11-22 10:14:29 +01:00
setup0.h Check for liblzma headers in configure too and add wxUSE_LIBLZMA 2018-04-06 15:39:39 +02:00
setup_inc.h Modelling setup.h modification on osx along msw, having a separate file 2017-11-09 11:35:36 +01:00
slider.h Addition of overrids in scrolbar.h, slider.h and vscroll.h 2015-11-22 10:14:29 +01:00
sound.h Move wxAdv library contents into wxCore 2018-08-27 21:13:04 +02:00
spinbutt.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
srchctrl.h Declare wxSearchCtrl::{Set,Get}DescriptiveText() in the base class 2018-01-27 13:38:47 +01:00
statbmp.h Remove wxOSX/Carbon support. 2016-02-01 13:48:48 +01:00
statbox.h No changes, just remove redundant "inline" from wxOSX headers 2015-10-25 18:20:32 +01:00
statline.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
stattext.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
statusbr.h added missing override 2018-06-15 10:06:17 +02:00
taskbarosx.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
textctrl.h Allow changing alignment styles after wxTextCtrl creation (wxOSX) 2017-09-25 15:38:24 +02:00
textentry.h Add wxTextEntry::ForceUpper() 2015-12-08 03:02:46 +01:00
tglbtn.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
timectrl.h
toolbar.h Addition of missing overrides in statusbr.h and toolbar.h 2015-11-22 09:52:21 +01:00
tooltip.h Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
toplevel.h Addition of missing overrides in toplevel.h 2015-11-22 09:44:01 +01:00
uma.h Remove wxOSX/Carbon support. 2016-02-01 13:48:48 +01:00
webview_webkit.h Merge wxWebView JavaScript improvements branch 2017-10-21 22:42:30 +02:00
webviewhistoryitem_webkit.h
window.h Add wxWindow::EnableTouchEvents() 2017-11-22 02:24:24 +01:00