Remove all blank "Modified by:" lines from top comment blocks

Having this line is not useful at all as it doesn't contain any
information and shouldn't be filled in the future as git-shortlog can
provide the information about people who changed the given file more
more reliably than consulting the comments in any case.

Keep the non-blank lines for historical purposes.
This commit is contained in:
Vadim Zeitlin 2023-10-22 01:22:48 +02:00
parent c601bf4279
commit e43f913313
1222 changed files with 0 additions and 1222 deletions

View file

@ -2,7 +2,6 @@
// Name: libsample.cpp // Name: libsample.cpp
// Purpose: The source of a dummy sample wx-based library // Purpose: The source of a dummy sample wx-based library
// Author: Francesco Montorsi // Author: Francesco Montorsi
// Modified by:
// Created: 26/11/06 // Created: 26/11/06
// Copyright: (c) Francesco Montorsi // Copyright: (c) Francesco Montorsi
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: minimal.cpp // Name: minimal.cpp
// Purpose: Minimal wxWidgets sample // Purpose: Minimal wxWidgets sample
// Author: Julian Smart // Author: Julian Smart
// Modified by:
// Created: 04/01/98 // Created: 04/01/98
// Copyright: (c) Julian Smart // Copyright: (c) Julian Smart
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: canvas.cpp // Name: canvas.cpp
// Purpose: Forty Thieves patience game // Purpose: Forty Thieves patience game
// Author: Chris Breeze // Author: Chris Breeze
// Modified by:
// Created: 21/07/97 // Created: 21/07/97
// Copyright: (c) 1993-1998 Chris Breeze // Copyright: (c) 1993-1998 Chris Breeze
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: canvas.h // Name: canvas.h
// Purpose: Forty Thieves patience game // Purpose: Forty Thieves patience game
// Author: Chris Breeze // Author: Chris Breeze
// Modified by:
// Created: 21/07/97 // Created: 21/07/97
// Copyright: (c) 1993-1998 Chris Breeze // Copyright: (c) 1993-1998 Chris Breeze
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: card.cpp // Name: card.cpp
// Purpose: Forty Thieves patience game // Purpose: Forty Thieves patience game
// Author: Chris Breeze // Author: Chris Breeze
// Modified by:
// Created: 21/07/97 // Created: 21/07/97
// Copyright: (c) 1993-1998 Chris Breeze // Copyright: (c) 1993-1998 Chris Breeze
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: card.h // Name: card.h
// Purpose: Forty Thieves patience game // Purpose: Forty Thieves patience game
// Author: Chris Breeze // Author: Chris Breeze
// Modified by:
// Created: 21/07/97 // Created: 21/07/97
// Copyright: (c) 1993-1998 Chris Breeze // Copyright: (c) 1993-1998 Chris Breeze
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: forty.cpp // Name: forty.cpp
// Purpose: Forty Thieves patience game // Purpose: Forty Thieves patience game
// Author: Chris Breeze // Author: Chris Breeze
// Modified by:
// Created: 21/07/97 // Created: 21/07/97
// Copyright: (c) 1993-1998 Chris Breeze // Copyright: (c) 1993-1998 Chris Breeze
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: forty.h // Name: forty.h
// Purpose: Forty Thieves patience game // Purpose: Forty Thieves patience game
// Author: Chris Breeze // Author: Chris Breeze
// Modified by:
// Created: 21/07/97 // Created: 21/07/97
// Copyright: (c) 1993-1998 Chris Breeze // Copyright: (c) 1993-1998 Chris Breeze
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: game.cpp // Name: game.cpp
// Purpose: Forty Thieves patience game // Purpose: Forty Thieves patience game
// Author: Chris Breeze // Author: Chris Breeze
// Modified by:
// Created: 21/07/97 // Created: 21/07/97
// Copyright: (c) 1993-1998 Chris Breeze // Copyright: (c) 1993-1998 Chris Breeze
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: game.h // Name: game.h
// Purpose: Forty Thieves patience game // Purpose: Forty Thieves patience game
// Author: Chris Breeze // Author: Chris Breeze
// Modified by:
// Created: 21/07/97 // Created: 21/07/97
// Copyright: (c) 1993-1998 Chris Breeze // Copyright: (c) 1993-1998 Chris Breeze
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: pile.cpp // Name: pile.cpp
// Purpose: Forty Thieves patience game // Purpose: Forty Thieves patience game
// Author: Chris Breeze // Author: Chris Breeze
// Modified by:
// Created: 21/07/97 // Created: 21/07/97
// Copyright: (c) 1993-1998 Chris Breeze // Copyright: (c) 1993-1998 Chris Breeze
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: pile.h // Name: pile.h
// Purpose: Forty Thieves patience game // Purpose: Forty Thieves patience game
// Author: Chris Breeze // Author: Chris Breeze
// Modified by:
// Created: 21/07/97 // Created: 21/07/97
// Copyright: (c) 1993-1998 Chris Breeze // Copyright: (c) 1993-1998 Chris Breeze
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: playerdg.cpp // Name: playerdg.cpp
// Purpose: Forty Thieves patience game // Purpose: Forty Thieves patience game
// Author: Chris Breeze // Author: Chris Breeze
// Modified by:
// Created: 21/07/97 // Created: 21/07/97
// Copyright: (c) 1993-1998 Chris Breeze // Copyright: (c) 1993-1998 Chris Breeze
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: playerdg.h // Name: playerdg.h
// Purpose: Forty Thieves patience game // Purpose: Forty Thieves patience game
// Author: Chris Breeze // Author: Chris Breeze
// Modified by:
// Created: 21/07/97 // Created: 21/07/97
// Copyright: (c) 1993-1998 Chris Breeze // Copyright: (c) 1993-1998 Chris Breeze
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: scoredg.cpp // Name: scoredg.cpp
// Purpose: Forty Thieves patience game // Purpose: Forty Thieves patience game
// Author: Chris Breeze // Author: Chris Breeze
// Modified by:
// Created: 21/07/97 // Created: 21/07/97
// Copyright: (c) 1993-1998 Chris Breeze // Copyright: (c) 1993-1998 Chris Breeze
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: scoredg.h // Name: scoredg.h
// Purpose: Forty Thieves patience game // Purpose: Forty Thieves patience game
// Author: Chris Breeze // Author: Chris Breeze
// Modified by:
// Created: 21/07/97 // Created: 21/07/97
// Copyright: (c) 1993-1998 Chris Breeze // Copyright: (c) 1993-1998 Chris Breeze
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: scorefil.cpp // Name: scorefil.cpp
// Purpose: Forty Thieves patience game // Purpose: Forty Thieves patience game
// Author: Chris Breeze // Author: Chris Breeze
// Modified by:
// Created: 21/07/97 // Created: 21/07/97
// Copyright: (c) 1993-1998 Chris Breeze // Copyright: (c) 1993-1998 Chris Breeze
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: scorefil.h // Name: scorefil.h
// Purpose: Forty Thieves patience game // Purpose: Forty Thieves patience game
// Author: Chris Breeze // Author: Chris Breeze
// Modified by:
// Created: 21/07/97 // Created: 21/07/97
// Copyright: (c) 1993-1998 Chris Breeze // Copyright: (c) 1993-1998 Chris Breeze
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: fractal.cpp // Name: fractal.cpp
// Purpose: demo of wxConfig and related classes // Purpose: demo of wxConfig and related classes
// Author: Andrew Davison // Author: Andrew Davison
// Modified by:
// Created: 05.04.94 // Created: 05.04.94
// Copyright: (c) 1994 Andrew Davison // Copyright: (c) 1994 Andrew Davison
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: life/dialogs.cpp // Name: life/dialogs.cpp
// Purpose: Life! dialogs // Purpose: Life! dialogs
// Author: Guillermo Rodriguez Garcia, <guille@iies.es> // Author: Guillermo Rodriguez Garcia, <guille@iies.es>
// Modified by:
// Created: Jan/2000 // Created: Jan/2000
// Copyright: (c) 2000, Guillermo Rodriguez Garcia // Copyright: (c) 2000, Guillermo Rodriguez Garcia
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: dialogs.h // Name: dialogs.h
// Purpose: Life! dialogs // Purpose: Life! dialogs
// Author: Guillermo Rodriguez Garcia, <guille@iies.es> // Author: Guillermo Rodriguez Garcia, <guille@iies.es>
// Modified by:
// Created: Jan/2000 // Created: Jan/2000
// Copyright: (c) 2000, Guillermo Rodriguez Garcia // Copyright: (c) 2000, Guillermo Rodriguez Garcia
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: game.cpp // Name: game.cpp
// Purpose: Life! game logic // Purpose: Life! game logic
// Author: Guillermo Rodriguez Garcia, <guille@iies.es> // Author: Guillermo Rodriguez Garcia, <guille@iies.es>
// Modified by:
// Created: Jan/2000 // Created: Jan/2000
// Copyright: (c) 2000, Guillermo Rodriguez Garcia // Copyright: (c) 2000, Guillermo Rodriguez Garcia
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: game.h // Name: game.h
// Purpose: Life! game logic // Purpose: Life! game logic
// Author: Guillermo Rodriguez Garcia, <guille@iies.es> // Author: Guillermo Rodriguez Garcia, <guille@iies.es>
// Modified by:
// Created: Jan/2000 // Created: Jan/2000
// Copyright: (c) 2000, Guillermo Rodriguez Garcia // Copyright: (c) 2000, Guillermo Rodriguez Garcia
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: life.cpp // Name: life.cpp
// Purpose: The game of Life, created by J. H. Conway // Purpose: The game of Life, created by J. H. Conway
// Author: Guillermo Rodriguez Garcia, <guille@iies.es> // Author: Guillermo Rodriguez Garcia, <guille@iies.es>
// Modified by:
// Created: Jan/2000 // Created: Jan/2000
// Copyright: (c) 2000, Guillermo Rodriguez Garcia // Copyright: (c) 2000, Guillermo Rodriguez Garcia
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: life.h // Name: life.h
// Purpose: The game of Life, created by J. H. Conway // Purpose: The game of Life, created by J. H. Conway
// Author: Guillermo Rodriguez Garcia, <guille@iies.es> // Author: Guillermo Rodriguez Garcia, <guille@iies.es>
// Modified by:
// Created: Jan/2000 // Created: Jan/2000
// Copyright: (c) 2000, Guillermo Rodriguez Garcia // Copyright: (c) 2000, Guillermo Rodriguez Garcia
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: reader.cpp // Name: reader.cpp
// Purpose: Life! pattern reader (writer coming soon) // Purpose: Life! pattern reader (writer coming soon)
// Author: Guillermo Rodriguez Garcia, <guille@iies.es> // Author: Guillermo Rodriguez Garcia, <guille@iies.es>
// Modified by:
// Created: Jan/2000 // Created: Jan/2000
// Copyright: (c) 2000, Guillermo Rodriguez Garcia // Copyright: (c) 2000, Guillermo Rodriguez Garcia
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: reader.h // Name: reader.h
// Purpose: Life! pattern reader (writer coming soon) // Purpose: Life! pattern reader (writer coming soon)
// Author: Guillermo Rodriguez Garcia, <guille@iies.es> // Author: Guillermo Rodriguez Garcia, <guille@iies.es>
// Modified by:
// Created: Jan/2000 // Created: Jan/2000
// Copyright: (c) 2000, Guillermo Rodriguez Garcia // Copyright: (c) 2000, Guillermo Rodriguez Garcia
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: samples.inc // Name: samples.inc
// Purpose: Sample configurations for Life! // Purpose: Sample configurations for Life!
// Author: Guillermo Rodriguez Garcia, <guille@iies.es> // Author: Guillermo Rodriguez Garcia, <guille@iies.es>
// Modified by:
// Created: Jan/2000 // Created: Jan/2000
// Copyright: (c) 2000, Guillermo Rodriguez Garcia // Copyright: (c) 2000, Guillermo Rodriguez Garcia
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: minimal.cpp // Name: minimal.cpp
// Purpose: Minimal wxWidgets sample // Purpose: Minimal wxWidgets sample
// Author: Julian Smart // Author: Julian Smart
// Modified by:
// Created: 04/01/98 // Created: 04/01/98
// Copyright: (c) Julian Smart // Copyright: (c) Julian Smart
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: msvc/wx/setup.h // Name: msvc/wx/setup.h
// Purpose: wrapper around the real wx/setup.h for Visual C++ // Purpose: wrapper around the real wx/setup.h for Visual C++
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Modified by:
// Created: 2004-12-12 // Created: 2004-12-12
// Copyright: (c) 2004 Vadim Zeitlin <vadim@wxwidgets.org> // Copyright: (c) 2004 Vadim Zeitlin <vadim@wxwidgets.org>
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/accel.h // Name: wx/accel.h
// Purpose: wxAcceleratorEntry and wxAcceleratorTable classes // Purpose: wxAcceleratorEntry and wxAcceleratorTable classes
// Author: Julian Smart, Robert Roebling, Vadim Zeitlin // Author: Julian Smart, Robert Roebling, Vadim Zeitlin
// Modified by:
// Created: 31.05.01 (extracted from other files) // Created: 31.05.01 (extracted from other files)
// Copyright: (c) wxWidgets team // Copyright: (c) wxWidgets team
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/access.h // Name: wx/access.h
// Purpose: Accessibility classes // Purpose: Accessibility classes
// Author: Julian Smart // Author: Julian Smart
// Modified by:
// Created: 2003-02-12 // Created: 2003-02-12
// Copyright: (c) Julian Smart // Copyright: (c) Julian Smart
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/afterstd.h // Name: wx/afterstd.h
// Purpose: #include after STL headers // Purpose: #include after STL headers
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Modified by:
// Created: 07/07/03 // Created: 07/07/03
// Copyright: (c) 2003 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr> // Copyright: (c) 2003 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/android/chkconf.h // Name: wx/android/chkconf.h
// Purpose: Android-specific configuration options checks // Purpose: Android-specific configuration options checks
// Author: Zsolt Bakcsi // Author: Zsolt Bakcsi
// Modified by:
// Created: 2011-12-08 // Created: 2011-12-08
// RCS-ID: // RCS-ID:
// Copyright: (c) wxWidgets team // Copyright: (c) wxWidgets team

