Piotr Hetnarowicz
83cbab9300
[MSGINA] Update Polish translation ( #2362 )
...
Co-Authored-By: Adam Słaboń <asaillen456esx@gmail.com>
2020-04-16 11:09:22 +03:00
Piotr Hetnarowicz
5e81aebeec
[ZIPFLDR] Update Polish translation ( #2351 )
2020-04-16 10:39:50 +03:00
Piotr Hetnarowicz
5c86e1012b
[APPWIZ] Update Polish translation ( #2337 )
2020-04-16 09:51:40 +03:00
Oleg Dubinskiy
7865ff97cc
[SFC][SFC_OS] Add stubs to exported functions ( #2431 )
...
- Also remove extra whitespace between function names and their arguments in sfc.
- Required by userenv.dll, win32k.sys, and others from Windows Server 2003 and also by some MS installers like Windows Media Encoder 7.1 installer. Now they should not fail due to that functions.
CORE-16458
2020-04-16 02:06:22 +03:00
Oleg Dubinskiy
2d8b224d71
[WINSTA] Add some missing stubs ( #2307 )
...
Add stubs for WinStationCanLogonProceed() and _WinStationOpenSessionDirectory() functions to make winlogon from Windows Server 2003 happy.
CORE-15392 CORE-16458
2020-04-16 01:50:22 +03:00
Stanislav Motylkov
ea298746db
[SHELL32][BROWSEUI] Update Russian translation
...
Addendum to 033f0d9
. CORE-16866
2020-04-16 00:10:12 +03:00
Joachim Henze
2032c3afba
[SHELL32] CORE-12294 File & folder properties dialog fr-FR & de-DE resource
...
Avoids text truncation for french
Improves checkboxes alignment for german
2020-04-15 14:45:48 +02:00
Julen Urizar Compains
d7a632a094
[TRANSLATION] Spanish minor fixes ( #2547 )
...
Translations for:
- Applications: clipbrd, dxdiag, rapps,
- cmdutils: attrib, find, help, label, reg, xcopy
- usetup
- dlls: browseui, shell32, syssetup
- Add Spanish translation for Accesibility Utility (utilman).
Update for the "Choose product options" strings in syssetup:
Originally "ProductType" and "ProductSuite" (typesetted without spaces) were the registry value names where these settings would go, but since it's meaningless to show these values it's better instead to use human-readable names with correct translation and spacing.
Co-authored-by: Hermès BÉLUSCA - MAÏTO <hermes.belusca-maito@reactos.org>
2020-04-15 13:27:36 +02:00
Serge Gautherie
f540b2b20c
[IPHLPAPI] GetAdaptersAddresses(): Add 1 free() in ERROR_NO_DATA case ( #2526 )
...
And fix 4 comments.
Follow-up to 68d94581
.
2020-04-15 13:05:54 +02:00
Erkin Alp Güney
1769793bd1
[SYSSETUP] Added a flag for mandatory password ( #2500 )
...
Use a human-readable #define flag 'PASSWORDS_MANDATORY' instead of the #if 0.
See also CORE-8038.
2020-04-15 12:50:36 +02:00
Stanislav Motylkov
643458114f
[ZIPFLDR] Fix FriendlyTypeName registry value ( #2548 )
...
It should be a value inside CompressedFolder key, not a subkey.
2020-04-15 12:38:27 +02:00
Stanislav Motylkov
978bcf8601
[ZIPFLDR] Add Russian translation ( #2548 )
2020-04-15 12:38:27 +02:00
Stanislav Motylkov
033f0d998a
[SHELL32] Add Russian translation ( #2548 )
...
CORE-16866
2020-04-15 12:38:27 +02:00
Joachim Henze
feeeca2695
[SYSDM.CPL] fr-FR Resize & Reposition 3 buttons CORE-16595
...
to avoid text truncation of the button
"Environment Variables"
2020-04-14 01:35:10 +02:00
Thomas Faber
f4a8d3d704
[WINDOWSCODECS] Avoid buffer underflow in TiffFrameDecode_ReadTile. CORE-16796
2020-04-13 18:18:35 +02:00
Eric Kohl
69e565891d
[SHELL32] No french translation from "right click drag'n'drop"
...
CORE-16815
2020-04-13 15:41:13 +02:00
Eric Kohl
c037278c5f
[SHELL32] Fix missing french translation for "Command prompt here"
...
CORE-16855
2020-04-13 15:27:47 +02:00
Eric Kohl
16a4fc76de
[DEVMGR] Do not add the 'Resources' page to the device properties if the device does not have any resources
2020-04-13 12:33:58 +02:00
Katayama Hirofumi MZ
5af2570b37
[SHELL32] Follow-up No.3 of #2539
...
Improve a comment in CreateNotificationParamAndSend.
CORE-13950
2020-04-13 13:19:12 +09:00
Katayama Hirofumi MZ
b76d053a30
[SHELL32] Follow-up No.2 of #2539
...
Improve tracing message in CChangeNotifyBroker::BrokerNotification.
CORE-13950
2020-04-13 13:06:15 +09:00
Katayama Hirofumi MZ
bfe36e4f0d
[SHELL32] Follow-up of #2539
...
Improve comment. CORE-13950
2020-04-13 10:41:26 +09:00
Katayama Hirofumi MZ
2727245c86
[SHELL32] Shell notify rework for simplicity and readability ( #2539 )
...
Shell change notification has been implemented in #2432 . But as @yagoulas said, source code structure is in mess. We improved simplicity and human readability of our source code.
- Move wine/changenotify.c code into changenotify.c and shelldesktop/CChangeNotify.cpp.
- Simplify code and rename the identifiers and add many comments. CORE-13950
2020-04-13 10:36:24 +09:00
Mark Jansen
b68749c727
[WINMM] Fix crashing winetest
...
CORE-16795
CORE-16806
2020-04-13 01:41:02 +02:00
Eric Kohl
4735cc2ab5
[TIMEDATE] Pervent running multiple NTP updates at once
...
- Run the NTP uptate from a separate thread
- Do not accept another update until the current one has finished
CORE-16835
2020-04-12 13:12:23 +02:00
Joachim Henze
3bd492db21
[ZIPFLDR] CORE-16838 Update de-DE translation
2020-04-11 12:45:42 +02:00
Katayama Hirofumi MZ
ddc1a46456
[SHELL32] Improve CChangeNotify::ShouldNotify more
...
Improved non-recursive cases.
CORE-13950
2020-04-11 11:55:06 +09:00
Katayama Hirofumi MZ
2a32094aa0
[SHELL32] Check pidl->mkid.cb == 0 at CChangeNotify::ShouldNotify
...
CORE-13950
2020-04-11 09:27:45 +09:00
Victor Perevertkin
92dfec219d
[CMAKE][CONFIGURE] Enable runtime checks on MSVC by default.
...
Remove RTC switch from configure.cmd, now MSVC runtime checks are
supposed to be enabled/disabled via CMake define (-DRUNTIME_CHECKS=1)
Prepare for adding more dynamic analysis options
2020-04-11 02:48:12 +03:00
Katayama Hirofumi MZ
2a6bccb4ce
[SHELL32] Make "Unable to get notification window" quiet
...
CORE-13950
2020-04-11 08:45:23 +09:00
Eric Kohl
de5f67726b
[DEVMGR] Remove ATLASSERTs from ListDevicesByType and RecurseChildDevices
...
Suggested by Mark Jansen. Thanks!
2020-04-10 20:58:02 +02:00
Eric Kohl
eb1fd0c090
[NETSHELL] Disable the 'Delete' menu item for physical network interfaces
...
CORE-16821
2020-04-10 19:39:47 +02:00
Joachim Henze
3b3c5153e7
[ZIPFLDR] CORE-16823 fr-FR Translate 'Click next to extract'
2020-04-10 18:59:15 +02:00
Joachim Henze
d93b1f9784
[STOBJECT] CORE-16598 fr-FR translation of 'Adjust Power Settings'
2020-04-10 18:32:04 +02:00
Katayama Hirofumi MZ
d04f2e5209
[BROWSEUI] Add 'm_' prefix to CExplorerBand members ( #2524 )
...
Add 'm_' prefix to the variable members of class CExplorerBand for readability.
CORE-13950
2020-04-10 23:08:31 +09:00
Katayama Hirofumi MZ
60959e34aa
[SHELL32] Simplify CChangeNotify::ShouldNotify
...
CORE-13950
2020-04-10 21:57:58 +09:00
Katayama Hirofumi MZ
59c48a5d33
[SHELL32] Improve CChangeNotify::ShouldNotify
...
Shell change notification was not sent to My Documents.
CORE-13950
2020-04-10 21:51:22 +09:00
Jérôme Gardou
68d94581ad
[IPHLPAPI] Do not use free() on buffer allocated with HeapAlloc
2020-04-10 12:06:53 +02:00
Katayama Hirofumi MZ
1871b2bd89
[SHELLEXT][ZIPFLDR] SendTo Zip compressed folder needs notification
...
CORE-16818
2020-04-10 18:16:31 +09:00
Serge Gautherie
745cb1cbda
[SHELL32] Fix SHCNE_UPDATEITEM number of items ( #2409 )
...
Import
83acbb79c1
Related to CORE-13950
2020-04-09 19:42:00 +02:00
Bișoc George
28e277b65f
[MSGINA] Redraw only the animation bar scroll ( #2518 )
...
Invalidating and updating the whole window is a waste of computation resources and may cause certain controls notably the text string control to flicker. So instead, just invalidate the specific portion of the client area which is the animation bar.
2020-04-09 19:06:00 +02:00
Serge Gautherie
a5a426f867
[MSGINA] gui: Remove superfluous DLG_DATA.TimerID ( #2505 )
...
And use a timer ID define, with a positive value; report SetTimer() failure.
2020-04-09 18:54:15 +02:00
Mas Ahmad Muhammad
b8dd046ee4
[TRANSLATION] Add and update Indonesian translations ( #2506 )
...
- CMDUTILS: attrib, label (update translation)
- USETUP (add translation)
- HOTPLUG (add translation)
- CONSRV (update translation)
- USERSRV (update translation)
- USER32 (update translation)
- ACLUI (update translation)
- LICCPA (update translation)
- SUBST (update translation)
- REGSVR32 (update translation)
- REGEDIT-CLB (update translation)
- ACPPAGE (update translation)
- TIMEDATE (update translation)
- SOLITAIRE (update translation)
- FDEBUG (update translation)
- SYSSETUP (update translation)
2020-04-09 18:49:45 +02:00
Joachim Henze
bf342653df
[SHELL32] CORE-16808 fr-FR "Browse for folder" too narrow (extract zip file)
2020-04-09 18:17:06 +02:00
Julen Urizar Compains
f7cab5a1d4
[TRANSLATION] Multiple minor fixes and addings. ( #2516 )
...
- Applications: eventvwr, fltmgr, servman.
- rosapps: arping, CTM, fontsub, fraginator, imagesoft, systeminfo, vcdcontroltool, vgafontedit.
- CPLs: desk.cpl.
- ReactOS Setup GUI app.
- Screensavers: butterflies, maze, Starfield.
- System: NTVDM, printing/monitors/localmon; the freeze dialog in user32, the error strings in usersrv.
2020-04-09 18:13:46 +02:00
William Kent
65fd292867
[APISETS] Forward _seh_filter_{dll,exe} ( #2513 )
...
Since these functions are forwarded to a different function name, update.py misses them.
The choice of target comes from Wine:
a98ca88dd1/dlls/ucrtbase/ucrtbase.spec (L1877-L1878)
2020-04-09 16:13:33 +02:00
Katayama Hirofumi MZ
1c706d7483
[SHELL32] Watch for common desktop and SHCNE_CREATE for IShellLink::Save ( #2515 )
...
- On desktop view, we have to watch both the common desktop and the private desktop.
- In Windows, IShellLink::Save (shortcut creation) sends SHCNE_CREATE or SHCNE_UPDATEITEM notification.
- Simplify CChangeNotify::ShouldNotify.
CORE-10391
2020-04-09 16:56:54 +09:00
Katayama Hirofumi MZ
0903c645a2
[SHELL32] Follow-up of #2432
...
Fixed hang of FireFox.
2020-04-09 08:19:47 +09:00
Katayama Hirofumi MZ
296192685b
[SHELL32] Implement shell change notification ( #2432 )
...
- Rewrite SHChangeNotify, SHChangeNotifyRegister, SHChangeNotify_Lock, SHChangeNotify_Unlock and SHChangeNotifyDeregister functions.
- Fix SHSimpleIDListFromPathA/W functions.
CORE-13950
2020-04-09 07:30:14 +09:00
Mark Jansen
6db3d88984
[SHIMLIB] Fix gcc8 build crashing when using shims
2020-04-07 20:47:47 +02:00
Victor Perevertkin
dd2ff41dfc
[IPHLPAPI] Make icmp functions use IOCTL_ICMP_ECHO_REQUEST from tcpip.sys
...
This adds missing features like using events and APCs within IcmpSendEcho2
functions and others.
CORE-10742 CORE-14411
Co-authored-by: Tim Crawford <crawfxrd@gmail.com>
2020-04-07 05:32:40 +03:00