wxWidgets/src/cocoa
Vadim Zeitlin 03647350fc No changes, just removed hard tabs and trailing white space.
This commit is huge but there are no non-white-space changes in it.

Some files containing third-party sources (src/msw/wince/time.cpp,
src/x11/pango*.cpp) were left unchanged.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-08-21 10:41:26 +00:00
..
app.mm Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
bitmap.mm Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
bmpbuttn.mm
brush.mm Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
button.mm
checkbox.mm
checklst.mm
choice.mm
clipbrd.mm
colordlg.mm
colour.mm
combobox.mm
control.mm
cursor.mm
data.cpp No changes, just removed hard tabs and trailing white space. 2009-08-21 10:41:26 +00:00
dataobj.mm
dc.mm change generic ints to enums in wxDC (closes #9959) 2009-01-08 14:21:53 +00:00
dcclient.mm
dcmemory.mm
dcscreen.cpp
dialog.mm
dirdlg.mm
display.mm replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL 2009-03-22 12:53:48 +00:00
drawer.mm
dummy.r
evtloop.mm Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
filedlg.mm Globally replace _T() with wxT(). 2009-07-23 20:30:22 +00:00
font.mm fix the incoherence pointed out by ifacecheck between wx docs, that documents usage of the wxFontFamily, wxFontStyle and wxFontWeight enums in wxFont setters and getters, and the actual sources, which use 'int' instead; provided the same backward-compatibility pattern already used for wxBrush,wxPen both against 'int' overloads and against the wxDeprecatedGUIConstants enum values 2008-11-03 17:02:25 +00:00
fontdlg.mm
fontenum.mm
fontutil.cpp 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
frame.mm
gauge.mm
glcanvas.mm
icon.mm replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents 2008-11-02 02:39:52 +00:00
listbox.mm don't allow editing listbox entries; better handling of scrollbar styles (#9084) 2008-06-21 16:59:26 +00:00
main.cpp
mbarman.mm
mdi.mm Review/simplify/cleanup MDI classes for all platforms and introduce base 2008-11-04 02:46:19 +00:00
mediactrl.mm
menu.mm
menuitem.mm
msgdlg.mm make it possible to use stock ids for custom message box labels 2008-09-05 18:02:49 +00:00
notebook.mm move notebook event definition to common code 2008-08-13 14:56:42 +00:00
NSBox.mm just fix some $Id$ tokens 2009-01-11 11:58:34 +00:00
NSButton.mm
NSControl.mm just fix some $Id$ tokens 2009-01-11 11:58:34 +00:00
NSMenu.mm
NSPanel.mm
NSScroller.mm
NSSlider.mm
NSTableView.mm
NSTabView.mm
NSTextField.mm just fix some $Id$ tokens 2009-01-11 11:58:34 +00:00
NSView.mm
NSWindow.mm
ObjcRef.mm
pen.mm
radiobox.mm
radiobut.mm
region.mm
scrolbar.mm
settings.mm
slider.mm
sound.mm
spinbutt.mm
statbmp.mm
statbox.mm
statline2.mm just fix some $Id$ tokens 2009-01-11 11:58:34 +00:00
stattext.mm
taskbar.mm
textctrl.mm
timer.mm
toolbar.mm
tooltip.mm
toplevel.mm
utils.mm Fix wxLaunchDefaultBrowser on wxMSW for local files/directories: the bug could be reproduced using "Open screenshots folder" menu item in screenshotgen application. 2009-01-09 10:36:59 +00:00
utilsexc.mm
window.mm add virtual DoGetTextExtent() to allow calling the overloaded wxWindowBase::GetTextExtent() on wxWindow objects without any ugly casts/scope resolution operators 2009-06-10 16:41:41 +00:00