View file

@ -2,7 +2,6 @@
// Name: wx/android/config_android.h // Name: wx/android/config_android.h
// Purpose: configurations for Android builds // Purpose: configurations for Android builds
// Author: Zsolt Bakcsi // Author: Zsolt Bakcsi
// Modified by:
// Created: 2011-12-02 // Created: 2011-12-02
// RCS-ID: // RCS-ID:
// Copyright: (c) wxWidgets team // Copyright: (c) wxWidgets team

View file

@ -2,7 +2,6 @@
// Name: wx/any.h // Name: wx/any.h
// Purpose: wxAny class // Purpose: wxAny class
// Author: Jaakko Salli // Author: Jaakko Salli
// Modified by:
// Created: 07/05/2009 // Created: 07/05/2009
// Copyright: (c) wxWidgets team // Copyright: (c) wxWidgets team
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -3,7 +3,6 @@
// Purpose: wxAppBase class and macros used for declaration of wxApp // Purpose: wxAppBase class and macros used for declaration of wxApp
// derived class in the user code // derived class in the user code
// Author: Julian Smart // Author: Julian Smart
// Modified by:
// Created: 01/02/97 // Created: 01/02/97
// Copyright: (c) Julian Smart // Copyright: (c) Julian Smart
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/apptrait.h // Name: wx/apptrait.h
// Purpose: declaration of wxAppTraits and derived classes // Purpose: declaration of wxAppTraits and derived classes
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Modified by:
// Created: 19.06.2003 // Created: 19.06.2003
// Copyright: (c) 2003 Vadim Zeitlin <vadim@wxwidgets.org> // Copyright: (c) 2003 Vadim Zeitlin <vadim@wxwidgets.org>
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/arrimpl.cpp // Name: wx/arrimpl.cpp
// Purpose: helper file for implementation of dynamic lists // Purpose: helper file for implementation of dynamic lists
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Modified by:
// Created: 16.10.97 // Created: 16.10.97
// Copyright: (c) 1997 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr> // Copyright: (c) 1997 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/arrstr.h // Name: wx/arrstr.h
// Purpose: wxArrayString class // Purpose: wxArrayString class
// Author: Mattia Barbon and Vadim Zeitlin // Author: Mattia Barbon and Vadim Zeitlin
// Modified by:
// Created: 07/07/03 // Created: 07/07/03
// Copyright: (c) 2003 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr> // Copyright: (c) 2003 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/artprov.h // Name: wx/artprov.h
// Purpose: wxArtProvider class // Purpose: wxArtProvider class
// Author: Vaclav Slavik // Author: Vaclav Slavik
// Modified by:
// Created: 18/03/2002 // Created: 18/03/2002
// Copyright: (c) Vaclav Slavik // Copyright: (c) Vaclav Slavik
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/aui/aui.h // Name: wx/aui/aui.h
// Purpose: wxaui: wx advanced user interface - docking window manager // Purpose: wxaui: wx advanced user interface - docking window manager
// Author: Benjamin I. Williams // Author: Benjamin I. Williams
// Modified by:
// Created: 2005-05-17 // Created: 2005-05-17
// Copyright: (C) Copyright 2005, Kirix Corporation, All Rights Reserved. // Copyright: (C) Copyright 2005, Kirix Corporation, All Rights Reserved.
// Licence: wxWindows Library Licence, Version 3.1 // Licence: wxWindows Library Licence, Version 3.1

