Update URL to https://tuxpaint.org/ everywhere

Also, add other social media accounts to list of places to
announce Tux Paint in RELEASE docs.

Also, list a ton more options missing from default example config file
"src/tuxpaint.conf"
This commit is contained in:
Bill Kendrick 2022-12-11 01:29:25 -08:00
parent c9193bae2e
commit 0517b4392c
86 changed files with 284 additions and 211 deletions

View file

@ -4,9 +4,9 @@
For Tux Paint
List of colors
Copyright (c) 2002-2007 by Bill Kendrick and others
Copyright (c) 2002-2022 by Bill Kendrick and others
bill@newbreedsoftware.com
http://www.tuxpaint.org/
https://tuxpaint.org/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -23,7 +23,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
June 14, 2002 - July 17, 2007
June 14, 2002 - December 11, 2022
$Id$
*/

View file

@ -6,7 +6,7 @@
Copyright (c) 2002-2022 by Bill Kendrick and others
bill@newbreedsoftware.com
http://www.tuxpaint.org/
https://tuxpaint.org/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -23,7 +23,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
June 14, 2002 - February 5, 2022
June 14, 2002 - December 11, 2022
$Id$
*/

View file

@ -6,7 +6,7 @@
Copyright (c) 2002-2022 by Bill Kendrick and others
bill@newbreedsoftware.com
http://www.tuxpaint.org/
https://tuxpaint.org/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -23,7 +23,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
June 14, 2002 - January 25, 2022
June 14, 2002 - December 11, 2022
$Id$
*/

View file

@ -2,7 +2,7 @@
dirwalk.c
Copyright (c) 2009-2022
http://www.tuxpaint.org/
https://tuxpaint.org/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -19,7 +19,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
Last modified: November 14, 2022
Last modified: December 11, 2022
*/
#include <stdio.h>

View file

@ -1,8 +1,8 @@
/*
dirwalk.h
Copyright (c) 2009
http://www.tuxpaint.org/
Copyright (c) 2009-2022
https://tuxpaint.org/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -19,6 +19,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
Last updated: December 11, 2022
$Id$
*/

View file

@ -4,9 +4,9 @@
Fill tool
Tux Paint - A simple drawing program for children.
Copyright (c) 2002-2021 by Bill Kendrick and others; see AUTHORS.txt
Copyright (c) 2002-2022 by Bill Kendrick and others; see AUTHORS.txt
bill@newbreedsoftware.com
http://www.tuxpaint.org/
https://tuxpaint.org/
Flood fill code based on Wikipedia example:
http://www.wikipedia.org/wiki/Flood_fill/C_example
@ -27,7 +27,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
Last updated: November 20, 2021
Last updated: December 11, 2022
$Id$
*/

View file

@ -4,9 +4,9 @@
Fill tool
Tux Paint - A simple drawing program for children.
Copyright (c) 2002-2021 by Bill Kendrick and others; see AUTHORS.txt
Copyright (c) 2002-2022 by Bill Kendrick and others; see AUTHORS.txt
bill@newbreedsoftware.com
http://www.tuxpaint.org/
https://tuxpaint.org/
Flood fill code based on Wikipedia example:
http://www.wikipedia.org/wiki/Flood_fill/C_example
@ -27,7 +27,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
Last updated: October 18, 2021
Last updated: December 11, 2022
$Id$
*/

View file

@ -4,9 +4,9 @@
Fill tool -- tool variations (for selector)
Tux Paint - A simple drawing program for children.
Copyright (c) 2002-2021 by Bill Kendrick and others; see AUTHORS.txt
Copyright (c) 2002-2022 by Bill Kendrick and others; see AUTHORS.txt
bill@newbreedsoftware.com
http://www.tuxpaint.org/
https://tuxpaint.org/
Flood fill code based on Wikipedia example:
http://www.wikipedia.org/wiki/Flood_fill/C_example
@ -27,7 +27,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
Last updated: October 19, 2021
Last updated: December 11, 2022
$Id$
*/

View file

