Fix file paths in the header comments.
Consistently use only "wx/foo.h" instead of "include/wx/foo.h" ("include" is always implicit anyhow). Also use "src/osx" instead of "src/mac" for the files in this directory. See #12165. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64943 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/mac/carbon/drawer.h
|
||||
// Name: wx/osx/carbon/drawer.h
|
||||
// Purpose: Drawer child window class.
|
||||
// Drawer windows appear under their parent window and
|
||||
// behave like a drawer, opening and closing to reveal
|
||||
|
@@ -1,5 +1,5 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/mac/carbon/evtloop.h
|
||||
// Name: wx/osx/carbon/evtloop.h
|
||||
// Purpose: declaration of wxEventLoop for wxMac
|
||||
// Author: Vadim Zeitlin
|
||||
// Modified by:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/mac/carbon/mimetype.h
|
||||
// Name: wx/osx/carbon/mimetype.h
|
||||
// Purpose: Mac Carbon implementation for wx mime-related classes
|
||||
// Author: Ryan Norton
|
||||
// Modified by:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/mac/carbon/private/overlay.h
|
||||
// Name: wx/osx/carbon/private/overlay.h
|
||||
// Purpose: wxOverlayImpl declaration
|
||||
// Author: Stefan Csomor
|
||||
// Modified by:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/mac/carbon/private/timer.h
|
||||
// Name: wx/osx/carbon/private/timer.h
|
||||
// Purpose: wxTimer class
|
||||
// Author: Stefan Csomor
|
||||
// Created: 1998-01-01
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/mac/carbon/uma.h
|
||||
// Name: wx/osx/carbon/uma.h
|
||||
// Purpose: Universal MacOS API
|
||||
// Author: Stefan Csomor
|
||||
// Modified by:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/mac/carbon/checklst.h
|
||||
// Name: wx/osx/checklst.h
|
||||
// Purpose: wxCheckListBox class - a listbox with checkable items
|
||||
// Note: this is an optional class.
|
||||
// Author: Stefan Csomor
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/mac/carbon/choice.h
|
||||
// Name: wx/osx/choice.h
|
||||
// Purpose: wxChoice class
|
||||
// Author: Stefan Csomor
|
||||
// Modified by:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/osx/carbon/dataview.h
|
||||
// Name: wx/osx/cocoa/dataview.h
|
||||
// Purpose: wxDataViewCtrl native implementation header for carbon
|
||||
// Author:
|
||||
// Id: $Id: dataview.h 57374 2009-01-27
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/mac/carbon/colordlg.h
|
||||
// Name: wx/osx/colordlg.h
|
||||
// Purpose: wxColourDialog class. Use generic version if no
|
||||
// platform-specific implementation.
|
||||
// Author: Stefan Csomor
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/mac/corefoundation/cfdata.h
|
||||
// Name: wx/osx/core/cfdataref.h
|
||||
// Purpose: wxCFDataRef class
|
||||
// Author: Stefan Csomor
|
||||
// Modified by:
|
||||
@@ -9,7 +9,7 @@
|
||||
// Licence: wxWindows licence
|
||||
// Notes: See http://developer.apple.com/documentation/CoreFoundation/Conceptual/CFBinaryData/index.html
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
/*! @header wx/mac/corefoundation/cfref.h
|
||||
/*! @header wx/osx/core/cfdataref.h
|
||||
@abstract wxCFDataRef template class
|
||||
*/
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/mac/corefoundation/cfref.h
|
||||
// Name: wx/osx/core/cfref.h
|
||||
// Purpose: wxCFRef template class
|
||||
// Author: David Elliott <dfe@cox.net>
|
||||
// Modified by: Stefan Csomor
|
||||
@@ -9,7 +9,7 @@
|
||||
// Licence: wxWindows licence
|
||||
// Notes: See http://developer.apple.com/documentation/CoreFoundation/Conceptual/CFMemoryMgmt/index.html
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
/*! @header wx/mac/corefoundation/cfref.h
|
||||
/*! @header wx/osx/core/cfref.h
|
||||
@abstract wxCFRef template class
|
||||
@discussion FIXME: Convert doc tags to something less buggy with C++
|
||||
*/
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/mac/corefoundation/cfstring.h
|
||||
// Name: wx/osx/core/cfstring.h
|
||||
// Purpose: wxCFStringRef and other string functions
|
||||
// Author: Stefan Csomor
|
||||
// Modified by:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/mac/carbon/colour.h
|
||||
// Name: wx/osx/core/colour.h
|
||||
// Purpose: wxColour class
|
||||
// Author: Stefan Csomor
|
||||
// Modified by:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/mac/corefoundation/hid.h
|
||||
// Name: wx/osx/core/hid.h
|
||||
// Purpose: DARWIN HID layer for WX
|
||||
// Author: Ryan Norton
|
||||
// Modified by:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: include/wx/mac/corefoundation/strconv_cf.h
|
||||
// Name: wx/osx/core/private/strconv_cf.h
|
||||
// Purpose: Unicode conversion classes
|
||||
// Author: David Elliott, Ryan Norton
|
||||
// Modified by:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/mac/corefoundation/stdpaths.h
|
||||
// Name: wx/osx/core/stdpaths.h
|
||||
// Purpose: wxStandardPaths for CoreFoundation systems
|
||||
// Author: David Elliott
|
||||
// Modified by:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/mac/carbon/dcprint.h
|
||||
// Name: wx/osx/dcprint.h
|
||||
// Purpose: wxPrinterDC class
|
||||
// Author: Stefan Csomor
|
||||
// Modified by:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/mac/carbon/dnd.h
|
||||
// Name: wx/osx/dnd.h
|
||||
// Purpose: Declaration of the wxDropTarget, wxDropSource class etc.
|
||||
// Author: Stefan Csomor
|
||||
// RCS-ID: $Id$
|
||||
|
@@ -1,7 +1,8 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Name: include/wx/osx/evtloop.h
|
||||
// Purpose: simply forwards to wx/mac/carbon/evtloop.h for consistency with
|
||||
// the other Mac headers
|
||||
// Name: wx/osx/evtloop.h
|
||||
// Purpose: simply forwards to wx/osx/carbon/evtloop.h or
|
||||
// wx/osx/cocoa/evtloop.h for consistency with the other Mac
|
||||
// headers
|
||||
// Author: Vadim Zeitlin
|
||||
// Modified by:
|
||||
// Created: 2006-01-12
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/mac/carbon/fontdlg.h
|
||||
// Name: wx/osx/fontdlg.h
|
||||
// Purpose: wxFontDialog class using fonts window services (10.2+).
|
||||
// Author: Ryan Norton
|
||||
// Modified by:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/mac/carbon/glcanvas.h
|
||||
// Name: wx/osx/glcanvas.h
|
||||
// Purpose: wxGLCanvas, for using OpenGL with wxWidgets under Macintosh
|
||||
// Author: Stefan Csomor
|
||||
// Modified by:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/mac/carbon/listbox.h
|
||||
// Name: wx/osx/listbox.h
|
||||
// Purpose: wxListBox class
|
||||
// Author: Stefan Csomor
|
||||
// Modified by:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/osx/carbon/mdi.h
|
||||
// Name: wx/osx/mdi.h
|
||||
// Purpose: MDI (Multiple Document Interface) classes.
|
||||
// Author: Stefan Csomor
|
||||
// Modified by: 2008-10-31 Vadim Zeitlin: derive from the base classes
|
||||
|
@@ -1,5 +1,5 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/mac/carbon/menuitem.h
|
||||
// Name: wx/osx/menuitem.h
|
||||
// Purpose: wxMenuItem class
|
||||
// Author: Vadim Zeitlin
|
||||
// Modified by:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/mac/carbon/msgdlg.h
|
||||
// Name: wx/osx/msgdlg.h
|
||||
// Purpose: wxMessageDialog class. Use generic version if no
|
||||
// platform-specific implementation.
|
||||
// Author: Stefan Csomor
|
||||
|
@@ -1,5 +1,5 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/mac/nonownedwnd.h
|
||||
// Name: wx/osx/nonownedwnd.h
|
||||
// Purpose: declares wxNonOwnedWindow class
|
||||
// Author: Stefan Csomor
|
||||
// Modified by:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/mac/carbon/palette.h
|
||||
// Name: wx/osx/palette.h
|
||||
// Purpose: wxPalette class
|
||||
// Author: Stefan Csomor
|
||||
// Modified by:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/mac/popupwin.h
|
||||
// Name: wx/osx/popupwin.h
|
||||
// Purpose: wxPopupWindow class for wxMac
|
||||
// Author: Stefan Csomor
|
||||
// Modified by:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/mac/carbon/printdlg.h
|
||||
// Name: wx/osx/printdlg.h
|
||||
// Purpose: wxPrintDialog, wxPageSetupDialog classes.
|
||||
// Use generic, PostScript version if no
|
||||
// platform-specific implementation.
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/mac/carbon/radiobox.h
|
||||
// Name: wx/osx/radiobox.h
|
||||
// Purpose: wxRadioBox class
|
||||
// Author: Stefan Csomor
|
||||
// Modified by:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/mac/carbon/srchctrl.h
|
||||
// Name: wx/osx/srchctrl.h
|
||||
// Purpose: mac carbon wxSearchCtrl class
|
||||
// Author: Vince Harron
|
||||
// Created: 2006-02-19
|
||||
|
@@ -1,5 +1,5 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/mac/carbon/statusbr.h
|
||||
// Name: wx/osx/statusbr.h
|
||||
// Purpose: native implementation of wxStatusBar.
|
||||
// Optional: can use generic version instead.
|
||||
// Author: Stefan Csomor
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/mac/carbon/textctrl.h
|
||||
// Name: wx/osx/textctrl.h
|
||||
// Purpose: wxTextCtrl class
|
||||
// Author: Stefan Csomor
|
||||
// Modified by:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/mac/carbon/toolbar.h
|
||||
// Name: wx/osx/toolbar.h
|
||||
// Purpose: wxToolBar class
|
||||
// Author: Stefan Csomor
|
||||
// Modified by:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/mac/carbon/tooltip.h
|
||||
// Name: wx/osx/tooltip.h
|
||||
// Purpose: wxToolTip class - tooltip control
|
||||
// Author: Stefan Csomor
|
||||
// Modified by:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/mac/carbon/toplevel.h
|
||||
// Name: wx/osx/toplevel.h
|
||||
// Purpose: wxTopLevelWindowMac is the Mac implementation of wxTLW
|
||||
// Author: Stefan Csomor
|
||||
// Modified by:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/mac/carbon/treectrl.h
|
||||
// Name: wx/osx/treectrl.h
|
||||
// Purpose: wxTreeCtrl class
|
||||
// Author: Stefan Csomor
|
||||
// Modified by:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: include/wx/mac/carbon/window.h
|
||||
// Name: wx/osx/window.h
|
||||
// Purpose: wxWindowMac class
|
||||
// Author: Stefan Csomor
|
||||
// Modified by:
|
||||
|
Reference in New Issue
Block a user