Karl Ove Hufthammer
|
e1492ebf9f
|
Added Norwegian Bokmål ('nb') translation.
|
2003-11-28 22:18:41 +00:00 |
|
William Kendrick
|
ac1e2a7138
|
Had forgotten to change numstamps counter when swapping which location
loaded first.
|
2003-11-14 12:07:10 +00:00 |
|
William Kendrick
|
028f68ae31
|
White in tintable stamps no longer tinted. Homedir stamps now loaded first.
|
2003-11-14 11:50:31 +00:00 |
|
William Kendrick
|
1198617dbb
|
Fixed do_prompt() bug in 800x600 mode. (TOYAMA Shin-ichi)
|
2003-10-14 06:23:45 +00:00 |
|
William Kendrick
|
d6b96e6010
|
(Dunno)
|
2003-10-14 06:17:51 +00:00 |
|
William Kendrick
|
c537d9562d
|
Mirrored preview and outlines now use pre-drawn mirror image, if available.
|
2003-09-29 06:31:05 +00:00 |
|
William Kendrick
|
2d76cbd06b
|
Now properly previews pre-drawn mirrored stamp, if there is one.
|
2003-09-29 06:16:13 +00:00 |
|
William Kendrick
|
34b9f015a9
|
Added ability to load and stamp "*_mirror.png" mirrored alternative stamps!
|
2003-09-29 05:56:35 +00:00 |
|
William Kendrick
|
e77a4466dd
|
Stamp mirror and flip (of existing stamps) works!!!
|
2003-09-29 02:04:52 +00:00 |
|
William Kendrick
|
bd6083fb20
|
Bug in mirror + flip of stamp. (Wrong variable!)
|
2003-09-29 01:20:58 +00:00 |
|
William Kendrick
|
24cad1f1c4
|
Activated stamp Mirror and Flip buttons. Previews the effects (doesn't apply yet)
|
2003-09-29 01:20:15 +00:00 |
|
William Kendrick
|
36fb8b275c
|
Made stamp control button area recognized.
|
2003-09-28 08:00:40 +00:00 |
|
William Kendrick
|
a5c75316d0
|
Scrollbar in Stamps display now works, with new Stamp Control buttons below.
|
2003-09-28 07:50:41 +00:00 |
|
William Kendrick
|
fa1fe602ce
|
Beginnings of stamp control interface. (Display only; partial, at that!)
|
2003-09-27 11:14:33 +00:00 |
|
William Kendrick
|
775f61eb32
|
Added some missing example configs to default config file.
|
2003-09-27 08:30:41 +00:00 |
|
William Kendrick
|
b688629a9d
|
Updated man page to show new (upcoming) options. Made sure options were
up to date. Prepared for new options.
|
2003-09-27 07:53:51 +00:00 |
|
William Kendrick
|
16dc3f4ceb
|
Received Tamil translation and tested!
|
2003-09-16 07:39:35 +00:00 |
|
William Kendrick
|
be5505c4ee
|
Tamil support in the main code and Makefile.
|
2003-09-14 21:06:00 +00:00 |
|
William Kendrick
|
b3f3258498
|
Inserted empty, skeleton Tamil PO file.
|
2003-09-14 20:53:31 +00:00 |
|
William Kendrick
|
1c68ae37ce
|
Cleaned up title image. Fix mouse-pointer (cursor) shape inconsistencies.
Added "--noshortcuts" option.
|
2003-09-12 02:40:59 +00:00 |
|
William Kendrick
|
6a6f300909
|
Fixed cursor position bug when deleting top-left-most file in 'Open' dialog
|
2003-09-05 09:12:26 +00:00 |
|
William Kendrick
|
16b3be9226
|
Reorganized usage display.
|
2003-09-05 07:43:01 +00:00 |
|
William Kendrick
|
939b055f21
|
Added locale usage display.
|
2003-09-05 07:07:50 +00:00 |
|
William Kendrick
|
5e998b1c12
|
Added "--lang help" and "--lang list"; moved languages out of regular
usage display.
|
2003-09-05 06:49:52 +00:00 |
|
William Kendrick
|
4bae55cf86
|
Noticed ancient version number in tuxpaint.nsi
|
2003-09-05 05:59:46 +00:00 |
|
William Kendrick
|
612df35e46
|
More Russian from Dmitriy.
|
2003-08-19 09:19:07 +00:00 |
|
William Kendrick
|
1f887df150
|
Oops; forgot to add ms.po!
|
2003-08-19 09:18:14 +00:00 |
|
William Kendrick
|
55bcf74449
|
Added Malay translation.
|
2003-08-18 20:43:22 +00:00 |
|
William Kendrick
|
1653a8f499
|
Added ".UTF8" to Russian locale request.
Support for "--lang russkiy" to get Russian, too.
|
2003-08-05 07:40:53 +00:00 |
|
William Kendrick
|
d8f47e3d68
|
First chunk of Dmitriy's Russian translations
|
2003-08-05 07:23:57 +00:00 |
|
William Kendrick
|
eb544d64f0
|
Started work on supporting recording/playback system for demo purposes.
|
2003-08-03 08:18:58 +00:00 |
|
William Kendrick
|
fd9b4808ed
|
Skeleton Russian PO. Added Russian and Walloon to docs and manpage.
|
2003-08-02 10:22:55 +00:00 |
|
William Kendrick
|
8bc94248e3
|
Forgot argument to realloc().
Made iconv_close() only get called if cd != -1;
|
2003-07-27 08:05:25 +00:00 |
|
William Kendrick
|
cb58ff858b
|
Had forgotten a realloc()!
|
2003-07-27 02:41:34 +00:00 |
|
William Kendrick
|
23ed4c11e4
|
Final malloc work for tonight. Note: BeOS code in do_open() is UNTESTED!
|
2003-07-26 11:17:49 +00:00 |
|
William Kendrick
|
335cd0bf14
|
more malloc stuff
|
2003-07-26 10:46:47 +00:00 |
|
William Kendrick
|
e6788c26e5
|
Started replacing MAX_FILES-sized arrays with dynamically allocated structures.
|
2003-07-26 09:16:30 +00:00 |
|
William Kendrick
|
7046bd74df
|
Fixed brush scrollbar bug in 800x600 mode. (Shin-Ichi)
|
2003-07-21 20:47:49 +00:00 |
|
William Kendrick
|
8c730a9336
|
Added verbose "#error" output during install if certain header files can't
be #include'd. (Typically from forgetting to install corresponding "-dev"
packages for the libraries.)
|
2003-07-21 03:26:37 +00:00 |
|
William Kendrick
|
cab5439e13
|
Sped up XOR animation by ignoring some motion events, if needed.
|
2003-07-20 10:18:41 +00:00 |
|
William Kendrick
|
cf5270f5ce
|
Bound gettext to UTF-8 domain to allow UTF8 font rendering, but still support
non-UTF-8 translations (like Spanish) to come out right. Thanks to many!
|
2003-07-19 11:20:23 +00:00 |
|
William Kendrick
|
c5d1c075d7
|
Fixed bug where translated text would revert to English in 'uppercase' mode.
|
2003-07-19 10:12:18 +00:00 |
|
William Kendrick
|
5fd1e0e272
|
Walloon translation PO added and activated.
Chinese translation updated.
|
2003-07-19 09:51:22 +00:00 |
|
William Kendrick
|
13dfeb57b0
|
Added call to "close_convert()" when quitting.
|
2003-07-03 10:29:16 +00:00 |
|
William Kendrick
|
a4c12886e1
|
French translation updates (Jacques Chion <Jacques.Chion@wanadoo.fr>)
|
2003-06-29 21:09:50 +00:00 |
|
William Kendrick
|
314437e2b1
|
Non-translated stamp text would incorrectly appear right-to-left when being
re-drawn (e.g., after "Great!" was shown for a moment). Noticed by Itai.
|
2003-06-22 23:24:45 +00:00 |
|
William Kendrick
|
a7388e252e
|
#include "maxosx_print.h" typo fixed
|
2003-06-20 08:15:10 +00:00 |
|
William Kendrick
|
7b3c7ae46c
|
Made "Thick" and "Thin" magic tools 'stronger' (more obvious effect).
|
2003-06-17 09:21:59 +00:00 |
|
William Kendrick
|
face1b6038
|
* Thumbnails now stored in ".thumbs" subdirectory under "saved".
* Moved "tuxpaint-import.1" source into "src/manpage"
|
2003-06-17 09:10:57 +00:00 |
|
William Kendrick
|
be7efbb0d5
|
Increased "MAX_FILES" to support over 1000 saved images (rather than only ~130).
|
2003-06-17 08:48:35 +00:00 |
|