Commit graph

61985 commits

Author SHA1 Message Date
Hermès Bélusca-Maïto
b4ebdb1ae9 [REACTOS]: Add a "testdata" subdirectory in %SystemRoot%\bin\ where you can put all needed extra files for the tests. In addition, all the files present in your rostests\testdata local directory of your working copy are also copied into %SystemRoot%\bin\testdata .
svn path=/trunk/; revision=67442
2015-04-26 17:47:55 +00:00
Daniel Reimer
c6fef20f03 [ROSAPPS] Fix a few resource errors. Thx goes to Igor Koshpaev for noticing.
svn path=/trunk/; revision=67441
2015-04-26 17:25:26 +00:00
Daniel Reimer
1d2cb78a6c [DXTN]
Really really fix MSVC this time.

svn path=/trunk/; revision=67440
2015-04-26 17:09:11 +00:00
Daniel Reimer
aa76a2c168 [ROSAPPS] put -Wno-unused-but-set-variable between a if(NOT MSVC) to really make MSVC happy this time / Get rid of -Wno-implicit-function-declaration (include juggling + add definitions) and -Wno-format-extra-args (shorten sprinf) in ncftp. / Fix rosperf build and add it to cmake build now.
svn path=/trunk/; revision=67439
2015-04-26 17:08:34 +00:00
Daniel Reimer
7338ca79c0 [DXTN] -Wno-error=unused-but-set-variable -> -Wno-unused-but-set-variable to make MSVC happy
svn path=/trunk/; revision=67438
2015-04-26 14:12:24 +00:00
Daniel Reimer
8d599fac7d [ROSAPPS] Add sysutils/utils folder completely (except rosperf for now) / Fix two wrong output paths in roshttpd and ncftp / -Wno-error=unused-but-set-variable -> -Wno-unused-but-set-variable to make MSVC happy
svn path=/trunk/; revision=67437
2015-04-26 14:11:18 +00:00
Kamil Hornicek
d3a6637990 [W32KNAPI]
- NEW_CURSORICON is no more

svn path=/trunk/; revision=67436
2015-04-26 13:17:24 +00:00
Daniel Reimer
6a5d0fedd8 [ROSAPPS] Add previously built templates back to build. Fix several warnings in dialog and mdi template. This should be it for rosapps stuff
svn path=/trunk/; revision=67435
2015-04-26 13:06:35 +00:00
Daniel Reimer
b9f7c1566a [ROSAPPS] Add all sysutils to build which did build at rbuild times. Fix several warnings in rosddt. Update notevil with moar names to be up to date and really not evil by ignoring some guys. ^^
svn path=/trunk/; revision=67434
2015-04-26 12:28:01 +00:00
Timo Kreuzer
83acbb3784 [CRT]
Add incomplete armintr.h

svn path=/trunk/; revision=67433
2015-04-26 11:41:08 +00:00
Amine Khaldi
e7264e00c5 [SHELL32_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67432
2015-04-26 11:27:59 +00:00
Thomas Faber
135c8b4904 [KERNEL32_VISTA]
- Silence debug prints

svn path=/trunk/; revision=67431
2015-04-26 06:10:03 +00:00
Thomas Faber
7d4ae22417 [CMD]
- Account for null terminator returned from RegQueryInfoKey
CORE-6976

svn path=/trunk/; revision=67430
2015-04-26 05:31:16 +00:00
Thomas Faber
fb61dce954 [DHCPCSVC]
- Account for null terminator space after RegQueryInfoKey
CORE-6976

svn path=/trunk/; revision=67429
2015-04-26 04:52:05 +00:00
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