View file

@ -2,7 +2,6 @@
// Name: wx/aui/toolbar.h // Name: wx/aui/toolbar.h
// Purpose: wxaui: wx advanced user interface - docking window manager // Purpose: wxaui: wx advanced user interface - docking window manager
// Author: Benjamin I. Williams // Author: Benjamin I. Williams
// Modified by:
// Created: 2008-08-04 // Created: 2008-08-04
// Copyright: (C) Copyright 2005, Kirix Corporation, All Rights Reserved. // Copyright: (C) Copyright 2005, Kirix Corporation, All Rights Reserved.
// Licence: wxWindows Library Licence, Version 3.1 // Licence: wxWindows Library Licence, Version 3.1

View file

@ -2,7 +2,6 @@
// Name: wx/aui/dockart.h // Name: wx/aui/dockart.h
// Purpose: wxaui: wx advanced user interface - docking window manager // Purpose: wxaui: wx advanced user interface - docking window manager
// Author: Benjamin I. Williams // Author: Benjamin I. Williams
// Modified by:
// Created: 2005-05-17 // Created: 2005-05-17
// Copyright: (C) Copyright 2005, Kirix Corporation, All Rights Reserved. // Copyright: (C) Copyright 2005, Kirix Corporation, All Rights Reserved.
// Licence: wxWindows Library Licence, Version 3.1 // Licence: wxWindows Library Licence, Version 3.1

