James Tabor [Fri, 20 Nov 2015 08:22:20 +0000 (08:22 +0000)]
[Win32k]
- Fix crash while closing global hooked application. See CORE-10549.
svn path=/trunk/; revision=69945
Sylvain Petreolle [Thu, 19 Nov 2015 21:43:55 +0000 (21:43 +0000)]
[IPHLPAPI]
GetAdapters: Don't stop looking for the dns servers if an interface hasn't an entry.
This is not an error condtion, the loopback doesn't have one.
svn path=/trunk/; revision=69944
Robert Naumann [Thu, 19 Nov 2015 19:37:15 +0000 (19:37 +0000)]
[BROWSEUI] Handle Alt+Up. Patch by Jared Smudde CORE-10528
This commit is dedicated to Samuel Serapion!
svn path=/trunk/; revision=69943
Amine Khaldi [Thu, 19 Nov 2015 16:46:51 +0000 (16:46 +0000)]
[EXPLORER] Fix MSVC build.
svn path=/trunk/; revision=69942
Eric Kohl [Thu, 19 Nov 2015 16:36:39 +0000 (16:36 +0000)]
[FASTFAT]
Fail, if we try to overwrite an existing directory.
svn path=/trunk/; revision=69941
Robert Naumann [Thu, 19 Nov 2015 16:30:43 +0000 (16:30 +0000)]
[EXPLORER] -Add the remaining Dialog Resources, needed for further implementation of taskbar and startmenu settings
-Update some resource IDs to match with Win2k3
-Comment and reorder the resources for better overview
Part 3/3 CORE-10030
svn path=/trunk/; revision=69940
Thomas Faber [Thu, 19 Nov 2015 16:03:21 +0000 (16:03 +0000)]
[RTL]
- Acquire the PEB lock before reading Peb->ProcessParameters->Environment in RtlQueryEnvironmentVariable_U. Patch by Mark Jansen.
CORE-10381
svn path=/trunk/; revision=69939
Robert Naumann [Thu, 19 Nov 2015 15:57:14 +0000 (15:57 +0000)]
[EXPLORER] Update some bitmaps by Jared Smudde, that I missed in r69734.
Explorer Resource Revamp Part 2/3
svn path=/trunk/; revision=69938
Hermès Bélusca-Maïto [Thu, 19 Nov 2015 13:42:55 +0000 (13:42 +0000)]
[USER32]
- Fix MB_GetString: the input parameter is the ID of the button string to be retrieved, ranging from 0 to 10 inclusive (this corresponds to the IDOK ... IDCONTINUE range, minus one).
- Add the missing "Close" button string.
svn path=/trunk/; revision=69937
Hermès Bélusca-Maïto [Thu, 19 Nov 2015 00:30:27 +0000 (00:30 +0000)]
[USER32]
Implement now-documented MB_GetString. See: https://msdn.microsoft.com/en-us/library/windows/desktop/dn910915(v=vs.85).aspx and: http://undoc.airesoft.co.uk/user32.dll/MB_GetString.php for more information.
svn path=/trunk/; revision=69936
Hermès Bélusca-Maïto [Wed, 18 Nov 2015 23:46:38 +0000 (23:46 +0000)]
[USER32]
MessageBoxIndirect fixes by Carlo Bramini:
- Implemented loading of text and caption if they are detected as resource IDs.
- Use direct resource string pointers with LoadStringW and use the returned string length.
- Dramatically improve the implementation of ID and resource string assignments, by using a little look up table. This removes some ugly, difficult to maintain copy-paste code.
- Fix the scaling of logical coordinates by making it aware of rounding, i.e. the size of the controls is now calculated correctly.
CORE-10352 #resolve #comment Thank you for the patch! :D
svn path=/trunk/; revision=69935
Hermès Bélusca-Maïto [Wed, 18 Nov 2015 21:38:45 +0000 (21:38 +0000)]
[USER32]: Update a comment.
svn path=/trunk/; revision=69934
James Tabor [Wed, 18 Nov 2015 21:28:57 +0000 (21:28 +0000)]
[User32]
- Patch by Dmitry Timoshkov : Menu item with a "magic" bitmap should not have MFT_BITMAP type set.
- Wine sync port.
svn path=/trunk/; revision=69933
James Tabor [Wed, 18 Nov 2015 21:25:33 +0000 (21:25 +0000)]
[Win32SS]
- Patch by Huw Davies : Restore the dc's colours after sending WM_DRAWITEM.
- Wine sync port.
svn path=/trunk/; revision=69932
Ged Murphy [Wed, 18 Nov 2015 19:24:08 +0000 (19:24 +0000)]
[CHARMAP]
- Start to implement the charmap required for the 0.4 release
- We now have a basic dialog with the grid in place
CORE-10518
svn path=/trunk/; revision=69931
Amine Khaldi [Tue, 17 Nov 2015 21:13:47 +0000 (21:13 +0000)]
[CRYPT32_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=69930
Amine Khaldi [Tue, 17 Nov 2015 21:12:00 +0000 (21:12 +0000)]
[CRYPT32] Sync with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=69929
Amine Khaldi [Tue, 17 Nov 2015 20:19:58 +0000 (20:19 +0000)]
[IEFRAME] Sync with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=69928
Eric Kohl [Tue, 17 Nov 2015 20:19:36 +0000 (20:19 +0000)]
[NETAPI32]
NetWkstaGetInfo: Retrieve the primary domain name instead of the account domain name as the workgroup/domain name. System CPL shows the proper workgroup name.
svn path=/trunk/; revision=69927
James Tabor [Tue, 17 Nov 2015 16:51:59 +0000 (16:51 +0000)]
[Win32SS|RTL]
- Patch by Andrew Eikum : Use font default height if GetTextExtentPoint returns empty rectangle.
- Wine port sync.
svn path=/trunk/; revision=69926
Amine Khaldi [Tue, 17 Nov 2015 16:16:10 +0000 (16:16 +0000)]
[BCRYPT] Sync with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=69925
Amine Khaldi [Tue, 17 Nov 2015 16:15:10 +0000 (16:15 +0000)]
[PSDK] Add missing BCRYPT_HASH_HANDLE.
svn path=/trunk/; revision=69924
Thomas Faber [Tue, 17 Nov 2015 13:45:59 +0000 (13:45 +0000)]
[USER32_DYNAMIC_APITEST]
- Add a test that uses LoadLibrary/FreeLibrary on user32.dll, causing it to re-initialize.
CORE-10540
svn path=/trunk/; revision=69923
Amine Khaldi [Tue, 17 Nov 2015 12:58:22 +0000 (12:58 +0000)]
[AVIFIL32] Sync with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=69922
Amine Khaldi [Tue, 17 Nov 2015 12:54:52 +0000 (12:54 +0000)]
[ATL][ATL80][ATL100] Sync with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=69921
Amine Khaldi [Tue, 17 Nov 2015 12:46:31 +0000 (12:46 +0000)]
[ADVPACK_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=69920
Amine Khaldi [Tue, 17 Nov 2015 12:45:43 +0000 (12:45 +0000)]
[ADVPACK] Sync with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=69919
Amine Khaldi [Tue, 17 Nov 2015 12:31:18 +0000 (12:31 +0000)]
[PSDK] Update advpub.h. CORE-10536
svn path=/trunk/; revision=69918
Amine Khaldi [Tue, 17 Nov 2015 12:19:29 +0000 (12:19 +0000)]
[RSAENH_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=69917
Amine Khaldi [Tue, 17 Nov 2015 12:00:00 +0000 (12:00 +0000)]
[OLEAUT32_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=69916
Amine Khaldi [Tue, 17 Nov 2015 11:59:11 +0000 (11:59 +0000)]
[OLEAUT32] Sync with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=69915
Amine Khaldi [Tue, 17 Nov 2015 11:57:59 +0000 (11:57 +0000)]
[PSDK] Add missing GetFileInformationByHandleEx().
svn path=/trunk/; revision=69914
Amine Khaldi [Tue, 17 Nov 2015 11:17:12 +0000 (11:17 +0000)]
[ADVAPI32_VISTA] Import RegSetKeyValueW() from Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=69913
Amine Khaldi [Tue, 17 Nov 2015 11:07:59 +0000 (11:07 +0000)]
[PSDK] Update oleauto.h. CORE-10536
svn path=/trunk/; revision=69912
Amine Khaldi [Tue, 17 Nov 2015 10:40:04 +0000 (10:40 +0000)]
[KERNEL32_VISTA] Import GetFileInformationByHandleEx() from Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=69911
Amine Khaldi [Tue, 17 Nov 2015 10:35:27 +0000 (10:35 +0000)]
[UNICODE] Sync with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=69910
Amine Khaldi [Tue, 17 Nov 2015 10:31:59 +0000 (10:31 +0000)]
[OLE32_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=69909
Amine Khaldi [Tue, 17 Nov 2015 10:30:40 +0000 (10:30 +0000)]
[OLE32] Sync with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=69908
Amine Khaldi [Tue, 17 Nov 2015 10:08:11 +0000 (10:08 +0000)]
[RPCRT4_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=69907
Amine Khaldi [Tue, 17 Nov 2015 10:08:00 +0000 (10:08 +0000)]
[RPCRT4] Sync with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=69906
Amine Khaldi [Mon, 16 Nov 2015 22:01:01 +0000 (22:01 +0000)]
[CRT] Import _snscanf() from Wine Staging 1.7.55. [MSVCRT] Export _snscanf(). CORE-10529 CORE-10536
svn path=/trunk/; revision=69905
Amine Khaldi [Mon, 16 Nov 2015 21:54:44 +0000 (21:54 +0000)]
[PSDK] Update midles.h. CORE-10536
svn path=/trunk/; revision=69904
Amine Khaldi [Mon, 16 Nov 2015 21:53:56 +0000 (21:53 +0000)]
[ADVAPI32_VISTA] Introduce this module to hold Vista+ exports that we need to provide. CORE-10536
svn path=/trunk/; revision=69903
Amine Khaldi [Mon, 16 Nov 2015 21:45:45 +0000 (21:45 +0000)]
[WIDL] Sync with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=69902
Thomas Faber [Mon, 16 Nov 2015 20:01:04 +0000 (20:01 +0000)]
[ACPI]
- Completely duplicate CompatibleIdList before freeing the original in acpi_bus_add. Fixes use after free
svn path=/trunk/; revision=69901
Thomas Faber [Mon, 16 Nov 2015 19:56:00 +0000 (19:56 +0000)]
[PARPORT]
- Initialize DeviceRelations->Count in FdoQueryBusRelations
- Don't fake success for unsupported PNP minor functions, it makes the kernel very unhappy
Powered by Special Pool
svn path=/trunk/; revision=69900
Thomas Faber [Mon, 16 Nov 2015 14:20:25 +0000 (14:20 +0000)]
[ACPI]
- Addendum to r69867: free device info pointer at the end of acpi_bus_add to avoid use after free.
Powered by Special Pool
svn path=/trunk/; revision=69899
Thomas Faber [Mon, 16 Nov 2015 13:58:39 +0000 (13:58 +0000)]
[FASTFAT]
- Correctly track the buffer length in VfatGetAllInformation. Fixes pool corruption when running ntdll_winetest:file
svn path=/trunk/; revision=69898
Thomas Faber [Mon, 16 Nov 2015 13:53:03 +0000 (13:53 +0000)]
[KMTESTS:IO]
- Add a test for FileAllInformation
svn path=/trunk/; revision=69897
Thomas Faber [Mon, 16 Nov 2015 11:01:36 +0000 (11:01 +0000)]
[CDFS]
- Don't access file name buffer if its Length is zero in CdfsMakeAbsoluteFilename
CORE-10459
svn path=/trunk/; revision=69896
Thomas Faber [Mon, 16 Nov 2015 09:48:39 +0000 (09:48 +0000)]
[NTDLL_APITEST]
- Add a test for RtlImageRvaToVa
CORE-10523
svn path=/trunk/; revision=69895
Eric Kohl [Sun, 15 Nov 2015 20:54:12 +0000 (20:54 +0000)]
[SYSSETUP]
Add a hack to set the Primary Domain Name (Workgroup Name).
#CORE-10459 #comment Does this fix the bug?
svn path=/trunk/; revision=69894
Hermès Bélusca-Maïto [Sun, 15 Nov 2015 15:18:59 +0000 (15:18 +0000)]
[CSRSRV][CONSRV]: Remove the DPRINTs introduced for solving CORE-10510 and CORE-9742.
svn path=/trunk/; revision=69893
Eric Kohl [Sat, 14 Nov 2015 21:10:02 +0000 (21:10 +0000)]
[FASTFAT]
Ooops! That should not have been committed!
svn path=/trunk/; revision=69892
Eric Kohl [Sat, 14 Nov 2015 20:41:59 +0000 (20:41 +0000)]
[FASTFAT]
VfatGetAllInformation: Return as much information as possible, but do not fail if the name string does not fit into the buffer.
svn path=/trunk/; revision=69891
Hermès Bélusca-Maïto [Sat, 14 Nov 2015 16:45:41 +0000 (16:45 +0000)]
[CLIPBRD]
- Change SetDIBitsToDeviceFromClipboard to correctly use the requested format instead of always using CF_DIBV5
- Enable/Disable the menu point "Save as..." dynamically
- Remove unneeded import libraries
- Add WS_EX_ACCEPTFILES window style and handle WM_DROPFILES
- Add some defines and structures for handling clipboard files (work in progress)
- Add Open and Save dialogs
Patch by Ricardo Hanke. CORE-10520
svn path=/trunk/; revision=69890
Hermès Bélusca-Maïto [Sat, 14 Nov 2015 16:20:00 +0000 (16:20 +0000)]
[CONSRV]: Use NtDuplicateObject with DUPLICATE_CLOSE_SOURCE to close a duplicated handle in a target process (instead of erroneously call NtClose on it). Should fix CORE-10510 and CORE-9742. Thanks to Thomas Faber for having pointed me to the source of the problem.
svn path=/trunk/; revision=69889
Amine Khaldi [Sat, 14 Nov 2015 16:19:07 +0000 (16:19 +0000)]
[INCLUDE/REACTOS] Move the debug macros from mmebuddy.h to mmebuddy_debug.h. [SNDBLST][MMENT4][MMEBUDDY] Use mmebuddy_debug.h where needed. [WDMAUD.DRV] Enable PCH again and use mmebuddy_debug.h where needed.
svn path=/trunk/; revision=69888
Amine Khaldi [Sat, 14 Nov 2015 14:57:11 +0000 (14:57 +0000)]
[KERNEL32] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114
svn path=/trunk/; revision=69887
Amine Khaldi [Sat, 14 Nov 2015 14:52:15 +0000 (14:52 +0000)]
[WDMAUD.DRV] You don't deserve PCH.
svn path=/trunk/; revision=69886
Sylvain Petreolle [Sat, 14 Nov 2015 14:00:29 +0000 (14:00 +0000)]
[WDMAUD]
Define NDEBUG before the includes, otherwise its a no-op.
CORE-7716
svn path=/trunk/; revision=69885
Sylvain Petreolle [Sat, 14 Nov 2015 13:28:03 +0000 (13:28 +0000)]
[UMPNPMGR]
Improve traces.
svn path=/trunk/; revision=69884
Thomas Faber [Sat, 14 Nov 2015 08:55:46 +0000 (08:55 +0000)]
[NTOS:KD]
- Actually write back the response to the user buffer in KdpPrompt
svn path=/trunk/; revision=69883
Hermès Bélusca-Maïto [Fri, 13 Nov 2015 20:01:53 +0000 (20:01 +0000)]
Fix cast type.
svn path=/trunk/; revision=69882
Hermès Bélusca-Maïto [Fri, 13 Nov 2015 19:56:22 +0000 (19:56 +0000)]
[CSRSRV][CONSRV][USERSRV]: Display complementary redundant information to try to understand problems in CORE-9742 and CORE-10510 (any discrepancy in the redundant info should be the sign of some corruption).
svn path=/trunk/; revision=69881
Eric Kohl [Fri, 13 Nov 2015 19:03:34 +0000 (19:03 +0000)]
[FASTFAT]
Deny access when trying to overwrite a read-only file.
svn path=/trunk/; revision=69880
Hermès Bélusca-Maïto [Thu, 12 Nov 2015 20:24:18 +0000 (20:24 +0000)]
[CONSRV]
Add diagnostic dprints to try to understand the problems described in CORE-9742 and CORE-10510
svn path=/trunk/; revision=69879
Thomas Faber [Thu, 12 Nov 2015 13:13:54 +0000 (13:13 +0000)]
[KMTESTS:IO]
- Add a test trying assorted path variations to open files
CORE-10483
svn path=/trunk/; revision=69878
Thomas Faber [Thu, 12 Nov 2015 12:55:26 +0000 (12:55 +0000)]
[KMTESTS:IO]
- Add a test verifying that opening a file using different parent directories still yields handles to the same file
CORE-10483
svn path=/trunk/; revision=69877
Eric Kohl [Thu, 12 Nov 2015 12:30:12 +0000 (12:30 +0000)]
[NTMARTA]
AccpGetTrusteeSid: Ignore pMultipleTrustee and MultipleTrusteeOperation.
svn path=/trunk/; revision=69876
Giannis Adamopoulos [Tue, 10 Nov 2015 22:57:24 +0000 (22:57 +0000)]
[SHELL32]
- CDefView: When we have to flicker don't use the worst possible color to erase the window but the background color of the list view. At least now some flickering will go unnoticed.
svn path=/trunk/; revision=69873
Thomas Faber [Tue, 10 Nov 2015 19:14:03 +0000 (19:14 +0000)]
[ACPI]
- Remove the HPET hack, which is finally no longer needed (presumably thanks to the ACPI_ACQUIRE_GLOBAL_LOCK/ACPI_RELEASE_GLOBAL_LOCK fixes).
CORE-10509
svn path=/trunk/; revision=69872
Amine Khaldi [Tue, 10 Nov 2015 17:41:55 +0000 (17:41 +0000)]
[WIN32SS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114
svn path=/trunk/; revision=69871
Thomas Faber [Tue, 10 Nov 2015 16:56:46 +0000 (16:56 +0000)]
[ACPICA]
- Update to version
20150930
CORE-10509 #resolve
svn path=/trunk/; revision=69870
Robert Naumann [Tue, 10 Nov 2015 16:31:37 +0000 (16:31 +0000)]
[SHELL32] -Use a 32bit masked icon for "Open With" Dialog items
-Fix icon ID for the "Open With" Dialog
-Patches by Jared Smudde CORE-10500 CORE-10502
svn path=/trunk/; revision=69869
Thomas Faber [Tue, 10 Nov 2015 15:20:17 +0000 (15:20 +0000)]
[ACPICA]
- Update to version
20150410
CORE-10509
svn path=/trunk/; revision=69868
Thomas Faber [Tue, 10 Nov 2015 14:15:52 +0000 (14:15 +0000)]
[ACPI]
- Fix memory leak in acpi_bus_add. CID 731690
svn path=/trunk/; revision=69867
Thomas Faber [Tue, 10 Nov 2015 13:51:38 +0000 (13:51 +0000)]
[ACPICA]
- Update to version
20141107
- Get rid of the ROS diffs in actypes.h by making use of the new ACPI_USE_SYSTEM_INTTYPES define
svn path=/trunk/; revision=69866
Amine Khaldi [Tue, 10 Nov 2015 13:19:40 +0000 (13:19 +0000)]
[HAL] Fix HalpInitializeTsc prototype.
svn path=/trunk/; revision=69865
Amine Khaldi [Tue, 10 Nov 2015 13:11:09 +0000 (13:11 +0000)]
[MESA] Addendum to r60576.
svn path=/trunk/; revision=69864
Thomas Faber [Tue, 10 Nov 2015 12:43:58 +0000 (12:43 +0000)]
[ACPICA]
- Fix GCC versions of ACPI_ACQUIRE_GLOBAL_LOCK/ACPI_RELEASE_GLOBAL_LOCK. It now generates the same code as the original
CORE-10509
svn path=/trunk/; revision=69863
Amine Khaldi [Tue, 10 Nov 2015 12:14:56 +0000 (12:14 +0000)]
[FREELDR] FrLdrBugCheckWithMessage() is varags, it doesn't make sense to mark it stdcall.
svn path=/trunk/; revision=69862
Amine Khaldi [Tue, 10 Nov 2015 12:11:10 +0000 (12:11 +0000)]
[USER32] Improve the check for item in MENU_FindItem().
svn path=/trunk/; revision=69861
Thomas Faber [Tue, 10 Nov 2015 11:12:54 +0000 (11:12 +0000)]
[ACPICA]
- Mark ReactOS modifications as such
CORE-10509
svn path=/trunk/; revision=69860
Hermès Bélusca-Maïto [Mon, 9 Nov 2015 18:01:54 +0000 (18:01 +0000)]
[NETWORK]: s/laod/load/
svn path=/trunk/; revision=69859
Thomas Faber [Mon, 9 Nov 2015 17:46:54 +0000 (17:46 +0000)]
[WS2_32_NEW]
- Remove unnecessary dnsapi dependency
- Fix some comments and a DPRINT
Brought to you by Peter Hater.
CORE-10440
svn path=/trunk/; revision=69858
Thomas Faber [Mon, 9 Nov 2015 17:19:33 +0000 (17:19 +0000)]
[WS2_32_NEW]
- Enable NDEBUG
CORE-10440
svn path=/trunk/; revision=69857
Thomas Faber [Mon, 9 Nov 2015 17:00:26 +0000 (17:00 +0000)]
[MSAFD]
- SO_LINGER is not supported for datagram sockets. Patch by Peter Hater.
CORE-10440
svn path=/trunk/; revision=69856
Robert Naumann [Sun, 8 Nov 2015 18:03:33 +0000 (18:03 +0000)]
[SHELL32] Add a missing icon to the folder options "View" tab. the remaining missing icons of the other tabs are dynamical, they have to be implemented.
svn path=/trunk/; revision=69855
Hermès Bélusca-Maïto [Sun, 8 Nov 2015 16:31:42 +0000 (16:31 +0000)]
[SHELL32]: Update French translation.
svn path=/trunk/; revision=69854
Daniel Reimer [Sun, 8 Nov 2015 16:27:39 +0000 (16:27 +0000)]
[NTVDM]
Update German translation
svn path=/trunk/; revision=69853
Daniel Reimer [Sun, 8 Nov 2015 16:19:56 +0000 (16:19 +0000)]
[BROWSEUI]
Update German translation
svn path=/trunk/; revision=69852
Robert Naumann [Sun, 8 Nov 2015 15:44:18 +0000 (15:44 +0000)]
[BROWSEUI] Pass the Resource string directly instead of using an additional buffer. Remove the NULL characters from the strings. Fix return value handling of LoadStringW()
svn path=/trunk/; revision=69851
Hermès Bélusca-Maïto [Sun, 8 Nov 2015 14:41:26 +0000 (14:41 +0000)]
[BROWSEUI]
- Apply the same fix as r69849, but for the Forward tooltip. Also it would be nice to use ATL strings to retrieve the resources & not hardcoding an extra NULL character inside the resource string.
- Add a missing string resource in romanian RC file.
svn path=/trunk/; revision=69850
Robert Naumann [Sun, 8 Nov 2015 14:30:25 +0000 (14:30 +0000)]
[BROWSEUI] Use a resource string instead of a hardcoded one for the "Back" button. Patch by Ștefan Fulea with Spanish translation by Ismael Ferreras Morezuelas. CORE-10303
Changes by me:
-Add the same for Russian
-Add German translation
svn path=/trunk/; revision=69849
Robert Naumann [Sun, 8 Nov 2015 13:06:39 +0000 (13:06 +0000)]
[SHELL32] improve file delete dialogs. Patch by Jared Smudde. CORE-10398
*fix some strings
*change the used icons to more aappropriate
svn path=/trunk/; revision=69848
Robert Naumann [Sun, 8 Nov 2015 12:08:59 +0000 (12:08 +0000)]
[SHELL32] Big Icon Update by Henry Tang Ih and Jared Smudde
-Fix blurry icons.
-Make the icons sharper and clearer in all size.
-Modified the design of some icons.
-Brand new Fax icons!
-Remove unneeded icon sizes
Things I have changed from the original patch:
-Fix 2 copypasta and 1 double definition errors
-Changed the icon back to the floppy one in folders.cpp and drvdefext.cpp because this would have resulted an a regression for floppy drives
svn path=/trunk/; revision=69847
Thomas Faber [Sun, 8 Nov 2015 07:57:14 +0000 (07:57 +0000)]
[WIN32K:NTUSER]
- Don't leak the captured string in NtUserThunkedMenuItemInfo
CORE-10493
svn path=/trunk/; revision=69846
Hermès Bélusca-Maïto [Sun, 8 Nov 2015 02:42:17 +0000 (02:42 +0000)]
[NTVDM]: Fix a bug I've introduced in r69838.
svn path=/trunk/; revision=69845
Hermès Bélusca-Maïto [Sun, 8 Nov 2015 02:27:41 +0000 (02:27 +0000)]
[NTVDM]: For now, use the shared Text/GraphicsFramebuffer variables for console+video/svga. This ambiguity will be fixed later.
svn path=/trunk/; revision=69844