Serge Gautherie
444553c7f0
[DESK.CPL] Fix a Clang-Cl warning about "LogPixels"
...
"warning: logical not is only applied to the left hand side of this comparison [-Wlogical-not-parentheses]"
CORE-14306
2018-05-04 22:02:48 +02:00
Bișoc George
e445b305bb
[CPL][CONSOLE] Mistake corrections
2018-04-22 22:52:48 +02:00
Bișoc George
76c561e5f4
[CONSOLE] Italian translation update ( #466 )
...
- Strings translated
- Typo fixed
2018-04-03 12:58:54 +02:00
Bișoc George
9703ae9a08
[INETCPL] Italian translation update ( #453 )
2018-03-30 15:19:26 +02:00
Amine Khaldi
88d3620955
[INETCPL] Sync with Wine Staging 3.3. CORE-14434
2018-03-25 12:46:20 +01:00
Timo Kreuzer
0182dcd71b
[PSDK][REACTOS] Fix definitions and usage of DWLP_MSGRESULT, DWLP_DLGPROC, and DWLP_USER
...
- Make sure the DWLP_* values are correct on _WIN64
- Don't use the DWL_* constants, they are not portable. Enforce this by removing them entirely from winuser.h
- Make sure Get/SetWindowLong*Ptr* is used and pointers are not truncated to LONG
2018-03-04 16:27:07 +01:00
Sergey Stopkin
0c957755ed
[TRANSLATION] Some translations update
2018-03-02 18:23:30 +01:00
Giannis Adamopoulos
d214e1c4d4
[TELEPHON.CPL] Include winuser.h in the rc which is needed for manifest_hosted.rc
...
Add a check in manifest_hosted.rc to make sure that winuser.h is included
2018-03-01 10:05:54 +02:00
Joachim Henze
40e5832369
[DESK] Fix text truncation in fr-FR.rc
...
CORE-13514
2018-02-28 23:00:31 +01:00
Joachim Henze
9e9f053eec
[MMSYS] fix text truncation in fr-FR.rc
...
CORE-13508
2018-02-28 21:19:42 +01:00
Timo Kreuzer
d281d14fd1
[REACTOS] Fix a number of Get/SetWindowsLong*Ptr* issues and use GWLP_* instead of GWL_* where appropriate.
2018-02-19 22:36:36 +01:00
Serge Gautherie
71ebfd8717
[OPENGLCFG] Fix a Clang-Cl warning about IDC_DEBUG_OUTPUT
...
"warning: use of logical '||' with constant operand [-Wconstant-logical-operand]"
CORE-14306
2018-02-10 18:04:03 +01:00
Thomas Faber
c0a227d9a5
[SYSDM] Make the GPL text ASCII. CORE-14278
...
This is better than wasting space on null chars (and having Git mangle it).
Also ensure that it gets CRLF newlines since its contents go in the binary.
2018-02-08 00:52:41 +01:00
Luo Yufan
a13c998183
[TRANSLATION] Simplified Chinese translations updated. ( #348 )
2018-02-01 02:50:29 +01:00
Doug Lyons
912434849f
[TIMEDATE] Correctly set the time when using the "Update now" button. CORE-14167
2018-01-31 11:51:08 +01:00
Stanislav Motylkov
2595538558
[DESK.CPL] Fix dialog appearance in 640x480 resolution
...
CORE-14274
2018-01-29 22:32:01 +01:00
Luo Yufan
09168aae12
[TRANSLATION] Update Simplified Chinese Translations of SHELL32 and USRMGR ( #340 )
2018-01-29 18:21:20 +01:00
Joann Mõndresku
d80ef2c90a
[TRANSLATION] Various translations to Estonian ( #329 )
...
Estonian translations for shell + explorer, cpl files (access, appwiz, desk, timedate), devmgr, browseui, comctl32, aclui, avifil32, comdlg32 and credui.
2018-01-29 17:03:27 +01:00
Adam Słaboń
fbcf05062e
[TRANSLATION] Polish translation update ( #328 )
2018-01-27 13:21:22 +01:00
Stanislav Motylkov
0acd59b541
[TRANSLATION] [DESK] Update russian translation ( #323 )
2018-01-24 16:13:51 +01:00
Joachim Henze
2382435e88
[DESK.CPL] Update de-DE.rc for flat menus option
2018-01-23 19:29:28 +01:00
Stanislav Motylkov
e8ec23fcd2
[DESK.CPL] Fix hardcoded colors in classic theme preview
...
CORE-14238 #resolve
2018-01-22 21:45:03 +02:00
Stanislav Motylkov
46c40d4cb5
[DESK.CPL] Add flat menus option to effects dialog
2018-01-22 20:42:10 +02:00
Adam Słaboń
86908fc647
[TRANSLATION] Polish translation update ( #284 ).
2018-01-19 12:06:38 +01:00
Joachim Henze
e0498ca00a
[SYSDM] Fix text truncation for ru-RU CORE-13845
2018-01-14 13:55:43 +01:00
Joachim Henze
9078c335f7
[DESK] Fix text truncation for ru-RU CORE-13845
2018-01-14 13:52:34 +01:00
Erdem Ersoy
ba3f074320
[TRANSLATIONS] Update the email address and add a note in the Turkish translation document ( #271 )
2018-01-07 22:09:42 +01:00
Luo Yufan
fe50c655aa
[TRANSLATION] Update Simplified Chinese translations and font settings. ( #266 )
2018-01-06 18:05:07 +01:00
Luo Yufan
59aa6b9e74
[TRANSLATION] Improve Simplified Chinese Translations ( #265 )
...
* Update Simplified Chinese translation of SYSSETUP
* Update Simplified Chinese translations and font settings.
* Update Translation of SHELL32.
2018-01-05 14:15:03 +01:00
Luo Yufan
2524a0b636
[TRANSLATIONS] Simplified Chinese translation update. #251
2018-01-02 18:39:24 +01:00
Katayama Hirofumi MZ
89f9c9101a
[TRANSLATION] Use correct font name in Korean resources, CORE-9566 ( #228 ).
...
Localized resources should use the correct Korean fonts that are most suitable
for UI and compatible with Windows.
2017-12-29 01:51:15 +01:00
Katayama Hirofumi MZ
2b91b29642
[CPL] Control Panel Applets: Use correct font name in Chinese resources, CORE-9566 ( #220 ).
...
Localized resources should use the correct Chinese font names compatible with Windows.
2017-12-26 20:57:48 +01:00
Amine Khaldi
5a54e722b3
[USRMGR] Rename some functions. #179
2017-12-25 22:11:57 +01:00
Amine Khaldi
5e4f6c69c7
[DESK] Rename DATA structures and some functions. #179
2017-12-25 21:12:00 +01:00
Markus Gothe
e2e699118f
Improve swedish translations and add new translations to swedish.
2017-12-25 11:31:22 +01:00
Amine Khaldi
fc93f23830
[INTL] Rename some variables and functions. #179
2017-12-23 14:07:33 +01:00
Amine Khaldi
eff73544ec
[SYSDM] Rename some functions. #179
2017-12-23 14:05:07 +01:00
Luo Yufan
d6131ace49
[TRANSLATION] Improve Simplified Chinese Translations.
...
* Fix Simplified Chinese Translation of EXPLORER.
* Fix Simplified Chinese Translation of MSCONFIG_NEW.
* Fix Simplified Chinese Translation of MSPAINT.
* Fix Simplified Chinese Translation of SHELL32.
* Fix Simplified Chinese Translation of SYSDM.
* Fix Simplified Chinese Translation of SETUP/REACTOS.
2017-12-17 14:40:59 +01:00
Stanislav Motylkov
a0fe72e218
[SYSDM] Extend build string to fit commit hash
2017-12-13 13:55:01 +01:00
Li Keqing
f461c451a1
[TRANSLATION] Fix Simplified Chinese Translations ( #187 )
...
* Fix the Simplified Translation of Rapps
* Fix the Simplified Translation of msconfig_new
* Fix the Simplified Translation of charmap_new
* Fix the Simplified Translation of winmine
* Fix the Simplified Translation of kbswitch
* Fix Simplified Chinese Translation of logoff
* Fix Simplified Chinese Translation of eventvwr
* Fix Simplified Chinese Translation of sysdm
* Update Simplified Chinese Translation for dxdiag
2017-12-11 11:35:59 +02:00
Katayama Hirofumi MZ
3dbd44fde1
input: Overwrite font substitutes settings on lang change
2017-11-19 14:36:32 +01:00
Thomas Faber
bcbe0dd8cd
[CPL] Remove unnecessary DLGPROC casts.
2017-11-03 13:57:44 +01:00
Serge Gautherie
41b94fd17b
[INTL]: Simplify code (addendum to r74582). ( #41 )
...
CORE-13242
2017-10-13 22:24:37 +02:00
Waritnan Sookbuntherng
1128447196
[WIN32K][DESK.CPL]: Add fit and fill background placement options ( #28 )
...
- WIN32K and DESK.CPL: Add fit and fill background placement options.
- DESK.CPL: Define wallpaper placement constants; update translations.
- WIN32K: Fix coding style.
CORE-13360
2017-10-13 21:44:02 +02:00
Alisson Lauffer
5d0a122ff6
[TRANSLATION]: Brazilian Portuguese translation update for input.cpl ( #51 )
2017-10-12 00:10:23 +02:00
Adam Słaboń
9c790dfc3b
Polish translation update ( #29 )
...
* Polish translation update
2017-10-10 12:14:38 +02:00
Colin Finck
c2c66aff7d
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
2017-10-03 07:45:34 +00:00