View file

@ -2,7 +2,6 @@
// Name: wx/aui/floatpane.h // Name: wx/aui/floatpane.h
// Purpose: wxaui: wx advanced user interface - docking window manager // Purpose: wxaui: wx advanced user interface - docking window manager
// Author: Benjamin I. Williams // Author: Benjamin I. Williams
// Modified by:
// Created: 2005-05-17 // Created: 2005-05-17
// Copyright: (C) Copyright 2005, Kirix Corporation, All Rights Reserved. // Copyright: (C) Copyright 2005, Kirix Corporation, All Rights Reserved.
// Licence: wxWindows Library Licence, Version 3.1 // Licence: wxWindows Library Licence, Version 3.1

View file

@ -2,7 +2,6 @@
// Name: wx/aui/framemanager.h // Name: wx/aui/framemanager.h
// Purpose: wxaui: wx advanced user interface - docking window manager // Purpose: wxaui: wx advanced user interface - docking window manager
// Author: Benjamin I. Williams // Author: Benjamin I. Williams
// Modified by:
// Created: 2005-05-17 // Created: 2005-05-17
// Copyright: (C) Copyright 2005, Kirix Corporation, All Rights Reserved. // Copyright: (C) Copyright 2005, Kirix Corporation, All Rights Reserved.
// Licence: wxWindows Library Licence, Version 3.1 // Licence: wxWindows Library Licence, Version 3.1

View file

