wxWidgets/include/wx/mac/carbon
Vadim Zeitlin a3ab1c1801 renamed IsRefTo() to IsSameAs() (do complain if this is not more clear) and
changed its signature to take a const reference instead of a pointer which
simplifies the code and makes it safer as well


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-30 22:03:53 +00:00
..
private moved wxOverlay into overlay.* files and out of dc.h/dcbase.cpp; implemented wxOverlay for wxDirectFB port 2006-10-24 12:29:14 +00:00
accel.h COW cleanup patch (1583966): 2006-10-30 19:26:48 +00:00
aga.h
app.h cleanup 2006-09-21 06:27:58 +00:00
apptbase.h
apptrait.h
bitmap.h COW cleanup patch (1583966): 2006-10-30 19:26:48 +00:00
bmpbuttn.h
brush.h COW cleanup patch (1583966): 2006-10-30 19:26:48 +00:00
button.h
checkbox.h
checklst.h
chkconf.h using graphics context for core graphics switch 2006-10-19 15:04:32 +00:00
choice.h GetCurrentSelection() was documented but not present in all ports (just MSW and GTK); moved it to the base classes 2006-10-30 16:04:27 +00:00
clipbrd.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
colordlg.h
colour.h add IsOk() to all classes having Ok() method (patch 1570985) 2006-10-08 21:56:55 +00:00
combobox.h GetCurrentSelection() was documented but not present in all ports (just MSW and GTK); moved it to the base classes 2006-10-30 16:04:27 +00:00
config_xcode.h availability does not include any other headers, but it provides the necessary macros everywhere 2006-10-15 07:46:49 +00:00
control.h
cursor.h COW cleanup patch (1583966): 2006-10-30 19:26:48 +00:00
dataform.h
dataobj2.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
dataobj.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
dc.h wxCoordRound -> wxRound. 2006-10-29 17:55:09 +00:00
dcclient.h subrect blit 2006-10-29 19:43:25 +00:00
dcmemory.h Added wxMemoryDC::SelectObjectAsSource() and make SelectObject() unshare 2006-10-30 19:41:46 +00:00
dcprint.h Robert Lang's patch [ 1583183 ] Fixes printing/print preview inconsistencies 2006-10-27 13:07:40 +00:00
dcscreen.h screendc implementation 2006-10-20 20:50:48 +00:00
dialog.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
dirdlg.h
dnd.h Headers cleaning. 2006-10-17 14:44:52 +00:00
drawer.h Headers cleaning. 2006-10-17 14:44:52 +00:00
evtloop.h
filedlg.h
font.h Override GetPixelSize on OS X as the base impl creates a wxScreenDC each time, which causes a significant performance hit. 2006-10-26 00:22:56 +00:00
fontdlg.h Headers cleaning. 2006-10-17 14:44:52 +00:00
frame.h cleanup 2006-09-14 19:37:19 +00:00
gauge.h Applied wxGauge:Pulse() patch. 2006-09-09 13:36:54 +00:00
glcanvas.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
gsockmac.h
helpxxxx.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
icon.h COW cleanup patch (1583966): 2006-10-30 19:26:48 +00:00
imaglist.h Remove duplication in wxImageList defines and always default to using the native wxImageList when available, even for wxGenericListCtrl. 2006-09-18 04:41:09 +00:00
joystick.h
listbox.h Initial commit of native OS X list ctrl support. Compile tested on Win, Mac, FC4/GTK2. Tested samples on Win and OS X. Also, support for co-existance of native and generic list ctrl on OS X. 2006-09-17 01:20:08 +00:00
listctrl.h Adding support for item font/style/color customization, unfortunately, it does not work with wxLC_EDIT_LABELS due to a limitation in the native control. Also fire activate events, and fix some event object/id mismatches when using the generic list ctrl. 2006-10-25 05:42:54 +00:00
macnotfy.h
macsock.h
mdi.h remove redundant declarations of wxFrameNameStr 2006-09-14 17:36:18 +00:00
menu.h
menuitem.h
metafile.h COW cleanup patch (1583966): 2006-10-30 19:26:48 +00:00
mimetype.h Headers cleaning. 2006-10-17 14:44:52 +00:00
minifram.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
msgdlg.h
notebook.h added wxBookCtrl::ChangeSelection() which is the same as SetSelection() but doesn't send the page change events (second part of patch 1553551) 2006-10-08 17:37:23 +00:00
palette.h COW cleanup patch (1583966): 2006-10-30 19:26:48 +00:00
pen.h renamed IsRefTo() to IsSameAs() (do complain if this is not more clear) and 2006-10-30 22:03:53 +00:00
pnghand.h
pngread.h add IsOk() to all classes having Ok() method (patch 1570985) 2006-10-08 21:56:55 +00:00
printdlg.h Non pre-comp compilation fix 2006-10-30 04:36:44 +00:00
printmac.h
private.h replacing old core graphics with new graphics context implementation 2006-10-20 10:56:36 +00:00
radiobox.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
radiobut.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
region.h The Great wxRegion Refactoring: 2006-09-25 11:47:23 +00:00
scrolbar.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
slider.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
sound.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
spinbutt.h
spinctrl.h adding events on kill-focus (Robert's Patch) 2006-10-11 09:20:34 +00:00
statbmp.h
statbox.h
statline.h
stattext.h
statusbr.h Always use wxFULL_REPAINT_ON_RESIZE for generic status bar. 2006-09-06 17:36:22 +00:00
tabctrl.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
taskbarosx.h
textctrl.h moved DoSetValue() to wxTextCtrlBase instead of having it in almost, but not quite all, derived classes; linking fixes for wxCocoa/wxX11/wxMotif 2006-10-08 22:40:14 +00:00
tglbtn.h
timer.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
toolbar.h Headers cleaning. 2006-10-17 14:44:52 +00:00
tooltip.h
toplevel.h we are always compositing on the supported OS versions 2006-08-11 04:01:55 +00:00
treectrl.h mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
uma.h CVS tags cleaning (with other minor cleaning). 2006-10-16 09:30:01 +00:00
window.h Add impl for IsFrozen 2006-10-17 19:50:03 +00:00