@ -2,7 +2,7 @@
fonts.c
Copyright (c) 2009-2022
http://www.tuxpaint.org/
https://tuxpaint.org/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -19,7 +19,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
Last modified: December 9, 2022
Last modified: December 11, 2022
*/
#include <stdio.h>

View file

@ -2,7 +2,7 @@
fonts.h
Copyright (c) 2009-2022
http://www.tuxpaint.org/
https://tuxpaint.org/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -19,6 +19,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
Last updated: December 11, 2022
$Id$
*/

View file

@ -1,8 +1,8 @@
/*
get_fname.c
Copyright (c) 2009 - 2021
http://www.tuxpaint.org/
Copyright (c) 2009 - 2022
https://tuxpaint.org/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -19,6 +19,8 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
Last updated: December 11, 2022
$Id$
*/

View file

@ -1,8 +1,8 @@
/*
get_fname.h
Copyright (c) 2009 - January 13, 2021
http://www.tuxpaint.org/
Copyright (c) 2009-2022
https://tuxpaint.org/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -19,6 +19,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
Last modified: December 11, 2022
$Id$
*/

View file

@ -4,9 +4,9 @@
For Tux Paint
Collection of congratulatory strings (like "Great!").
Copyright (c) 2002-2007 by Bill Kendrick and others
Copyright (c) 2002-2022 by Bill Kendrick and others
bill@newbreedsoftware.com
http://www.tuxpaint.org/
https://tuxpaint.org/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -23,7 +23,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
September 28, 2002 - July 17, 2007
September 28, 2002 - December 11, 2022
$Id$
*/

View file

@ -6,7 +6,7 @@
Copyright (c) 2002-2022 by Bill Kendrick and others
bill@newbreedsoftware.com
http://www.tuxpaint.org/
https://tuxpaint.org/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -25,7 +25,7 @@
$Id$
June 14, 2002 - February 9, 2022
June 14, 2002 - December 11, 2022
*/
#include <stdio.h>

View file

@ -4,9 +4,9 @@
For Tux Paint
Language-related functions
Copyright (c) 2002-2020 by Bill Kendrick and others
Copyright (c) 2002-2022 by Bill Kendrick and others
bill@newbreedsoftware.com
http://www.tuxpaint.org/
https://tuxpaint.org/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -25,7 +25,7 @@
$Id$
June 14, 2002 - July 26, 2020
June 14, 2002 - December 11, 2022
*/

View file

@ -1,8 +1,8 @@
/*
ios.h
Copyright (c) 2021
http://www.tuxpaint.org/
Copyright (c) 2021-2022
https://tuxpaint.org/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -18,6 +18,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
Last updated: December 11, 2022
*/
#ifndef __IOS_H__
#define __IOS_H__

View file

@ -1,8 +1,8 @@
/*
ios.c
Copyright (c) 2021
http://www.tuxpaint.org/
Copyright (c) 2021-2022
https://tuxpaint.org/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -18,7 +18,10 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
Last updated: December 11, 2022
*/
#include <string.h>
#include <unistd.h>
#include <sys/stat.h>

View file

@ -1,8 +1,8 @@
/*
ios_print.h
Copyright (c) 2021
http://www.tuxpaint.org/
Copyright (c) 2021-2022
https://tuxpaint.org/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -18,6 +18,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
Last updated: December 11, 2022
*/
#ifndef __IOS_PRINT_H__
#define __IOS_PRINT_H__

View file

@ -1,8 +1,8 @@
/*
ios_print.m
Copyright (c) 2021
http://www.tuxpaint.org/
Copyright (c) 2021-2022
https://tuxpaint.org/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -18,6 +18,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
Last updated: December 11, 2022
*/
#import "ios_print.h"

View file

@ -2,7 +2,7 @@
macos.h
Copyright (c) 2021-2022
http://www.tuxpaint.org/
https://tuxpaint.org/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -18,6 +18,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
Last updated: December 11, 2022
*/
#ifndef __MACOS_H__
#define __MACOS_H__

View file

