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 |
|
Eric Kohl
|
433c9d327e
|
[SETUPAPI] Implement CM_Delete_DevNode_Key_Ex()
CM_REGISTRY_USER is not supported yet.
|
2019-07-13 14:26:57 +02:00 |
|
Mark Jansen
|
b5423ba70b
|
[SHELL32] Fix SHCreateDirectoryExW showing an error on success
CORE-15145
|
2019-07-09 22:52:17 +02:00 |
|
Eric Kohl
|
93f77f2625
|
[SETUPAPI] CM_Delete_DevNode_Key[_Ex]: Use DEVINST instead of DEVNODE because we are using DEVINST anywhere else.
|
2019-07-08 00:08:22 +02:00 |
|
Eric Kohl
|
86e8a477b6
|
[SETUPAPI] CMP_RegisterNotification: When a window is registered, pass the window text to PNP_RegisterNotification().
|
2019-07-07 23:47:01 +02:00 |
|
Bișoc George
|
019e3ffe5f
|
[SHELL32] Recycle-Bin: Validate the MaxCapacity value with respect to the available disk space. (#1688)
CORE-12313
Co-authored-by: Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
|
2019-07-07 19:01:09 +02:00 |
|
Hermès Bélusca-Maïto
|
8a30801516
|
[SHELL32] Recycle-Bin: Minor code enhancements.
- Use _countof() and ZeroMemory().
- Fix case of 'BitBucket' registry key (Windows-compatible).
- Simplify code.
- Minor code formatting.
|
2019-07-07 17:56:51 +02:00 |
|
Bișoc George
|
818d660868
|
[SHELL32] Enable the "Apply" button when user takes action on the edit box control (#1720)
CORE-12312
|
2019-07-07 14:47:44 +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
|
119c99ef7e
|
[TIMEDATE] Allow editing the time server combo box. CORE-13001
|
2019-07-07 12:45:45 +02:00 |
|
Doug Lyons
|
44b543bad3
|
[TIMEDATE] Handle manual time server entry. CORE-13001
|
2019-07-07 12:45:36 +02:00 |
|
Doug Lyons
|
33401f3875
|
[TIMEDATE] Use w32time compatible registry settings. CORE-13001
|
2019-07-07 12:45:17 +02:00 |
|
Thomas Faber
|
d19b792511
|
[W32TIME] Implement a rudimentary version of W32TimeSyncNow. CORE-13001
|
2019-07-07 12:45:03 +02:00 |
|
Thomas Faber
|
1938b7484e
|
[TIMEDATE] Avoid the use of DisplayWin32Error in time sync utility functions. CORE-13001
|
2019-07-07 12:44:51 +02:00 |
|
Thomas Faber
|
aa24ad7429
|
[TIMEDATE] Separate time sync functions out into their own file. CORE-13001
This is in preparation for the w32time service, and based on
work by Doug Lyons.
|
2019-07-07 12:44:37 +02:00 |
|
Victor Perevertkin
|
042646ceac
|
[IPHLPAPI] Use if_descrlen field for determining the length of
if_descr in IFEntry structure. This fixes heap corruption on GCC8.
CORE-16088
|
2019-07-05 22:49:12 +03:00 |
|
Stanislav Motylkov
|
a76e03d8bc
|
[SHELL32][USERENV] Improve Russian translation (#1710)
CORE-16170
|
2019-07-01 21:43:22 +02:00 |
|
Oleg Dubinskiy
|
25e98eb0da
|
[DSOUND_NEW] Add CMakeLists.txt + mostly fix gcc compilation
|
2019-06-30 20:06:36 +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 |
|
Thomas Faber
|
d16c9a798a
|
[LIBPNG] Update to version 1.6.37. CORE-16147
|
2019-06-27 12:52:12 +02:00 |
|
Thomas Faber
|
430656f0b9
|
[MBEDTLS] Update to version 2.7.11. CORE-16147
|
2019-06-27 12:52:00 +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 |
|
Eric Kohl
|
89c936fdd6
|
[NETCFGX] Start a network adapter device after the custom install steps have been completed.
This could probably fix CORE-16103
|
2019-06-22 21:01:26 +02:00 |
|
Eric Kohl
|
8dc70d2454
|
[SETUPAPI] Implement SetupDiRestartDevices()
|
2019-06-22 21:01:25 +02:00 |
|
Andreas Maier
|
49165276f2
|
[COMCTL32] Fix CORE-14619 (Checkbox buttons theming regression) (#1674)
* [COMCTL32] Fix CORE-14619 (Checkbox buttons theming regression)
Fix cb_states / rb_states lookup table.
* [README.WINE] comctl32 is synced to WineStaging-3.3.
See commit b3fb8555 .
|
2019-06-22 16:36:14 +02:00 |
|
Jose Carlos Jesus
|
be820b9ca3
|
[NEWDEV] Add Portuguese (neutral) translation.
|
2019-06-22 16:17:03 +02:00 |
|
Jose Carlos Jesus
|
0e6732586d
|
[NETID] Add Portuguese (neutral) translation.
|
2019-06-22 16:16:58 +02:00 |
|
Jose Carlos Jesus
|
64a647a843
|
[NETCFGX] Add Portuguese (neutral) translation.
|
2019-06-22 16:11:55 +02:00 |
|
Bișoc George
|
4c9dc7302b
|
[MAIN.CPL] Adjust the GROUPBOX control spacing for French resource (#1682)
CORE-12372
|
2019-06-22 15:37:59 +02:00 |
|
Eric Kohl
|
214692ff5e
|
[NETSHELL] Improvements to the network setup (2a/x)
Step 2a: Really check the binding between network components.
Next Step: Bind the Tcpip transport to all enumerated network adapters.
|
2019-06-20 22:08:39 +02:00 |
|
Eric Kohl
|
73ca084e96
|
[NETCFGX] Read a components bind value and implement the IsBoundTo method.
|
2019-06-20 22:08:38 +02:00 |
|
Eric Kohl
|
79a0f2b430
|
[NETCFGX] EnumClientServiceProtocol: Use the right parent key when trying to open the 'NDI' subkey.
This makes the description of the selected item show up in the network connection properties.
|
2019-06-20 20:08:36 +02:00 |
|
Hermès Bélusca-Maïto
|
1dc4ba9da7
|
[DEVMGR] Add the missing pt-PT.rc translation file. Strange, I thought I added it before...
|
2019-06-20 18:04:26 +02:00 |
|
Mas Ahmad Muhammad
|
fd928f9d6e
|
[CPL_DESK] Update Indonesian translation.
|
2019-06-20 17:31:57 +02:00 |
|
Mas Ahmad Muhammad
|
e3c779a855
|
[CPL_MMSYS] Update Indonesian translation.
|
2019-06-20 17:31:57 +02:00 |
|
Mas Ahmad Muhammad
|
40be6abdd8
|
[CPL_TIMEDATE] Update Indonesian translation.
|
2019-06-20 17:31:56 +02:00 |
|
Mas Ahmad Muhammad
|
37d345d8cc
|
[CPL_CONSOLE] Update Indonesian translation.
|
2019-06-20 17:31:56 +02:00 |
|
Mas Ahmad Muhammad
|
456e06ae2a
|
[CPL_APPWIZ] Add Indonesian translation.
|
2019-06-20 17:31:55 +02:00 |
|
Mas Ahmad Muhammad
|
aadd11c01d
|
[CPL_ACCESS] Update Indonesian translation.
|
2019-06-20 17:31:54 +02:00 |
|
Mas Ahmad Muhammad
|
682ea2206a
|
[NEWDEV] Update Indonesian translation.
|
2019-06-20 17:31:53 +02:00 |
|
Mas Ahmad Muhammad
|
11f1b911d8
|
[IEFRAME] Add Indonesian translation.
|
2019-06-20 17:31:52 +02:00 |
|
Mas Ahmad Muhammad
|
7f09d9512c
|
[DEVMGR] Update Indonesian translation.
|
2019-06-20 17:31:51 +02:00 |
|
Mas Ahmad Muhammad
|
867fdc24d9
|
[MSGINA] Update Indonesian translation.
|
2019-06-20 17:31:50 +02:00 |
|
Mas Ahmad Muhammad
|
859199ee16
|
[COMCTL32] Add Indonesian translation.
|
2019-06-20 17:31:49 +02:00 |
|
Mas Ahmad Muhammad
|
bb499e4b4e
|
[THEMEUI] Add Indonesian translation.
|
2019-06-20 17:31:47 +02:00 |
|
Mas Ahmad Muhammad
|
d0629fde40
|
[COMDLG32] Add Indonesian translation.
|
2019-06-20 17:31:46 +02:00 |
|
Mas Ahmad Muhammad
|
4742f65936
|
[BROWSEUI] Add Indonesian translation.
|
2019-06-20 17:31:44 +02:00 |
|
Jose Carlos Jesus
|
37c43a7414
|
[DEVMGR] Add Portuguese (neutral) translation.
|
2019-06-20 17:15:17 +02:00 |
|