@ -2,7 +2,6 @@
// Name: include/wx/aui/tabartgtk.h // Name: include/wx/aui/tabartgtk.h
// Purpose: declaration of the wxAuiGTKTabArt // Purpose: declaration of the wxAuiGTKTabArt
// Author: Jens Lody and Teodor Petrov // Author: Jens Lody and Teodor Petrov
// Modified by:
// Created: 2012-03-23 // Created: 2012-03-23
// Copyright: (c) 2012 Jens Lody <jens@codeblocks.org> // Copyright: (c) 2012 Jens Lody <jens@codeblocks.org>
// and Teodor Petrov // and Teodor Petrov

View file

@ -2,7 +2,6 @@
// Name: wx/beforestd.h // Name: wx/beforestd.h
// Purpose: #include before STL headers // Purpose: #include before STL headers
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Modified by:
// Created: 07/07/03 // Created: 07/07/03
// Copyright: (c) 2003 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr> // Copyright: (c) 2003 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/bitmap.h // Name: wx/bitmap.h
// Purpose: wxBitmap class interface // Purpose: wxBitmap class interface
// Author: Vaclav Slavik // Author: Vaclav Slavik
// Modified by:
// Created: 22.04.01 // Created: 22.04.01
// Copyright: (c) wxWidgets team // Copyright: (c) wxWidgets team
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/bmpbuttn.h // Name: wx/bmpbuttn.h
// Purpose: wxBitmapButton class interface // Purpose: wxBitmapButton class interface
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Modified by:
// Created: 25.08.00 // Created: 25.08.00
// Copyright: (c) 2000 Vadim Zeitlin // Copyright: (c) 2000 Vadim Zeitlin
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/bmpcbox.h // Name: wx/bmpcbox.h
// Purpose: wxBitmapComboBox base header // Purpose: wxBitmapComboBox base header
// Author: Jaakko Salli // Author: Jaakko Salli
// Modified by:
// Created: Aug-31-2006 // Created: Aug-31-2006
// Copyright: (c) Jaakko Salli // Copyright: (c) Jaakko Salli
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/bookctrl.h // Name: wx/bookctrl.h
// Purpose: wxBookCtrlBase: common base class for wxList/Tree/Notebook // Purpose: wxBookCtrlBase: common base class for wxList/Tree/Notebook
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Modified by:
// Created: 19.08.03 // Created: 19.08.03
// Copyright: (c) 2003 Vadim Zeitlin <vadim@wxwidgets.org> // Copyright: (c) 2003 Vadim Zeitlin <vadim@wxwidgets.org>
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/brush.h // Name: wx/brush.h
// Purpose: Includes platform-specific wxBrush file // Purpose: Includes platform-specific wxBrush file
// Author: Julian Smart // Author: Julian Smart
// Modified by:
// Created: // Created:
// Copyright: Julian Smart // Copyright: Julian Smart
// Licence: wxWindows Licence // Licence: wxWindows Licence

View file

@ -2,7 +2,6 @@
// Name: wx/buffer.h // Name: wx/buffer.h
// Purpose: auto buffer classes: buffers which automatically free memory // Purpose: auto buffer classes: buffers which automatically free memory
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Modified by:
// Created: 12.04.99 // Created: 12.04.99
// Copyright: (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr> // Copyright: (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/build.h // Name: wx/build.h
// Purpose: Runtime build options checking // Purpose: Runtime build options checking
// Author: Vadim Zeitlin, Vaclav Slavik // Author: Vadim Zeitlin, Vaclav Slavik
// Modified by:
// Created: 07.05.02 // Created: 07.05.02
// Copyright: (c) 2002 Vadim Zeitlin <vadim@wxwidgets.org> // Copyright: (c) 2002 Vadim Zeitlin <vadim@wxwidgets.org>
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/button.h // Name: wx/button.h
// Purpose: wxButtonBase class // Purpose: wxButtonBase class
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Modified by:
// Created: 15.08.00 // Created: 15.08.00
// Copyright: (c) Vadim Zeitlin // Copyright: (c) Vadim Zeitlin
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/calctrl.h // Name: wx/calctrl.h
// Purpose: date-picker control // Purpose: date-picker control
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Modified by:
// Created: 29.12.99 // Created: 29.12.99
// Copyright: (c) 1999 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr> // Copyright: (c) 1999 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/caret.h // Name: wx/caret.h
// Purpose: wxCaretBase class - the interface of wxCaret // Purpose: wxCaretBase class - the interface of wxCaret
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Modified by:
// Created: 23.05.99 // Created: 23.05.99
// Copyright: (c) wxWidgets team // Copyright: (c) wxWidgets team
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/checkbox.h // Name: wx/checkbox.h
// Purpose: wxCheckBox class interface // Purpose: wxCheckBox class interface
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Modified by:
// Created: 07.09.00 // Created: 07.09.00
// Copyright: (c) wxWidgets team // Copyright: (c) wxWidgets team
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/checklst.h // Name: wx/checklst.h
// Purpose: wxCheckListBox class interface // Purpose: wxCheckListBox class interface
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Modified by:
// Created: 12.09.00 // Created: 12.09.00
// Copyright: (c) Vadim Zeitlin // Copyright: (c) Vadim Zeitlin
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/choicdlg.h // Name: wx/choicdlg.h
// Purpose: Includes generic choice dialog file // Purpose: Includes generic choice dialog file
// Author: Julian Smart // Author: Julian Smart
// Modified by:
// Created: // Created:
// Copyright: Julian Smart // Copyright: Julian Smart
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/choice.h // Name: wx/choice.h
// Purpose: wxChoice class interface // Purpose: wxChoice class interface
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Modified by:
// Created: 26.07.99 // Created: 26.07.99
// Copyright: (c) wxWidgets team // Copyright: (c) wxWidgets team
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/clipbrd.h // Name: wx/clipbrd.h
// Purpose: wxClipboard class and clipboard functions // Purpose: wxClipboard class and clipboard functions
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Modified by:
// Created: 19.10.99 // Created: 19.10.99
// Copyright: (c) wxWidgets Team // Copyright: (c) wxWidgets Team
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/clntdata.h // Name: wx/clntdata.h
// Purpose: A mixin class for holding a wxClientData or void pointer // Purpose: A mixin class for holding a wxClientData or void pointer
// Author: Robin Dunn // Author: Robin Dunn
// Modified by:
// Created: 9-Oct-2001 // Created: 9-Oct-2001
// Copyright: (c) wxWidgets team // Copyright: (c) wxWidgets team
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/clrpicker.h // Name: wx/clrpicker.h
// Purpose: wxColourPickerCtrl base header // Purpose: wxColourPickerCtrl base header
// Author: Francesco Montorsi (based on Vadim Zeitlin's code) // Author: Francesco Montorsi (based on Vadim Zeitlin's code)
// Modified by:
// Created: 14/4/2006 // Created: 14/4/2006
// Copyright: (c) Vadim Zeitlin, Francesco Montorsi // Copyright: (c) Vadim Zeitlin, Francesco Montorsi
// Licence: wxWindows Licence // Licence: wxWindows Licence

