Commit graph

61971 commits

Author SHA1 Message Date
Thomas Faber acb27cdc6b [USERENV]
- Add space for terminator to values returned from RegQueryInfoKey
CORE-6976

svn path=/trunk/; revision=67428
2015-04-26 04:10:25 +00:00
Amine Khaldi bbf3bf51ca [NETCFGX] Improve button placements and fix some typos and truncations. By Joachim Henze. CORE-9575
svn path=/trunk/; revision=67427
2015-04-25 22:49:02 +00:00
Thomas Faber 1b7b922cb0 [ADVAPI32]
- Account for RegQueryInfoKey no longer including the null terminator in EnumHKCRKey/EnumHKCRValue
CORE-6976

svn path=/trunk/; revision=67426
2015-04-25 20:34:35 +00:00
Thomas Faber 541f7f43ec [ADVAPI32]
Fix RegQueryInfoKey
- Return a value in lpcClass if lpClass is NULL
- Return correct error codes as shown by tests
- Correctly name parameters -- most of these are NOT byte counts
CORE-6976

svn path=/trunk/; revision=67425
2015-04-25 19:57:27 +00:00
Thomas Faber 8c6d35fc9e [ADVAPI32_WINETEST]
- Add a test for RegQueryInfoKey. This serves as a placeholder to be replaced with the upstream version once accepted -- however it tests against Win 2003 behavior, so it can validate changes to our advapi32.
CORE-6976

svn path=/trunk/; revision=67424
2015-04-25 19:14:03 +00:00
Pierre Schweitzer 6ebbc59bd5 [KERNEL32]
Remove hack in PrivMoveFileIdentityW and properly handle failing call to BasepNotifyTrackingService().
Fixes regression brought by r67355

svn path=/trunk/; revision=67423
2015-04-25 18:36:41 +00:00
Amine Khaldi 0fb4696970 [WINED3DCFG] Capitalize all the settings. By Jared Smudde. CORE-9573
svn path=/trunk/; revision=67422
2015-04-25 17:42:34 +00:00
Daniel Reimer b82a314189 [ROSAPPS] Add part of missing sysutils folder and needed win32err lib to build.
svn path=/trunk/; revision=67421
2015-04-25 17:41:44 +00:00
Amine Khaldi df00499cad [WIN32K] Fix drawing the Start and End Segments with Pie(). Brought to you by Barrett Karish. CORE-6851
svn path=/trunk/; revision=67420
2015-04-25 17:30:43 +00:00
Daniel Reimer 3cd624bc90 [ROSAPPS] Add "net" subfolder to build and add all stuff which was built by rbuild TOO. Remove useless include I added last time. Fix some warnings in ncftp to keep the -Wno-* at a minimum
svn path=/trunk/; revision=67419
2015-04-25 17:11:17 +00:00
Timo Kreuzer a6acc40a0c [PSDK]
Add missing InitializeSListHead declaration to winbase.h. Fixes amd64 build.

svn path=/trunk/; revision=67418
2015-04-25 17:09:36 +00:00
Amine Khaldi 0ea11601dc [NETCFGX] Improve IDC_DNSADDRLIST and IDC_DNSSUFFIXLIST listboxes so they don't overlap with the buttons below them. By Joachim Henze. CORE-9575
svn path=/trunk/; revision=67417
2015-04-25 16:31:56 +00:00
Aleksandar Andrejevic 716877ae5f [NTVDM]
Fix INT 21h, AH = 29h to stop scanning the filename when it encounters a space.


svn path=/trunk/; revision=67416
2015-04-25 16:20:39 +00:00
Thomas Faber cfa300d3a1 [NTOS:CM]
- Fix an ASSERT
CORE-6976

svn path=/trunk/; revision=67415
2015-04-25 15:18:37 +00:00
Thomas Faber 410d16c399 [NTDLL_APITEST]
- Add a test for NtQueryKey(KeyFullInformation)
CORE-6976

svn path=/trunk/; revision=67414
2015-04-25 15:05:36 +00:00
Amine Khaldi 5c7145d225 [PSDK] Update wbemdisp.idl. CORE-9246
svn path=/trunk/; revision=67413
2015-04-25 13:16:43 +00:00
Amine Khaldi 5c246f4a7d [VERSION] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67412
2015-04-25 13:13:50 +00:00
Sylvain Petreolle 1dc5cd9816 [IPCONFIG]
Revert r67318.
_tasctime already returns a newline.

