tuxpaint-pencil-sharpener/src
William Kendrick 03539a98a5 Legacy Tux Paint images (prior to Tux Paint supporting different
colored backgrounds) would end up with arbitrary Eraser colors.
Forcing it to always use white, which was the only background color
in early versions of Tux Paint.
2008-03-04 16:29:09 +00:00
..
manpage Updated German translation. 2008-02-29 01:30:21 +00:00
mouse Added 16x16 mouse pointer (cursor) shapes. (Useful for Mac OS X.) 2004-09-29 06:06:11 +00:00
po Ukranian translation updates. 2008-03-02 07:21:35 +00:00
.cvsignore Attempting to debug/fix SDL_Pango stuff. 2007-07-17 18:41:16 +00:00
BeOS_print.cpp Tacked GPL into comments. More hq4x tweaks. 2003-12-21 00:50:52 +00:00
BeOS_print.h Ran source code through "indent -nbfda -npcs -npsl -bli0". 2006-08-27 21:00:52 +00:00
colors.h Attempting to debug/fix SDL_Pango stuff. 2007-07-17 18:41:16 +00:00
compiler.h Ran source code through "indent -nbfda -npcs -npsl -bli0". 2006-08-27 21:00:52 +00:00
configure.in CVS Id tags added to several files for easier version tracking. 2005-11-27 08:09:37 +00:00
cursor.c Mouse cursor can be hidden, useful on touchscreen devices. 2007-05-16 01:11:33 +00:00
cursor.h Mouse cursor can be hidden, useful on touchscreen devices. 2007-05-16 01:11:33 +00:00
debug.h Ran source code through "indent -nbfda -npcs -npsl -bli0". 2006-08-27 21:00:52 +00:00
dirwalk.c Silenced some debugging. 2007-07-19 18:48:18 +00:00
dirwalk.h Ran source code through "indent -nbfda -npcs -npsl -bli0". 2006-08-27 21:00:52 +00:00
fonts.c Mac OS X font loading fix: Skip over system font "AppleMyungjo.ttf" which causes TTF_OpenFont() to crash. 2008-02-07 04:11:04 +00:00
fonts.h Mac OS X updates: Added dialog box requesting user to wait while font cache is being built. Added experimental speech synthesis support. 2008-01-04 05:39:15 +00:00
get_fname.c tp-magic-config man moved to (1) 2007-08-02 21:04:42 +00:00
get_fname.h tp-magic-config man moved to (1) 2007-08-02 21:04:42 +00:00
great.h Attempting to debug/fix SDL_Pango stuff. 2007-07-17 18:41:16 +00:00
i18n.c Call bind_textdomain_codeset() on Mac OS X to permit rendering of foreign characters (eg. Arab). 2008-02-22 05:14:13 +00:00
i18n.h Attempted to add a vertical nudge value for tool button labels, based 2008-02-19 20:46:03 +00:00
im.c Updates for 0.9.19 release. Added authorization code to permit Fontconfig files to be installed on first launch from a non-admin account. Fixed possible lockups in fullscreen mode when attempting to print. 2008-02-05 06:30:23 +00:00
im.h Crash bug due to IM fixed, variable name change. 2007-05-06 04:00:20 +00:00
macosx_print.h Mac OS X updates: Added dialog box requesting user to wait while font cache is being built. Added experimental speech synthesis support. 2008-01-04 05:39:15 +00:00
macosx_print.m Updates for 0.9.19 release. Added authorization code to permit Fontconfig files to be installed on first launch from a non-admin account. Fixed possible lockups in fullscreen mode when attempting to print. 2008-02-05 06:30:23 +00:00
Makefile Windows98 printing fixes from October. Also, added dummy Makefile in src/ 2003-12-19 19:46:49 +00:00
pixels.c Ran source code through "indent -nbfda -npcs -npsl -bli0". 2006-08-27 21:00:52 +00:00
pixels.h Ran source code through "indent -nbfda -npcs -npsl -bli0". 2006-08-27 21:00:52 +00:00
playsound.c Ran source code through "indent -nbfda -npcs -npsl -bli0". 2006-08-27 21:00:52 +00:00
playsound.h Ran source code through "indent -nbfda -npcs -npsl -bli0". 2006-08-27 21:00:52 +00:00
postscript_print.c Added ripples magic. 2007-07-18 20:13:08 +00:00
postscript_print.h PostScript printing code rewritten, based on NetPBM's 'pnmtops' tool by Jef Poskanzer. 2007-06-25 18:00:49 +00:00
progressbar.c Ran source code through "indent -nbfda -npcs -npsl -bli0". 2006-08-27 21:00:52 +00:00
progressbar.h Ran source code through "indent -nbfda -npcs -npsl -bli0". 2006-08-27 21:00:52 +00:00
rgblinear.c Ran source code through "indent -nbfda -npcs -npsl -bli0". 2006-08-27 21:00:52 +00:00
rgblinear.h Ran source code through "indent -nbfda -npcs -npsl -bli0". 2006-08-27 21:00:52 +00:00
SDL_Pango.h Attempting to debug/fix SDL_Pango stuff. 2007-07-17 18:41:16 +00:00
shapes.h Added Octagon shape. (Also means shape tool selector needed to scroll 2007-07-27 02:22:24 +00:00
sounds.h Attempting to debug/fix SDL_Pango stuff. 2007-07-17 18:41:16 +00:00
test-option.sh Made sure GPL notice was included in all other source files. 2006-02-18 07:07:47 +00:00
tip_tux.h Ran source code through "indent -nbfda -npcs -npsl -bli0". 2006-08-27 21:00:52 +00:00
titles.h Attempting to debug/fix SDL_Pango stuff. 2007-07-17 18:41:16 +00:00
tools.h More appropriate text for the new 'New' dialog. 2007-07-26 16:30:36 +00:00
tp-magic-config.sh.in Magic tools (and tp-magic-config) supports local (user) plugins. 2007-08-08 06:56:04 +00:00
tp_magic_api.h.in Prototyping stopsound() API. 2007-11-21 16:21:02 +00:00
tuxpaint-import.sh Spaces in filenames were not working in 'tuxpaint-import.sh'. (Fixes bug #1527884) 2006-08-13 01:14:35 +00:00
tuxpaint.c Legacy Tux Paint images (prior to Tux Paint supporting different 2008-03-04 16:29:09 +00:00
tuxpaint.conf PostScript printing code rewritten, based on NetPBM's 'pnmtops' tool by Jef Poskanzer. 2007-06-25 18:00:49 +00:00
tuxpaint.desktop Ran update-po.sh after adding new PO files (they were from Canonical Ltd's Rosetta project, and were from 0.9.17). 2008-02-08 08:29:37 +00:00
tuxpaint.desktop.in oops, I had forgotten the "Comment" line in *.desktop.ini file... 2004-06-14 20:44:09 +00:00
tuxpaint.rsrc Added BeOS resource file. 2004-11-22 00:08:54 +00:00
win32_dirent.c Ran source code through "indent -nbfda -npcs -npsl -bli0". 2006-08-27 21:00:52 +00:00
win32_dirent.h Ran source code through "indent -nbfda -npcs -npsl -bli0". 2006-08-27 21:00:52 +00:00
win32_print.c Show print configuration dialog even when in fullscreen mode. 2007-11-11 23:22:24 +00:00
win32_print.h WIN32 only: 2007-04-28 02:52:11 +00:00