View file

@ -3,7 +3,6 @@
// Purpose: wxCmdLineParser and related classes for parsing the command // Purpose: wxCmdLineParser and related classes for parsing the command
// line options // line options
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Modified by:
// Created: 04.01.00 // Created: 04.01.00
// Copyright: (c) 2000 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr> // Copyright: (c) 2000 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/cmdproc.h // Name: wx/cmdproc.h
// Purpose: undo/redo capable command processing framework // Purpose: undo/redo capable command processing framework
// Author: Julian Smart (extracted from docview.h by VZ) // Author: Julian Smart (extracted from docview.h by VZ)
// Modified by:
// Created: 05.11.00 // Created: 05.11.00
// Copyright: (c) wxWidgets team // Copyright: (c) wxWidgets team
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/cmndata.h // Name: wx/cmndata.h
// Purpose: Common GDI data classes // Purpose: Common GDI data classes
// Author: Julian Smart and others // Author: Julian Smart and others
// Modified by:
// Created: 01/02/97 // Created: 01/02/97
// Copyright: (c) // Copyright: (c)
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/collpane.h // Name: wx/collpane.h
// Purpose: wxCollapsiblePane // Purpose: wxCollapsiblePane
// Author: Francesco Montorsi // Author: Francesco Montorsi
// Modified by:
// Created: 8/10/2006 // Created: 8/10/2006
// Copyright: (c) Francesco Montorsi // Copyright: (c) Francesco Montorsi
// Licence: wxWindows Licence // Licence: wxWindows Licence

View file

@ -2,7 +2,6 @@
// Name: wx/colordlg.h // Name: wx/colordlg.h
// Purpose: wxColourDialog // Purpose: wxColourDialog
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Modified by:
// Created: 01/02/97 // Created: 01/02/97
// Copyright: (c) wxWidgets team // Copyright: (c) wxWidgets team
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/combo.h // Name: wx/combo.h
// Purpose: wxComboCtrl declaration // Purpose: wxComboCtrl declaration
// Author: Jaakko Salli // Author: Jaakko Salli
// Modified by:
// Created: Apr-30-2006 // Created: Apr-30-2006
// Copyright: (c) Jaakko Salli // Copyright: (c) Jaakko Salli
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/combobox.h // Name: wx/combobox.h
// Purpose: wxComboBox declaration // Purpose: wxComboBox declaration
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Modified by:
// Created: 24.12.00 // Created: 24.12.00
// Copyright: (c) 1996-2000 wxWidgets team // Copyright: (c) 1996-2000 wxWidgets team
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -3,7 +3,6 @@
// Purpose: declaration of the base class of all config implementations // Purpose: declaration of the base class of all config implementations
// (see also: fileconf.h and msw/regconf.h and iniconf.h) // (see also: fileconf.h and msw/regconf.h and iniconf.h)
// Author: Karsten Ballueder & Vadim Zeitlin // Author: Karsten Ballueder & Vadim Zeitlin
// Modified by:
// Created: 07.04.98 (adapted from appconf.h) // Created: 07.04.98 (adapted from appconf.h)
// Copyright: (c) 1997 Karsten Ballueder Ballueder@usa.net // Copyright: (c) 1997 Karsten Ballueder Ballueder@usa.net
// Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr> // Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>

View file

