Commit graph

1113 commits

Author SHA1 Message Date
William Kendrick
6bd9586fd6 Flow correction. 2008-07-09 22:49:57 +00:00
William Kendrick
b2a1b57336 Glass Tile, Lighten (fade) and Darken magic tools can now affect entire image. 2008-07-09 20:33:54 +00:00
William Kendrick
fb9096c6f6 Updated POs & POT after Tint string changes/additions. 2008-07-09 20:18:58 +00:00
William Kendrick
b74ca8c1e1 Updated PO & POT after adding new string to negative magic tool. 2008-07-09 04:45:42 +00:00
William Kendrick
2e5508842f get_description() gets mode, so tools can provide diff. instructions. 2008-07-09 04:37:08 +00:00
William Kendrick
c9dfc4d1d8 Not sending drag or release to Magic tools when in MODE_FULLSCREEN.
Added missing arg to usage output.
2008-07-09 04:10:52 +00:00
William Kendrick
472692fbab Magic tools can now be both painted and full-image.
Negative tool now does this.
2008-07-09 02:46:54 +00:00
William Kendrick
8c6fbb8cf5 [Ctrl]+[P] keyboard shortcut for printing was not complying with option to
disable printing capability (e.g., "--noprint"). Fixed.
Regenerated killed docs.
2008-07-08 18:31:51 +00:00
William Kendrick
2e61076718 switchin() and switchout() Magic functions now used.
Documented new switchin() and switchout() functions.
2008-07-08 01:54:00 +00:00
William Kendrick
b4ed444f0f Beginning to implement switchin() and switchout() Magic tool plugin API. 2008-07-08 00:21:31 +00:00
William Kendrick
b14e850f12 Re-ran update-po.sh after updating tuxpaint.desktop.in. 2008-07-07 23:22:26 +00:00
William Kendrick
032f0cd30f Adhering to Debian & FreeDesktop.org standards regarding .desktop file. 2008-07-07 23:18:57 +00:00
William Kendrick
7f5f488fe6 Picking up new Magic tool strings. 2008-07-07 14:25:37 +00:00
Martin Fuhrer
1c94c5e5d8 Rename global variables defined in SDL_Pango.h to avoid errors during linking on Mac OS X. 2008-06-30 22:15:27 +00:00
William Kendrick
51f7e2f6b8 Forgot to add en_CA.po back! 2008-06-27 20:28:29 +00:00
William Kendrick
3a8a682bf8 Proper case of locales.
Regenerated PO and desktop file.
2008-06-27 20:20:06 +00:00
William Kendrick
99ef3fb8e3 Using proper case in PO filenames (e.g., zh_TW.po instead of zh_tw.po)
to solve MO installation problem caused by Makefile simplification.
2008-06-27 19:50:23 +00:00
Shin-ichi TOYAMA
b04d4720ce Some debug messages were disabled for old environment which don't have
fwprintf(), such as redhat-6.x.
2008-06-27 02:35:26 +00:00
Shin-ichi TOYAMA
14063f43b9 Fixed rendering problem with NO_SDL_PANGO. 2008-06-26 15:13:57 +00:00
Luc Schrijvers
c47ed8808a small BeOS fix in regards of Uppercase isseus 2008-06-25 16:27:11 +00:00
secretlondon
ae5866f3a9 Updated en_gb po 2008-06-24 19:51:51 +00:00
William Kendrick
0006b8da9d Re-ran "update-po.sh" 2008-06-21 17:27:16 +00:00
William Kendrick
1cf2bfef3f Ukranian. 2008-06-21 16:46:31 +00:00
William Kendrick
936ff6affc Updated Ukranian. 2008-06-21 00:11:16 +00:00
William Kendrick
05b23fe60d Updated Afrikaans. 2008-06-19 20:26:55 +00:00
William Kendrick
dc9f214f28 Updated Spanish translatins. 2008-06-17 19:06:22 +00:00
William Kendrick
c8827fd7e3 Swedish correction. 2008-06-16 23:56:52 +00:00
Pere Pujal i Carabantes
aa08d10cf9 Updated catalan. 2008-06-16 23:18:33 +00:00
William Kendrick
b3f3c6228a Updated Khmer translation. 2008-06-11 19:16:03 +00:00
Albert Cahalan
4e7a41831d group printing stuff together 2008-06-02 00:49:01 +00:00
William Kendrick
e4e06ad2a4 Getting --uppercase working (mostly) without Pango, too.
No longer aborting build when Pango is disabled or not found.
2008-05-29 16:06:07 +00:00
William Kendrick
5d1204f83c "Uppercase only" option support for builds that use Pango to render text. 2008-05-29 15:51:28 +00:00
William Kendrick
4aa7703811 Removed "OLD_UPPERCASE_CODE" 2008-05-29 15:28:26 +00:00
Albert Cahalan
2687b4efd1 uppercasing now faster and safer 2008-05-29 07:02:45 +00:00
Albert Cahalan
1093d74230 wchar.h need not be repeated 2008-05-29 06:08:27 +00:00
William Kendrick
0668cd3b47 Removed _APPLE_10_2_8_-related stuff. 2008-05-28 14:43:25 +00:00
William Kendrick
4a4aa92cc0 BeOS tweaks from Begasus. 2008-05-27 21:10:31 +00:00
William Kendrick
40a7833bdf test-option.sh's dummy.c conflicted with the one Makefile wants. 2008-05-26 21:23:09 +00:00
Albert Cahalan
ac23d23a1c forgot "shell" in $(shell... 2008-05-25 17:49:32 +00:00
Mark K. Kim
4cabed88a6 Improved support for detecting missing dependencies:
- Added libpaper-dev package checking.

- Previously, SDL_Pango's bug forced Tux Paint to include a customized
  version of SDL_Pango.h in its distribution, so we couldn't tell if
  SDL_Pango was installed in the system by including SDL_Pango.h.  We made
  a new workaround for SDL_Pango's bug that does not require Tux Paint to
  include SDL_Pango.h, so now we can check for SDL_Pango installation.

- Makefile now includes a check for gettext installation and will not
  fail when attempting to generate .mo files or install .mo files.  Instead,
  Makefile will now display a warning and skip the .mo file generation and
  installation steps.

Many thanks to Arunodai Vudem for the patches.
2008-05-25 02:30:45 +00:00
William Kendrick
ddc7bab3d5 Making Magic Tool source throw less compiler warnings. 2008-05-06 15:29:46 +00:00
William Kendrick
6c05efb4d6 Ojibwe is the correct spelling. 2008-04-29 16:37:23 +00:00
Albert Cahalan
767c8ce395 eliminate a useless array 2008-04-27 18:33:17 +00:00
Albert Cahalan
7323132d08 use .PHONY 2008-04-27 17:22:01 +00:00
secretlondon
2ec565722f Nyad's fix for Sourceforge #1934883 for directional brushes 2008-04-17 20:11:03 +00:00
William Kendrick
0dca88faf0 Updated Greek (Hellenic) translation. 2008-04-15 15:52:22 +00:00
Karl Ove Hufthammer
1ea1b5f97f Add line reference comments (needed for Pootle). 2008-04-06 16:41:46 +00:00
William Kendrick
da29194d03 Added Asturian translation. 2008-04-06 01:11:34 +00:00
William Kendrick
544f9e3479 Regenerated PO, POT and tuxpaint.desktop. 2008-04-03 17:42:00 +00:00
William Kendrick
54d7ce2f38 tuxpaint.desktop installation updates for Freedesktop.org adherence. 2008-04-03 16:48:50 +00:00