@ -2,7 +2,7 @@
macos.m
Copyright (c) 2021-2022
http://www.tuxpaint.org/
https://tuxpaint.org/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -18,6 +18,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
Last updated: December 11, 2022
*/
#import <stdio.h>

View file

@ -1,8 +1,8 @@
/*
onscreen_keyboard.c
Copyright (c) 2022
http://www.tuxpaint.org/
Copyright (c) 2011-2022
https://tuxpaint.org/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -19,7 +19,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
Last modified: November 14, 2022
Last modified: December 11, 2022
*/
#include "debug.h"

View file

@ -24,12 +24,12 @@
<developer_name>New Breed Software et al.</developer_name>
<url type="homepage">https://tuxpaint.org/</url>
<url type="bugtracker">https://sourceforge.net/p/tuxpaint/_list/tickets</url>
<url type="faq">https://www.tuxpaint.org/docs/en/html/FAQ.html</url>
<url type="help">https://www.tuxpaint.org/docs/</url>
<url type="faq">https://tuxpaint.org/docs/en/html/FAQ.html</url>
<url type="help">https://tuxpaint.org/docs/</url>
<!-- TODO: https: donation URL -->
<url type="donation">http://www.newbreedsoftware.com/donate/</url>
<url type="translate">https://www.tuxpaint.org/help/po/</url>
<url type="contact">https://www.tuxpaint.org/contact/</url>
<url type="translate">https://tuxpaint.org/help/po/</url>
<url type="contact">https://tuxpaint.org/contact/</url>
<screenshots>
<screenshot type="default">
<image type="source">https://tuxpaint.org/screenshots/starter-coloringbook.png</image>

View file

@ -1,8 +1,8 @@
/*
platform.h
Copyright (c) 2021
http://www.tuxpaint.org/
Copyright (c) 2021-2022
https://tuxpaint.org/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -18,6 +18,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
Last modified: December 11, 2022
*/
#ifndef __PLATFORM_H__
#define __PLATFORM_H__

View file

@ -1,8 +1,8 @@
/*
playsound.c
Copyright (c) 2002-2019
http://www.tuxpaint.org/
Copyright (c) 2002-2022
https://tuxpaint.org/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -19,6 +19,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
Last updated: December 11, 2022
$Id$
*/

View file

@ -1,7 +1,7 @@
/* playsound.h
Copyright (c) 2002-2019
http://www.tuxpaint.org/
Copyright (c) 2002-2022
https://tuxpaint.org/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -18,6 +18,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
Last updated: December 11, 2022
$Id$
*/

View file

@ -6,9 +6,9 @@
(for non-Windows, non-BeOS platforms, e.g. Linux and macOS)
(moved from tuxpaint.c in 0.9.17)
Copyright (c) 2022 by Bill Kendrick and others
Copyright (c) 2007-2022 by Bill Kendrick and others
bill@newbreedsoftware.com
http://www.tuxpaint.org/
https://tuxpaint.org/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -35,8 +35,7 @@
documentation. This software is provided "as is" without express or
implied warranty.
June 24, 2007 - April 29, 2022
June 24, 2007 - December 11, 2022
$Id$
*/

View file

@ -4,12 +4,12 @@
For Tux Paint
PostScript(r) printing routine.
(for non-Windows, non-Mac OS X, non-BeOS platforms, e.g. Linux)
(for non-Windows, non-macOS, non-BeOS platforms; e.g. Linux)
(moved from tuxpaint.c in 0.9.17)
Copyright (c) 2008 by Bill Kendrick and others
Copyright (c) 2008-2022 by Bill Kendrick and others
bill@newbreedsoftware.com
http://www.tuxpaint.org/
https://tuxpaint.org/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -26,7 +26,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
June 24, 2007 - December 7, 2008
June 24, 2007 - December 11, 2022
$Id$
*/

View file

@ -4,9 +4,9 @@
For Tux Paint
List of available shapes.
Copyright (c) 2002-2021 by Bill Kendrick and others
Copyright (c) 2002-2022 by Bill Kendrick and others
bill@newbreedsoftware.com
http://www.tuxpaint.org/
https://tuxpaint.org/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -23,7 +23,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
June 14, 2002 - January 21, 2022
June 14, 2002 - December 11, 2022
$Id$
*/

View file

@ -4,9 +4,9 @@
For Tux Paint
List of sound effects.
Copyright (c) 2002-2021 by Bill Kendrick and others
Copyright (c) 2002-2022 by Bill Kendrick and others
bill@newbreedsoftware.com
http://www.tuxpaint.org/
https://tuxpaint.org/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -23,7 +23,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
June 15, 2002 - October 24, 2021
June 15, 2002 - December 11, 2022
$Id$
*/

View file

@ -4,9 +4,9 @@
For Tux Paint
List of sound effects.
Copyright (c) 2002-2021 by Bill Kendrick and others
Copyright (c) 2002-2022 by Bill Kendrick and others
bill@newbreedsoftware.com
http://www.tuxpaint.org/
https://tuxpaint.org/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -23,7 +23,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
June 15, 2002 - October 24, 2021
June 15, 2002 - December 11, 2022
$Id$
*/

View file

@ -4,9 +4,9 @@
For Tux Paint
List of available titles
Copyright (c) 2002-2021 by Bill Kendrick and others
Copyright (c) 2002-2022 by Bill Kendrick and others
bill@newbreedsoftware.com
http://www.tuxpaint.org/
https://tuxpaint.org/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -23,7 +23,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
June 14, 2002 - February 20, 2021
June 14, 2002 - December 11, 2022
$Id$
*/

View file

@ -21,9 +21,9 @@
Copyright (c) 2002-2022 by Bill Kendrick
bill@newbreedsoftware.com
http://www.tuxpaint.org/
https://tuxpaint.org/
June 14, 2002 - February 9, 2022
June 14, 2002 - December 11, 2022
$Id$
*/

View file

@ -6,9 +6,9 @@
# Tool that reports compiler options used when buidling Magic Tool
# shared objects for Tux Paint
# (c) Copyright 2007, by Bill Kendrick
# (c) Copyright 2007-2022, by Bill Kendrick
# bill@newbreedsoftware.com
# http://www.tuxpaint.org/
# https://tuxpaint.org/
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by

View file

@ -1,9 +1,9 @@
# tuxpaint(1) completion
# put this file in /etc/bash_completion.d/
# Bill Kendrick <bill@newbreedsoftware.com>; http://www.tuxpaint.org/
# Bill Kendrick <bill@newbreedsoftware.com>; https://tuxpaint.org/
# Based on inkscape's completion file, by allali@univ-mlv.fr
#
# Last modified 2022-09-28
# Last modified 2022-12-11
#
# $Id$

View file

@ -5,7 +5,7 @@
Copyright (c) 2002-2022
by various contributors; see AUTHORS.txt
http://www.tuxpaint.org/
https://tuxpaint.org/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@ -22,7 +22,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
June 14, 2002 - November 14, 2022
June 14, 2002 - December 11, 2022
*/
#include "platform.h"

View file

@ -4,15 +4,40 @@
# See tuxpaint(1) or run 'tuxpaint --help' for details on using Tux Paint
#
# Bill Kendrick <bill@newbreedsoftware.com>
# http://www.tuxpaint.org/
# https://tuxpaint.org/
#
# Default distribution version last modified:
# July 25, 2020
# December 11, 2020
#
# $Id$
# FIXME: Add alllocalefonts, allowscreensaver, stampsize, datadir, nolockfile -bjk 2010.04.15
# FIXME: Add descriptions & examples for other options:
# * allowscreensaver
# * buttonsize
# * startblank
# * nobuttondistinction
# * hidecursor
# * nostampcontrols
# * nostamprotation
# * nomagiccontrols
# * noshapecontrols
# * nolabel
# * nobrushspacing
# * newcolorslast
# * colorsrows
# * onscreenkeyboard
# * " layout
# * " disable change
# * joystick*
# * stampsize
# * nosysfonts
# * stampsize
# * alllocalefonts
# * datadir
# * reversesort
# * nolockfile
# -bjk 2022.12.11
# The variables described below are initially commented out.