@ -2,7 +2,6 @@
// Name: wx/config.h // Name: wx/config.h
// Purpose: wxConfig base header // Purpose: wxConfig base header
// Author: Julian Smart // Author: Julian Smart
// Modified by:
// Created: // Created:
// Copyright: (c) Julian Smart // Copyright: (c) Julian Smart
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/containr.h // Name: wx/containr.h
// Purpose: wxControlContainer and wxNavigationEnabled declarations // Purpose: wxControlContainer and wxNavigationEnabled declarations
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Modified by:
// Created: 06.08.01 // Created: 06.08.01
// Copyright: (c) 2001, 2011 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr> // Copyright: (c) 2001, 2011 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/control.h // Name: wx/control.h
// Purpose: wxControl common interface // Purpose: wxControl common interface
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Modified by:
// Created: 26.07.99 // Created: 26.07.99
// Copyright: (c) wxWidgets team // Copyright: (c) wxWidgets team
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/cshelp.h // Name: wx/cshelp.h
// Purpose: Context-sensitive help support classes // Purpose: Context-sensitive help support classes
// Author: Julian Smart, Vadim Zeitlin // Author: Julian Smart, Vadim Zeitlin
// Modified by:
// Created: 08/09/2000 // Created: 08/09/2000
// Copyright: (c) 2000 Julian Smart, Vadim Zeitlin // Copyright: (c) 2000 Julian Smart, Vadim Zeitlin
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/ctrlsub.h (read: "wxConTRoL with SUBitems") // Name: wx/ctrlsub.h (read: "wxConTRoL with SUBitems")
// Purpose: wxControlWithItems interface // Purpose: wxControlWithItems interface
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Modified by:
// Created: 22.10.99 // Created: 22.10.99
// Copyright: (c) wxWidgets team // Copyright: (c) wxWidgets team
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/dataobj.h // Name: wx/dataobj.h
// Purpose: common data object classes // Purpose: common data object classes
// Author: Vadim Zeitlin, Robert Roebling // Author: Vadim Zeitlin, Robert Roebling
// Modified by:
// Created: 26.05.99 // Created: 26.05.99
// Copyright: (c) wxWidgets Team // Copyright: (c) wxWidgets Team
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/datectrl.h // Name: wx/datectrl.h
// Purpose: implements wxDatePickerCtrl // Purpose: implements wxDatePickerCtrl
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Modified by:
// Created: 2005-01-09 // Created: 2005-01-09
// Copyright: (c) 2005 Vadim Zeitlin <vadim@wxwidgets.org> // Copyright: (c) 2005 Vadim Zeitlin <vadim@wxwidgets.org>
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/dateevt.h // Name: wx/dateevt.h
// Purpose: declares wxDateEvent class // Purpose: declares wxDateEvent class
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Modified by:
// Created: 2005-01-10 // Created: 2005-01-10
// Copyright: (c) 2005 Vadim Zeitlin <vadim@wxwidgets.org> // Copyright: (c) 2005 Vadim Zeitlin <vadim@wxwidgets.org>
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -3,7 +3,6 @@
// Purpose: declarations of time/date related classes (wxDateTime, // Purpose: declarations of time/date related classes (wxDateTime,
// wxTimeSpan) // wxTimeSpan)
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Modified by:
// Created: 10.02.99 // Created: 10.02.99
// Copyright: (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr> // Copyright: (c) 1998 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/dc.h // Name: wx/dc.h
// Purpose: wxDC class // Purpose: wxDC class
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Modified by:
// Created: 05/25/99 // Created: 05/25/99
// Copyright: (c) wxWidgets team // Copyright: (c) wxWidgets team
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/dcgraph.h // Name: wx/dcgraph.h
// Purpose: graphics context device bridge header // Purpose: graphics context device bridge header
// Author: Stefan Csomor // Author: Stefan Csomor
// Modified by:
// Created: // Created:
// Copyright: (c) Stefan Csomor // Copyright: (c) Stefan Csomor
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/dcmemory.h // Name: wx/dcmemory.h
// Purpose: wxMemoryDC base header // Purpose: wxMemoryDC base header
// Author: Julian Smart // Author: Julian Smart
// Modified by:
// Created: // Created:
// Copyright: (c) Julian Smart // Copyright: (c) Julian Smart
// Licence: wxWindows Licence // Licence: wxWindows Licence

View file

@ -2,7 +2,6 @@
// Name: wx/dcmirror.h // Name: wx/dcmirror.h
// Purpose: wxMirrorDC class // Purpose: wxMirrorDC class
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Modified by:
// Created: 21.07.2003 // Created: 21.07.2003
// Copyright: (c) 2003 Vadim Zeitlin <vadim@wxwidgets.org> // Copyright: (c) 2003 Vadim Zeitlin <vadim@wxwidgets.org>
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/dcprint.h // Name: wx/dcprint.h
// Purpose: wxPrinterDC base header // Purpose: wxPrinterDC base header
// Author: Julian Smart // Author: Julian Smart
// Modified by:
// Created: // Created:
// Copyright: (c) Julian Smart // Copyright: (c) Julian Smart
// Licence: wxWindows Licence // Licence: wxWindows Licence

View file

