wxWidgets/include/wx/osx
Dimitri Schoolwerth ee7553e935 Added NSApplicationDelegate's openFiles for wxOSX-Cocoa.
openFiles (available since OS X 10.3) replaces using the openFile method. It allows for more convenient handling of multiple drops and knowing in advance how much files/folders are dropped instead of openFile with which you only get to respond to a single file/folder drop at a time. By default openFiles calls the newly added MacOpenFiles which calls MacOpenFile multiple times, so ordinarily the behaviour is backwards compatible (both on wxOSX Cocoa and Carbon).

The openFile instance method has been removed because it doesn't seem to be called anymore: neither when dropping a single file on the application in the dock or Finder nor when passed as a command-line argument.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-08-09 22:17:12 +00:00
..
carbon doing WakeUp in osx_carbon differently for the main event as well 2011-07-19 17:56:57 +00:00
cocoa make sure we can issue a WakeUp call that really triggers at the NSRunLoop level not only only CFRunLoop 2011-07-19 16:17:44 +00:00
core Implement wxFileType::GetOpenCommand() in wxOSX. 2011-08-05 19:02:26 +00:00
iphone 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
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 Added NSApplicationDelegate's openFiles for wxOSX-Cocoa. 2011-08-09 22:17:12 +00:00
bitmap.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
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 Refactor wxButton and wxToggleButton to derive from wxAnyButton. 2011-06-14 13:00:42 +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
chkconf.h Replaced C++ comments with C ones in C files. 2011-04-15 19:18:34 +00:00
choice.h Remove duplicated control names strings declarations from wxOSX. 2011-02-22 13:25:38 +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
colour.h
combobox.h Get rid of ugly wxCONTROL_ITEMCONTAINER_CLIENTDATAOBJECT_RECAST macro. 2011-07-30 11:30:08 +00:00
config_xcode.h Increased the version to 2.9.3. 2011-07-22 16:32:07 +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 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
dataview.h Virtualize StartEditor and add implementations for the ports that can do it. 2011-05-31 19:36:47 +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
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 member for sheetdialog 2011-06-09 00:28:28 +00:00
dnd.h
dvrenderer.h
dvrenderers.h
evtloop.h separating observers for default mode (outer 'normal' loop) and common mode loops, fixes #13208 2011-05-11 06:46:07 +00:00
evtloopsrc.h
filedlg.h add member for sheetdialog 2011-06-09 00:28:28 +00:00
font.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
fontdlg.h
frame.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
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
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 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
listbox.h
listctrl.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
mdi.h
menu.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
menuitem.h remove ununsed member 2011-02-16 16:37:24 +00:00
metafile.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
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 Set svn properties on various files throughout the repository (skipped docs/ ). 2011-03-18 15:10:15 +00:00
notebook.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
palette.h
pen.h
pnghand.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
pngread.h
popupwin.h
printdlg.h
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
radiobox.h
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 Don't use the standard containers by default. 2011-05-13 13:30:12 +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 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
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
spinctrl.h Replace wxControlContainer-related macros with wxNavigationEnabled<>. 2011-07-24 22:19:33 +00:00
srchctrl.h
statbmp.h
statbox.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
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
taskbarosx.h adding taskbar implementation for statusitem (menubar) and dock, fixes #12838 2011-02-28 10:12:06 +00:00
textctrl.h
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
toolbar.h Remove duplicated control names strings declarations from wxOSX. 2011-02-22 13:25:38 +00:00
tooltip.h
toplevel.h
treectrl.h
uma.h
window.h implementation of HotKey, see #12354 2011-04-22 15:20:11 +00:00