Commit graph

619 commits

Author SHA1 Message Date
William Kendrick
183b751810 Added a 'color picker' entry to the color palette; allows choosing
from over 50,000 colors.  Used by drawing and Magic tools, as well
as the new 'New' dialog.
Documented Martin's Mac OS X printing update.
Improved colors in Starter browser buttons.
2007-07-25 06:11:46 +00:00
William Kendrick
6e827f67fe Improved 'New' and 'Open' interfaces. ('Open' dialog no longer includes
Starter images; 'New' now brings up a selection dialog showing 'Starter'
images and color choices.)
New images can be given solid background colors (which the 'Eraser' tool
erases to).
Improved --usage output.
Added support for "--papersize help" to list papersizes available via libpaper.
Some Magic tools that apply an affect once per click-and-drag no longer
recalculate the effect on pixels that have already been affected (until mouse
button is released and clicked again).
2007-07-24 18:20:17 +00:00
William Kendrick
94a6da19f7 I cannot spell. :(
Noted recent PO updates from Karl.
2007-07-19 18:53:09 +00:00
William Kendrick
e72e109f4f Doc'd Gujarati update. 2007-07-18 20:40:27 +00:00
William Kendrick
c4b3e49215 Added ripples magic.
Added (not finished) (new) sparkles magic.
Fixed printf localization bug in postscript printing.
Got Text tool working when Pango is used.
2007-07-18 20:13:08 +00:00
William Kendrick
dccaf7eff2 Attempting to work around fprintf(... "%f" ...) localization in PS printing. 2007-07-18 00:56:50 +00:00
William Kendrick
21ea42f38f Attempting to debug/fix SDL_Pango stuff.
Added icon for Kalidescope magic tool.
Added Canada map starter.
Added Japan map starter.
Improved comments near gettext() calls to improve POT and PO files.
Regenerated PO files and POT file.
Added .cvsignore to make sure tp_magic_api.h (which is generated) isn't noticed.
2007-07-17 18:41:16 +00:00
William Kendrick
21d9cf24be Received Russian translation of EXTENDING docs. 2007-07-15 16:55:45 +00:00
William Kendrick
bffae41a27 Documented Esperanto. 2007-07-14 17:32:42 +00:00
William Kendrick
186ede2764 Added Esperanto translation. 2007-07-14 17:29:16 +00:00
William Kendrick
0eecea9581 Magic compiles silenced.
Attempted Text tool font load under pango.
Made pango optional.
TuxPaint_Font is aware of both panfgo contexts & sdl_ttf ttf fonts.
2007-07-13 18:18:20 +00:00
William Kendrick
095ba8efb3 Began adding support for using SDL_Pango, a wrapper to Pango,
a library for layout and rendering of text, with an emphasis on
internationalization.  (The hope is to improve support for languages
that SDL_ttf doesn't support well; e.g., Arabic and Telegu.)

TTF_Font structs and some functions were replaced by a new
TuxPaint_Font struct and function, which wraps around either TTF_Font
or SDLPango_Context, depending on whether SDL_Pango is being used.
Note: STILL NEEDS WORK!
2007-07-12 18:43:18 +00:00
William Kendrick
1f0d12ba91 Finished flower tool.
Added foam tool.
Cleanup.
2007-07-11 06:20:05 +00:00
William Kendrick
f8249b1e4d Added new magic tools: Kalidescope, Glass Tile, Emboss, Metal Paint, Waves.
Began new magic tool: Flower.
2007-07-11 00:24:15 +00:00
William Kendrick
abf6a2a1bb Attempting to add Thai input method. 2007-07-08 07:27:12 +00:00
William Kendrick
e33162acf1 Removing unnecessary files. 2007-07-08 07:10:44 +00:00
William Kendrick
2abf6db301 Documented Magic Tool plugin conversion. 2007-07-06 19:39:11 +00:00
William Kendrick
47e44cb80f Completed Negative Magic tool as a plugin (except sound).
Created Mirror and Flip Magic tools as plugins (except sound); hooks
added to Magic plugin API to allow starter and starter-undo mirror/flip.
Created Fade and Darken Magic tools as plugins.
Moved magic tool sounds to 'magic'.
Added flip and mirror icons to main Tux Paint UI (used to share magic tools')
Created 'tp-magic-config.sh' to get CFLAGS for compiling magic tool plugins.
Improved magic tool plugin API.
Committed some documentation on magic tool plugin API.
2007-07-05 19:20:58 +00:00
William Kendrick
c6aa0af0a9 Updated South African English. 2007-07-05 06:11:05 +00:00
William Kendrick
73b5ef324e Ran update-po.sh. 2007-07-05 06:05:58 +00:00
William Kendrick
bcadf04966 Updated Italian. 2007-07-05 05:36:02 +00:00
William Kendrick
8fbc3399e8 Added Wolof translation. 2007-07-04 20:31:23 +00:00
William Kendrick
ff83fc271e Dutch update. 2007-07-04 20:23:30 +00:00
William Kendrick
c3b67b7734 Adding an API for developing Magic tools as plug-ins. (e.g., '.so'
shared objects under Linux)
Ported (most of) 'Negative' magic tool to Magic tool plug-in system.
2007-07-04 05:48:24 +00:00
William Kendrick
d884189a39 Japanese update. 2007-07-01 13:55:17 +00:00
William Kendrick
1321c73641 Updated British English. 2007-07-01 13:46:50 +00:00
William Kendrick
2b37e244a0 Updated Dutch translation. 2007-07-01 13:42:24 +00:00
William Kendrick
b6bf500b84 Updated Spanish. 2007-07-01 13:27:58 +00:00
William Kendrick
4c7515190f FAQ update.
Preparing for 0.9.17rc1.
2007-06-27 16:29:55 +00:00
William Kendrick
b110dd40b3 Added new Starter: Caracassone. 2007-06-26 22:38:03 +00:00
William Kendrick
b16832d76a PostScript printing code rewritten, based on NetPBM's 'pnmtops' tool by Jef Poskanzer.
PostScript printing now uses libprint to determine papersize, and scale and
  position image accordingly.  Thanks to Henry House.
"--papersize" option added to allow PostScript printing code to use a
  different size than libpaper reports as the user's or system's default.
2007-06-25 18:00:49 +00:00
William Kendrick
4b642d53d5 Split PostScript printing code (for Linux/Unix/etc.) into its own source file. 2007-06-24 23:06:24 +00:00
William Kendrick
9dda121e92 Added Sphere brush/ 2007-06-22 23:20:05 +00:00
William Kendrick
01fc74bd2d SVG support via libRSVG! (Now builds with SVG support on Ubuntu 07.04 (Fiesty)) 2007-06-22 20:03:50 +00:00
William Kendrick
684fdffc1e Forgot to commit world maps.
Forgot to commit SVG documentation.
2007-06-21 01:00:15 +00:00
William Kendrick
07898e5fd9 Added USA map starter. 2007-06-21 00:58:55 +00:00
William Kendrick
e4b980cd81 Added World Map starters from Caroline.
Updated Arabic translation.
"Open" dialog lists saved drawings first, then local starter images,
then system-wide starter images.
All compile-time options now listed in version output, using a new
"--verbose-version" (or "-vv") command-line argument.
2007-06-19 20:21:54 +00:00
William Kendrick
8224c15487 Added some missing authors, updated porting folks. 2007-06-13 18:54:27 +00:00
William Kendrick
3fda4fbe76 Documented Martin Fuhrer's recent Mac OS X fixes and updates. 2007-06-13 18:48:22 +00:00
William Kendrick
9bcfc667ed Created TXT versions of Russian HTML documentation. 2007-06-12 22:10:02 +00:00
William Kendrick
de5893c62e Russian translation of OPTIONS documentation. 2007-06-12 22:08:42 +00:00
William Kendrick
92947dfcf4 Adding Russian translation of OPTIONS documentation. 2007-06-12 22:08:07 +00:00
William Kendrick
d084a0771d Hildon updates and packaging files.
Added screenshot of Stamp size, mirror, flip controls.
Documented Left/Right stamp category controls, with screenshot.
Documented Sfx and Speak buttons, with screenshot.
2007-06-07 23:49:57 +00:00
William Kendrick
6d1dbef521 hildon updates and packaging files
Tux text draws new Sfx and Speak mini-buttons above Tux, when in Stamp mode.
Sfx and Speak buttons (re)-play stamp sounds and stamp descriptions.
ALT+S (mute/unmute) now draws Tux text (to make Sfx and Speak buttons appear/disappear)
Improved Stamp tool description in docs.
Added screenshot of Stamp size, mirror, flip controls in docs.
Documented Left/Right stamp category controls, with screenshot in docs.
Documented Sfx and Speak buttons, with screenshot in docs.
2007-06-07 23:47:47 +00:00
William Kendrick
bccb269062 New starters: 10x10 grid & 20x20 grid
Reordered font-loading to happen after locale switch occurs, to
pick up font-organizing string translations (e.g., "Aa", "qx", etc.).
Attempting to help address issue of Latin-only fonts being available
in non-Latin locales -- seemed to help with Norwegian.
Czech translation update.
Russian README documentation
2007-06-06 18:31:54 +00:00
William Kendrick
7b1c031283 Vietnamese updates. 2007-05-29 06:31:27 +00:00
William Kendrick
ccb840b91d Swedish update. 2007-05-29 06:29:55 +00:00
William Kendrick
beac710349 Brazilian Portuguese update. 2007-05-29 06:25:37 +00:00
William Kendrick
edd43fee61 Added new brushes by C.Ford. 2007-05-17 15:32:08 +00:00
William Kendrick
b16e04edcf Updated Bulgarian and Chinese (Traditional) translations. 2007-05-16 16:48:49 +00:00