Hermès Bélusca-Maïto
d13229363c
[SHELL32]: Fix a regression I introduced in r71804.
...
svn path=/trunk/; revision=71805
2016-07-03 23:58:37 +00:00
Hermès Bélusca-Maïto
35eeb37cd4
[SHELL32]: Shell policies should also read what's stored in HKEY_LOCAL_MACHINE ... Actually SHRestricted should call SHRestrictionLookup from shlwapi.dll . I think I'll have to fork this code...
...
svn path=/trunk/; revision=71804
2016-07-03 23:36:21 +00:00
Aleksandar Andrejevic
f715167660
[NTVDM]
...
Implement getting/setting the current VESA video mode.
Reset the extended SVGA registers when switching to a standard VGA mode.
svn path=/trunk/; revision=71803
2016-07-03 19:06:33 +00:00
Hermès Bélusca-Maïto
62efa61633
[SHELL32]: Add a trailing "\1" for the MRU list commands.
...
Why? For ReactOS/Windows interoperability purposes.
Because if we don't do that, and then we use our shell32.dll on Windows and use the Run-File dialog, we start adding entries in the RunMRU registry key and, when those are then read by Windows' shell32, they are cut at the last backslash character...
CORE-11390 #resolve
svn path=/trunk/; revision=71802
2016-07-03 18:41:34 +00:00
Eric Kohl
649d151946
[BOOTDATA]
...
Remove the Index value from the time zone entries. We do not need it any more and it has been removed from Windows Vista.
svn path=/trunk/; revision=71801
2016-07-03 18:40:27 +00:00
Eric Kohl
d576e781b4
[BOOTDATA]
...
- Add "Belarus Time Zone".
- Add "Russia Time Zone 3", "Russia Timezone 10" and "Russia Time Zone 11".
- Fix some standard time and daylight time names.
svn path=/trunk/; revision=71800
2016-07-03 18:27:17 +00:00
Hermès Bélusca-Maïto
9b48938a7d
[SHELL32]: Implement RunFileDlg notification (in RunDlgProc), as described in http://www.codeproject.com/KB/shell/runfiledlg.aspx .
...
CORE-11390
svn path=/trunk/; revision=71799
2016-07-03 18:07:40 +00:00
Hermès Bélusca-Maïto
6ed6175bfe
[SHELL32][UNDOCSHELL]
...
- Whitespaces fixes (tabs -> spaces);
- Code formatting.
svn path=/trunk/; revision=71798
2016-07-03 18:05:27 +00:00
Eric Kohl
61e26d8796
[USETUP]
...
Fix crash during installation.
Patch by Wim Hueskens.
CORE-11409 #resolve #comment Thanks a lot!
svn path=/trunk/; revision=71797
2016-07-03 14:57:21 +00:00
Hermès Bélusca-Maïto
fcba48cf23
[BOOTDATA]: Apply the new russian timezones, by "amber".
...
CORE-10558 #resolve #comment Finally committed!! ^^ Please retest :)
svn path=/trunk/; revision=71796
2016-07-03 14:10:58 +00:00
Eric Kohl
2bbf6f4153
[MSGINA]
...
Icon fix ups.
Patch by Jared Smudde.
CORE-11417 #resolve #comment Thanks a lot!
svn path=/trunk/; revision=71795
2016-07-03 13:55:15 +00:00
Hermès Bélusca-Maïto
08f4d01b5a
[KERNEL32]: Implement support for Auto-Execute (AE) Debugging: starting a user-specified debugger (e.g., DrWatson on Windows, etc...) which attaches to a user-mode application when the latter crashes.
...
CORE-11508 #resolve
svn path=/trunk/; revision=71794
2016-07-03 13:52:28 +00:00
Hermès Bélusca-Maïto
21d2accad3
[KERNEL32]
...
- No need to explicitely convert the pointers to PVOID in the NtQueryInformationProcess calls, and do not hardcode the size-of the variable being passed in parameter.
- "Fix" FatalAppExitW: it's only in checked builds that one can continue running the application even after a FatalAppExitW call.
svn path=/trunk/; revision=71793
2016-07-03 13:48:50 +00:00
Amine Khaldi
f844461ede
[COMCTL32_WINETEST] Addendum to r71791. CORE-11383
...
svn path=/trunk/; revision=71792
2016-07-03 12:30:14 +00:00
Amine Khaldi
94977b7bd4
[COMCTL32] Apply Wine Staging commit 35bf531 by Michael Müller: Preserve custom colors between subitems. (v2). CORE-11383
...
svn path=/trunk/; revision=71791
2016-07-03 12:29:33 +00:00
Amine Khaldi
4daede09c7
[README.WINE] Mark some modules as synced with Wine Staging 1.9.11. CORE-11368
...
svn path=/trunk/; revision=71790
2016-07-03 12:11:37 +00:00
Amine Khaldi
0f78ecdf45
[WINMM_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
...
svn path=/trunk/; revision=71789
2016-07-03 11:58:56 +00:00
Amine Khaldi
26ffc33b4f
[IPHLPAPI_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
...
svn path=/trunk/; revision=71788
2016-07-03 11:56:44 +00:00
Amine Khaldi
b798efdb73
[SETUPAPI_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
...
svn path=/trunk/; revision=71787
2016-07-03 11:54:30 +00:00
Amine Khaldi
5166023f77
[SERVICES_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
...
svn path=/trunk/; revision=71786
2016-07-03 11:52:01 +00:00
Eric Kohl
13c8b90fd3
[TRANSLATION]
...
Updating Turkish Translation
Patch by Erdem Ersoy.
CORE-11476 #resolve #comment Thanks a lot!
svn path=/trunk/; revision=71785
2016-07-03 11:50:29 +00:00
Amine Khaldi
78cd78815a
[SECUR32_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
...
svn path=/trunk/; revision=71784
2016-07-03 11:50:18 +00:00
Amine Khaldi
6e323c1869
[SCHANNEL_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
...
svn path=/trunk/; revision=71782
2016-07-03 11:46:08 +00:00
Amine Khaldi
6b4d3c57da
[SHELL32_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
...
svn path=/trunk/; revision=71781
2016-07-03 11:36:38 +00:00
Amine Khaldi
2e960e0505
[MSVCRT_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
...
svn path=/trunk/; revision=71780
2016-07-03 11:33:21 +00:00
Amine Khaldi
5ed7ca77cb
[GDI32_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368 CORE-11331
...
svn path=/trunk/; revision=71779
2016-07-03 11:29:52 +00:00
Amine Khaldi
b5f83611ac
[WINHTTP_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
...
svn path=/trunk/; revision=71778
2016-07-03 11:21:35 +00:00
Amine Khaldi
7c7f34ef58
[PSDK] Update ntsecpkg.h. CORE-11368
...
svn path=/trunk/; revision=71777
2016-07-03 11:19:58 +00:00
Amine Khaldi
9865b5c0b9
[STDOLE32.TLB] Sync with Wine Staging 1.9.11. CORE-11368
...
svn path=/trunk/; revision=71776
2016-07-03 11:18:44 +00:00
Amine Khaldi
234f15fb5c
[WIDL] Sync with Wine Staging 1.9.11. CORE-11368
...
svn path=/trunk/; revision=71775
2016-07-03 11:16:23 +00:00
Eric Kohl
893c145538
[TRANSLATION]
...
Romanian resources maintenance.
Patch by Ștefan Fulea.
CORE-11439 #resolve #comment Thanks a lot!
svn path=/trunk/; revision=71774
2016-07-03 09:51:22 +00:00
Thomas Faber
31ac33cd43
[KMTESTS]
...
- Addendum to r71770
CORE-11509
svn path=/trunk/; revision=71773
2016-07-03 09:23:37 +00:00
Eric Kohl
7507c1b2fc
[SC]
...
Failure command:
- Parse the actions parameter.
- Adjust the shutdown privilege in order to set the failure actions.
svn path=/trunk/; revision=71772
2016-07-03 08:56:43 +00:00
Thomas Faber
f4bbaca31f
[NTOS:OB]
...
- Use the correct buffer size for the link target in NtCreateSymbolicLinkObject
CORE-11509
svn path=/trunk/; revision=71771
2016-07-03 08:54:20 +00:00
Thomas Faber
8e4e756180
[KMTESTS:OB]
...
- Add a test for ZwCreateSymbolicLinkObject/ZwQuerySymbolicLinkObject
CORE-11509
svn path=/trunk/; revision=71770
2016-07-03 08:31:28 +00:00
Thomas Faber
869afd1010
[NTOS:OB]
...
- Use SEH to access the link target buffer in NtQuerySymbolicLinkObject
CORE-11509
svn path=/trunk/; revision=71769
2016-07-03 08:22:43 +00:00
Hermès Bélusca-Maïto
1feab2643f
[KERNEL32]: Formatting fixes (whitespace...) only.
...
svn path=/trunk/; revision=71768
2016-07-02 20:52:25 +00:00
Hermès Bélusca-Maïto
12df37e35b
[NTDLL]
...
Export RtlMapSecurityErrorToNtStatus since we have it available in our RTL library (however it is still only stubbed).
[RTL][NDK]
- NT-ify a bit error.c
- Add the prototypes of the functions that manipulate the "last Win32 error" and "last NT status".
- Add the prototypes of the functions that get & set the thread-error-mode (for hard-errors).
- Define some prototypes for NTOS_MODE_USER only.
[CONSRV]
RtlGetLastNtStatus is now in the NDK, no need to keep its prototype there anymore.
svn path=/trunk/; revision=71767
2016-07-02 20:37:35 +00:00
Amine Khaldi
7afa7475cc
[INCLUDE/WINE] Update winternl.h. CORE-11368
...
svn path=/trunk/; revision=71766
2016-07-02 16:07:18 +00:00
Amine Khaldi
30ea2bc4e3
[QUARTZ_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
...
svn path=/trunk/; revision=71765
2016-07-02 15:56:56 +00:00
Amine Khaldi
b9d9c7829d
[QUARTZ] Sync with Wine Staging 1.9.11. CORE-11368
...
svn path=/trunk/; revision=71764
2016-07-02 15:56:39 +00:00
Amine Khaldi
f88ab4534f
[QEDIT_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
...
svn path=/trunk/; revision=71763
2016-07-02 15:52:42 +00:00
Amine Khaldi
011897033a
[QEDIT] Sync with Wine Staging 1.9.11. CORE-11368
...
svn path=/trunk/; revision=71762
2016-07-02 15:52:21 +00:00
Amine Khaldi
79394b09e8
[PSDK] Update qedit.idl. CORE-11368
...
svn path=/trunk/; revision=71761
2016-07-02 15:42:23 +00:00
Amine Khaldi
8c8e0a9437
[DMUSIC] Sync with Wine Staging 1.9.11. CORE-11368
...
svn path=/trunk/; revision=71760
2016-07-02 15:40:22 +00:00
Amine Khaldi
b0105c5dc3
[DINPUT] Sync with Wine Staging 1.9.11. CORE-11368
...
svn path=/trunk/; revision=71759
2016-07-02 15:38:59 +00:00
Amine Khaldi
b30f3bad0f
[D3DRM_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
...
svn path=/trunk/; revision=71758
2016-07-02 15:34:17 +00:00
Amine Khaldi
a8ea8a5e22
[D3DRM] Sync with Wine Staging 1.9.11. CORE-11368
...
svn path=/trunk/; revision=71757
2016-07-02 15:33:46 +00:00
Amine Khaldi
2115bc3365
[PSDK] Update d3drm.h. CORE-11368
...
svn path=/trunk/; revision=71756
2016-07-02 15:33:00 +00:00
Amine Khaldi
7a9c8ac328
[WINDOWSCODECS_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
...
svn path=/trunk/; revision=71755
2016-07-02 15:29:06 +00:00