svn path=/trunk/; revision=67411
2015-04-25 12:53:50 +00:00
Amine Khaldi 23824431e9 [UXTHEME] Remove unused variable.
svn path=/trunk/; revision=67410
2015-04-25 12:30:45 +00:00
Amine Khaldi b5956bd4a5 [UXTHEME] Apply Wine commit 7aae2d2 by Mark Harmstone: Free properties when theme file closed.
svn path=/trunk/; revision=67409
2015-04-25 12:20:24 +00:00
Amine Khaldi 51b0710f1e [UXTHEME] Properly initialize transparent.
svn path=/trunk/; revision=67408
2015-04-25 12:14:57 +00:00
Amine Khaldi f82802d3d6 [UXTHEME] Apply Wine commit 2b650fa by Mark Harmstone: Resize source image if destination smaller than margins.
svn path=/trunk/; revision=67407
2015-04-25 12:08:20 +00:00
Amine Khaldi 72ac5bdaef [UXTHEME] Apply Wine commit b12f73a by Mark Harmstone: Assume imagecount to be 1 if unspecified.
svn path=/trunk/; revision=67406
2015-04-25 12:06:23 +00:00
Amine Khaldi e21ccdffe2 [UXTHEME] Apply Wine commit c6b4b4b by Mark Harmstone: Fix colour errors in UXTHEME_StretchBlt.
svn path=/trunk/; revision=67405
2015-04-25 12:04:21 +00:00
Amine Khaldi a3a21c0bcf [UXTHEME_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67404
2015-04-25 11:03:51 +00:00
Amine Khaldi f2599b4baa [VBSCRIPT_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67403
2015-04-25 11:03:24 +00:00
Amine Khaldi 1a597e49f1 [VBSCRIPT] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67402
2015-04-25 11:03:05 +00:00
Amine Khaldi 5ddcd5ea52 [SXS_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67401
2015-04-25 11:01:29 +00:00
Amine Khaldi c15a3ee4ba [USP10] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67400
2015-04-25 11:00:58 +00:00
Amine Khaldi 38cd269217 [SHLWAPI_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67399
2015-04-25 10:59:43 +00:00
Amine Khaldi feb215f7d1 [SHLWAPI] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67398
2015-04-25 10:59:08 +00:00
Amine Khaldi 65a3bbb546 [SHDOCVW_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67397
2015-04-25 10:56:44 +00:00
Amine Khaldi b1253f2d04 [SHDOCVW] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67396
2015-04-25 10:56:22 +00:00
Amine Khaldi 4c29c0e668 [SCRRUN_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67395
2015-04-25 10:54:49 +00:00
Amine Khaldi 166125e233 [SCRRUN] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67394
2015-04-25 10:54:23 +00:00
Amine Khaldi 6eb0bd7fb7 [RSAENH_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67393
2015-04-25 10:51:57 +00:00
Amine Khaldi ae20e73806 [RSAENH] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67392
2015-04-25 10:51:25 +00:00
Thomas Faber c92559c27c [GDI32_APITEST]
- Add a test for NtGdiAddFontResourceW. This goes in gdi32_apitest until we fix w32knapi to be Testman-compatible (ROSTESTS-167). Patch by Víctor Martínez Calvo.
ROSTESTS-166 #resolve

svn path=/trunk/; revision=67391
2015-04-25 10:41:32 +00:00
Thomas Faber 0d0ddf242d [NETSHELL]
- Don't use the connection's name as the tab title in the Connection Properties dialog. Patch by Lee Schroeder.
CORE-9603 #resolve

svn path=/trunk/; revision=67390
2015-04-25 10:26:04 +00:00
Amine Khaldi 8015786c26 [USER32] Mark some functions as synced with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67389
2015-04-25 10:07:43 +00:00
Amine Khaldi 56556c95f2 [USER32] Sync DrawTextExW() with Wine Staging 1.7.37. CORE-9246 CORE-9585
svn path=/trunk/; revision=67388
2015-04-25 09:50:09 +00:00
Aleksandar Andrejevic 4d11a69ba2 [NTVDM]
Fix INT 21h, AH = 29h: stop at the first non-printable character, make
all the characters uppercase in the FCB.


svn path=/trunk/; revision=67387
2015-04-24 23:47:54 +00:00
Christoph von Wittich 91188af8ad [NTOSKRNL]
spelling fixes only
no code changes

svn path=/trunk/; revision=67386
2015-04-24 19:40:38 +00:00
Aleksandar Andrejevic 360a70846b [NTVDM]
- Implement INT 21h AH = 29h (Parse Filename into FCB).
- Loading an overlay does not create a new process.


svn path=/trunk/; revision=67385
2015-04-24 19:35:54 +00:00
Christoph von Wittich 0a98cc57f4 [WIN32K]
use ExFreePoolWithTag instead of ExFreePool

svn path=/trunk/; revision=67384
2015-04-24 19:24:07 +00:00
Christoph von Wittich 10295ad9df [WIN32K]
fix a memory leak in error case

svn path=/trunk/; revision=67383
2015-04-24 18:38:48 +00:00
Thomas Faber 050de17f6a [NTDLL_WINETEST]
- Avoid printing an unterminated string in registry test. Powered by DPH.
- Add a ROS hack to avoid a buffer overflow when one of our DPRINTs is returned by WaitForDebugEvent (e.g. when using DPH)

svn path=/trunk/; revision=67382
2015-04-24 17:37:31 +00:00
Christoph von Wittich f83b257104 [WIN32K]
fix a memory leak
add a missing pool tag
some spelling fixes

svn path=/trunk/; revision=67381
2015-04-24 14:35:58 +00:00
Amine Khaldi 1fae599114 [RSHELL][COMCTL32] Fix wrong selected item color used by the Start Menu. Brought to you by Stefano Toncich with minor changes by me. CORE-9309
svn path=/trunk/; revision=67380
2015-04-24 14:12:24 +00:00
Christoph von Wittich 91017f0f9a spelling fixes only
svn path=/trunk/; revision=67379
2015-04-24 12:45:55 +00:00