Commit graph

4090 commits

Author SHA1 Message Date
Mark Kim
f041db9c4d Localization of SDL2.0 menu on macOS.
SDL2 initializes the macOS menu later than SDL1 (appears to be done
around the video initialization time), so we also need to call later our
routine to override the SDL menu with our localizable version.
2022-06-04 22:34:16 -04:00
Mark Kim
62fee7f58a macos build: remove the --openfolder option
`bless` no longer supports the `--openfolder` option.  It appears to be
a change in the March 2022 Xcode update.
2022-06-04 19:20:37 -04:00
Pere Pujal i Carabantes
937e99f6c2 Updating Catalan. 2022-06-04 10:06:48 +02:00
Bill Kendrick
1f92d31720 Merge branch 'master' into sdl2.0 2022-06-04 00:28:28 -07:00
Bill Kendrick
2687c55e08 Update dates in macos/Info.plist & win32/resources.rc 2022-06-04 00:26:48 -07:00
Bill Kendrick
be9614f5b5 For release: This is SDL2.0 branch 2022-06-04 00:23:15 -07:00
Bill Kendrick
2af844e40c Merge branch 'master' into sdl2.0 2022-06-04 00:22:54 -07:00
Bill Kendrick
a4c894ac08 Release builds tarballs that denote branch
(SDL1.2 vs SDL2.0)
2022-06-04 00:22:32 -07:00
Bill Kendrick
07c02ce281 Merge branch 'master' into sdl2.0 2022-06-04 00:15:28 -07:00
Bill Kendrick
6a7aa6d840 Refresh docs; get updated date stamps 2022-06-04 00:14:33 -07:00
Bill Kendrick
45a26483fa Merge branch 'master' into sdl2.0 2022-06-04 00:11:14 -07:00
Bill Kendrick
a3f915be1c Happy 20th Anniversary! 2022-06-04 00:06:00 -07:00
Bill Kendrick
7e11d08396 Sync docs 2022-06-03 00:16:27 -07:00
dolphin6k
f21018282c Updated Japanese translation (tile zoom) 2022-06-03 14:09:23 +09:00
Bill Kendrick
ff470263a0 Different description for Tile Zoom than plain Zoom
Oops, had committed to sdl2.0 only :eyeroll:
2022-06-02 21:17:23 -07:00
Bill Kendrick
040884f3f3 Different description for Tile Zoom than plain Zoom
h/t Pere for the suggestion
2022-06-02 21:09:23 -07:00
Bill Kendrick
5369bca3b9 Merge branch 'master' into sdl2.0 2022-06-02 21:06:27 -07:00
Pere Pujal i Carabantes
f4977c31dc Updating Catalan translation. 2022-05-31 00:06:01 +02:00
Pere Pujal i Carabantes
78586144ab Updating Catalan translation. 2022-05-31 00:04:28 +02:00
Bill Kendrick
05112612a6 Sync'ing Japanese Docs (re: sort reverse)
h/t Shin-Ichi
2022-05-28 14:53:59 -07:00
dolphin6k
8babe0e4ee Updated Japanese translation 2022-05-28 18:06:07 +09:00
Bill Kendrick
8eeb860183 Show SDL version in --verbose-version output 2022-05-22 23:53:23 -07:00
Bill Kendrick
23cc59539c Show SDL version in --verbose-version output 2022-05-22 23:52:32 -07:00
Bill Kendrick
f361794eb9 Sync README & INSTALL 2022-05-22 23:48:39 -07:00
Bill Kendrick
b65deaf2d3 Sync README & INSTALL 2022-05-22 23:48:11 -07:00
dolphin6k
57e1eeca4b Changed package name again. 2022-05-22 13:12:18 +09:00
dolphin6k
18850108ec Remove existing package before building. 2022-05-22 09:01:29 +09:00
dolphin6k
602f5e8347 Remove existing package before building. 2022-05-22 09:00:33 +09:00
Mark Kim
f0b2367b3d osk fix for single quote and backtick
Change the behavior of the onscreen keyboard's quote and backtick such
that clicking them once displays the clicked key.

Previously they defaulted to composing an accented character, as
discussed here:

  https://sourceforge.net/p/tuxpaint/mailman/message/37656169/
