Commit graph

2481 commits

Author SHA1 Message Date
Pere Pujal i Carabantes
0a2072e334 Removing warnings in half of magic tools by some GCI students. 2011-11-26 22:04:50 +00:00
Pere Pujal i Carabantes
5a85cef991 Tweaking onscreen keyboard. 2011-11-14 20:54:15 +00:00
Pere Pujal i Carabantes
8f8f9b0139 Commiting newly to ensure it is binary. 2011-11-09 19:06:20 +00:00
Pere Pujal i Carabantes
010f81cca3 Showing the letters/symbols that will be produced in the onscreen keyboard. 2011-11-09 12:23:39 +00:00
Shin-ichi TOYAMA
283ea30d47 corrected dependencies 2011-11-03 11:21:04 +00:00
Song Huang
61d4438c4e update. 2011-10-31 09:19:58 +00:00
Pere Pujal i Carabantes
ccbb29b243 Updating Danish, thanks Joe Dalton. 2011-10-25 20:23:34 +00:00
Pere Pujal i Carabantes
a35208c8d0 Recovering the onscreen keyboard when returning from things like open, new, print... 2011-10-14 15:36:22 +00:00
Pere Pujal i Carabantes
f471b824db Tweaking the keyboard drives tuxpaint code 2011-10-14 15:33:14 +00:00
Shin-ichi TOYAMA
474be46d36 Updated Japanese translation. 2011-10-10 06:46:50 +00:00
Shin-ichi TOYAMA
af54c494fe uint -> unsigned int 2011-10-10 05:28:14 +00:00
Pere Pujal i Carabantes
010eb89fe8 Was losing uncommited text when quitting.
Freeing onscreen keyboard stuff, buttons for changing the keyboard are btnoff if disable change is active.
2011-09-30 15:59:47 +00:00
William Kendrick
0f448d1fe4 Noted SF# for a fixed bug. 2011-09-23 18:45:31 +00:00
William Kendrick
2936285797 Right-side image on dialogs would be scaled/cut-off even if it was the only one.
Could not print the first time until 'print delay' passed.
2011-09-23 18:41:09 +00:00
Pere Pujal i Carabantes
08cdffeccd updating catalan. 2011-09-20 21:58:57 +00:00
Pere Pujal i Carabantes
c4780e9294 Descriptions for magic tools that use the new MODE_PAINT_WITH_PREVIEW and MODE_ONECLICK were not showing. 2011-09-19 22:11:48 +00:00
Pere Pujal i Carabantes
7bb9b078e2 Env vars were not honored. 2011-09-18 21:03:16 +00:00
Pere Pujal i Carabantes
c8354de936 Removing a mistake in the command line parsing. 2011-09-13 21:24:18 +00:00
Pere Pujal i Carabantes
d34f015d83 Clean up of old onscreen keyboard code, mostly passed to onscreen_keyboard.c 2011-09-12 22:59:19 +00:00
Pere Pujal i Carabantes
c65bf29874 Tweaking onscreen keyboard layouts. Not found a proper font to get the unicode arrow symbols displayed while keeping the rest of the keyboard nice. 2011-09-06 00:33:53 +00:00
Pere Pujal i Carabantes
ca6d9ce760 Buttons to change the onscreen keyboard layout now are purple. 2011-09-05 23:11:09 +00:00
Pere Pujal i Carabantes
afbc59eba8 Adding the new joystick and onscreen keyboard options to tuxpaint-completion.bash and OPTIONS.html. 2011-09-05 09:50:45 +00:00
Pere Pujal i Carabantes
15273cdd29 Adding an option to select the initial onscreen keyboard layout, adding an option to disable changes between layouts 2011-09-04 22:35:24 +00:00
Scott McCreary
e6ec173371 Fixed build for gcc2.95.3. 2011-09-02 17:55:20 +00:00
Pere Pujal i Carabantes
9d6ca608e3 Now make install wil putt the onscreen keyboard files in place. 2011-09-02 15:14:15 +00:00
Pere Pujal i Carabantes
a9d30e243b Using the new rewrited of onscreen keyboard. 2011-09-02 06:26:09 +00:00
Pere Pujal i Carabantes
f14872a133 Rewrited of onscreen keyboard. Uses 2 files from xorg and now it can change between layouts. 2011-09-01 22:08:09 +00:00
Scott McCreary
c44be7d6dd Redisabled the custom cursors for Haiku as they are still buggy in the current version of SDL. 2011-08-29 22:48:18 +00:00
Scott McCreary
ad5679f079 Restored the previous setting for BeOS to use ./ instead of ~/ 2011-08-29 22:41:19 +00:00
Scott McCreary
cc4a2a34d7 Removed workaround for open_memstream and fmemopen for Haiku as these have been fixed in Haiku.
Make use of find_directory() for locating B_USER_DIRECTORY to save TuxPaint's user files.
TODO: Get opening of files working again for Haiku.
2011-08-29 22:33:31 +00:00
Scott McCreary
7118469f05 Added an include of zconf.h for Haiku as it wasn't finding a definition for "Bytef". 2011-08-29 20:26:56 +00:00
William Kendrick
b0d231d240 Using $LDFLAGS when linking Magic tool plugins and Tux Paint binary. (SF.Net Bug #3389067) 2011-08-09 18:41:30 +00:00
William Kendrick
42dae52291 No longer directly accessing PNG structure members directly, now using png_set_IHDR(). (Patch from SF.net Bug #3386433) 2011-08-08 17:59:12 +00:00
Pere Pujal i Carabantes
a9d0372e14 Forgot to commit those 2011-07-29 21:44:30 +00:00
Pere Pujal i Carabantes
f362d1cb2f More improvements on joystick, now Hat can move continuos and there are some shortcurts that can be associated to buttons. 2011-07-29 21:27:39 +00:00
William Kendrick
0067cbd2af Oh yeah, we already have sRGB<->linear conversions, currently used by some Magic tools. Now using it instead of ceil(pow()) and pow() for gamma-correction in thumbnail2(). (As they're look-ups, they're faster, too!) Thanks for the reminder, Albert C.! 2011-07-26 20:46:21 +00:00
William Kendrick
915e234f20 Gamma corrected '255' was coming out as '254.999985', so wrapping gamma-to-linear conversion in a ceil() call to avoid turning white into off-white (e.g., when loading an 800x600-window image into a 640x480-window Tux Paint; see Pere's email from this week). 2011-07-25 17:00:55 +00:00
William Kendrick
451bd23460 Initial stab at Halftone. 2011-07-25 16:18:24 +00:00
William Kendrick
e8e6c179ff A little further. But time for bed. :^( 2011-07-16 05:58:44 +00:00
William Kendrick
bc4f2ad6b8 TXT version of some docs for new Magic tools. 2011-07-16 05:45:26 +00:00
William Kendrick
db6b8d2089 Starting a Halftone magic tool. (SF Bug #3148011) 2011-07-16 05:44:49 +00:00
John Popplewell
ba209f8f32 Added code to include the tuxpaint-config i18n files in the bdist-win32 bundle. 2011-07-03 15:08:32 +00:00
William Kendrick
3f46a4321f "Tiles" and "Pattern" tools, based on Kaleidoscope. 2011-07-02 07:16:39 +00:00
William Kendrick
28e62c4bde Path to gperf (helpful for Haiku), via scottmc. 2011-07-02 07:01:38 +00:00
John Popplewell
d933049406 Added new, removed old and updated existing win32 font and module config files. 2011-07-02 06:20:14 +00:00
John Popplewell
3bb44c9527 Disable $HOME error on win32. 2011-07-02 06:06:39 +00:00
John Popplewell
4033b03fa7 Disable '-fvisibility=hidden' on win32. Updated config file and DLL copying for win32 and win9x. 2011-07-02 06:03:49 +00:00
William Kendrick
23b5496eb5 Polish update. 2011-06-30 15:28:26 +00:00
William Kendrick
fe56c473a5 Getting 'saveover...' options working as they used to, under the new gperf stuff.
Showing a warning when using save-related options when "nosave" is set. (SourceForge Bug #3327493)
2011-06-24 15:49:25 +00:00
William Kendrick
3d50141723 Helps if I provide args in every func call 2011-06-17 23:40:33 +00:00