CVS Id tags added to several files for easier version tracking.
This commit is contained in:
parent
686e563a49
commit
8a896438a1
33 changed files with 66 additions and 2 deletions
|
|
@ -4,6 +4,7 @@
|
|||
/* Marcin 'Shard' Konicki <shard@beosjournal.org> */
|
||||
|
||||
/* Jan. 17, 2003 */
|
||||
/* $Id$ */
|
||||
|
||||
|
||||
#ifndef __BEOS_PRINT_H__
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
June 14, 2002 - November 21, 2004
|
||||
$Id$
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
# fake file, so that intltools work
|
||||
# $Id$
|
||||
|
||||
AM_INIT_AUTOMAKE(tuxpaint, 0.9.14)
|
||||
AM_PROG_XML_I18N_TOOLS
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
September 28, 2002 - September 30, 2002
|
||||
$Id$
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
//
|
||||
// Created by Darrell Walisser on Sat Mar 15 2003.
|
||||
// Copyright (c) 2003 __MyCompanyName__. All rights reserved.
|
||||
// $Id$
|
||||
//
|
||||
|
||||
#include "SDL.h"
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
//
|
||||
// Created by Darrell Walisser on Sat Mar 15 2003.
|
||||
// Copyright (c) 2003 __MyCompanyName__. All rights reserved.
|
||||
// $Id$
|
||||
//
|
||||
|
||||
#import "macosx_print.h"
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
June 29, 2002 - December 11, 2004
|
||||
$Id$
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
June 14, 2002 - January 8, 2003
|
||||
$Id$
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
June 15, 2002 - July 17, 2005
|
||||
$Id$
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
June 17, 2002 - June 27, 2002
|
||||
$Id$
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
June 14, 2002 - September 14, 2004
|
||||
$Id$
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
June 14, 2002 - December 10, 2002
|
||||
$Id$
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
(See COPYING.txt)
|
||||
|
||||
June 14, 2002 - November 26, 2005
|
||||
$Id$
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -27,6 +27,9 @@
|
|||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@
|
|||
/* john@johnnypops.demon.co.uk */
|
||||
/* */
|
||||
/****************************************************/
|
||||
/* $Id$ */
|
||||
|
||||
typedef long BOOL;
|
||||
typedef unsigned int DWORD;
|
||||
typedef wchar_t TCHAR;
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
/* Sept. 30, 2002 - Oct. 17, 2002 */
|
||||
/* Oct. 07, 2003 - added banding support */
|
||||
/* - prints using 24-bit (not 32-bit) bitmap */
|
||||
/* $Id$ */
|
||||
|
||||
#include <windows.h>
|
||||
#include <direct.h>
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
/* John Popplewell <john@johnnypops.demon.co.uk> */
|
||||
|
||||
/* Sept. 30, 2002 - Oct. 1, 2002 */
|
||||
/* $Id$ */
|
||||
|
||||
|
||||
#ifndef __WIN32_PRINT_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue