wxWidgets/include/wx/osx
2009-03-22 09:18:46 +00:00
..
carbon Make wxDataViewCtrl::GetBestSize() return a height of 80 on OSX as per the other platforms 2009-03-07 13:33:27 +00:00
cocoa Get SetLabel working again for wxStaticText by overriding SetLabel so that we can respect alignment. Also add a couple more sizing tweaks. 2009-03-11 04:50:51 +00:00
core reworked font handling for osx 2009-03-20 13:56:57 +00:00
iphone remove the long deprecated wxTabCtrl class 2008-12-27 14:58:12 +00:00
private porting dcscreen blit from 2.8 2008-10-06 19:48:52 +00:00
accel.h headermove osx - header files 2009-01-17 10:43:43 +00:00
app.h second part of #10320: move wxApp event handling functions to wxEventLoopBase (in particular move Yield() functions); add backward compatible redirections to wxApp; update docs; remove global lists wxPendingEvents and wxPendingEventsLocker 2009-02-15 14:25:08 +00:00
bitmap.h add wxSize overloads to wxBitmap ctors and to wxBitmap::Create 2009-03-14 13:57:51 +00:00
bmpbuttn.h headermove osx - header files 2009-01-17 10:43:43 +00:00
brush.h correcting header path 2008-07-31 09:59:04 +00:00
button.h Forgot header with OSX prefix 2009-01-23 08:40:26 +00:00
checkbox.h Forgot header with OSX prefix 2009-01-23 08:40:26 +00:00
checklst.h headermove osx - header files 2009-01-17 10:43:43 +00:00
chkconf.h defines reordered, support for non-precomp cocoa 2008-09-06 16:30:42 +00:00
choice.h Forgot header with OSX prefix 2009-01-23 08:40:26 +00:00
clipbrd.h headermove osx - header files 2009-01-17 10:43:43 +00:00
colordlg.h headermove osx - header files 2009-01-17 10:43:43 +00:00
colour.h wxColour is implemented using CoreGraphics 2008-07-31 10:23:14 +00:00
combobox.h another wxOSX build fix after wxTextEntry::GetValue() renaming to DoGetValue() 2009-03-02 19:28:44 +00:00
config_xcode.h remove tests for bool and {const,static,reinterpret}_cast in configure and wx/defs.h, all supported compilers have them 2008-11-02 02:16:09 +00:00
control.h set m_isBeingDeleted to true (only) in SendDestroyEvent(); call it as early as possible during the window destruction to ensure that destroy event handlers can still access the full window object 2009-01-20 18:33:33 +00:00
cursor.h reworking event handling to redirect to c++ virtual functions 2009-02-07 13:25:58 +00:00
dataform.h headermove osx - header files 2009-01-17 10:43:43 +00:00
dataobj2.h headermove osx - header files 2009-01-17 10:43:43 +00:00
dataobj.h headermove osx - header files 2009-01-17 10:43:43 +00:00
dataview.h
dc.h headermove osx - header files 2009-01-17 10:43:43 +00:00
dcclient.h add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros 2009-02-08 11:45:59 +00:00
dcmemory.h add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros 2009-02-08 11:45:59 +00:00
dcprint.h headermove osx - header files 2009-01-17 10:43:43 +00:00
dcscreen.h add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros 2009-02-08 11:45:59 +00:00
dialog.h headermove osx - header files 2009-01-17 10:43:43 +00:00
dirdlg.h Sheet support for wxDirDialog. 2009-03-05 21:21:45 +00:00
dnd.h Stub out GetMatchingPair() for now to allow us to use the generic wxDVC on Cocoa. 2009-02-08 23:21:22 +00:00
evtloop.h implement DispatchTimeout() for wxOSX/Cocoa 2008-12-28 14:32:49 +00:00
filedlg.h headermove osx - header files 2009-01-17 10:43:43 +00:00
font.h reworked font handling for osx 2009-03-20 13:56:57 +00:00
fontdlg.h headermove osx - header files 2009-01-17 10:43:43 +00:00
frame.h headermove osx - header files 2009-01-17 10:43:43 +00:00
gauge.h headermove osx - header files 2009-01-17 10:43:43 +00:00
glcanvas.h add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros 2009-02-08 11:45:59 +00:00
helpxxxx.h headermove osx - header files 2009-01-17 10:43:43 +00:00
icon.h headermove osx - header files 2009-01-17 10:43:43 +00:00
imaglist.h headermove osx - header files 2009-01-17 10:43:43 +00:00
joystick.h headermove osx - header files 2009-01-17 10:43:43 +00:00
listbox.h headermove osx - header files 2009-01-17 10:43:43 +00:00
listctrl.h Blind implementation of GetSubItemRect() for wxListCtrl under carbon 2009-02-17 11:24:19 +00:00
mdi.h headermove osx - header files 2009-01-17 10:43:43 +00:00
menu.h menu fixes, also fixes #10479 2009-02-08 11:49:46 +00:00
menuitem.h don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither 2009-01-19 13:55:27 +00:00
metafile.h add wx-prefixed and semicolon-requiring versions of DECLARE_NO_{COPY,ASSIGN}_CLASS macros 2009-02-08 11:45:59 +00:00
mimetype.h reverting to former mimetype routing to core 2009-01-17 13:25:10 +00:00
minifram.h headermove osx - header files 2009-01-17 10:43:43 +00:00
msgdlg.h headermove osx - header files 2009-01-17 10:43:43 +00:00
nonownedwnd.h solving inversion problem, because SetShape is redefined on toplevel.h level 2009-03-13 18:43:46 +00:00
notebook.h Forgot header with OSX prefix 2009-01-23 08:40:26 +00:00
palette.h headermove osx - header files 2009-01-17 10:43:43 +00:00
pen.h Implement GetDashCount() for Carbon/Cocoa. 2009-02-07 23:23:18 +00:00
pnghand.h headermove osx - header files 2009-01-17 10:43:43 +00:00
pngread.h headermove osx - header files 2009-01-17 10:43:43 +00:00
popupwin.h headermove osx - header files 2009-01-17 10:43:43 +00:00
printdlg.h testing header replace 2009-01-17 09:05:00 +00:00
printmac.h headermove osx - header files 2009-01-17 10:43:43 +00:00
private.h missin quote 2008-09-12 18:30:20 +00:00
radiobox.h headermove osx - header files 2009-01-17 10:43:43 +00:00
radiobut.h Forgot header with OSX prefix 2009-01-23 08:40:26 +00:00
region.h common drawing code for osx-cocoa and osx-carbon, also since 10.5 HIShapeRef is in ApplicationServices, so this can be used for all osx-cocoa builds as native wxRegion implementation 2009-02-09 09:01:19 +00:00
scrolbar.h Forgot header with OSX prefix 2009-01-23 08:40:26 +00:00
setup0.h don't always disable new events code; leave it enabled for MSVC8+ 2009-02-02 11:39:48 +00:00
slider.h Forgot header with OSX prefix 2009-01-23 08:40:26 +00:00
sound.h headermove osx - header files 2009-01-17 10:43:43 +00:00
spinbutt.h Forgot header with OSX prefix 2009-01-23 08:40:26 +00:00
spinctrl.h add alignment flags support to wxSpinCtrl[Double] (closes #10621) 2009-03-22 09:18:46 +00:00
srchctrl.h headermove osx - header files 2009-01-17 10:43:43 +00:00
statbmp.h osx new layout 2008-09-02 16:53:23 +00:00
statbox.h headermove osx - header files 2009-01-17 10:43:43 +00:00
statline.h headermove osx - header files 2009-01-17 10:43:43 +00:00
stattext.h headermove osx - header files 2009-01-17 10:43:43 +00:00
statusbr.h save the current status text for each pane inside wxStatusBarPane: native controls now store the (eventually) ellipsized version of the string; remove code for managing the status strings currently inside the [native|generic] control; add ellipsization support under wxMSW; now that all SetFieldsCount() implementation rrely on wxStatusBarBase::SetFieldsCount document how it behaves when adding new panes. 2009-02-09 00:33:19 +00:00
taskbarosx.h headermove osx - header files 2009-01-17 10:43:43 +00:00
textctrl.h wxOSX build fix after wxTextEntry::GetValue() renaming to DoGetValue() 2009-03-02 19:17:42 +00:00
tglbtn.h Forgot header with OSX prefix 2009-01-23 08:40:26 +00:00
toolbar.h headermove osx - header files 2009-01-17 10:43:43 +00:00
tooltip.h headermove osx - header files 2009-01-17 10:43:43 +00:00
toplevel.h solving inversion problem, because SetShape is redefined on toplevel.h level 2009-03-13 18:43:46 +00:00
treectrl.h don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files neither 2009-01-19 13:55:27 +00:00
uma.h Forward port event handler fixes to trunk. 2008-11-22 04:10:31 +00:00
window.h common drawing code for osx-cocoa and osx-carbon, also since 10.5 HIShapeRef is in ApplicationServices, so this can be used for all osx-cocoa builds as native wxRegion implementation 2009-02-09 09:01:19 +00:00