wxWidgets/src/cocoa
2007-05-18 23:02:55 +00:00
..
app.mm * Add public wxApp::sm_isEmbedded flag like on wxMac. Default initialization 2007-05-18 19:52:14 +00:00
bitmap.mm add IsOk() to all classes having Ok() method (patch 1570985) 2006-10-08 21:56:55 +00:00
bmpbuttn.mm Include wx/wx/bmpbuttn.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-05-26 18:47:45 +00:00
brush.mm compilation fix after wxBitmap::operator==() removal 2006-10-31 00:13:40 +00:00
button.mm use GetLabelText() instead of wxStripMenuCodes() to avoid stripping the part of the string after TAB 2006-07-25 18:47:39 +00:00
checkbox.mm implemented GetLabel() (part of patch 1679337) 2007-03-13 23:45:47 +00:00
checklst.mm Include wx/checklst.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-05-29 21:26:35 +00:00
choice.mm Include wx/choice.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-05-30 07:34:30 +00:00
clipbrd.mm More name change 2004-05-23 15:10:40 +00:00
colordlg.mm 2.5.3 - cleanups, fixes, etc. etc. - 2004-10-07 08:53:48 +00:00
colour.mm removed overloaded virtual InitWith() methods, keep just a single InitRGBA() 2006-09-10 02:00:24 +00:00
combobox.mm Remove ObjcPose.h since nothing is using it anymore. 2007-05-14 07:08:40 +00:00
control.mm Remove Objective-C class posing for everything except for NSApplication. 2007-04-20 22:27:56 +00:00
cursor.mm fix undefined behaviour due to using shift variable twice in the same expression 2006-09-25 18:15:39 +00:00
data.cpp Use old licence name 2004-05-23 20:53:33 +00:00
dataobj.mm Include wx/dataobj.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-07-27 12:57:16 +00:00
dc.mm Remove wxDCBase DeviceToLogical* and LogicalToDevice* methods which were basically stubs anyway. Fixes link error. Assume that the new common implementations in src/common/dcbase.cpp do the right thing. Not tested. 2007-05-08 19:33:56 +00:00
dcclient.mm Don't depend on m_cocoaWxToBoundsTransform not being released until after 2005-01-18 03:47:33 +00:00
dcmemory.mm compilation fix after wxMemoryDCBase changes 2006-10-31 00:14:50 +00:00
dcscreen.cpp Include wx/dcscreen.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-05-09 13:55:29 +00:00
dialog.mm CVS tags cleaning (with other minor cleaning). 2006-10-16 09:30:01 +00:00
dirdlg.mm making cocoa build again 2006-07-05 13:10:46 +00:00
display.mm use unsigned for display count 2006-10-02 05:38:05 +00:00
drawer.mm 2.5.3 - cleanups, fixes, etc. etc. - 2004-10-07 08:53:48 +00:00
dummy.r Added dummy resources for wxCocoa so bundles will build 2003-08-11 14:53:42 +00:00
evtloop.mm implement event loop for console applications (heavily modified patch 1715735) 2007-05-14 23:43:39 +00:00
filedlg.mm making cocoa build again 2006-07-05 13:10:46 +00:00
font.cpp don't expose M_FONTDATA in public header 2006-11-20 16:21:08 +00:00
fontdlg.mm 2.5.3 - cleanups, fixes, etc. etc. - 2004-10-07 08:53:48 +00:00
fontenum.mm More name change 2004-05-23 15:10:40 +00:00
fontutil.cpp Include wx/module.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-08-31 19:31:43 +00:00
frame.mm Remove Objective-C class posing for everything except for NSApplication. 2007-04-20 22:27:56 +00:00
gauge.mm Include wx/gauge.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-06-06 22:02:01 +00:00
glcanvas.mm Big wxGL classes refactoring/cleanup: 2007-04-10 17:38:55 +00:00
icon.mm add IsOk() to all classes having Ok() method (patch 1570985) 2006-10-08 21:56:55 +00:00
listbox.mm Include wx/listbox.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-06-01 08:23:42 +00:00
main.cpp CVS tags cleaning (with other minor cleaning). 2006-10-16 09:30:01 +00:00
mbarman.mm More name change 2004-05-23 15:10:40 +00:00
mdi.mm Include wx/mdi.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-06-08 20:19:29 +00:00
mediactrl.mm Include wx/timer.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-05-23 11:04:37 +00:00
menu.mm Remove Objective-C class posing for everything except for NSApplication. 2007-04-20 22:27:56 +00:00
menuitem.mm Remove ObjcPose.h since nothing is using it anymore. 2007-05-14 07:08:40 +00:00
msgdlg.mm 2.5.3 - cleanups, fixes, etc. etc. - 2004-10-07 08:53:48 +00:00
notebook.mm added SendPageChanging/ChangedEvent() functions; fixed wxCocoa build broken by wxNotebook::ChangePage() change 2006-10-08 23:41:52 +00:00
NSBox.mm More name change 2004-05-23 15:10:40 +00:00
NSButton.mm * Do not use class posing to handle target/action. 2004-06-24 15:14:33 +00:00
NSControl.mm More name change 2004-05-23 15:10:40 +00:00
NSMenu.mm Remove ObjcPose.h since nothing is using it anymore. 2007-05-14 07:08:40 +00:00
NSPanel.mm CVS tags cleaning (with other minor cleaning). 2006-10-16 09:30:01 +00:00
NSScroller.mm wxCocoa: Added wxScrollBar 2004-06-23 15:26:44 +00:00
NSTableView.mm Remove ObjcPose.h since nothing is using it anymore. 2007-05-14 07:08:40 +00:00
NSTabView.mm More name change 2004-05-23 15:10:40 +00:00
NSTextField.mm More name change 2004-05-23 15:10:40 +00:00
NSView.mm Remove ObjcPose.h since nothing is using it anymore. 2007-05-14 07:08:40 +00:00
NSWindow.mm Remove ObjcPose.h since nothing is using it anymore. 2007-05-14 07:08:40 +00:00
ObjcRef.mm More name change 2004-05-23 15:10:40 +00:00
pen.mm Include wx/colour.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-06-14 17:09:39 +00:00
radiobox.mm Remove Objective-C class posing for everything except for NSApplication. 2007-04-20 22:27:56 +00:00
radiobut.mm Include wx/radiobut.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-06-05 16:46:15 +00:00
region.mm Include wx/region.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-06-16 07:14:51 +00:00
scrolbar.mm Include wx/scrolbar.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-05-30 13:43:18 +00:00
settings.mm Include wx/gdicmn.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-06-19 20:18:46 +00:00
slider.mm Include wx/slider.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-06-06 16:28:58 +00:00
sound.mm Rewrote wxSound: 2004-10-20 21:04:52 +00:00
spinbutt.mm flag checkin' 2005-04-22 01:13:45 +00:00
statbmp.mm Include wx/statbmp.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-05-31 09:34:05 +00:00
statbox.mm implemented Set/GetLabel() (part of patch 1679337) 2007-03-13 23:46:08 +00:00
statline2.mm More name change 2004-05-23 15:10:40 +00:00
stattext.mm implemented GetLabel() (part of patch 1679337) 2007-03-13 23:45:47 +00:00
taskbar.mm Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
textctrl.mm 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
timer.mm preparation for allowing to use wxTimer in wxBase (heavily modified patch 1113088): 2007-04-20 01:29:16 +00:00
toolbar.mm fixed all the other ports broken by controls labels in wxToolBar patch commit 2007-03-18 23:57:20 +00:00
tooltip.mm wx/wxprec.h already includes wx/defs.h (with other minor cleaning). 2006-04-18 07:24:35 +00:00
toplevel.mm Remove Objective-C class posing for everything except for NSApplication. 2007-04-20 22:27:56 +00:00
utils.mm Implement a hack so the correct wxGUIEventLoop class will be used. 2007-05-18 23:02:55 +00:00
utilsexc.mm Include wx/stream.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-05-03 21:50:35 +00:00
window.mm Add comments and a debugging aid to Get/SetLabel implementations which are intentional no-ops for wxCocoa. 2007-05-02 07:18:57 +00:00