Eugene Sandulenko
b376250846
EVENTRECORDER: Do not check md5s which were skipped on save
2020-08-29 17:22:50 +02:00
Eugene Sandulenko
c1bb72675f
I18N: Regen scummvm.pot
2020-08-27 20:27:28 +02:00
Eugene Sandulenko
bd99451d11
I18N: Regenerated scummvm.pot
2020-08-27 18:10:08 +02:00
Eugene Sandulenko
aa55dd32cf
I18N: Regenerate scummvm.pot
2020-08-27 12:24:40 +02:00
Eugene Sandulenko
1e8e8a7df6
I18N: Regenerate scummvm.pot and everything
2020-08-27 00:53:50 +02:00
Eugene Sandulenko
27ea5239b4
GUI: Introduced MessageDialogWithURL()
2020-08-26 17:28:12 +02:00
Eugene Sandulenko
657d737b89
GUI: Compress GUI themes with maximum compression. Regenerate theme files
2020-08-26 01:32:55 +02:00
Eugene Sandulenko
24d7f90623
GUI: Improve option wording. Fixes #11206
2020-08-26 01:32:55 +02:00
Eugene Sandulenko
9b32514baa
CREDITS: Add Griffon engine
2020-08-25 17:56:23 +02:00
Cameron Cawley
d1bfa2c4ec
BACKENDS: Modify the null mixer manager to not require SDL
2020-08-24 14:22:35 +02:00
Cameron Cawley
697d1a8672
BACKENDS: Added an abstract MixerManager class
2020-08-24 14:22:35 +02:00
Cameron Cawley
2c1065188e
SYMBIAN: Deprecate the actions system
2020-08-24 14:19:30 +02:00
Eric Fry
cb4e59a623
CREDITS: Update dragons credits in source
2020-08-19 12:27:29 +02:00
Eric Fry
bd49bbf7ea
CREDITS: Add Blazing Dragons credits
2020-08-19 12:27:29 +02:00
athrxx
5e276286ae
AUDIO/GUI: add SegaCD sound settings
2020-07-30 22:19:21 +02:00
aryanrawlani28
2a239efa80
GUI: Always mark editable as dirty when press home or end
...
- Before, the implementation used to fetch this value based on setCaretPos.
- That would return true only if string needed scrolling.
- Thus, the small issue arised that 2 chars would be wobbled together. This commit fixes that.
2020-07-25 00:32:34 +02:00
aryanrawlani28
ed71d58b55
GUI: THEMES: Rebuild default-inbuilt theme for new changes in the rtl widgets.
2020-07-25 00:24:42 +02:00
aryanrawlani28
227a2b5413
GUI: THEMES: Rebuild theme packages to update rtl-widget spacings
2020-07-25 00:24:42 +02:00
aryanrawlani28
56bd98da26
GUI: THEMES: Update graphics files to correctly space rtl-widgets
2020-07-25 00:24:42 +02:00
Thierry Crozat
11015a917b
GUI: Add missing space in tooltip
2020-07-24 22:36:27 +01:00
Eugene Sandulenko
a6ae56b6dd
GUI: RTL: Fix rtl-ness when theme does not support rtl language
2020-07-17 21:21:27 +02:00
Eugene Sandulenko
05634542c3
GUI: Code formatting
2020-07-15 23:30:10 +02:00
Eugene Sandulenko
80649ba245
CREDITS: Updated Director credits
2020-07-02 01:48:49 +02:00
Cameron Cawley
6620ccbcd0
DOCS: Update credits
2020-07-02 01:43:14 +02:00
D G Turner
fffa98669c
GUI: Fix Usage of Uninitialized Variable in Theme Layout RTL Code
2020-06-23 22:29:03 +01:00
D G Turner
fe30434a2e
GUI: Fix Signed vs. Unsigned Compiler Warning in Tab Widget
2020-06-23 21:41:54 +01:00
Eugene Sandulenko
275ffb3575
GUI: Fix mess with useRTL flaf in ThemeLayout
2020-06-22 09:36:17 +02:00
aryanrawlani28
e3db189f0b
GUI: RTL: Fix small issues
...
- Remove unused variable in tab.cpp
- Remove wrong check for alignment in popups. For rtl, set align to right.
2020-06-22 00:03:02 +02:00
aryanrawlani28
86c11597b8
GUI: Rebuild inbuilt theme to use new aligns 'start' and 'end'
2020-06-22 00:03:02 +02:00
aryanrawlani28
cf208a711d
GUI: Rebuild theme packages to use updated align 'end'
2020-06-22 00:03:02 +02:00
aryanrawlani28
2677b022d1
GUI: Update layout files to use 'end' instead of 'right'
2020-06-22 00:03:02 +02:00
aryanrawlani28
51d95f8978
GRAPHICS: move start + end to Graphics::TextAlign
2020-06-22 00:03:02 +02:00
BLooperZ
4fc9c11bbe
GUI: use start + end for static widgets
2020-06-22 00:03:02 +02:00
BLooperZ
e6e32aeb75
GUI: use start + end for horizontal align
2020-06-22 00:03:02 +02:00
aryanrawlani28
1ae2de366b
GUI: RTL: Improve tab drawing for rtl
2020-06-22 00:03:02 +02:00
aryanrawlani28
0005944df3
GUI: RTL: Use proper alignment for achievements tab
2020-06-22 00:03:02 +02:00
aryanrawlani28
5a093e4e95
GUI: RTL: Improve right align text drawing
...
- Fix last chars being eaten
- Add support for input in right-align mode editables
- Fix issue with dirtyness of editables after clicking
- Improve spacing for lists and popup
- Make numbers reversed in lists
2020-06-22 00:03:02 +02:00
aryanrawlani28
9cd2ef1271
GUI: RTL: Cleanup tab drawing to make it simpler
2020-06-22 00:03:02 +02:00
aryanrawlani28
dde4200d35
GUI: RTL: Overload and simplify getWidgetData for getting rtl flag
2020-06-22 00:03:02 +02:00
aryanrawlani28
12a4af77bd
GUI: Code cleanup
2020-06-22 00:03:02 +02:00
aryanrawlani28
e50463f11f
GUI: JANITORIAL: Improve readability - remove nested ternary op
2020-06-22 00:03:02 +02:00
aryanrawlani28
54279790b7
GUI: RTL: Enable RTL by default for Hebrew
2020-06-22 00:03:02 +02:00
aryanrawlani28
6211747fd3
GUI: RTL: Fix missing backgrounds for tabs in hebrew when navbars present
2020-06-22 00:03:02 +02:00
aryanrawlani28
19aa7baba7
GUI: RTL: Wrapping a variable used for rtl
2020-06-22 00:03:02 +02:00
aryanrawlani28
38e827d1e9
GUI: RTL: Correct behaviour of predictive dialogs for rtl layout
2020-06-22 00:03:02 +02:00
aryanrawlani28
0f40989633
GUI: Code cleanup, add comments about RTL
2020-06-22 00:03:02 +02:00
aryanrawlani28
5e0d5b8322
GUI: RTL: Disable RTL by default
2020-06-22 00:03:02 +02:00
aryanrawlani28
12b26cec07
GUI: RTL: Revise numeric layout in predictive dialog and flip them again
2020-06-22 00:03:02 +02:00
aryanrawlani28
a832e7f423
GUI: RTL: Allow switching from one layout to other after selecting languages
...
GUI: RTL: Add option for forced RTL from ConfMan
2020-06-22 00:03:02 +02:00
aryanrawlani28
48eb0d095c
GUI: RTL: Remove hardcoded padding for RTL tabs layout
2020-06-22 00:03:02 +02:00