William Kendrick
4b1fa7dbaf
Got stamp UI buttons working better (with new prev/next).
2007-05-16 06:40:27 +00:00
William Kendrick
3572c30937
Screen size can be rotated using the "--orient=portrait" command-line option or "orient=portait" configuration file setting. This swaps the width and height values used for window or screen size.
2007-05-16 03:19:38 +00:00
William Kendrick
5dffed81d0
Added an "autosave" option that assumes you wish to save the current
...
picture during Quit. (Additionally, after saving during Quit or Open,
it no longer shows 'success' pop-up that must be dismissed.)
(Addresses SourceForge RFE #1680500 )
2007-05-16 01:33:56 +00:00
William Kendrick
839776e2e3
Mouse cursor can be hidden, useful on touchscreen devices.
2007-05-16 01:11:33 +00:00
William Kendrick
8a12e2f9c9
Fixed pasto.
2007-05-14 16:38:34 +00:00
William Kendrick
7a0582aee2
When running in fullscreen mode, you may now ask Tux Paint to display at the screen's (more precisely, the operating system's) current resolution.
2007-05-14 16:24:01 +00:00
William Kendrick
bc63859a5a
Per Shin-Ichi:
...
Current official package of rubber stamps include very long
description such as explanation of the motion of chess knight.
So, buffer lengths in "loaddesc()" is not enough for translated
strings especially in the case of multibyte languages.
2007-05-10 19:23:39 +00:00
William Kendrick
57d345458b
Pop-up dialogs were causing current Text tool text to disappear until
...
click or type. Fixed.
Non-drawing tools (e.g., Open/Print/Quit) were causing current Text tool
text to render onto canvas. Fixed.
2007-05-06 16:04:14 +00:00
William Kendrick
7031f5a654
Stamp group prev/next buttons always available, since they'll wrap around.
2007-05-06 13:40:35 +00:00
Mark K. Kim
c735e6a6b8
Crash bug due to IM fixed, variable name change.
2007-05-06 04:00:20 +00:00
William Kendrick
5ad64e56cd
Showing prev/next buttons for stamp group controls.
2007-05-03 17:00:56 +00:00
William Kendrick
f370445e02
Began grouping stamps (show one directory tree at a time). INCOMPLETE.
2007-05-03 16:28:27 +00:00
John Popplewell
a85bc639be
WIN32 only:
...
Change use_print_config (printcfg) default to be yes.
Create the 'lockfile.dat' in the users local temporary directory, usually:
'C:\Documents and Settings\<USER NAME>\Local Settings\Temp\'. This allows
the use of a shared 'savedir' without messing up the lockfile.
2007-04-28 02:52:11 +00:00
Mark K. Kim
f043a733e6
Added application-level Input Method support.
2007-04-22 04:05:23 +00:00
William Kendrick
9e7c10e96b
No reason to add "maemo" to version display.
...
Fixed messed up characters in copyright string introduced during Maemo update.
2007-04-07 00:02:18 +00:00
Albert Cahalan
19b0c3d33d
make multiply/divide key (on OLPC XO keyboard) work
2007-03-29 05:06:45 +00:00
Albert Cahalan
7ab2175799
working DEBUG print
2007-03-29 03:30:16 +00:00
Alessandro Pasotti
cb9a159ba5
Maemo Nokia 770 and 800 debian packaging.
...
Fixed the "Home" button missing icon problem
Fixed cursor (now it's hidden)
Files are saved on /media/mmc1/tuxpaint by default so users can see them
from the filemanager
Added xpm icon to hildon desktop
2007-03-24 09:00:28 +00:00
William Kendrick
d8ca6e80fd
Only SVG versions of stamps are loaded, when both PNG and SVG variations are found.
...
Added some FIXME comments.
2007-03-22 16:57:10 +00:00
Albert Cahalan
631da0c11b
OLPC XO is 1200x900 (despite having only 50 MB free!)
2007-03-21 05:28:23 +00:00
Albert Cahalan
70eb385609
yes, scaling tolerates portrait mode
2007-03-21 02:45:29 +00:00
Albert Cahalan
542aaf4cad
It runs on the OLPC XO now, unless you run out of memory. Do not even think of using stamps, system fonts, etc.
2007-03-12 03:55:30 +00:00
William Kendrick
0cb69de727
Tux the Penguin sound effects were not working; fixed.
2007-01-03 08:26:00 +00:00
William Kendrick
666e011b5c
Using simple bilinear interpolation when scaling stamps up.
2006-11-02 09:05:03 +00:00
William Kendrick
b765c86e50
* Updated version to 0.9.17
...
* Stamps now supports SVG vector-based graphics! (Via Cairo library)
* Discussed SVG Stamps in "Extending Tux Paint."
* Created an "SVG.txt" document, covering SVG software.
* Mentioned descriptive sounds (e.g., "stamp_desc_ll.ogg") in "Extending..."
* Listing new www.tuxpaint.org website URL.
2006-10-26 08:54:24 +00:00
Martin Fuhrer
9fb1090e0e
Added temporary fix for Mac OS X ghosted lines problem when using eraser tool (entire screen is refreshed whenever eraser tool is moved while the mouse button is held down)
2006-10-20 03:04:17 +00:00
John Popplewell
abbae0e114
Fix for 'Stamp text bug'.
2006-10-18 01:18:27 +00:00
Martin Fuhrer
0b8fbed73c
Reverted to original screen screen update bounds for eraser tool (adding +1 or +10 to bounds does not fix the ghosting lines problem on Mac OS X)
2006-10-14 04:13:28 +00:00
Martin Fuhrer
3189f07863
Mac OS X updates.
2006-10-14 03:55:34 +00:00
William Kendrick
cee67e1740
Widened screen update to try and fix XOR ghosting on Mac OS X.
2006-10-12 07:41:59 +00:00
William Kendrick
f506097ac7
Making strcasestr more friendly.
2006-10-12 07:33:53 +00:00
William Kendrick
b02f0c3b68
Bad logic; fixed. Korean-translated stamp descriptions appear to work!
2006-10-12 07:26:19 +00:00
William Kendrick
43ee22d6f0
Making sure default UI font is used for untranslated strings where
...
gettext() isn't being used -- stamp descriptions.
2006-10-12 07:18:34 +00:00
William Kendrick
022c6ae49c
Making sure default UI font is used for untranslated strings.
...
(Hindi font, for example, didn't seem to have roman characters.)
2006-10-11 18:20:41 +00:00
William Kendrick
b49e484403
Added new draw_color() action that greys colors w/o disabling them.
...
Fixed bug where colors would be unavailable after returning from slideshow.
2006-10-10 07:22:19 +00:00
William Kendrick
a52c4c3fe0
Animated brushes can be randomized. Use "random" in its ".dat" file.
...
Made newly-animated spray brush random.
2006-09-28 07:51:15 +00:00
William Kendrick
d30e67594e
3-digit hexadecimal color defintions act like CSS (e.g., #FFF is #FFFFFF now, not #F0F0F0).
2006-09-11 08:25:24 +00:00
William Kendrick
dc459535a7
Colors may now be overridden using the "colorfile" option.
2006-09-10 03:44:38 +00:00
William Kendrick
4da9ae7c25
Color data is dynamically stored. This will allow loading from another source (e.g., a file). By default, copies what's compiled in via colors.h.
2006-09-10 02:05:19 +00:00
William Kendrick
4f902a3397
Added "startblank" option, to cause Tux Paint to always start with a blank canvas.
2006-09-09 21:50:52 +00:00
William Kendrick
ddf4738df2
Was always using the first brush when drawing shapes.
...
Now forcing it to always use "round_03.png", since brushes are
sorted alphabetically, and some new brushes appear before round ones!
2006-09-06 23:09:12 +00:00
William Kendrick
d08b50e36f
If brush is too big, it would play an incorrect sound. Now clipping array index.
2006-09-05 18:15:09 +00:00
William Kendrick
5cfe84153c
Improved spacing on squirrel brush.
...
Added spacing value to kuro neko brush.
Fixed bug with directional/animated brush display in toolbox.
Corrected counter bug when cycling animated brush frames.
2006-09-05 18:09:37 +00:00
William Kendrick
b5a3d6a6d8
Brushes can include spacing information.
...
Added an animated, directional, colored, spaced 'squirrel' brush, as an
example of all new brush features.
----------------------------------------------------------------------
2006-09-04 11:06:23 +00:00
William Kendrick
1f5665437e
Brushes can include directional variations. (Implements RFE #1522694 )
...
New brush: Angle Lines (directional)
2006-09-04 09:58:57 +00:00
William Kendrick
609a8d5104
Added support for animated brushes.
2006-09-04 06:26:12 +00:00
William Kendrick
44f0d728ed
Beginning to add animated brushes.
2006-09-04 04:29:59 +00:00
William Kendrick
99b56759cf
Was not looking in personal folder for starters (e.g., "~/.tuxpaint/starters/"
...
on Linux). Fixed. Adds a new boolean to the save image's ".dat" file,
denoting whether the starter is from the personal folder (1) or not
(0, or no data, as in prev. version).
2006-08-28 08:53:57 +00:00
William Kendrick
302223ce79
Forcing color toolbar to reappear after exiting slideshow.
2006-08-28 00:09:41 +00:00
William Kendrick
53ce047918
Added sliding scale for slideshow speed adjustement.
...
Note: Use slowest (leftmost) speed setting to disable automatic slide advancement.
2006-08-27 23:57:04 +00:00