@ -2,7 +2,6 @@
// Name: wx/dcps.h // Name: wx/dcps.h
// Purpose: wxPostScriptDC base header // Purpose: wxPostScriptDC base header
// Author: Julian Smart // Author: Julian Smart
// Modified by:
// Created: // Created:
// Copyright: (c) Julian Smart // Copyright: (c) Julian Smart
// Licence: wxWindows Licence // Licence: wxWindows Licence

View file

@ -2,7 +2,6 @@
// Name: wx/dcscreen.h // Name: wx/dcscreen.h
// Purpose: wxScreenDC base header // Purpose: wxScreenDC base header
// Author: Julian Smart // Author: Julian Smart
// Modified by:
// Created: // Created:
// Copyright: (c) Julian Smart // Copyright: (c) Julian Smart
// Licence: wxWindows Licence // Licence: wxWindows Licence

View file

@ -2,7 +2,6 @@
// Name: wx/dcsvg.h // Name: wx/dcsvg.h
// Purpose: wxSVGFileDC // Purpose: wxSVGFileDC
// Author: Chris Elliott // Author: Chris Elliott
// Modified by:
// Created: // Created:
// Copyright: (c) Chris Elliott // Copyright: (c) Chris Elliott
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/dde.h // Name: wx/dde.h
// Purpose: DDE base header // Purpose: DDE base header
// Author: Julian Smart // Author: Julian Smart
// Modified by:
// Created: // Created:
// Copyright: (c) Julian Smart // Copyright: (c) Julian Smart
// Licence: wxWindows Licence // Licence: wxWindows Licence

View file

@ -2,7 +2,6 @@
// Name: wx/dfb/nonownedwnd.h // Name: wx/dfb/nonownedwnd.h
// Purpose: declares wxNonOwnedWindow class // Purpose: declares wxNonOwnedWindow class
// Author: Vaclav Slavik // Author: Vaclav Slavik
// Modified by:
// Created: 2006-12-24 // Created: 2006-12-24
// Copyright: (c) 2006 TT-Solutions // Copyright: (c) 2006 TT-Solutions
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/dialog.h // Name: wx/dialog.h
// Purpose: wxDialogBase class // Purpose: wxDialogBase class
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Modified by:
// Created: 29.06.99 // Created: 29.06.99
// Copyright: (c) Vadim Zeitlin // Copyright: (c) Vadim Zeitlin
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/dialup.h // Name: wx/dialup.h
// Purpose: Network related wxWidgets classes and functions // Purpose: Network related wxWidgets classes and functions
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Modified by:
// Created: 07.07.99 // Created: 07.07.99
// Copyright: (c) Vadim Zeitlin // Copyright: (c) Vadim Zeitlin
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/dir.h // Name: wx/dir.h
// Purpose: wxDir is a class for enumerating the files in a directory // Purpose: wxDir is a class for enumerating the files in a directory
// Author: Vadim Zeitlin // Author: Vadim Zeitlin
// Modified by:
// Created: 08.12.99 // Created: 08.12.99
// Copyright: (c) 1999 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr> // Copyright: (c) 1999 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/dirctrl.h // Name: wx/dirctrl.h
// Purpose: Directory control base header // Purpose: Directory control base header
// Author: Julian Smart // Author: Julian Smart
// Modified by:
// Created: // Created:
// Copyright: (c) Julian Smart // Copyright: (c) Julian Smart
// Licence: wxWindows Licence // Licence: wxWindows Licence

View file

@ -2,7 +2,6 @@
// Name: wx/dirdlg.h // Name: wx/dirdlg.h
// Purpose: wxDirDialog base class // Purpose: wxDirDialog base class
// Author: Robert Roebling // Author: Robert Roebling
// Modified by:
// Created: // Created:
// Copyright: (c) Robert Roebling // Copyright: (c) Robert Roebling
// Licence: wxWindows Licence // Licence: wxWindows Licence

View file

@ -2,7 +2,6 @@
// Name: wx/dnd.h // Name: wx/dnd.h
// Purpose: Drag and drop classes declarations // Purpose: Drag and drop classes declarations
// Author: Vadim Zeitlin, Robert Roebling // Author: Vadim Zeitlin, Robert Roebling
// Modified by:
// Created: 26.05.99 // Created: 26.05.99
// Copyright: (c) wxWidgets Team // Copyright: (c) wxWidgets Team
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/docview.h // Name: wx/docview.h
// Purpose: Doc/View classes // Purpose: Doc/View classes
// Author: Julian Smart // Author: Julian Smart
// Modified by:
// Created: 01/02/97 // Created: 01/02/97
// Copyright: (c) Julian Smart // Copyright: (c) Julian Smart
// Licence: wxWindows licence // Licence: wxWindows licence

View file

@ -2,7 +2,6 @@
// Name: wx/dragimag.h // Name: wx/dragimag.h
// Purpose: wxDragImage base header // Purpose: wxDragImage base header
// Author: Julian Smart // Author: Julian Smart
// Modified by:
// Created: // Created:
// Copyright: (c) Julian Smart // Copyright: (c) Julian Smart
// Licence: wxWindows Licence // Licence: wxWindows Licence

Some files were not shown because too many files have changed in this diff Show more