No description
Find a file
Bill Kendrick 3f5bc2b554 thumbnail2() - ceil() the new_x & new_y calculations
I noticed that buttonsize=90 or =91 would end up with UI buttons
images ere one pixel smaller (89x89 or 90x90, respectively) than
expected, hence they layout would end up with one row and one
column of unused pixels between them.  Any button content (e.g.
stamp thumbnails) that might render into the full size would end
up leaving garbage pixels behind.

Applying ceil() to the new_x and new_y (but then making sure they do
not exceed the requested max_x and max_y) calculated sizes inside the
thumbnail2() function.  (We do not simply use max_x and max_y directly,
because we are usually trying to maintain the original image's aspect
ratio.)
2023-05-04 23:29:39 -07:00
custom Move custom/macos* files to macos/* 2021-01-11 18:16:22 -05:00
data Icon for shaped Fill tool 2023-03-07 22:33:39 -08:00
docs thumbnail2() - ceil() the new_x & new_y calculations 2023-05-04 23:29:39 -07:00
fonts/locale Font docs: Drop Bill's name; consistent tuxpaint.org URL 2022-12-09 21:32:44 -08: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 Speed up macOS app bundle build time. 2022-12-03 14:24:52 -05:00
maemo/debian DESTDIR is the standard name, not PKG_ROOT 2008-04-26 19:38:17 +00:00
magic Magic docs: Picture Warps: Add screenshots 2023-05-03 00:19:57 -07:00
man Doc'ing forthcoming [no]magicsizes options 2023-04-12 00:03:23 -07:00
obj Ignoring gperf-generated parse.c and interim parse_step1.c. 2009-11-20 22:43:02 +00:00
osk osk fix for single quote and backtick 2022-05-21 10:46:48 -04:00
src thumbnail2() - ceil() the new_x & new_y calculations 2023-05-04 23:29:39 -07:00
stamps/cartoon/tux Processed PNG images through pngout 2022-07-03 17:45:21 -07:00
starters More starters avoid smearing 2023-04-26 22:53:57 -07:00
templates New template: rainbow_gradient.png 2023-03-21 23:49:21 -07:00
visualc Moved sdl docs. 2007-08-11 18:01:14 +00:00
win32 Bump version to 0.9.30 2023-04-03 22:05:22 -07:00
.cvsignore Ignoring generated-thumbnails directories in CVS. 2010-04-27 22:07:26 +00:00
.gitignore "Tux Paint (Fullscreen)" launcher for Freedesktop.org 2023-04-01 16:50:19 -07:00
Android.mk Forgot to commit back the Android.mk makefile from Tuxpaint-Android. 2021-10-03 23:26:39 +02: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 "rm -f" after failed starter/template thumbnail 2023-05-01 13:56:43 -07:00
README.txt A more useful root dir README 2017-11-12 11:00:07 -08:00
tuxpaint.spec Bump version to 0.9.30 2023-04-03 22:05:22 -07: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$