Hermès Bélusca-Maïto
d433f03b56
[WINHLP32] All the lang resource files are in UTF-8.
2019-07-26 14:53:26 +02:00
Shy Zedaka
112127593b
[TRANSLATION] Hebrew Translations For Setup ( #1750 )
2019-07-24 19:56:48 +02:00
Doug-Lyons
77671f0337
[NETID][WINLOGON] Fix Computer Name Change to update Domain/Hostname on reboot. ( #1684 )
...
CORE-16123
- NETID: Correct the call when using the "Computer Name Change" in ReactOS.
- WINLOGON: Update the volatile "Hostname" and "Domain" variables from
their non-volatile counterparts.
Co-authored-by: Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
2019-07-22 00:49:47 +02:00
Bișoc George
eede1b9b7a
[UMPNPMGR] Implement registry functions for SuppressUI and SuppressNewHWUI handling. ( #1683 )
...
CORE-15897
Co-authored-by: Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
2019-07-21 19:02:53 +02:00
Eric Kohl
e0c97c9eca
[SRVSVC][WKSSVC] Set the stop pending status before stopping the services and stop the RPC listener on shutdown as well.
2019-07-21 18:56:59 +02:00
Eric Kohl
1f082ecc68
[WMISERV][WUAUSERV] Stop the service if the stop event creation fails.
2019-07-21 18:56:57 +02:00
Erdem Ersoy
85917e266a
[TRANSLATIONS] Update Turkish translations ( #1650 )
...
Translations for Solitaire, Spider, WinMine, Notepad, Wordpad & Write, MSPaint, MPlay32, SndRec32, WinHlp32, SndVol32, TaskMgr and Calc.
2019-07-21 17:49:12 +02:00
Benjamin Aerni
5b9543c31a
[W32TIME] Use a reasonable fallback of 9 hours. ( #1724 )
...
CORE-16181
This allows preventing spamming the time servers if the registry entry
becomes corrupted or missing. Also, disallow a setting of less than
2 minutes for the same reasons, and instead use the fallback of 9 hours.
2019-07-21 17:47:13 +02:00
Bișoc George
4c4e3d6048
[OSK] Use new coordinates on keyboard layout changing ( #1745 )
...
CORE-16214
2019-07-21 16:52:25 +02:00
Hermès Bélusca-Maïto
5666ea2061
[MSCONFIG][ROSAPPS] Remove explicit MINGW_HAS_SECURE_API since it is already enabled globally. CORE-16224
2019-07-21 01:06:54 +02:00
Eric Kohl
eab73ad1a4
[SRVSVC] Make the server service stoppable.
2019-07-20 22:48:17 +02:00
Eric Kohl
4073a8c58d
[WKSSVC] Make the workstation service stoppable.
2019-07-20 22:43:39 +02:00
Eric Kohl
8a631c8455
[WUAUSERV] Make the wuauserv service startable and stoppable.
2019-07-20 19:30:27 +02:00
Eric Kohl
eb532bc641
[WMISVC] Accept stop and shutdown commands when the service is running.
2019-07-20 15:51:39 +02:00
Timo Kreuzer
cdca4e9036
[MSPAINT] Don't use SIZEOF on a pointer
...
Fixes GCC 8 warning:
base/applications/mspaint/definitions.h:16:31: error: division 'sizeof (LPWSTR {aka wchar_t*}) / sizeof (WCHAR {aka wchar_t})' does not compute the number of array elements [-Werror=sizeof-pointer-div]
#define SIZEOF(a) (sizeof(a) / sizeof((a)[0]))
~~~~~~~~~~^~~~~~~~~~~~~~~~
base/applications/mspaint/main.cpp:134:55: note: in expansion of macro 'SIZEOF'
lstrcpyn(pon->lpOFN->lpstrFile, Path, SIZEOF(pon->lpOFN->lpstrFile));
^~~~~~
2019-07-20 13:56:18 +02:00
Shy Zedaka
10798fa3ff
[TRANSLATION] Hebrew Translation for Services ( #1741 )
2019-07-19 17:08:33 +02:00
Joachim Henze
5dbc677cdd
[BOOTDATA][SETUP] Fix regression CORE-16200 font rendering
...
By removing font substitution for 'Microsoft Sans Serif'.
Thanks to the patches author Katayama Hirofumi MZ.
This is a partial revert of the guilty rev
master guilty 0.4.13-dev-9-g
811faed421
RC guilty 0.4.12-RC-13-g
8d3def0529
VBox test result:
https://reactos.org/testman/compare.php?ids=68497,68499
The same fix has been applied before to 0.4.12-RC-44-g
ca0e00e8af
2019-07-16 22:51:42 +02:00
Bișoc George
b292acb5f7
[OSK] Implement "Always on Top" feature ( #1729 )
2019-07-15 15:59:06 +02:00
Jose Carlos Jesus
69454b4302
[TRANSLATION] Add Portuguese (neutral) translation. ( #1702 )
...
Add Portuguese (neutral) translation for intl.cpl, main.cpl, msgina.dll, msports.dll, welcome.exe and rundll32.exe, and fix the one in mshtml.dll .
2019-07-15 00:07:50 +02:00
Hermès Bélusca-Maïto
e095695a64
[UMPNPMGR] Fix build.
2019-07-14 22:17:50 +02:00
Eric Kohl
47e90b5ea4
[UMPNPMGR] PNP_GetDeviceStatus: Move the code that retrieves the status of a device into a separate function so that we can use in other functions.
2019-07-14 21:50:06 +02:00
Eric Kohl
ece54dcd2f
[SETUPAPI][UMPNPMGR] The 3rd parameter of PNP_RegisterNotification() seems to be the service name
2019-07-07 13:41:00 +02:00
Doug Lyons
e4898e6e0b
[W32TIME] Implement w32time service. CORE-13001
2019-07-07 12:55:13 +02:00
Thomas Faber
d19b792511
[W32TIME] Implement a rudimentary version of W32TimeSyncNow. CORE-13001
2019-07-07 12:45:03 +02:00
Serge Gautherie
5e10c4ed32
[NETSTAT] ShowUdpTable(): Fix "tcp" copypasta
2019-06-30 13:55:05 +02:00
Eric Kohl
8f5fe0fa4f
[UMPNPMGR] PNP_RegisterNotification: Add notification filter parameter checks
2019-06-29 18:16:13 +02:00
Hermès Bélusca-Maïto
b695971c7f
[NETSTAT] Simplify some code; don't use exit(); call WSACleanup() on exit.
2019-06-29 18:10:43 +02:00
Hermès Bélusca-Maïto
ab7dc56d6c
[NETSTAT] Formatting; use _wsystem() call; do not hardcode buffer lengths.
2019-06-29 17:32:53 +02:00
Alexey Gorgurov
f6f66fa987
[NETSTAT] Fix TCP/UDP output. ( #1696 )
...
CORE-16151
The underlying StringCchPrintfW() function must use %S for CHAR strings
and %s for wide chars.
See
https://docs.microsoft.com/en-us/cpp/c-runtime-library/format-specification-syntax-printf-and-wprintf-functions?view=vs-2019
for details.
2019-06-29 16:58:47 +02:00
Jose Carlos Jesus
86d4156c39
[TRANSLATIONS] Add/Update Portuguese (neutral) translations. ( #1687 )
...
Translations for SYSDM.CPL, SETUPAPI, SHELL32, LSASRV, SAMSRV, SYSSETUP,
USRMGR, THEMEUI, USERENV, WININET, MSCONFIG.
2019-06-29 16:55:33 +02:00
Eric Kohl
7eb6e42626
[UMPNPMGR][SETUPAPI] PNP_RegisterNotification() has got 9 parameters.
2019-06-29 13:38:42 +02:00
Eric Kohl
a9c4c07955
[SETUPAPI][UMPNPMGR] PNP_UnregisterNotification: Add 2 unknown parameters
2019-06-23 21:45:54 +02:00
Eric Kohl
ca0406131c
[SETUPAPI][UMPNPMGR] Improve CMP_RegisterNotification/PNP_RegisterNotification
...
Pass the notification filter to PNP_RegisterNotification as a byte-pointer to the filter and the size of the filter.
2019-06-23 19:31:34 +02:00
Hermès Bélusca-Maïto
84c20018e6
[NETSTAT] Really fix the build.
2019-06-20 21:15:12 +02:00
Hermès Bélusca-Maïto
dda5ec44b0
[NETSTAT] Simplify DoFormatMessage(), and fix build.
2019-06-20 20:59:23 +02:00
Lee Schroeder
bd3c852012
[NETSTAT] Convert the netstat utility to Unicode, and localize it. ( #1657 )
...
CORE-16119
Also, change its resource file description to reflect that the utility isn't just for TCPv4.
2019-06-20 20:48:07 +02:00
Mas Ahmad Muhammad
e189abe754
[SETUP_WELCOME] Update Indonesian translation.
2019-06-20 17:31:53 +02:00
Mas Ahmad Muhammad
31a28ab9e7
[WINLOGON] Update Indonesian translation.
2019-06-20 17:31:49 +02:00
Mas Ahmad Muhammad
b4af5597c4
[SHUTDOWN] Add Indonesian translation.
2019-06-20 17:31:48 +02:00
Mas Ahmad Muhammad
b72bbfbe27
[NOTEPAD] Update Indonesian translation.
2019-06-20 17:31:47 +02:00
Mas Ahmad Muhammad
d863ed20cc
[SETUP_REACTOS] Add Indonesian translation.
2019-06-20 17:31:45 +02:00
Andreas Maier
8d6c9e844c
[EXPLORER] Properly initialise tbBtn.iBitmap. CORE-14262.
...
In CNotifyToolbar::AddButton tbBtn.iBitmap (imagelist-index)
was inialised with 0. Tigthvnc adds the icon wihtout NIF_ICON flag.
So the wrong icon index was kept and later replaced.
2019-06-19 20:37:04 +02:00
Andreas Maier
7796df375a
[EXPLORER] fix traces
2019-06-19 20:37:04 +02:00
Jose Carlos Jesus
3fbbfc8f2f
[REGEDIT] Update Portuguese (neutral) translations. ( #1656 )
2019-06-17 15:12:13 +02:00
Jose Carlos Jesus
210adcc213
[RAPPS] Add Portuguese (neutral) translation. ( #1656 )
2019-06-17 15:12:13 +02:00
Jose Carlos Jesus
ec8779fa30
[NOTEPAD] Update Portuguese (neutral) translation. ( #1656 )
2019-06-17 15:12:13 +02:00
Jose Carlos Jesus
285afe8851
[WLANCONF] Add Portuguese (neutral) translation. ( #1656 )
2019-06-17 15:12:12 +02:00
Jose Carlos Jesus
12632613ac
[RUNONCE][USERINIT] Add Portuguese (neutral) translation. ( #1656 )
2019-06-17 15:12:12 +02:00
Jose Carlos Jesus
51d408b3fc
[WINLOGON] Add Portuguese (neutral) translation. ( #1656 )
2019-06-17 15:12:08 +02:00
Katayama Hirofumi MZ
6b95727282
[REGEDIT] Adjust ListView column widths ( #1663 )
...
CORE-15187
2019-06-17 10:04:45 +09:00