William Kendrick
b3e8051fcf
Updated French translation.
...
Figuring out how many %s args are really needed.
2005-07-17 18:57:20 +00:00
John Popplewell
b23e4e0e21
Fix segfault in show_usage().
2005-07-17 01:26:35 +00:00
John Popplewell
b5fa77a946
Win32/MinGW fix for missing strcasestr().
...
Win32/MinGW fix for unused SIGPIPE signal handler.
2005-07-17 01:02:51 +00:00
William Kendrick
d8914de190
Added "altprint..." options to affect 'Print' button behavior
...
(always act like [Alt] is held, never let [Alt] bring up a dialog, or
normal behavior). Closes bug 1191193.
2005-07-16 08:09:23 +00:00
William Kendrick
a953d54099
Fixed issue where [Alt] had to be clicked when hitting [Yes] to confirm
...
printing. Had forgotten to apply fix to Mac OS X.
2005-07-16 07:43:29 +00:00
William Kendrick
a8468064fa
Added 'altprintcommand' option, allowing Linux/Unix users to [Alt]+'Print'
...
to bring up a print dialog, too (by default, KDE's "kprinter" tool).
2005-07-16 07:22:29 +00:00
William Kendrick
e4f39fbe4c
Replaced strstr() with strcasestr() to help to support non-lowercase
...
filename extensions (e.g., ".PNG").
(To close bug 1106521)
2005-07-16 05:57:48 +00:00
William Kendrick
6d4847799e
Got stamp mirror and flip working again!
2005-07-16 05:06:21 +00:00
William Kendrick
304f325a9d
Received partial Thai translation!
2005-07-15 05:11:19 +00:00
William Kendrick
b509c8ef4e
Support for Kinyarwanda language.
2005-04-06 08:00:44 +00:00
William Kendrick
26e1393378
Added Georgian translation.
...
Don't assume locale has ".UTF-8" at the end. (ka_GE does not, for example)
2005-03-25 05:30:07 +00:00
William Kendrick
6165768ed2
Re-set LANG_JA in lang_use_own_font[], as Japanese was not rendering
...
properly.
(Shin-ichi showed: http://z1.plala.jp/tuxpaint/cvstest/sample.html
on 2005.Mar.18)
2005-03-19 20:59:57 +00:00
William Kendrick
f90ecc86a0
"New" always available.
2005-03-11 05:49:37 +00:00
William Kendrick
aead0632b9
Makes our tuxpaint dir (in case it doesn't exist yet) before writing lockfile
2005-03-11 05:37:58 +00:00
John Popplewell
778bd2f897
Added support for building on a Windows system using MinGW/MSYS.
...
After building and installing all the dependencies I used these commands,
in MSYS, to build, install and run:
export set CPATH=/usr/local/include
export set LIBRARY_PATH=/usr/local/bin:/usr/local/lib
make win32
make install-win32
tuxpaint
2005-02-26 02:26:40 +00:00
William Kendrick
93400fcd71
Got Estonian working (i need coffee)
2005-02-13 22:55:26 +00:00
William Kendrick
edacc8bfb2
Ack, it's et_EE, not ee_ET!
2005-02-13 22:43:55 +00:00
William Kendrick
ba806a5677
Estonian support.
2005-02-13 22:41:12 +00:00
Albert Cahalan
6435f1ecba
needed this for ppc valgrind
2005-01-24 05:32:29 +00:00
Albert Cahalan
6f09a2de90
fd DOES need to be closed. Avoid Zapfino and Elvish Ring NFI.
2005-01-21 18:24:10 +00:00
Albert Cahalan
e22eec0281
vague memory of an obscure annoyance w/ sockets leads to this guess at a solution to Tux Paint crashing for Bill
2005-01-20 23:41:09 +00:00
Albert Cahalan
2194ab1db5
stamp images no longer kept in memory
2005-01-20 22:54:47 +00:00
Albert Cahalan
d2dba8b72c
load stamp text late
2005-01-20 18:00:50 +00:00
Albert Cahalan
c33de5a989
load sounds late
2005-01-20 17:52:09 +00:00
Albert Cahalan
61cbc0b2b6
thumbnails loaded on demand (need to fill in empty flip/mirror functions and add pre-fetch)
2005-01-20 17:32:41 +00:00
Albert Cahalan
a8fbdf503f
add an image to replace missing ones, avoiding crashes when images do not load
2005-01-20 06:35:57 +00:00
Albert Cahalan
8f1fbbde51
store stamp names for future use
2005-01-20 04:30:28 +00:00
Albert Cahalan
794e6b329c
fix a crash in mirror-by-default mode
2005-01-20 04:14:08 +00:00
Albert Cahalan
0eddd488a0
free the pointer array, and clean up some comments
2005-01-20 04:03:37 +00:00
Albert Cahalan
695830ad5d
MAX_FONTS gone -- all dynamic
2005-01-20 03:55:57 +00:00
Albert Cahalan
e0a24c108a
all stamp data into stamp_data struct, and fix new sound crash
2005-01-20 03:48:27 +00:00
Albert Cahalan
3d9e11b23e
move stamp sounds into stamp_data struct
2005-01-20 02:54:57 +00:00
Albert Cahalan
27acb10a5b
stamp text into stamp_data[]
2005-01-20 01:59:08 +00:00
Albert Cahalan
697e630646
merge two stamp-related structs
2005-01-20 00:34:10 +00:00
Albert Cahalan
3e36407e7a
use bitfields to save space
2005-01-19 23:32:36 +00:00
Albert Cahalan
553c5f9977
KMOD_CTRL is defined as (KMOD_LCTRL|KMOD_RCTRL) so no need to check all 3
2005-01-19 21:39:50 +00:00
Albert Cahalan
690c5b8c36
ensure child dies if parent dies
2005-01-19 21:18:25 +00:00
Albert Cahalan
9edacdf6ab
startup under 1 second w/ 154 font families, can quit during progress bar update
2005-01-19 19:37:17 +00:00
Albert Cahalan
f7d81abd71
printf the transfer stats
2005-01-19 16:53:17 +00:00
Albert Cahalan
684d67c6d4
maybe fix that crash -- likely not
2005-01-19 16:46:55 +00:00
Albert Cahalan
d20829d5ab
crummy new-fangled threads... well, fork() is rock-solid
2005-01-19 05:01:48 +00:00
Albert Cahalan
9fd801a159
obsolete comment (x86 asm now for 450 MHz)
2005-01-18 13:45:47 +00:00
William Kendrick
335202e4aa
#ifndef was missing macro name
2005-01-18 09:29:39 +00:00
Albert Cahalan
a10b05af6d
added eat_startup_events
2005-01-18 02:33:28 +00:00
Albert Cahalan
ab34eedf5f
oops, need to blit over the progress bar @ end of start-up
2005-01-18 01:00:41 +00:00
Albert Cahalan
9b700c72b5
threaded start-up for fonts
2005-01-17 22:59:27 +00:00
Albert Cahalan
f6f55f4337
there is a special place in Hell for the glibc developer who decided to discard the d_namlen value provided by the kernel, preventing normal user apps from using it
2005-01-17 15:51:40 +00:00
Albert Cahalan
fa8edbf819
remove warnings; do not blit splash screen twice
2005-01-17 02:41:54 +00:00
Albert Cahalan
a69e10a4fe
oops, move start-up sound back where it belongs
2005-01-17 02:22:06 +00:00
Albert Cahalan
9b74db8b72
moving stuff for faster splash screen display
2005-01-17 02:16:40 +00:00