mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Modify the headers of files in src/graphics as discussed on the list.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5206 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e742268ef9
commit
3aa7e91a82
@ -1,3 +1,7 @@
|
||||
2002-09-05 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* all files: modify the headers as discussed on the list.
|
||||
|
||||
2002-09-04 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* PreviewLoader.C (startLoading): pass the desired output format to the
|
||||
|
@ -1,10 +1,11 @@
|
||||
/*
|
||||
/**
|
||||
* \file GraphicsCache.C
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Baruch Even <baruch.even@writeme.com>
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Baruch Even
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,11 +1,12 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file GraphicsCache.h
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Baruch Even <baruch.even@writeme.com>
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Baruch Even
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details available in file CREDITS
|
||||
*
|
||||
* grfx::Cache is the manager of the image cache.
|
||||
* It is responsible for creating the grfx::CacheItem's and maintaining them.
|
||||
|
@ -1,11 +1,12 @@
|
||||
/*
|
||||
/**
|
||||
* \file GraphicsCacheItem.C
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Baruch Even <baruch.even@writeme.com>
|
||||
* \author Herbert Voss <voss@lyx.org>
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Baruch Even
|
||||
* \author Herbert Voss
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,11 +1,12 @@
|
||||
// -*- C++ -*-
|
||||
/*
|
||||
/**
|
||||
* \file GraphicsCacheItem.h
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Baruch Even <baruch.even@writeme.com>
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Baruch Even
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details available in file CREDITS
|
||||
*
|
||||
* The graphics cache is a container of grfx::CacheItems.
|
||||
* Each grfx::CacheItem, defined here represents a separate image file.
|
||||
|
@ -1,9 +1,10 @@
|
||||
/**
|
||||
* \file GraphicsConverter.C
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,10 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file GraphicsConverter.h
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details available in file CREDITS
|
||||
*
|
||||
* The controller of a conversion process from file AA of format A to
|
||||
* file BB of format B.
|
||||
|
@ -1,11 +1,12 @@
|
||||
/*
|
||||
/**
|
||||
* \file GraphicsImage.C
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Baruch Even <baruch.even@writeme.com>
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Herbert Voss <voss@lyx.org>
|
||||
* \author Baruch Even
|
||||
* \author Angus Leeming
|
||||
* \author Herbert Voss
|
||||
*
|
||||
* Full author contact details available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,11 +1,12 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file GraphicsImage.h
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Baruch Even <baruch.even@writeme.com>
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Baruch Even
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details available in file CREDITS
|
||||
*
|
||||
* An abstract base class for the images themselves.
|
||||
* Allows the user to retrieve the pixmap, once loaded and to issue commands
|
||||
|
@ -1,10 +1,11 @@
|
||||
/*
|
||||
/**
|
||||
* \file GraphicsImageXPM.C
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Baruch Even <baruch.even@writeme.com>
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Baruch Even
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,11 +1,12 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file GraphicsImageXPM.h
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Baruch Even <baruch.even@writeme.com>
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Baruch Even
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details available in file CREDITS
|
||||
*
|
||||
* An instantiation of Image that makes use of libXPM to load and store
|
||||
* the image in memory.
|
||||
|
@ -1,9 +1,10 @@
|
||||
/*
|
||||
/**
|
||||
* \file GraphicsLoader.C
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,10 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file GraphicsLoader.h
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details available in file CREDITS
|
||||
*
|
||||
* The public face of the graphics cache.
|
||||
*
|
||||
|
@ -1,9 +1,10 @@
|
||||
/*
|
||||
/**
|
||||
* \file GraphicsParams.C
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,10 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file GraphicsParams.h
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details available in file CREDITS
|
||||
*
|
||||
* Used internally by the grfx::Image.
|
||||
*/
|
||||
|
@ -1,9 +1,10 @@
|
||||
/**
|
||||
* \file GraphicsSupport.C
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,10 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file GraphicsSupport.h
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef GRAPHICSSUPPORT_H
|
||||
|
@ -1,8 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file GraphicsTypes.C
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Rob Lahaye
|
||||
*
|
||||
* Full author contact details available in file CREDITS
|
||||
*/
|
||||
|
||||
#include "graphics/GraphicsTypes.h"
|
||||
|
@ -1,10 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file GraphicsTypes.h
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details available in file CREDITS
|
||||
*
|
||||
* All that header files outside the graphics subdirectory should need to
|
||||
* access.
|
||||
|
@ -1,9 +1,10 @@
|
||||
/**
|
||||
* \file PreviewImage.C
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,10 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file PreviewImage.h
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifndef PREVIEWIMAGE_H
|
||||
|
@ -1,9 +1,10 @@
|
||||
/*
|
||||
/**
|
||||
* \file PreviewLoader.C
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,10 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file PreviewLoader.h
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details available in file CREDITS
|
||||
*
|
||||
* grfx::PreviewLoader collects latex snippets together. Then, on a
|
||||
* startLoading() call, these are dumped to file and processed, converting
|
||||
|
@ -1,10 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file PreviewedInset.C
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details available in file CREDITS
|
||||
*/
|
||||
|
||||
#ifdef __GNUG__
|
||||
|
@ -1,10 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file PreviewedInset.h
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details available in file CREDITS
|
||||
*
|
||||
* grfx::PreviewedInset is an abstract base class that can help insets to
|
||||
* generate previews. The daughter class must instantiate three small
|
||||
|
@ -1,9 +1,10 @@
|
||||
/*
|
||||
/**
|
||||
* \file Previews.C
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details available in file CREDITS
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,10 +1,11 @@
|
||||
// -*- C++ -*-
|
||||
/**
|
||||
* \file Previews.h
|
||||
* Copyright 2002 the LyX Team
|
||||
* Read the file COPYING
|
||||
*
|
||||
* \author Angus Leeming <leeming@lyx.org>
|
||||
* \author Angus Leeming
|
||||
*
|
||||
* Full author contact details available in file CREDITS
|
||||
*
|
||||
* grfx::Previews is a singleton class that stores the grfx::PreviewLoader
|
||||
* for each buffer requiring one.
|
||||
|
Loading…
Reference in New Issue
Block a user