William Kendrick
efff54560a
Added Adam R.'s "Rails" Magic tool.
...
Updated POTFILES.in to add new Magic tools from Adam and Andrew.
Regenerated POT and POs.
2008-07-14 00:31:11 +00:00
Andrew Corcoran
36ee8ff4cb
Added jigsaw magic tool + images and updated authors/chanes to reflect recent additions
2008-07-12 19:58:22 +00:00
William Kendrick
0096fd6c51
Documented update that prevents Windows-key from exiting fullscreen mode.
2008-07-11 07:12:15 +00:00
William Kendrick
c04be7b7d0
blurAll is now merged with blur
2008-07-10 20:31:26 +00:00
William Kendrick
f556b503b9
switchin() and switchout() now accept mode.
2008-07-10 20:26:38 +00:00
William Kendrick
5610e63ed1
Added new contributors.
...
Updated POT & POs after new Magic tools added.
2008-07-10 19:06:09 +00:00
William Kendrick
c321359b59
Adding 'confetti' and 'fold' Magic tools (by foo-script for GSOC 2008).
2008-07-10 18:59:06 +00:00
William Kendrick
4ce336327d
Further updates relating to locale case.
2008-07-10 18:37:59 +00:00
William Kendrick
956e8142f9
Being specific about locale (uppercase country code) in how to add
...
localized stamp description sounds.
2008-07-10 18:22:58 +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
94e7d90c25
"Tint" tool can now affect the entire image.
2008-07-09 20:17:28 +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
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
b4ed444f0f
Beginning to implement switchin() and switchout() Magic tool plugin API.
2008-07-08 00:21:31 +00:00
William Kendrick
032f0cd30f
Adhering to Debian & FreeDesktop.org standards regarding .desktop file.
2008-07-07 23:18:57 +00:00
secretlondon
0524520d07
Andrew Corcoran's first three magic tools funded by gsoc.
2008-07-06 19:31:58 +00:00
secretlondon
ae47481914
New starter - silver frame (starter stretching/distortion stopping
...
others working)
2008-07-06 18:48:43 +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
William Kendrick
9d61272550
Documented Shin-Ichi's fix.
2008-06-26 17:22:30 +00:00
William Kendrick
e422e4f1eb
Updated Richard June's email addr and noted he's not doing main RPM stuff.
2008-06-23 23:06:54 +00:00
William Kendrick
281eddd4b1
Added some missing credits for packages/ports/builds.
2008-06-23 21:35:59 +00:00
William Kendrick
ffa7fede90
Made sure Makefile works with NetBSD.
2008-06-22 17:50:00 +00:00
William Kendrick
04c69f59db
Made sure Serhij Dubyk's email was current.
2008-06-21 16:38:47 +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
John Popplewell
66fd594154
Now mention possibility of building a Win9x/ME version.
2008-06-17 20:38:19 +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
John Popplewell
4c7293eafa
Tweaks to the compiling on Windows section.
2008-06-16 16:09:53 +00:00
William Kendrick
0154fc0db8
Georgian font was released under GPL; documenting.
2008-06-15 17:45:08 +00:00
William Kendrick
469bbfffae
Removed Vietnames font until a replacement w/ a suitable license can be found.
2008-06-15 17:39:45 +00:00
William Kendrick
b3f3c6228a
Updated Khmer translation.
2008-06-11 19:16:03 +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
William Kendrick
0668cd3b47
Removed _APPLE_10_2_8_-related stuff.
2008-05-28 14:43:25 +00:00
William Kendrick
0b2b45c16e
Hadn't mentioned Begasus as new BeOS porter!
2008-05-28 02:15:50 +00:00
William Kendrick
7cd12c16d8
More details on more Makefile changes.
2008-05-27 04:55:55 +00:00
William Kendrick
a79c860770
Detail on Albert's Makefile improvements.
2008-05-27 04:54:50 +00:00
Albert Cahalan
2542ccdff4
doc update
2008-05-25 23:39:41 +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
Albert Cahalan
bcb5f54eb9
simplify docs Makefile
2008-05-24 06:41:06 +00:00
William Kendrick
c055e0a00d
Notes on Ubuntu locale generation.
2008-05-08 18:26:42 +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
William Kendrick
5173311d1b
Doc'd Albert's changes.
2008-04-28 06:23:33 +00:00
Albert Cahalan
7323132d08
use .PHONY
2008-04-27 17:22:01 +00:00
Albert Cahalan
5244e175e8
use := operator for Makefile clarity and performance
2008-04-26 22:47:30 +00:00
secretlondon
ad861ef97f
Adding jigsaw pieces starter, based off PD image from wikimedia commons
2008-04-19 22:17:41 +00:00
secretlondon
527d8178fa
Typos in docs.
2008-04-19 18:55:02 +00:00