2022-05-21 10:46:48 -04:00
Mark Kim
c350e025fb Merge branch 'master' of ssh://git.code.sf.net/p/tuxpaint/tuxpaint 2022-05-21 10:45:31 -04:00
Mark Kim
d167907e19 osk fix for single quote and backtick
Change the behavior of the onscreen keyboard's quote and backtick such
that clicking them once displays the clicked key.

Previously they defaulted to composing an accented character, as
discussed here:

  https://sourceforge.net/p/tuxpaint/mailman/message/37656169/
2022-05-21 10:42:37 -04:00
dolphin6k
7528be4b20 Renamed installer to distinguish SDL versions 2022-05-21 23:11:38 +09:00
dolphin6k
454479f234 Woops, mistook the SDL version. 2022-05-21 23:10:16 +09:00
dolphin6k
ab4cd9d735 Renamed installer to distinguish SDL versions 2022-05-21 23:08:17 +09:00
Bill Kendrick
be1031efb2 Mend mis-find-replace of an OSK debug #define 2022-05-20 00:27:51 -07:00
Bill Kendrick
2b5b6132ab Backport OSK keyboard debug change to master
Allow for an "OSK_DEBUG" to be set, to show only debug
from `onscreen_keyboard.c`, and nowhere else.
2022-05-20 00:25:32 -07:00
Bill Kendrick
db7a5e171b Attempt to mend glitchiness of OSK on SDL2.0 branch
Composing is still messed up, however...
2022-05-20 00:23:01 -07:00
Bill Kendrick
e1fc4d60e7 Wrapping a printf in im.c in a debug #ifdef 2022-05-19 23:29:19 -07:00
Bill Kendrick
dcc699eea1 Merge SDL-agnostic way to declare callback func. for SDL_SetEventFilter() 2022-05-19 01:36:47 -07:00
Bill Kendrick
ff05e91f39 SDL-agnostic way to declare callback func. for SDL_SetEventFilter()
SDL 1.2 wants a "const SDL_Event *",
SDL 2.0 wants a "union SDL_Event *".
2022-05-19 01:34:19 -07:00
Bill Kendrick
2e0119daa9 Bump dates on fretwork.c & rails.c 2022-05-19 01:31:03 -07:00
Bill Kendrick
16d79a323d Merge SDL-agnositc SDL_Rect member type to SDL2.0 branch 2022-05-19 01:29:46 -07:00
Bill Kendrick
868edf4ccd SDL-agnostic way to get SDL_Rect member types
SDL 1.2 they are Sint16, SDL 2.0 they are int.
2022-05-19 01:26:59 -07:00
Bill Kendrick
166b6aa233 Mend bug in SDL agnostic SDL_TimerID check
Had 0 vs NULL swapped between SDL 1 & 2
2022-05-19 01:21:32 -07:00
Bill Kendrick
91a37acf1a Backport (and fix) SDL-agnostic SDL_TimerID check to SDL2.0 branch 2022-05-19 01:18:54 -07:00
Bill Kendrick
4a1d0cc846 SDL-agnostic way of handling SDL_TimerID diff
SDL 1.2 it's a pointer (so "NULL" is invalid),
SDL 2 it's an int (so "0" is invalid).
2022-05-19 01:13:24 -07:00
Bill Kendrick
c8db730c4f Backport a few warning squelches from sdl-2.0 branch
https://sourceforge.net/p/tuxpaint/tuxpaint/ci/dfba73d327df49cbea16207ab25c11991be2c0c7/
2022-05-19 01:05:19 -07:00
Bill Kendrick
dfba73d327 Address some compile-time warnings in SDL 2.0
Also disable VERBOSE DEBUG output.

Note - Still a pair of nasty warnings about the following

 * ‘rsvg_handle_close’ is deprecated: Use
   'rsvg_handle_read_stream_sync' instead

 * passing argument 3 of ‘autoscale_copy_smear_free’ from incompatible
   pointer type (SDL_BlitSurface)

They should be addressed.
2022-05-19 00:49:48 -07:00
Bill Kendrick
a6f5449ce4 Backport sdl-2.0 prompt shadow fix to master 2022-05-18 23:42:13 -07:00
Bill Kendrick
ed7184bd64 Avoid leftover shadow on Open->Erase prompt
Fixes https://sourceforge.net/p/tuxpaint/bugs/248/

(Seemed to do with alpha of the new `backup` surface?
I admit I don't 100% understand what was going on.)
2022-05-18 23:37:23 -07:00