Robert Naumann
9a12e4b6ec
[BROWSEUI] Handle Alt+Up. Patch by Jared Smudde CORE-10528
...
This commit is dedicated to Samuel Serapion!
svn path=/trunk/; revision=69943
2015-11-19 19:37:15 +00:00
Amine Khaldi
8966187511
[EXPLORER] Fix MSVC build.
...
svn path=/trunk/; revision=69942
2015-11-19 16:46:51 +00:00
Eric Kohl
2a6b240439
[FASTFAT]
...
Fail, if we try to overwrite an existing directory.
svn path=/trunk/; revision=69941
2015-11-19 16:36:39 +00:00
Robert Naumann
f472d3c7c8
[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
2015-11-19 16:30:43 +00:00
Thomas Faber
84db6add79
[RTL]
...
- Acquire the PEB lock before reading Peb->ProcessParameters->Environment in RtlQueryEnvironmentVariable_U. Patch by Mark Jansen.
CORE-10381
svn path=/trunk/; revision=69939
2015-11-19 16:03:21 +00:00
Robert Naumann
bd198a5fd5
[EXPLORER] Update some bitmaps by Jared Smudde, that I missed in r69734.
...
Explorer Resource Revamp Part 2/3
svn path=/trunk/; revision=69938
2015-11-19 15:57:14 +00:00
Hermès Bélusca-Maïto
e9d1c91f46
[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
2015-11-19 13:42:55 +00:00
Hermès Bélusca-Maïto
55e84e3a66
[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
2015-11-19 00:30:27 +00:00
Hermès Bélusca-Maïto
232df32115
[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
2015-11-18 23:46:38 +00:00
Hermès Bélusca-Maïto
906666a59f
[USER32]: Update a comment.
...
svn path=/trunk/; revision=69934
2015-11-18 21:38:45 +00:00
James Tabor
548249e4b0
[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
2015-11-18 21:28:57 +00:00
James Tabor
c8e6ca880d
[Win32SS]
...
- Patch by Huw Davies : Restore the dc's colours after sending WM_DRAWITEM.
- Wine sync port.
svn path=/trunk/; revision=69932
2015-11-18 21:25:33 +00:00
Ged Murphy
90c9e4d30c
[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
2015-11-18 19:24:08 +00:00
Amine Khaldi
e42f2b76ee
[CRYPT32_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=69930
2015-11-17 21:13:47 +00:00
Amine Khaldi
f976f07653
[CRYPT32] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=69929
2015-11-17 21:12:00 +00:00
Amine Khaldi
305438d65e
[IEFRAME] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=69928
2015-11-17 20:19:58 +00:00
Eric Kohl
d40a762095
[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
2015-11-17 20:19:36 +00:00
James Tabor
4871d817fe
[Win32SS|RTL]
...
- Patch by Andrew Eikum : Use font default height if GetTextExtentPoint returns empty rectangle.
- Wine port sync.
svn path=/trunk/; revision=69926
2015-11-17 16:51:59 +00:00
Amine Khaldi
a681850f56
[BCRYPT] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=69925
2015-11-17 16:16:10 +00:00
Amine Khaldi
cd7bece25c
[PSDK] Add missing BCRYPT_HASH_HANDLE.
...
svn path=/trunk/; revision=69924
2015-11-17 16:15:10 +00:00
Thomas Faber
72d1f8be4f
[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
2015-11-17 13:45:59 +00:00
Amine Khaldi
dccc8e488c
[AVIFIL32] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=69922
2015-11-17 12:58:22 +00:00
Amine Khaldi
807f828f6e
[ATL][ATL80][ATL100] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=69921
2015-11-17 12:54:52 +00:00
Amine Khaldi
f2ae834b5f
[ADVPACK_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=69920
2015-11-17 12:46:31 +00:00
Amine Khaldi
316b248004
[ADVPACK] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=69919
2015-11-17 12:45:43 +00:00
Amine Khaldi
bdf39ac961
[PSDK] Update advpub.h. CORE-10536
...
svn path=/trunk/; revision=69918
2015-11-17 12:31:18 +00:00
Amine Khaldi
47644ac122
[RSAENH_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=69917
2015-11-17 12:19:29 +00:00
Amine Khaldi
c0a5568f90
[OLEAUT32_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=69916
2015-11-17 12:00:00 +00:00
Amine Khaldi
22d351dde0
[OLEAUT32] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=69915
2015-11-17 11:59:11 +00:00
Amine Khaldi
b459a3a59a
[PSDK] Add missing GetFileInformationByHandleEx().
...
svn path=/trunk/; revision=69914
2015-11-17 11:57:59 +00:00
Amine Khaldi
0e5679dd6d
[ADVAPI32_VISTA] Import RegSetKeyValueW() from Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=69913
2015-11-17 11:17:12 +00:00
Amine Khaldi
1024999f67
[PSDK] Update oleauto.h. CORE-10536
...
svn path=/trunk/; revision=69912
2015-11-17 11:07:59 +00:00
Amine Khaldi
2d36c27748
[KERNEL32_VISTA] Import GetFileInformationByHandleEx() from Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=69911
2015-11-17 10:40:04 +00:00
Amine Khaldi
69c3747f2a
[UNICODE] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=69910
2015-11-17 10:35:27 +00:00
Amine Khaldi
0e4e6b581e
[OLE32_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=69909
2015-11-17 10:31:59 +00:00
Amine Khaldi
40c6100667
[OLE32] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=69908
2015-11-17 10:30:40 +00:00
Amine Khaldi
ca6b297569
[RPCRT4_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=69907
2015-11-17 10:08:11 +00:00
Amine Khaldi
ada28839e7
[RPCRT4] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=69906
2015-11-17 10:08:00 +00:00
Amine Khaldi
526d3c033c
[CRT] Import _snscanf() from Wine Staging 1.7.55. [MSVCRT] Export _snscanf(). CORE-10529 CORE-10536
...
svn path=/trunk/; revision=69905
2015-11-16 22:01:01 +00:00
Amine Khaldi
18d4e90d49
[PSDK] Update midles.h. CORE-10536
...
svn path=/trunk/; revision=69904
2015-11-16 21:54:44 +00:00
Amine Khaldi
6eff4a799b
[ADVAPI32_VISTA] Introduce this module to hold Vista+ exports that we need to provide. CORE-10536
...
svn path=/trunk/; revision=69903
2015-11-16 21:53:56 +00:00
Amine Khaldi
071b9d445b
[WIDL] Sync with Wine Staging 1.7.55. CORE-10536
...
svn path=/trunk/; revision=69902
2015-11-16 21:45:45 +00:00
Thomas Faber
40beab051e
[ACPI]
...
- Completely duplicate CompatibleIdList before freeing the original in acpi_bus_add. Fixes use after free
svn path=/trunk/; revision=69901
2015-11-16 20:01:04 +00:00
Thomas Faber
87a055b175
[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
2015-11-16 19:56:00 +00:00
Thomas Faber
ad4ae38293
[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
2015-11-16 14:20:25 +00:00
Thomas Faber
352bcdb0e1
[FASTFAT]
...
- Correctly track the buffer length in VfatGetAllInformation. Fixes pool corruption when running ntdll_winetest:file
svn path=/trunk/; revision=69898
2015-11-16 13:58:39 +00:00
Thomas Faber
187db82af7
[KMTESTS:IO]
...
- Add a test for FileAllInformation
svn path=/trunk/; revision=69897
2015-11-16 13:53:03 +00:00
Thomas Faber
5a28e79ccc
[CDFS]
...
- Don't access file name buffer if its Length is zero in CdfsMakeAbsoluteFilename
CORE-10459
svn path=/trunk/; revision=69896
2015-11-16 11:01:36 +00:00
Thomas Faber
043845e1cd
[NTDLL_APITEST]
...
- Add a test for RtlImageRvaToVa
CORE-10523
svn path=/trunk/; revision=69895
2015-11-16 09:48:39 +00:00
Eric Kohl
273416bcd3
[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
2015-11-15 20:54:12 +00:00