Aleksandar Andrejevic [Sun, 26 Apr 2015 23:24:21 +0000 (23:24 +0000)]
[NTVDM]
Properly initialize the CON device file descriptor when copying the system
handle table.
svn path=/trunk/; revision=67454
Sylvain Petreolle [Sun, 26 Apr 2015 20:51:10 +0000 (20:51 +0000)]
[SCHANNEL]
Use the force^W SONAME_LIBGNUTLS constant.
svn path=/trunk/; revision=67453
Daniel Reimer [Sun, 26 Apr 2015 20:43:26 +0000 (20:43 +0000)]
[ROSAPPS]
Capitalize "os" in the "ReactOS" part 3 by Adam Stachowicz
CORE-9558 #comment Corrected the one in startmenu.h too.
svn path=/trunk/; revision=67451
Daniel Reimer [Sun, 26 Apr 2015 20:38:46 +0000 (20:38 +0000)]
[ROSAPPS]
Capitalize "os" in the "ReactOS" part 3 by Adam Stachowicz
CORE-9558 #comment ROSAPPS patch applied.
svn path=/trunk/; revision=67450
Daniel Reimer [Sun, 26 Apr 2015 20:22:01 +0000 (20:22 +0000)]
[CARDS]
Alignment issue with the new cards dll by oldman
ROSAPPS-296 #comment Tried to minimize the issue. Better IMO
svn path=/trunk/; revision=67449
Timo Kreuzer [Sun, 26 Apr 2015 20:20:08 +0000 (20:20 +0000)]
[XDK]
Add arm/mm.h (not used yet)
svn path=/trunk/; revision=67448
Daniel Reimer [Sun, 26 Apr 2015 20:02:30 +0000 (20:02 +0000)]
[MAZE] (RIP GvG...)
Improvements to Maze by Jared Smudde
ROSAPPS-299 #resolve #comment Applied, thx for help.
svn path=/trunk/; revision=67447
Amine Khaldi [Sun, 26 Apr 2015 19:17:51 +0000 (19:17 +0000)]
[USERENV] Check for invalid parameters in Get{Profiles,UserProfile}Directory{A,W}. Fixes userenv:userenv test crash.
svn path=/trunk/; revision=67446
Amine Khaldi [Sun, 26 Apr 2015 18:38:10 +0000 (18:38 +0000)]
[USERENV_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67445
Aleksandar Andrejevic [Sun, 26 Apr 2015 18:09:57 +0000 (18:09 +0000)]
[NTVDM]
Implement INT 21h, AH = 52h (Get List of Lists - SYSVARS).
Rewrite the SFT code to keep the SFT in guest memory.
Implement the NUL device driver.
svn path=/trunk/; revision=67444
Hermès Bélusca-Maïto [Sun, 26 Apr 2015 17:50:38 +0000 (17:50 +0000)]
Forgot this change too.
svn path=/trunk/; revision=67443
Hermès Bélusca-Maïto [Sun, 26 Apr 2015 17:47:55 +0000 (17:47 +0000)]
[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
Daniel Reimer [Sun, 26 Apr 2015 17:25:26 +0000 (17:25 +0000)]
[ROSAPPS] Fix a few resource errors. Thx goes to Igor Koshpaev for noticing.
svn path=/trunk/; revision=67441
Daniel Reimer [Sun, 26 Apr 2015 17:09:11 +0000 (17:09 +0000)]
[DXTN]
Really really fix MSVC this time.
svn path=/trunk/; revision=67440
Daniel Reimer [Sun, 26 Apr 2015 17:08:34 +0000 (17:08 +0000)]
[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
Daniel Reimer [Sun, 26 Apr 2015 14:12:24 +0000 (14:12 +0000)]
[DXTN] -Wno-error=unused-but-set-variable -> -Wno-unused-but-set-variable to make MSVC happy
svn path=/trunk/; revision=67438
Daniel Reimer [Sun, 26 Apr 2015 14:11:18 +0000 (14:11 +0000)]
[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
Kamil Hornicek [Sun, 26 Apr 2015 13:17:24 +0000 (13:17 +0000)]
[W32KNAPI]
- NEW_CURSORICON is no more
svn path=/trunk/; revision=67436
Daniel Reimer [Sun, 26 Apr 2015 13:06:35 +0000 (13:06 +0000)]
[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
Daniel Reimer [Sun, 26 Apr 2015 12:28:01 +0000 (12:28 +0000)]
[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
Timo Kreuzer [Sun, 26 Apr 2015 11:41:08 +0000 (11:41 +0000)]
[CRT]
Add incomplete armintr.h
svn path=/trunk/; revision=67433
Amine Khaldi [Sun, 26 Apr 2015 11:27:59 +0000 (11:27 +0000)]
[SHELL32_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67432
Thomas Faber [Sun, 26 Apr 2015 06:10:03 +0000 (06:10 +0000)]
[KERNEL32_VISTA]
- Silence debug prints
svn path=/trunk/; revision=67431
Thomas Faber [Sun, 26 Apr 2015 05:31:16 +0000 (05:31 +0000)]
[CMD]
- Account for null terminator returned from RegQueryInfoKey
CORE-6976
svn path=/trunk/; revision=67430
Thomas Faber [Sun, 26 Apr 2015 04:52:05 +0000 (04:52 +0000)]
[DHCPCSVC]
- Account for null terminator space after RegQueryInfoKey
CORE-6976
svn path=/trunk/; revision=67429
Thomas Faber [Sun, 26 Apr 2015 04:10:25 +0000 (04:10 +0000)]
[USERENV]
- Add space for terminator to values returned from RegQueryInfoKey
CORE-6976
svn path=/trunk/; revision=67428
Amine Khaldi [Sat, 25 Apr 2015 22:49:02 +0000 (22:49 +0000)]
[NETCFGX] Improve button placements and fix some typos and truncations. By Joachim Henze. CORE-9575
svn path=/trunk/; revision=67427
Thomas Faber [Sat, 25 Apr 2015 20:34:35 +0000 (20:34 +0000)]
[ADVAPI32]
- Account for RegQueryInfoKey no longer including the null terminator in EnumHKCRKey/EnumHKCRValue
CORE-6976
svn path=/trunk/; revision=67426
Thomas Faber [Sat, 25 Apr 2015 19:57:27 +0000 (19:57 +0000)]
[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
Thomas Faber [Sat, 25 Apr 2015 19:14:03 +0000 (19:14 +0000)]
[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
Pierre Schweitzer [Sat, 25 Apr 2015 18:36:41 +0000 (18:36 +0000)]
[KERNEL32]
Remove hack in PrivMoveFileIdentityW and properly handle failing call to BasepNotifyTrackingService().
Fixes regression brought by r67355
svn path=/trunk/; revision=67423
Amine Khaldi [Sat, 25 Apr 2015 17:42:34 +0000 (17:42 +0000)]
[WINED3DCFG] Capitalize all the settings. By Jared Smudde. CORE-9573
svn path=/trunk/; revision=67422
Daniel Reimer [Sat, 25 Apr 2015 17:41:44 +0000 (17:41 +0000)]
[ROSAPPS] Add part of missing sysutils folder and needed win32err lib to build.
svn path=/trunk/; revision=67421
Amine Khaldi [Sat, 25 Apr 2015 17:30:43 +0000 (17:30 +0000)]
[WIN32K] Fix drawing the Start and End Segments with Pie(). Brought to you by Barrett Karish. CORE-6851
svn path=/trunk/; revision=67420
Daniel Reimer [Sat, 25 Apr 2015 17:11:17 +0000 (17:11 +0000)]
[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
Timo Kreuzer [Sat, 25 Apr 2015 17:09:36 +0000 (17:09 +0000)]
[PSDK]
Add missing InitializeSListHead declaration to winbase.h. Fixes amd64 build.
svn path=/trunk/; revision=67418
Amine Khaldi [Sat, 25 Apr 2015 16:31:56 +0000 (16:31 +0000)]
[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
Aleksandar Andrejevic [Sat, 25 Apr 2015 16:20:39 +0000 (16:20 +0000)]
[NTVDM]
Fix INT 21h, AH = 29h to stop scanning the filename when it encounters a space.
svn path=/trunk/; revision=67416
Thomas Faber [Sat, 25 Apr 2015 15:18:37 +0000 (15:18 +0000)]
[NTOS:CM]
- Fix an ASSERT
CORE-6976
svn path=/trunk/; revision=67415
Thomas Faber [Sat, 25 Apr 2015 15:05:36 +0000 (15:05 +0000)]
[NTDLL_APITEST]
- Add a test for NtQueryKey(KeyFullInformation)
CORE-6976
svn path=/trunk/; revision=67414
Amine Khaldi [Sat, 25 Apr 2015 13:16:43 +0000 (13:16 +0000)]
[PSDK] Update wbemdisp.idl. CORE-9246
svn path=/trunk/; revision=67413
Amine Khaldi [Sat, 25 Apr 2015 13:13:50 +0000 (13:13 +0000)]
[VERSION] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67412
Sylvain Petreolle [Sat, 25 Apr 2015 12:53:50 +0000 (12:53 +0000)]
[IPCONFIG]
Revert r67318.
_tasctime already returns a newline.
svn path=/trunk/; revision=67411
Amine Khaldi [Sat, 25 Apr 2015 12:30:45 +0000 (12:30 +0000)]
[UXTHEME] Remove unused variable.
svn path=/trunk/; revision=67410
Amine Khaldi [Sat, 25 Apr 2015 12:20:24 +0000 (12:20 +0000)]
[UXTHEME] Apply Wine commit
7aae2d2 by Mark Harmstone: Free properties when theme file closed.
svn path=/trunk/; revision=67409
Amine Khaldi [Sat, 25 Apr 2015 12:14:57 +0000 (12:14 +0000)]
[UXTHEME] Properly initialize transparent.
svn path=/trunk/; revision=67408
Amine Khaldi [Sat, 25 Apr 2015 12:08:20 +0000 (12:08 +0000)]
[UXTHEME] Apply Wine commit
2b650fa by Mark Harmstone: Resize source image if destination smaller than margins.
svn path=/trunk/; revision=67407
Amine Khaldi [Sat, 25 Apr 2015 12:06:23 +0000 (12:06 +0000)]
[UXTHEME] Apply Wine commit
b12f73a by Mark Harmstone: Assume imagecount to be 1 if unspecified.
svn path=/trunk/; revision=67406
Amine Khaldi [Sat, 25 Apr 2015 12:04:21 +0000 (12:04 +0000)]
[UXTHEME] Apply Wine commit
c6b4b4b by Mark Harmstone: Fix colour errors in UXTHEME_StretchBlt.
svn path=/trunk/; revision=67405
Amine Khaldi [Sat, 25 Apr 2015 11:03:51 +0000 (11:03 +0000)]
[UXTHEME_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67404
Amine Khaldi [Sat, 25 Apr 2015 11:03:24 +0000 (11:03 +0000)]
[VBSCRIPT_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67403
Amine Khaldi [Sat, 25 Apr 2015 11:03:05 +0000 (11:03 +0000)]
[VBSCRIPT] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67402
Amine Khaldi [Sat, 25 Apr 2015 11:01:29 +0000 (11:01 +0000)]
[SXS_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67401
Amine Khaldi [Sat, 25 Apr 2015 11:00:58 +0000 (11:00 +0000)]
[USP10] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67400
Amine Khaldi [Sat, 25 Apr 2015 10:59:43 +0000 (10:59 +0000)]
[SHLWAPI_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67399
Amine Khaldi [Sat, 25 Apr 2015 10:59:08 +0000 (10:59 +0000)]
[SHLWAPI] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67398
Amine Khaldi [Sat, 25 Apr 2015 10:56:44 +0000 (10:56 +0000)]
[SHDOCVW_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67397
Amine Khaldi [Sat, 25 Apr 2015 10:56:22 +0000 (10:56 +0000)]
[SHDOCVW] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67396
Amine Khaldi [Sat, 25 Apr 2015 10:54:49 +0000 (10:54 +0000)]
[SCRRUN_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67395
Amine Khaldi [Sat, 25 Apr 2015 10:54:23 +0000 (10:54 +0000)]
[SCRRUN] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67394
Amine Khaldi [Sat, 25 Apr 2015 10:51:57 +0000 (10:51 +0000)]
[RSAENH_WINETEST] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67393
Amine Khaldi [Sat, 25 Apr 2015 10:51:25 +0000 (10:51 +0000)]
[RSAENH] Sync with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67392
Thomas Faber [Sat, 25 Apr 2015 10:41:32 +0000 (10:41 +0000)]
[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
Thomas Faber [Sat, 25 Apr 2015 10:26:04 +0000 (10:26 +0000)]
[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
Amine Khaldi [Sat, 25 Apr 2015 10:07:43 +0000 (10:07 +0000)]
[USER32] Mark some functions as synced with Wine Staging 1.7.37. CORE-9246
svn path=/trunk/; revision=67389
Amine Khaldi [Sat, 25 Apr 2015 09:50:09 +0000 (09:50 +0000)]
[USER32] Sync DrawTextExW() with Wine Staging 1.7.37. CORE-9246 CORE-9585
svn path=/trunk/; revision=67388
Aleksandar Andrejevic [Fri, 24 Apr 2015 23:47:54 +0000 (23:47 +0000)]
[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
Christoph von Wittich [Fri, 24 Apr 2015 19:40:38 +0000 (19:40 +0000)]
[NTOSKRNL]
spelling fixes only
no code changes
svn path=/trunk/; revision=67386
Aleksandar Andrejevic [Fri, 24 Apr 2015 19:35:54 +0000 (19:35 +0000)]
[NTVDM]
- Implement INT 21h AH = 29h (Parse Filename into FCB).
- Loading an overlay does not create a new process.
svn path=/trunk/; revision=67385
Christoph von Wittich [Fri, 24 Apr 2015 19:24:07 +0000 (19:24 +0000)]
[WIN32K]
use ExFreePoolWithTag instead of ExFreePool
svn path=/trunk/; revision=67384
Christoph von Wittich [Fri, 24 Apr 2015 18:38:48 +0000 (18:38 +0000)]
[WIN32K]
fix a memory leak in error case
svn path=/trunk/; revision=67383
Thomas Faber [Fri, 24 Apr 2015 17:37:31 +0000 (17:37 +0000)]
[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
Christoph von Wittich [Fri, 24 Apr 2015 14:35:58 +0000 (14:35 +0000)]
[WIN32K]
fix a memory leak
add a missing pool tag
some spelling fixes
svn path=/trunk/; revision=67381
Amine Khaldi [Fri, 24 Apr 2015 14:12:24 +0000 (14:12 +0000)]
[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
Christoph von Wittich [Fri, 24 Apr 2015 12:45:55 +0000 (12:45 +0000)]
spelling fixes only
svn path=/trunk/; revision=67379
Christoph von Wittich [Fri, 24 Apr 2015 08:55:24 +0000 (08:55 +0000)]
[NTOSKRNL]
fix a memory leak
svn path=/trunk/; revision=67378
Aleksandar Andrejevic [Fri, 24 Apr 2015 01:05:50 +0000 (01:05 +0000)]
[NTVDM]
When the VGA memory map is A0000-BFFFF, mirror the bottom 64 KB into the top.
This should take care of all VGA addressing problems.
svn path=/trunk/; revision=67377
David Quintana [Thu, 23 Apr 2015 23:08:21 +0000 (23:08 +0000)]
[RAPPS_NEW]
* Turn the files into .CPP, to ease future changes. All the code remains class-free for now, with one exception.
* Adapt the download progress dialog implementation to ATL/C++, which is a best match for COM classes.
* Add an ATL CModule class to the process, necessary for
CORE-9593
svn path=/trunk/; revision=67376
Amine Khaldi [Thu, 23 Apr 2015 22:35:23 +0000 (22:35 +0000)]
[SHELL32][BROWSEUI] Implement SetAnimation so that AVIs from shell32 can be used when the progress dialog is in use. Brought to you by Robert Naumann. CORE-9327
svn path=/trunk/; revision=67375
Amine Khaldi [Thu, 23 Apr 2015 21:44:03 +0000 (21:44 +0000)]
[MSTSC] Make the combo box and text box equal sizes. Improve the save as dialog filter. By Jared Smudde. CORE-9596
svn path=/trunk/; revision=67374
Christoph von Wittich [Thu, 23 Apr 2015 20:18:38 +0000 (20:18 +0000)]
[TASKMGR]
fix process cpu time
CORE-9562
svn path=/trunk/; revision=67373
Thomas Faber [Thu, 23 Apr 2015 19:56:02 +0000 (19:56 +0000)]
[MSI]
- Apply Wine commit
55b678e1 (msi: Fix an invalid memory access (valgrind).) by Hans Leidekker
svn path=/trunk/; revision=67372
Amine Khaldi [Thu, 23 Apr 2015 18:54:56 +0000 (18:54 +0000)]
[BROWSEUI] Fix back and forward buttons so they work correctly. Brought to you by Fedor Zaytsev with an improvement suggested by Aleksey. CORE-8894
svn path=/trunk/; revision=67371
Thomas Faber [Thu, 23 Apr 2015 18:41:08 +0000 (18:41 +0000)]
[NTDLL_APITEST]
- Gracefully handle failures in NtMapViewOfSection test. CORE-9189
- Correctly handle unterminated strings in NtQueryKey test. Powered by DPH.
svn path=/trunk/; revision=67370
Aleksandar Andrejevic [Thu, 23 Apr 2015 15:19:48 +0000 (15:19 +0000)]
[NTVDM]
Store the return address in INT 22h as a far pointer.
The amount of memory stored in the Env variable is EnvSize, not sizeof(Env)
since Env is a pointer.
svn path=/trunk/; revision=67369
Christoph von Wittich [Thu, 23 Apr 2015 12:27:08 +0000 (12:27 +0000)]
[CRT]
add ARM stub for chkstk_ms (Timo please review)
svn path=/trunk/; revision=67368
Christoph von Wittich [Thu, 23 Apr 2015 12:13:54 +0000 (12:13 +0000)]
[FREELDR]
rename boot.s to boot.S
svn path=/trunk/; revision=67367
Thomas Faber [Thu, 23 Apr 2015 11:32:20 +0000 (11:32 +0000)]
[URLMON_WINETEST]
- Re-enable skipped protocol tests
ROSTESTS-165 #resolve
svn path=/trunk/; revision=67366
Thomas Faber [Thu, 23 Apr 2015 10:57:11 +0000 (10:57 +0000)]
[WININET]
- Add back our Winsock initialization ROS-diff. Wine has only partially fixed this at this point.
CORE-9588
svn path=/trunk/; revision=67365
Aleksandar Andrejevic [Thu, 23 Apr 2015 02:53:08 +0000 (02:53 +0000)]
[BASESRV]
In BaseSrvGetNextVDMCommand, the VDM_FLAG_DONT_WAIT flag is enough to tell it not
to create a wait handle.
svn path=/trunk/; revision=67364
Aleksandar Andrejevic [Thu, 23 Apr 2015 02:30:53 +0000 (02:30 +0000)]
[NTVDM][KERNEL32]
In DosCreateProcess, allocate space for the environment block dynamically and expand
it if needed, just like we do in CommandThreadProc.
In GetNextVDMCommand, remove the check that checks whether VDMState is one of
VDM_NOT_LOADED, VDM_NOT_READY or VDM_READY - that check makes no sense whatsoever,
since those aren't input values for that structure field. Their bit masks do correspond
to valid input fields, but even then the check makes no sense.
svn path=/trunk/; revision=67363
Aleksandar Andrejevic [Thu, 23 Apr 2015 01:17:11 +0000 (01:17 +0000)]
[NTVDM]
Implement INT 21h, AH = 34h (Get Address of InDOS Flag).
svn path=/trunk/; revision=67362
Hermès Bélusca-Maïto [Thu, 23 Apr 2015 01:02:36 +0000 (01:02 +0000)]
[NTVDM]
- Report A20 line status in the PS/2 controller output port.
- Properly implement XMS functions 3 and 5 (Global Enable/Disable A20 line), 4 and 6 (Local Enable/Disable A20 line) and 7 (Get A20 line status) using flag+counter and PS/2 I/O calls.
- Fix XMS driver version report.
svn path=/trunk/; revision=67361
Daniel Reimer [Wed, 22 Apr 2015 22:52:32 +0000 (22:52 +0000)]
[INF]
Add the recently added two font substitutes in livecd.inf either.
svn path=/trunk/; revision=67360
Amine Khaldi [Wed, 22 Apr 2015 22:24:46 +0000 (22:24 +0000)]
[SHELL32] Set default values for fields when volume information is not available. Fix drawing of free/used space pie chart when free space is 0 bytes. Disable editing of volume label for non-fixed disks. Brought to you by Barrett Karish. CORE-9595
svn path=/trunk/; revision=67359
Amine Khaldi [Wed, 22 Apr 2015 22:16:58 +0000 (22:16 +0000)]
[SHELL32] Fix improperly formatted or missing disk letter in disk Properties. By Barrett Karish. CORE-9532
svn path=/trunk/; revision=67358
Amine Khaldi [Wed, 22 Apr 2015 22:02:45 +0000 (22:02 +0000)]
[GDI32] Add missing newline in a debug print.
svn path=/trunk/; revision=67357
Daniel Reimer [Wed, 22 Apr 2015 21:35:14 +0000 (21:35 +0000)]
[NTVDM]
Add missing \n at DBGPRINT
svn path=/trunk/; revision=67356
Pierre Schweitzer [Wed, 22 Apr 2015 21:20:35 +0000 (21:20 +0000)]
[KERNEL32]
- Halfplement BasepGetComputerNameFromNtPath() which allows querying the computer name given a handle & an NT path
- Implement BasepNotifyTrackingService() which issues a FileTrackingInformation on file move
svn path=/trunk/; revision=67355
Amine Khaldi [Wed, 22 Apr 2015 20:48:13 +0000 (20:48 +0000)]
[URLMON_WINETEST] Skip test_ftp_protocol() because of timeouts. ROSTESTS-165
svn path=/trunk/; revision=67354