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
1
Makefile
1
Makefile
|
|
@ -1,4 +1,5 @@
|
|||
# Makefile for tuxpaint
|
||||
# $Id$
|
||||
|
||||
# Tux Paint - A simple drawing program for children.
|
||||
|
||||
|
|
|
|||
19
README.txt
19
README.txt
|
|
@ -1,3 +1,22 @@
|
|||
|
||||
Please see the documentation located in the "docs" directory.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
$Id$
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ http://www.newbreedsoftware.com/tuxpaint/
|
|||
|
||||
|
||||
June 17, 2002 - November 20, 2005
|
||||
$Id$
|
||||
|
||||
|
||||
* Design and Coding:
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@ Copyright (c) 2005 by Bill Kendrick and others
|
|||
bill@newbreedsoftware.com
|
||||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
$Id$
|
||||
|
||||
|
||||
2005.November.26 (0.9.15b)
|
||||
|
||||
|
|
@ -20,6 +22,10 @@ http://www.newbreedsoftware.com/tuxpaint/
|
|||
* "Thick" and "Thin" magic tools were removed, so removed mention
|
||||
of them from README documentation.
|
||||
|
||||
* Source files and documentation files tagged with CVS Id tags
|
||||
for easier version tracking.
|
||||
Mark K. Kim <tuxNO_SOLICITATIONpaint-dev@cbreak.org>
|
||||
|
||||
* Locale update:
|
||||
--------------
|
||||
* Georgian font is only ~50KB, so added to main Tux Paint archive.
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ included with the TrueType Fonts that come with Tux Paint.
|
|||
See: ../fonts/locale/LL_docs/, where "LL" corresponds to a font filename.
|
||||
|
||||
Bill Kendrick, 2005.October.10
|
||||
$Id$
|
||||
|
||||
----------------------------------------
|
||||
|
||||
|
|
|
|||
|
|
@ -572,3 +572,6 @@ Help / Contact
|
|||
Or post to our 'tuxpaint-users' mailing list:
|
||||
|
||||
http://www.newbreedsoftware.com/tuxpaint/lists/
|
||||
|
||||
|
||||
$Id$
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ bill@newbreedsoftware.com
|
|||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
June 27, 2002 - February 26, 2005
|
||||
$Id$
|
||||
|
||||
|
||||
Requirements:
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@
|
|||
# bill@newbreedsoftware.com
|
||||
#
|
||||
# Sept. 4, 2005 - October 9, 2005
|
||||
# $Id$
|
||||
|
||||
LINKS=links -dump -no-numbering -no-references
|
||||
|
||||
|
|
|
|||
|
|
@ -821,3 +821,5 @@ Setting Your Environment's Locale
|
|||
|
||||
Under Unix and Linux, you can use the Makefile that comes with the
|
||||
font to install the font in the appropriate location.
|
||||
|
||||
$Id$
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ bill@newbreedsoftware.com
|
|||
http://www.newbreedsoftware.com/tuxpaint/
|
||||
|
||||
June 27, 2002 - March 9, 2005
|
||||
$Id$
|
||||
|
||||
|
||||
About PNGs
|
||||
|
|
|
|||
|
|
@ -1107,3 +1107,6 @@ Fonts
|
|||
lists:
|
||||
|
||||
http://www.newbreedsoftware.com/tuxpaint/lists/
|
||||
|
||||
|
||||
$Id$
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
Tux Paint Xcode Project
|
||||
notes by Martin Fuhrer <mfuhrer@alumni.ucalgary.ca>
|
||||
$Id$
|
||||
|
||||
This Tux Paint project file is located in a folder titled "macosx", which should in turn be placed in the root folder of the Tux Paint source code distribution. The project will then be able to access all the source code files.
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
Non-NIB-Code & other changes: Max Horn <max@quendi.de>
|
||||
|
||||
Feel free to customize this file to suit your needs
|
||||
$Id$
|
||||
*/
|
||||
|
||||
//#define MAC_OS_X_VERSION_MAX_ALLOWED MAC_OS_X_VERSION_10_2
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
Non-NIB-Code & other changes: Max Horn <max@quendi.de>
|
||||
|
||||
Feel free to customize this file to suit your needs
|
||||
$Id$
|
||||
*/
|
||||
|
||||
#import "SDL.h"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@
|
|||
* Created by Martin Fuhrer on Wed May 12 2004.
|
||||
* Copyright (c) 2004 __MyCompanyName__. All rights reserved.
|
||||
*
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef WRAPPER_DATA
|
||||
|
|
|
|||
|
|
@ -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__
|
||||
|
|
|
|||
|
|
@ -121,4 +121,4 @@ sure that the installer has the right name (this keeps bill happy:-)
|
|||
John Popplewell.
|
||||
john@johnnypops.demon.co.uk
|
||||
http://www.johnnypops.demon.co.uk/
|
||||
|
||||
$Id$
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue