No description
Find a file
Bill Kendrick cb6f190c58 in_circle_rad() - Avoid mult if obviously outside circle
Most places that invoke this already avoid outside testing
inherently (e.g., "for (y = -r; y <= r; y++) ..."), but a
few places don't, so I'm _hoping_ this might be beneficial to
avoid a handful of multiplication operations.

(Worst case, we can add the test optionally, and have it dump some
debug output, so we can track down places that waste clockcycles
testing points obviously outside a circle.)
2024-12-28 12:31:19 -08:00
brushes-po Updating Catalan. 2024-10-22 00:24:16 +02:00
custom Move custom/macos* files to macos/* 2021-01-11 18:16:22 -05:00
data Regen brush descriptions after Catalan update 2024-10-21 22:10:55 -07:00
docs WIP Adding "netbsd_..." OS variables in Makefile 2024-12-28 12:15:33 -08:00
fonts/locale Rebuild zh_TW.ttf (Chinese Traditional) subset font 2023-06-13 21:46:07 -07:00
haiku Adding the tuxpaint.rdef file, this contains the tuxpaint icon for Haiku 2010-06-02 15:44:15 +00:00
hildon Updated version #. 2007-11-27 18:04:20 +00:00
im Comment error fixed. 2009-05-31 15:49:28 +00:00
ios Automatically update macOS build version at build time. 2022-09-10 09:16:10 -04:00
macos Simplify the process of building the universal bundle on the macOS 2024-02-03 22:18:41 -05:00
maemo/debian DESTDIR is the standard name, not PKG_ROOT 2008-04-26 19:38:17 +00:00
magic Doc'ing emitter Magic tools 2024-12-26 21:24:33 -08:00
man Bump to 0.9.35 2024-11-15 00:19:10 -08:00
obj Ignoring gperf-generated parse.c and interim parse_step1.c. 2009-11-20 22:43:02 +00:00
osk Keyboard layouts missing 4th "Paste" 2024-12-25 11:08:42 -08:00
src in_circle_rad() - Avoid mult if obviously outside circle 2024-12-28 12:31:19 -08:00
stamps/cartoon/tux Processed PNG images through pngout 2022-07-03 17:45:21 -07:00
starters Less smearing for the USA map. 2023-12-15 13:38:54 +01:00
templates Two new templates: Clouds from airplane & Lough Leane 2024-10-12 21:58:51 -07:00
visualc Moved sdl docs. 2007-08-11 18:01:14 +00:00
win32 Bump to 0.9.35 2024-11-15 00:19:10 -08:00
.cvsignore Ignoring generated-thumbnails directories in CVS. 2010-04-27 22:07:26 +00:00
.gitignore Fake 'inkscape' to allow rsvgconvert to be used 2023-06-12 20:35:29 -07:00
Android.mk Forgot to commit back the Android.mk makefile from Tuxpaint-Android. 2021-10-03 23:26:39 +02:00
convert-wrapper.sh Set executable flag to the fake inkscape 2023-06-18 13:21:32 +09:00
dummy.c Re-ran indent on all .c & .h source code files 2022-09-15 00:14:20 -07:00
findbad things belonging in .bss that may end up in .data instead 2009-11-23 03:00:05 +00:00
Makefile WIP Adding "netbsd_..." OS variables in Makefile 2024-12-28 12:15:33 -08:00
README.txt A more useful root dir README 2017-11-12 11:00:07 -08:00
tuxpaint.spec Bump to 0.9.35 2024-11-15 00:19:10 -08:00

Tux Paint

Tux Paint is a free, award-winning drawing program for children
ages 3 to 12.  It combines an easy-to-use interface, fun sound effects,
and an encouraging cartoon mascot who guides children as they use
the program.

Kids are presented with a blank canvas and a variety of drawing tools
to help them be creative.  Along with paintbrush, shapes and text,
Tux Paint includes a "stamp" feature to add pre-drawn or photographic
imagery to pictures, and a set of "magic tools" that provide filter effects
(like blur, tint and waves) and interesting drawing tools (like train tracks,
bubbles and grass).

Tux Paint includes a collection of "starter" images, both coloring-book style
and photo-realistic, and a large collections of stamps are available
as a separate download. Additional content can be added by parents and
teachers, or downloaded from 3rd parties.


Please see the full documentation located in the "docs" directory.

$Id$