Iris Morelle
ac96df07be
gui: Handle SDL_WINDOWEVENT_SIZE_CHANGED
...
Instead of SDL_WINDOWEVENT_RESIZED.
The documentation is a bit unclear, but SDL_WINDOWEVENT_RESIZED seems
not to trigger under certain circumstances, specifically when changing
resolution via SDL_SetWindowSize(); SDL_WINDOWEVENT_SIZE_CHANGED
meanwhile is implied to trigger any time the window size changes
whether it's from an API call, or the operating system, or a user
action.
<https://wiki.libsdl.org/SDL2/SDL_WindowEventID >
We need to translate at least one of these events into a GUI2 event in
order for dialogs to be properly re-laid out after the window size
changes, but we should not handle both because that could result in
unnecessary work recalculating all dialog layouts.
Closes #7436 .
2023-05-19 02:48:21 -04:00
Iris Morelle
75bb77f11f
gui/title_screen: Refresh Language button after changing languages
...
Closes #7437 .
2023-05-18 22:54:16 -04:00
Pentarctagon
454d816c86
changelong update.
2023-05-17 23:56:55 -05:00
Nils Kneuper
c23af9a8e5
updated Spanish translation
2023-05-13 10:18:09 +02:00
Nils Kneuper
06b4271f88
updated Czech translation
2023-05-13 10:17:14 +02:00
Nils Kneuper
f55fec896c
updated Italian translation
2023-04-29 19:26:04 +02:00
Nils Kneuper
4ff7c6e120
updated French translation
2023-04-29 16:55:22 +02:00
Nils Kneuper
2d9c6c6efc
updated British English translation
2023-04-29 16:54:07 +02:00
Nils Kneuper
5a8ee0e6c2
updated Arabic translation
2023-04-29 16:52:55 +02:00
Pentarctagon
a45ca3f771
1.17.16+dev
2023-04-22 22:35:35 -05:00
Pentarctagon
9909f5910d
1.17.16
2023-04-22 22:34:20 -05:00
Nils Kneuper
39c4d26cec
updated Italian translation
2023-04-22 00:36:13 +02:00
Nils Kneuper
1bc0d3cd2f
updated British English translation
2023-04-22 00:34:33 +02:00
Nils Kneuper
c39203f327
updated French translation
2023-04-22 00:33:32 +02:00
Pentarctagon
d67ab41a39
1.17.15+dev
2023-04-15 20:04:03 -05:00
Pentarctagon
f27b4f1bfc
1.17.15
2023-04-15 20:03:24 -05:00
Nils Kneuper
9ffcacbdc6
updated Czech translation
2023-04-08 09:52:42 +02:00
Nils Kneuper
7b4696fe71
updated Turkish translation
2023-04-08 09:50:22 +02:00
Elvish_Hunter
242a9874c8
wesnoth_addon_manager: removed unused --color switch
2023-04-07 22:03:56 +02:00
Elvish_Hunter
1d31c674c9
Changelog entry for PR #7512
2023-04-05 20:15:34 +02:00
Nils Kneuper
869efbb28c
updated Spanish translation
2023-04-01 11:18:26 +02:00
Nils Kneuper
b98a7774f4
updated French translation
2023-03-25 12:06:15 +01:00
Nils Kneuper
ba031ee873
updated Bulgarian translation
2023-03-25 11:27:46 +01:00
Nils Kneuper
914a90b312
updated British English translation
2023-03-25 11:26:29 +01:00
gfgtdf
8065f63b69
Update changelog.md
2023-03-20 01:29:52 +01:00
gfgtdf
d98a32d35c
Update changelog.md
2023-03-20 01:15:28 +01:00
gfgtdf
d086379b27
Update changelog.md
2023-03-19 21:41:03 +01:00
Pentarctagon
baf5d105a6
1.17.14+dev
2023-03-18 21:49:52 -05:00
Pentarctagon
f4ac9e03de
1.17.14
2023-03-18 21:48:59 -05:00
Pentarctagon
61a40a5847
changelog update
2023-03-18 21:41:26 -05:00
Nils Kneuper
8596abc4c0
updated Czech translation
2023-03-18 12:39:12 +01:00
Nils Kneuper
d82fdd0fd8
updated French translation
2023-03-18 09:59:29 +01:00
Nils Kneuper
bbde2deed3
updated Italian translation
2023-03-17 19:08:55 +01:00
Elvish_Hunter
b41bb0249f
wesnoth_addon_manager: added --version flag
2023-03-17 11:00:02 +01:00
Elvish_Hunter
390f21c872
wesnoth_addon_manager: added new --terms flag (prints the server upload terms)
2023-03-17 10:52:20 +01:00
Pentarctagon
94d603ba69
changelog update.
2023-03-15 14:51:48 -05:00
Elvish_Hunter
becf628198
wesnoth_addon_manager: added IPv6 support
2023-03-12 10:16:01 +01:00
Elvish_Hunter
7e67bc5d08
wesnoth_addon_manager: added SSL/TLS support
2023-03-11 19:55:58 +01:00
Luis Miguel Iglesias Sánchez
252d4148c4
UtBS S05 add logic to the main cavern event so scouting is taken into account ( #7427 )
2023-02-28 16:57:16 -06:00
Nils Kneuper
8b4440ea5b
updated Spanish translation
2023-02-25 12:25:51 +01:00
Nils Kneuper
f9f2cc4bd0
updated British English translation
2023-02-25 12:24:37 +01:00
Pentarctagon
c9eae7c35b
1.17.13+dev
2023-02-19 22:08:57 -06:00
Pentarctagon
113056c9e1
1.17.13
2023-02-19 22:08:56 -06:00
Steve Cotton
cf4bcd1c4e
Big changelog update
...
Most of this came from checking the commit log, changelog_entries hasn't
become part of the usual workflow yet.
2023-02-19 14:50:33 +01:00
Elvish_Hunter
59b6049f9f
wmlxgettext: always use Unix file paths in .pot files
...
Fixes #7380 .
2023-02-16 23:28:05 +01:00
Elvish_Hunter
fb32a9d68c
Changelog entry for PR #7363
2023-02-13 10:03:53 +01:00
Nils Kneuper
1bbd9a6b75
updated Dutch translation
2023-02-11 11:13:14 +01:00
Nils Kneuper
6f5e71d30e
updated Czech translation
2023-02-11 11:12:04 +01:00
Nils Kneuper
cfa515bd62
updated Polish translation
2023-02-04 12:20:04 +01:00
Nils Kneuper
9d1ae19e5a
updated Portuguese (Brazil) translation
2023-01-29 10:06:29 +01:00